WP_Query and pagination is kinda tricky. The catch is in fetching the page number from the URL and feeding it to your loop so it knows what posts to…
Orman Clark’s Scope theme taught me a few things. 1) Isotope is awesome. 2) Full page backgrounds are easy, beautiful, and low-bandwidth. View Demo View Demo – Large Background…
I was featured on CSS Tricks for this little number. By assigning multiple text-shadows to the same element (you can do that), you can create a CSS text stroke…
So long as you’re not picky about supporting ancient browsers (works in IE6+ for me, let me know if you find something it doesn’t work in), the quickest and…
From Jeff Hui @ Nettuts: http://net.tutsplus.com/tutorials/python-tutorials/diving-into-django/ (7:30) with .replace(‘\\’,’/’) added on so Windows backslashy directories are fixed (Django doesn’t like that sorta thing). Just put this around the top…
From: http://scottlinux.com/2010/09/05/ubuntu-10-10-in-virtualbox-resolution-fix/ In Terminal, run: Restart. Everything goes better than expected. Enjoy!
Add the following to your .htaccess file. If you don’t have one, just make one and put it in the folder you want to recursively have extension-less files for.…
In this tutorial, I’m going to show you how to create a few different loops in your WordPress template. Screencast Real World Examples If you want to have a…