Permalink to CSS 3: Border Radius

CSS 3: Border Radius

On 05.05.2010 by Paul Robinson | 1 comment

In our second look at CSS 3 properties we are going to take a peek at the long awaited Border Radius. As it’s name suggests it allows you to set the radius of borders allowing you to create the famous rounded corner look without resorting to HTML hacks.

Permalink to Debugging Your Javascript Code

Debugging Your Javascript Code

On 05.04.2010 by Paul Robinson | no comments

When writing in Javascript (or any language for that matter) you will probably need to debug your code at some point. The usual way is to write in friendly error messages as you go, but what if the error is somewhere else?

Permalink to CSS 3: Text Shadows

CSS 3: Text Shadows

On 05.03.2010 by Paul Robinson | no comments

In this first tutorial of a few on CSS 3 properties we are going to look at text shadows. While they can’t be used with certain browsers they can still be effectively used so they degrade gracefully in browsers that do not support them.

Permalink to Zazzle 101: Improving Your Store’s SEO with the 3 Ts

Zazzle 101: Improving Your Store’s SEO with the 3 Ts

On 05.02.2010 by LisaMarieArt | no comments

Being the King (or Queen) of Search Engines like Google & Yahoo is like the Holy Grail for Zazzle shopkeepers. Here are some tips on how to use your titles, descriptions and tags more effectively to better your chances in search results.

Permalink to Using PHP & MySQLi With A MySQL Database Part 2

Using PHP & MySQLi With A MySQL Database Part 2

On 04.29.2010 by Paul Robinson | 1 comment

Continuing on from the last post which covered the basics of connecting to a database using MySQLi, we are going to look at inserting, updating & deleting data. Finally we are going to look at some of the miscellaneous features of MySQLi.

Permalink to Using PHP & MySQLi With A MySQL Database Part 1

Using PHP & MySQLi With A MySQL Database Part 1

On 04.28.2010 by Paul Robinson | 10 comments

Learning how to connect to a MySQLi database is pretty much an essential part of learning PHP in today’s database heavy web development scene. Here is a small tutorial to teach just how it’s done.

Permalink to Parsing A RSS Feed With PHP Using SimpleXML

Parsing A RSS Feed With PHP Using SimpleXML

On 04.27.2010 by Paul Robinson | 1 comment

XML is used for all types of thing, one of the most commonly known is for RSS feeds. Using PHP & SimpleXML you can parse that feed or any XML file to grab the data and manipulate it however you want. Here’s how it’s done.

Permalink to Making A CSS Image Rollover Using Background Position

Making A CSS Image Rollover Using Background Position

On 04.24.2010 by Paul Robinson | 1 comment

A rollover can be made in many ways, one of the oldest ways is using Javascript, but it has it’s problems. This tutorial will explain how to use CSS to create a rollover that has several advantages over the old JS versions.

Permalink to Scroll Activated Slide Down Header With jQuery

Scroll Activated Slide Down Header With jQuery

On 04.09.2010 by Paul Robinson | 10 comments

I’m always looking for inspiration for new tutorials, and thanks to you lovely people I’ve always got something to try & create. Today I was asked to create a slide down header (similar to the footer), but with a creative twist.

Permalink to jQuery Pop Up Footer Version 2

jQuery Pop Up Footer Version 2

On 04.08.2010 by Paul Robinson | 35 comments

A little while ago I made a tutorial explaining how to make a slide up footer that did not remove itself from document flow. After receiving a help request via email, I’ve decided to do a tutorial on how to make a footer that is removed from document flow.


Page 4 of 14« First...23456...Last »