Making Hyperlink Icons with CSS
You have often seen hyperlinks that have little icons beside them to let you know where they link to. In this tutorial we will show how to handle this using only CSS.
Tweet


You have often seen hyperlinks that have little icons beside them to let you know where they link to. In this tutorial we will show how to handle this using only CSS.
Why not give a little flair to your header. This tutorial will show you how to animate your header’s background image using jQuery to give your website that little extra something.
AJAX offers users a seamless way to work with your interface, no waiting for whole pages to load. jQuery has a set of tools to make it super simple to implement. We will walk you through how to use jQuery to connect to PHP so you can step up your user interface.
Image Viewers are fairly common on websites now-a-days. Most use some form of JavaScript to change images, some use Flash. This is a problem if the user doesn’t have either enabled on their browser. In this tutorial we’ll cover how to create an image viewer with only using CSS and HTML.
There is a lot of wicked cool navigations out there. This tutorial will hopefully help you jump on the bandwagon, and create a snazzy navigation for your own website.
Here is a list of Simplepie tutorials to help out beginners find their way.
A quick way to speed up your site is to simply limit how much the user has to download. This tutorial will show you how to automatically gzip (compress) your files with PHP.
404 pages are going to happen whether you like it or not. This article will show how to create a 404 page that is useful for users.
Tired of boring boxy search inputs. This tutorial will help you create a functional and visually pleasing search box.
If we make our users to fill out a form, we should make it as simple as possible for them. If not we might end up with entries like ‘asdf’ and ‘aaaaa’ … not exactly what you’re looking for. Here is a tutorial that will show you how to quickly create a form that formats your form inputs the way you want them, while keeping it easy for the user.