I really want one of those scratch finders that comes with it!
November 2005
Thu 24 Nov 2005
Wed 23 Nov 2005
I Woke Up In a Strange Place: The Summer is Killing Us
Posted by One Geek under Cool StuffNo Comments
I came across an interesting blog today while looking for the correct Name of Hip song. Very well written, I like the approach taken by this person. Do not take what is given to you as law, ask questions, expand your views!
I Woke Up In a Strange Place: The Summer is Killing Us
Tue 22 Nov 2005
The majority of the users are people trying to bypass their school or business’s filters. Also used to surf the web anonymously.
Tue 22 Nov 2005
This is a very cool tool.
Access is great for proto types, and now you can convert to MySQL.
Convert Access to MySQL
read more | digg story
Mon 21 Nov 2005
PHPit - Totally PHP » Ajax & PHP without using the XmlHttpRequest Object
Posted by One Geek under PHP ProgrammingNo Comments
PHPit - Totally PHP » Ajax & PHP without using the XmlHttpRequest Object
Introduction
Ajax is one of the biggest ‘discoveries’ in the past year, and it has become a real buzzword, just like Web 2.0. Admittedly, Ajax can be used for a lot of things, and it really does speed up web applications. Already Ajax is used by many highly popular websites, most notably GMail, but other’s like Ta-da List or Flickr also use it. Heck, even Microsoft has gotten wind of the Ajax buzz, and is actually moving towards web-based applications as well.
But there is one problem with most of the current implementations of Ajax: it has one dependency, and that is the XmlHttpRequest object. Most modern browser, like Firefox, have inbuilt support for this object, but older browsers, like Internet Explorer 6, don’t have native support for this object. Luckily, IE 6 does support it, but it’s built in as an ActiveX control, which means your visitors get an ugly warning message about the possible danger of an ActiveX control, or in some cases it just doesn’t work at all.
In this tutorial, I will show you how to use Ajax without even having to use the XmlHttpRequest object.
PHPit - Totally PHP » Ajax & PHP without using the XmlHttpRequest Object
