Archive for the 'PHP' Category

Google Pagerank using Ajax

Lately I’ve been searching for a good Google Pagerank function.
Couldn’t find any… So i decided to make my own.
Here is an Ajax Google Pagerank I have done today

Demo: click here
Download files: click here
Continue reading ‘Google Pagerank using Ajax’

Popularity: 29% [?]

Installing LAMP on Ubuntu 7.10/8.04 (Linux,Apache,MySQL,PHP)

Lately I’ve been using ubuntu 7.10 for all my projects/daily work.
As a web developer i should have LAMP on my machine and now i would guide you through installing it on yours.

This guide is divided into 3 steps: installing/tesing Apache, PHP and finally MySQL.

Lets start with Apache:
1. Open the terminal (we will be using it through most of my guide) from Applications > Accessories > Terminal
2. Install apache2 using apt-get by typing the following
Continue reading ‘Installing LAMP on Ubuntu 7.10/8.04 (Linux,Apache,MySQL,PHP)’

Popularity: 82% [?]

Ajax login form (PHP & Javascript)

Ok, here’s another AJAX login form example…
In this example I am using 3 javascript files, 2 php files and 1 stylesheet.

click here for the demo
click here to download the files
Continue reading ‘Ajax login form (PHP & Javascript)’

Popularity: 100% [?]

No more protected pictures… DeFlickr them now !

Are you a Flickr.com user ? Ever wanted an image but it was protected by the spaceball.gif trick ?
Well not anymore… A friend of mine came up with a simple tool to download these protected photos.

Check it out

DeFlickr

Popularity: 6% [?]

Validate a username using Javascript and PHP ( AJAX )

Ajax Logo
Who doesn’t hate these long forms ? You fill each field in them and when you submit, it will return something like :
‘ SORRY BUT YOUR USERNAME IS ALREADY TAKEN ‘.

In this tutorial I m gonna show you how to check if a username is valid without leaving the page using ajax (Asynchronous Javascript And XML).
Before I start, check the final result to see if this what you are looking for.

Demo: click here
Download files: click here

Ready ?
Lets roll
Continue reading ‘Validate a username using Javascript and PHP ( AJAX )’

Popularity: 36% [?]