WordPress – Multiple WP_Query Custom Loop Paginations

WordPress – Multiple WP_Query Custom Loop Paginations

by on March 30, 2012 in

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

Full Page Background

Full Page Background

by on February 21, 2012 in

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

CSS Text Stroke

CSS Text Stroke

by on February 20, 2012 in

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

How to Center an Element Without a Width

How to Center an Element Without a Width

by on February 20, 2012 in

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

Django Relative Path for settings.py

Django Relative Path for settings.py

by on February 20, 2012 in

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

Easy-peasy Fullscreen Resolution with Ubuntu in a VirtualBox Hosted by Windows 7

Easy-peasy Fullscreen Resolution with Ubuntu in a VirtualBox Hosted by Windows 7

by on February 20, 2012 in

From: http://scottlinux.com/2010/09/05/ubuntu-10-10-in-virtualbox-resolution-fix/ In Terminal, run: Restart. Everything goes better than expected. Enjoy!

Remove File Extensions with .htaccess and Multiviews

Remove File Extensions with .htaccess and Multiviews

by on February 17, 2012 in

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.

WordPress: Custom Loops

WordPress: Custom Loops

by on February 17, 2012 in

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