How to Create a Belcher Button

If you are wondering what a Belcher Button is, it’s that ugly button that you see on sale pages usually. The one on the thumbnail. Yes, that BUY IT NOW / ADD TO CART button, that people tend to click in order to purchase what you are selling. If you still don’t... 

Help me Test my Mailing List System

I’m developing my very own mailing list system and need you to help me test it All you have to do is subscribe to it on the right, it is free, quick and doesn’t hurt (you will also get a verification email, which you should check and click the link included). Since... 

Make Your Titles Dynamic with PHP

When developing your website, if you want to rank well in search engines it is crucial that you use different titles for every sub-page you’ve got online. This is because these search engines (Google, MSN etc) love your titles and categorize your site based on... 

How to Have an Opaque Text on a Transparent Background

This is what I’m going to show you how to do: This is Kakashi from the Naruto anime. It’s a nice effect that can be used for many things, for a nice gallery or something. You could combine this with some JS, add a hover effect to the picture and have... 

Check if A Number is Even or Odd with PHP

I’m going to show you a very simple method for finding out if a number is even or odd in php. You could use this for many things but usually this is mostly used when you have a, let’s say, table and you want to color the background of every second row differently. The... 

Create A Sliding AD Showing Up From The Bottom *upd 15.06.2009*

Did you ever want to do something like this? An ad showing from the bottom of the screen? Well, today I’m going to show you how to do it, without the need to spend $47 Yay! We are going to do reproduce this by using mootools and some styling. Again, it’s... 

Design A Simple Layout In HTML and CSS (LMAWT, part 1)

Sorry for not writing recently but my laptop decided to stop working and actually it really did stop working. It has some motherboard problems again I guess, keeps dying and the keys in the last row aren’t working (except for y, b and n). So it sucks, can’t... 

Let's Make A Website Together

I thought about a nice and simple project.. I will write a step by step tutorial on how to create a simple website. Why? Because I’m bored and don’t know what to do in my free time. I will show you how to design a simple layout with CSS and how to use PHP... 

CSS Pagination

I actually got the idea on Antonio’s excellent blog (Woork) and used his code in some of my sites but it didn’t work well for me, so I wrote something mine that works (I am not saying his doesn’t work, it just didn’t work for me). One of the...