Category: Web Development

WordPress

WordPress 3.0 (beta1)

I have been testing WordPRess 3.0 for a few weeks now and have been very happy with what I have seen so far. The merge of Standalone WordPress and WPMU code is huge for me as you then only have one code base to maintain and develop for. As always – the developers continue to […]

jappler.com

Excuse the Dust

I am in the process of re-organizing and re-doing a lot of the backend of my jappler.com sites so if you see anything out of place or broken – I am on it 😉

jappler.com WordPress

WordPress 2.9 RC 1

Well – it is that time again – another new version of WordPress is coming out in the next few days (WordPress 2.9). I am running WordPress 2.9 RC 1 here on jappler.com and only one issue so far. If you have not read anything about the newest version soon to be available and you […]

jappler.com

Try and Try Again

Well – In the past I thought about posting on a particular subject certain days of the week would be good for me and something the readers might find interesting…until I started dreading it, posting less, getting a lot less comments, and realized I was pushing content like traditional media (I say when and where, […]

WordPress

WordPress Wednesdays: Little WordPress Gems

Every once and awhile while looking through the WordPress documentation, I find little gems. Here are a few that I found particularly interesting: wp_page_menu Easily create a menu with the home page appended onto the menu with a lot of parameters. Similar to the standard wp_list_pages, but with some different possibilities the_search_query I have seen […]

WordPress

Linkfest Thursday: September 10, 2009

This week – I feel like I really found some gems. My Personal Golf Trainer Coming to Nintendo Wii Finally – real help (in my living room) in the off season! Three Potato FourAmazing stuff – I will take one of each Twitter Icon SetsLook no further for some amazing icons After the Deadline WP […]

HOWTOs WordPress

WordPress Wednesdays: Custom Taxonomies

I recently worked on a project where we needed something sort of like tagging, and sort of like categorizing – but neither really worked as there would be way too many exclude this and only show that stuff involved. I needed a way to classify certain content, have easy access to it, and display it […]

CSS HOWTOs Web Development

CSS Tuesday: Images as List Bullets

There are plenty of ways to spruce up the boring bullets used in HTML lists. The best way and most browser compatible way I have found to do this is using the following code: You can see that here: Example of fancy bullet Another bullet point Vs. The plain list: Example of fancy bullet Another […]

Web Development WordPress

WordPress Wednesdays: Get the Current Page

I was writing some functions that are used in the admin for my commercial WordPress theme: Lucidity and stumbled upon a great variable in WordPress: $pagenow. This variable will return the current page you are on and is great form admin functions – especially those that you want to only make available on certain pages. […]