Wordpress Redirect Login Issue in Firefox

If you're getting stuck in an endless loop when trying to login to your Wordpress control panel using Firefox, and you're sure you're entering the right credentials, the issue is most likely a bug in the coding related to cookies.  I've lost hours and probably a lot of hair trying to overcome this, but thanks to a post by richtelford buried deep in the Wordpress forums (http://mu.wordpress.org/forums/topic/11865?replies=2) there is a fix.  A painfully simple one…

Find Server Absolute Path with PHP

Shifting websites between servers and installing applications such as Wordpress is a common task for web designers, and sooner or later you'll need to set or reconfigure the absolute path for the server. PHP offers a nifty function to display this for you with a small line of code. 

Setting FLV / F4V Mime Types IIS

A common point overlooked when setting a website live with FLV or F4V videos embedded is setting the MIME types in IIS.  Without doing this you'll be left with a big empty space of nothingness where your video should play.

Without further ado, I present to you a guide to overcome this….