Monthly Archives: October 2008

WordPress: Different Number of Posts on Home Page

I am building a WordPress website for a friend of mine, and he requested that there be 5 posts on the home page, and 30 posts per page after that. Anyone familiar with WordPress knows that, out of the box, … Continue reading

Posted in Wordpress | Leave a comment

Unix: Funny Comic

If you are not familiar with Unix, you will definitely not understand this. I’d love to give credit to whoever sketched this one up – but I have no idea who did. Someone emailed this to me. It’s a good … Continue reading

Posted in Unix | 2 Comments

Unix: Find What You've Recently Edited

Sometimes, I have found it extremely useful to search my computer for files that I have recently edited. Fortunately, unix/linux folk have the command line to use (there may be windows equivelants, I really don’t know though). Here are some … Continue reading

Posted in Unix | Leave a comment

PHP: Explode and Implode

I was a really late in discovering the explode and implode functions of PHP. Explode and Implode offer an extremely easy way to convert a delimited string into an array, and the exact reverse of that. Often times you will … Continue reading

Posted in PHP | Leave a comment