Category: Create a web site
-
Spell-checking with Opera
I am in love with the Opera web browser. I use it for 99% of my web browsing, so it is also the tool I use when writing posts for the roumazeilles.net web site. The only thing that I did not have right out-of-the-box after download was the ability of checking my spelling (and several…
-
Fifty ways to track website traffic
You have a web site, you want to see its traffic growth (it appears that this is the number one way web site creators spend their time: They track each and every little traffic change with stat tools). I offer you here a frighteningly long list of ways to satisfy your worst statistical perversions. Fifty…
-
Install multiple versions of IE on your PC
Ok! This is useless for myriads of Internet users except the web site designer that wants (needs?) to test a page under different versions of Internet Explorer, but the installer built by Yousif ontains IE3, IE4.01, IE5, IE5.5 and IE6. Not bad! Install multiple versions of IE on your PC
-
What is RSS?
There are two ways to read this post, one is to go to the web site and to look at the pages; The other is to check the RSS news feed (). If the number of visits is the judge, there are only very slim chances that you know about the mere existence of the…
-
WordPress 2.3 – It’s show time!
All WordPress users should know that their prefered tool for creating a web site has just been upgraded. WordPress 2.3 is now ready and rolled into the public.
-
How to set RSS feeds as your desktop
Want the top news you’re interested in without opening up a browser? There is a way to do it in just six steps if you are willing to exploit the RSS feeds made available by most news web sites. Instructibles (via Download Squad).
-
WordPress 2.3 will come on September 20th
WordPress is currently preparing a new version 2.3 that will bring new possibilities to work together (multi-author blogs and web sites) and to enrich the articles/posts. We should see the final 2.3 version on September 20th.
-
Nouvelle fonctionalité : articles similaires
You may remark (or may not) the appearance of a new feature on this web site: on each individual post page, there is now a little list of similar articles. It is intended to help you discover new articles that you may not know but are related to the post your are reading at this…
-
Script for 404 random page found
Some people have been wondering how I did the random selection of 404 page not found messages that are used on this web site. So, here is the nice little PHP script that I use here to redirect randomly to one of the right pages: <?PHP $address_list = array( “/404/404-01.php”, “/404/404-02.php”, “/404/404-03.php”, “/404/404-04.php”, “/404/404-05.php”, “/404/404-06.php”,…