online

How feasible would a completely/semi autonomous P2P network for multiplayer games be?

I've been mulling over how one would go about creating a P2P system (like BitTorrent is for files) for playing multiplayer games. The idea is to remove the traditional server from the multiplayer architecture. I understand that some sort of server may be necessary for initiating the communications and sending world updates etc, but I'm i...

ASP .Net WorldPay Integration

Hi, I'm wondering whether anyone has any useful information on integrating WorldPay into an ASP.Net web application? I'm looking to take payments for a fixed amount directly from the web site, no shopping cart required. Essentially I'm just looking for some reference source code or a good article covering what's required. Does WorldPay...

Free Online Team Foundation Server

Can people recommend an good free online Team Foundation Server repository? I found CodePlex but it's only for open source projects. ...

What is the concept of an Online Reminder Service in ASP.NET, SQL ?

I want to develop an Online Reminder service in ASP.NET 2.0 (C#) and SQL2005. But I am not getting the concept of reminder service. What I know is using an online reminder service I can schedule a reminder for future dates, which is sent to me (who schedule reminder) via email or SMS on that date. But in asp.net how to do this, caz anyo...

Web vs Desktop Development (Online vs. Smart-Client)

Hi Everyone, I work at a company with a large SAP investment, and we also have dozens of large .Net systems (mostly internally for engineering systems), and Java platforms (mostly for external web applications). As such, we have large development shops on ABAP, C#, and JEE. We have decent standards for which platform to use in which do...

What is the best place to read/write/store a small amount of data online?

I want to be able to store, retrieve, and modify a small amount of textual data (< 2 mb) online. What service should I use to be able to do this programatically (in Java)? ...

Record online radio stream in VC++

I want to develop a software which can record online radio streams in VC++ using MFC. Any pointers to get me started. ...

Online Puzzles and games for learning boolean algebra

I'm looking for some online game, where it tests our ability in boolean algebra. My cousin is young and has just learnt using logic gates. Is there any thing interesting available out there for him to practice online? ...

How to work with TimeZone in ASP.NET?

I am working on an "online reminder system" project (ASP.NET 2.0 (C#) / SQL2005) As this is a reminder service which will send the mail to users on a particular dates. But the problem is users are not from a specific countries, they are from all over the world and from different time zones. Now When I am registering I am asking for user...

SQL Script to take a Microsoft Sql database online or offline?

Hi folks, If I wish to take an MS Sql 2008 offline or online, I need to use the GUI -> DB-Tasks-Take Online or Take Offline. Can this be done with some sql script? ...

Reliable & scalable solutions for live audio streaming?

Hey there! I wonder if you could share your thoughts / resources about live audio streaming (to run on-line radio station). I have to admit, I am a complete newbie to the subject, so please excuse me lack of details. What are the most recommended platforms / software setups? Opinions based on personal experience would be highly appr...

Online paperless application management system recommendations?

Hi, I'm looking for a good online application processing and review system preferably on a .Net platform. We're looking to do some work for a client who wishes to overhall their paper based sponsorship application process using an online system. Has anyone came across any good systems which allow for a fully customisable application d...

Find out how many users are online in PHP?

Every visit to my website updates a user's individual hit counter and updates a column for time() based on their ip address and id stored in a cookie. So when coming to output the data, what's a more efficient way of my following code with less database calls, as it's essentially a copy of itself: <? $last1Min = time()-60; $last5Mins = ...

Is TypePad the right tool?

Hi, I'm evaluating TypePad for a web based magazine, organized as a multiple blogs network. To make a long story short, the plan is about: a blog for each channel with its own subdomain: news.magazinename.com movies.magazinename.com reviews.magazinename.com livereport.magazinename.com etc a main blog magazine.com which aggrega...

Are there any online database schema drawing tools?

Hi folks, i wish to draw up some database schemas. Eg, table 1 has zero to many rows in table 2, etc. It's purely for visual purposes (eg. no sql code, etc). Are there any online tools / website that offer this? (please don't say: Use Sql Server Database Diagrams, print screen, upload to image hosting service). thanks :) EDIT: Ple...

Dynamic info screen

I am trying to find a way to make the info screen on my app download from the web IF an internetconnection is available (so i can update it regularly). If internet is not available, it should use the default or the last downloaded one. Is this possible? ...

Open source library for an online examination module?

I am writing an educational website for a non-profit purpose and I want to reuses an already available library for an "online examination" module (web application). Any server side scripting language will do. Please suggest... I have heard that there is a lot of free code available as PHP scripts. I haven't used PHP yet but I can learn ...

Live UML Editors

Are there any UML tools that show live updates? I'm trying to have a design session online where all participates in their turn can change the design and add their own thoughts. I prefer desktop solutions but online tools can work as well. How would you suggest to do this? EDIT: I'm talking about something like this but maintained. A co...

Versioned File System like web interface

Hi ! I'm trying to find a free software that would provide a web interface to a file system (so you can add / remove files / directories, possibly edit them). If possible, it should handle versioning (only simple things needed : back to previous versions), and user management. Can you point me to anything like that ? thanks Update1 : ...

Whats the easiest way to determine is a user in online? (PHP/MYSQL)

Is there a way I can piggy back sessions to know is the user is online? I.e: use logs on, I set a $_SESSION variable, user times out- cookie Garbage collector updates the database to update their status as offline. EDIT: I want a solution that does not involve times or dates. I want something to ride on sessions or something similar. ...