Permalink to Creating an Auto Updating Data Slider With jQuery

Creating an Auto Updating Data Slider With jQuery

On 07.18.2010 by Paul Robinson | no comments

I 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.

Permalink to Measuring The Speed Of PHP Scripts

Measuring The Speed Of PHP Scripts

On 07.08.2010 by Paul Robinson | no comments

It’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.

Permalink to Creating A Stylized Pull Quote or Blockquote Using CSS

Creating A Stylized Pull Quote or Blockquote Using CSS

On 07.05.2010 by Paul Robinson | 4 comments

Creating 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.

Permalink to Creating A Polaroid Effect With CSS

Creating A Polaroid Effect With CSS

On 07.02.2010 by Paul Robinson | no comments

I 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.

Permalink to Simple Data Sanitization with preg_replace

Simple Data Sanitization with preg_replace

On 06.28.2010 by Paul Robinson | no comments

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.

Permalink to CSS Transforms and Transitions: Practical Examples

CSS Transforms and Transitions: Practical Examples

On 06.25.2010 by Paul Robinson | no comments

Following 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.

Permalink to Fixing the Cross site scripting (XSS) vulnerability in Zazzle Store Buider 1.0.2

Fixing the Cross site scripting (XSS) vulnerability in Zazzle Store Buider 1.0.2

On 06.25.2010 by LisaMarieArt | 2 comments

Zazzle 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.

Permalink to Using CSS Transforms and Transitions

Using CSS Transforms and Transitions

On 06.22.2010 by Paul Robinson | 2 comments

A 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.

Permalink to Writing Text On An Image With GD

Writing Text On An Image With GD

On 06.18.2010 by Paul Robinson | no comments

Writing 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.

Permalink to Using Custom Fields In Your WordPress Template

Using Custom Fields In Your WordPress Template

On 06.14.2010 by Paul Robinson | 4 comments

While 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.


Page 1 of 1412345...Last »