PHP Code to Redirect Mobile/Handheld Users
With the amount of people walking around using iPhones or some sort of Blackberry or PDA, it makes sense to provide an alternative landing page for Mobile/Handheld users that is…
With the amount of people walking around using iPhones or some sort of Blackberry or PDA, it makes sense to provide an alternative landing page for Mobile/Handheld users that is…
A client asked for me to put together a page on his website that would collect info off of his RSS feed and populate a page that could be viewable…
Sometimes, it is extremely difficult to find out if a function already exists in WordPress or if you need to create one yourself to get it to function how you…
I noticed a small issue in WordPress 2.7 when I was designing a login bar at the top of a client’s site and the logout link would not log the…
There are plugins that do this but once again, I’m a code junky and I love being able to go in and manipulate the code to get what I want.…
I noticed how on some WordPress blogs authors’ comments are styled differently from other people’s comments. I think this really makes it easier when users are scanning through your comments,…
I have been searching around for a way to highlight the code in my posts to make it easier for people who visit my site to differentiate between the text…
Search engine optimization is one of the more important things, if not the most important, when it comes to your website. Sure, the way it looks and work are both…
Using WordPress widgets for your sidebar really makes things easy on programmers and especially on users. The only problem I have come across is customizing the widgets so that they…