A good[ish] website
Web development blog, loads of UI and JavaScript topics
When designing a website in Fireworks or Photoshop you should keep in mind how things fall on their places in a browser. Here’s a thought…
How to retrieve the term’s name when rendering a custom taxonomy route. If you’re viewing a normal Post category rendered via archive.php…
How to get posts only from a specific custom post type, or how to show posts only from a custom taxonomy. How to keep the original query…
There is an edit post button is already in the WordPress admin bar (not for archive view), but maybe you are like me, and don't like the…
Dealing with those pesky URL prefixes on a user based input case. For example, if you have a custom field in your WordPress post that is…
Getting a post metadata values, when using the helpful wpalchemy class, differs a bit from the normal method. You may get acquainted to the…
Part of the PHP basics series. Here we’ll use the empty() : But that’s kinda long way to do it. Many times it’s more handy to ask if it’s…
Some users ignore the back button, maybe all of us every now and then. Sometimes a big and juicy BACK button gives you a nice "I’m not lost…
Here's a quick snippet on how to add custom menus to WP. This piece of code goes into your themes functions.php file: Name the navigation…
Here’s how to change the placeholder text color on a form fields. Example HTML: The default look is something like this: And here’s the CSS…