Yearly Archives: 2012
When I started programming on the first fundamentals I learned was the If Else Statement. The structure for the code for this is as following: if(Conditional Statement) { // Do Something Here } else { // Do Something Different Here…
Read More
Recently when I updated WordPress to 3.4 my custom logos for the WordPress login page looked out of proportion so I decided to do a some research into the WordPress Login Page. I looked into the various hooks associated to…
Read More
When I first started making websites in WordPress I will admit when it came to JavaScript I did it all wrong … sort of. One of my favourite things with WordPress is how to integrate JavaScript with WordPress. I am…
Read More
A few months ago I was reading an article on WPMU about improving usability of WordPress. One of the suggestions by the author of the article was to move Media and Links to Tools as sub-menus in the WordPress Menu. Below…
Read More
Recently on a project I came across an issue whereby a widget had no specific id or class in which I could use to style the content. Below is a piece of code you can use to target a individual widget and…
Read More