Simple Data Sanitization with preg_replace
Sanitizing 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 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 moreZazzle Store Builder is a fantastic tool to quickly display products from your Zazzle store on your own personal website or blog. Unfortunately there is a cross-site scripting flaw which needs to be addressed.
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 moreWriting text on your images using GD is a handy ability to have. Maybe you are developing an imagehost or you have a project where you need to place text on an existing image. Whatever the reason here is how it’s done.
Read moreWhile you no longer need to use custom fields to help show post images they are still an extremely useful tool for theme developers. They can be used for all manner of different things, from displaying favorite films to showing what products a design is available on. In this tutorial we are going to look at how to use them.
Read more
Despite being a very useful feature in WordPress I have noticed that, in my experience, some WordPress users don’t know they exist. Here we take a quick look at why conditionals are, what they are used for, and even show a small example.
Read moreSetting up XAMPP on your computer in fairly easy thanks to the quick installer & control panel that enables you to set Apache & MySQL as services.
Read moreToday we are going to take a quick look at the ability of CSS to select elements using attribute selectors. We are also going to look at the new features added to attribute selectors in the CSS 3 specifications.
Read moreToday we are going to look at a quirky idea I was asked to make for a website I was building recently. It’s a way to provide extra information about an image without needing extra space.
Read more
Recent Comments