Creating Your First WordPress Plugin
Today I’m a going to go over how to create your very first WordPress plugin. It’s not going to do anything complicated, just introduce those who want to get into WordPress plugin development started.
Read moreToday I’m a going to go over how to create your very first WordPress plugin. It’s not going to do anything complicated, just introduce those who want to get into WordPress plugin development started.
Read moreI was asked a day or two ago to create a one of those drop down menus that goes somewhere when you select a new item. I created it and realized how little there is on the internet on how to create one, so here is how you do it.
Read moreThis is an effect I was asked to create for a website I was helping out with a day or so ago. The idea is to have the image zoom forward & become larger so users can get a better view. Ideal for e-commerce websites to show close-ups of products.
Read moreI received an email yesterday asking me if I could replicate Twitter’s auto updating popular tweets widget that they have on their front page. So instead of just sending an email back I thought I’d make a tutorial.
Read moreIt’s always useful to run speed tests on your scripts to check how fast they are running, and so that you can then measure any improvements when you are optimizing scripts. Here is how I do it, plus a few tips.
Read moreCreating a stylized pull quote or blockquote can sometimes require images & additional elements. In this tutorial I am going to show you a simple method of creating a simple but stylized pull quote or blockquote using only CSS.
Read moreI was recently asked how to create a Polaroid photo effect using only CSS & no layout based images. After creating it I though I’d share it with the world, just to show how easy it is.
Read moreSanitizing data is a very important part of any server side scripting language, and it’s no different for PHP. So here is one simple way of sanitizing data using the dreaded REGEX.
Read moreFollowing on for my last tutorial, I’m now going to show a couple of examples of CSS transitions & transforms in action. This includes a list animation commonly created with jQuery.
Read moreA awesome feature of CSS that has started to become a little more usable as CSS 3 draws nearer are the transform & transition properties. They can be used to manipulate elements in wonderful ways & animate without Javascript respectively.
Read more
Recent Comments