Create an animated favicon
I guess you have all seen a favicon at a site or two in your life.
Favicons are the small icon that you can see on the left side in the url field in the browser. It’s really simple to create on of these actually.
I guess you have all seen a favicon at a site or two in your life.
Favicons are the small icon that you can see on the left side in the url field in the browser. It’s really simple to create on of these actually.
Today it’s time to learn how to spice up input fields in a form with images.
There are at least two reasons for doing this… The first and obvious is that it will look better The second reason is that you can help your users to understand what they should write in the different [...]
Did you know that you can make some different styling and stuff for the standard lists in html?
Did you know that you can change the look of the standard cursor/mouse pointer with css?
Anyway, I will show you how to do it and what possible cursors you can use.
You can see a table below, move the mouse over the text to see what the different css properties do.
Sometimes you need to put important but secret data on a web site. Then it’s important to protect it from other persons! Let’s say your web stats, your admin section or just your private photo album
For those of you that have not looked at adsense by google yet, now is the time to start using it! Actually, most webmasters should have tried it already, but many still don’t use it. Don’t miss out on all the potential money it can bring in for your site(s).
Chitika is the latest ad company, and they have got pretty cool new stuff for you. Depending on your site you can make nice money, just read on and I tell you how it works!
Chitika eMiniMall is a new ads/money fenomen for all you webmasters!
There are many ways to create programming code. One of the easiest but most powerful is to start using object oriented way to think and work. I will give you the basic how you create a class, and why.
Excel files are great for many things. It might though be a little bit tricky to generate them on the fly with php. Therefor I will guide you exactly how to do it, quick and simple.
Working with strings is done very often for the web, and PHP is probably one of the best programming languages for manipulating strings I guarante that there are a function or combination of string functions for Anything you ever need.