-
Nice app.
-
Coke enters the “user generated content” era Funny.
links for 2006-07-14
- 2006-07-14 16:07
- permalink
- Comments Off
links for 2006-07-13
-
Anytime PayPal users see Text to Buy next to something they want to buy they can securely order the item by text message. Items are shipped to the address used in their PayPal profile.
Why can’t VISA do this too?
- 2006-07-13 16:07
- permalink
- Comments Off
links for 2006-07-12
-
Very, very interesting(tags: web2.0 socialsoftware)
-
myspace.com is the most visited destination on the Internet.
- 2006-07-12 16:07
- permalink
- Comments Off
Removing www. from your websites
Here is a short tip on how to remove “www.” from your sites (and make sure others do not use it too). You will need mod_php (apache) enabled and PHP.
In the default virtual host base directory, make sure you have enabled mod_rewrite (check your Override directives if the following does not work), and add something like this in .htaccess:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.
RewriteRule ^(.*) go.php
Then put in the same directory go.php:
< ?
$g = str_replace('www.','',$_SERVER['HTTP_HOST']) ;
header("Location: http://$g". $_SERVER["REQUEST_URI"]) ;
?>
- 2006-07-04 09:07
- permalink
- 2 Comments
links for 2006-07-03
-
MySpace to auction its search and should/could Google have bought MySpace? An interesting analysis.
- 2006-07-03 16:07
- permalink
- Comments Off
links for 2006-06-27
-
A source file that “compiles” in PHP, C, C++, Perl, Pythonshell, tcl, Haskell? Amazing!(tags: programming funny)
- 2006-06-27 16:06
- permalink
- Comments Off
links for 2006-06-26
-
All about their Open Source projects. Some interesting stuff.(tags: sixapart opensource)
- 2006-06-26 16:06
- permalink
- Comments Off