Archive for January, 2008
ICANN gears up for Domain Tasting
DomainTools (www.domaintools.com) Internet stats report 98,338,819 active domain and over 311,589,135 deleted domains (more than 3 times the active domain). Thanks to Domain Tasting!
Domain tasting is the practice of a domain name registrant using the 5-day “grace period” at the beginning of the registration of an ICANN-regulated second level domain to test the marketability of [...]
Joomla 1.5 goes stable
As Joomla 1.5 goes stable, the open source developer community jumps in joy!
The Joomla! team has codenamed this release as Khepri (named after an ancient Egyptian god).
What is so special about this release? Joomla! 1.0.x was already a perfect solution, and it has gone just better with Joomla 1.5 release.
What’s new in Joomla! 1.5 release-
1. [...]
URL Rewriting with .htaccess
A quick guide to URL Rewriting
#Start URL Rewriting
Options +FollowSymLinks
RewriteEngine on
#This will rewrite all non-www urls with www
# ie http://example.com will be rewritten as http://www.example.com
RewriteCond %{HTTP_HOST} ^example.com
RewriteRule (.*) http://www.example.com/$1 [R=301,L]
#This statement ReDirects all urls with trailing / to urls without trailing slash
RewriteRule ^([_a-zA-Z0-9-]+)/+$ /$1 [R]
#This statement ReWrites all urls of the form http://www.example.com/?blog.php?ID=xx as http://www.example.com/xx
RewriteRule ^([_a-zA-Z0-9-]+)+$ [...]
Travel Distribution India Special
“For how long OTAs in India can sustain aggressive marketing and cash back offers?”
Date Published : 22 Nov 2007
Source: www.eyefortravel.com
This statement came from a traditional player in the travel distribution business in India when EyeforTravel had conducted its first travel distribution conference in New Delhi in October 2006.
While consolidation is yet to take place, questions [...]








