November 2005


I really want one of those scratch finders that comes with it!

read more | digg story

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

The majority of the users are people trying to bypass their school or business’s filters. Also used to surf the web anonymously.

read more | digg story

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

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.

The basic’s

PHPit - Totally PHP » Ajax & PHP without using the XmlHttpRequest Object

(Live Demo)

« Previous PageNext Page »