Really Easy Way to Add Code to WordPress Posts

just compose your post in the visual editor and when you’re done – ONLY WHEN YOU’RE COMPLETELY DONE WRITING THE CODE – switch to the html editor… viola! <?php echo “damn that’s easy”; ?> probably not the greatest if you have to come back and edit that code but it works for a quick fix… Read More »

using custom fields in WordPress

http://www.redswish.co.uk/the-power-of-wordpress-custom-fields/

Internet Explorer and the Get Method.

One issue with IE is that it doesn’t return anything when calling the get method. With some insight from a friend and colleague, I was able to work around IE’s failure to return anything when using the get method by using hidden divs and the load function to create a simple fade transition for images.