Using CSS pseudo-class’ :first-child and :last-child
CSS pseudo classes can be extremely useful. In this little tip I am going to go through exactly how to use the first-child & last-child pseudo classes.
Read moreCSS pseudo classes can be extremely useful. In this little tip I am going to go through exactly how to use the first-child & last-child pseudo classes.
Read moreThere has been a few people contact me recently on exactly how to setup and/or use my plugin Twitter Stream. To clear it up here is a video tutorial on how to go through setup, and set the options for the widget.
Read moreIf you’ve seen a slide down header, they look pretty awesome, but what if you want a slide up footer? It becomes very difficult due to normal document flow being top to bottom, however you can create the effect of a slide up footer using jQuery.
Read moreSometimes you want to add some code into the head of your WordPress blog. Normally you’d just hard code it, but what if it’s dynamic or you just want to keep your theme files uncluttered from PHP. Here’s how to do it.
Read moreVenturing into a brand new area, I thought I would bring you a tutorial on something I am still currently learning. Cinema 4D. Here is a simple tutorial for those also just starting out. How to create a simple wine glass using splines & the latheNurbs.
Read moreA limitation with searches using MySQL is that when using LIKE to find the words queried it will only find them if they are together in the same order they were written. Here is how to change that so the words are found in any order.
Read moreWhen learning jQuery understanding the principle behind callbacks & the elusive ‘this’ can be extremely difficult. In this little tip I hope to remove some of the difficulty from understanding these useful principles.
Read more
Recent Comments