MARK OF THE WEB

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

Really Fast Car

Supah Fast!

Whoa!!

May the force be with you

Political T-Shirt

Rolling on Floor

Happened to me so many times!!!

IMAP and PHP on Mac OSX

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




About

benwann

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

A Few Books on My Shelf

Flickr

  • DSC_0322
  • DSC_0289
  • DSC_0314
  • DSC_0300