Tagged Questions

2
votes
5answers
190 views

Simple C++ Instant messenger

I want to make a very simple c++ instant messenger for lan networks and internet (direct IP connect). I know little about sockets. I searched the internet, but nothing really helped. I would someone …
0
votes
2answers
92 views

long dropdown menu solution

Chris from css-tricks.com created a beautiful solution for long dropdown menu's: here I implemented this on the following page: onomadesign.com/wordpress/portfolio/identity-design, on the upper right …
0
votes
1answer
77 views

InstantRails Error

When I try to run InstantRails 2.0 under Vista, which I've extracted to C:\InstantRails, I get the following error: Either Apache or MySQL cannot run because another program is using its port. What …
1
vote
1answer
314 views

Looking for a real-time IMAP notification of new Emails

I'm looking for a way to monitor a GMail inbox for new e-mails. However, I want to avoid checking every few minutes and I'm looking for some sort of real-time notification. I've noticed that Outlook …
2
votes
1answer
107 views

Can InstantDjango be Used Rather than the Normal Installation

Is it possible to do development just using Instant Django? Do I need to have the normal version working or can I just use this instant version? Has anyone used it?