More than a feeling
I have no other words to say, but IE
YOU SUCK!
MARK OF THE WEB?
WTF IS THAT!!!!
http://msdn.microsoft.com/en-us/library/ms537628(VS.85).aspx
Supah Fast!
Whoa!!
May the force be with you
I was working on getting SugarCRM 4.5.1.b up and running on my local development environment the other day (Powerbook 17″ G4), when I found that in order to take advantage of the inbound email capabilities of Sugar, you need to have PHP compiled with the IMAP C libraries.
I found a nice little group of steps to follow on the PHP documentation page.
Hope this helps!
Text* Snippets: Recursively remove all .svn directories [shell] [svn] [bash]
I am always looking for this command.
Usually, you if you need a code base without the .svn directories, you can just do an svn export. This is especially good for deploying to web applications from known revisions/releases inside of version control.
Sometimes however, there arises the situation where a collection of files that were once in version control, and were orphaned for whatever reason, and that code needs to get re-added to version control, the .svn directories present in the directories will conflict with a new svn add command. In that case use this command:
find . -name .svn -print0 | xargs -0 rm -rf
Hey these guys found out why having certain installed fonts can screw up your fonts.
Check it Solution at Creative Techs

No one was injured in the creation of Benwann.com. (Only a few lost hours of sleep)