PHP


Ajax & Codes/Scripts & PHP05 Apr 2006

Lace - AJAX Chat (PHP Script)

AJAX is getting popular, so is the database of cool PHP scripts. Recently I had written about a simple stat checker and a completely AJAXed CMS & Blog. Lace is yet another AJAX Chat PHP script but with few good features. Unlike Meebo, Lace is PHP script for running a simple chat on your own website.

Lace is a free Ajax chat application. It takes advantage of Ajax (XMLHttpRequest) if present, and degrades gracefully if it is not.

Changes in Lace 0.1.4

  • Scrollable message history
  • Basic anti-flood protection
  • Basic nickname hijack protection
  • System messages now optional
  • Unicode fixes
  • “Line 655″ bug fix
  • Many speed improvements
Ajax & Codes/Scripts & PHP & Tutorials26 Feb 2006

Creating sortable lists with PHP and AJAX

Zervaas explains how to create sortable lists with PHP and Ajax, it’s the drag drop sytem like in common ajax desktops like pageflakes, netvibes .

This article covers the implementation of a system that lets you easily define the order of such a list.

Traditionally, implementations of such functionality involve you clicking a “move up”, “move down”, “move to top”, or “move to bottom” button that switches the order the items (one item at a time). Or perhaps each item has a text box with a number in it, that by changing the numbers you can change the order of the list.

Codes/Scripts & General & PHP & Search Engines29 Nov 2005

Google PageRank Checker Mozilla Search Plugin

Added mozilla browser Search Plugin to check Google PageRank. It adds up in the search bar in Firefox where you can search Google PageRank.

  • Visit PageRank checker
  • Click on the …install this plugin… and choose OK when prompted.
  • Now, Enter the URL of website in the search field.
  • Choose this “” image.
  • Press Enter (Search) :)
  • You get the Google PageRank of that website.
| PageRank Check |
Codes/Scripts & PHP30 Jul 2005

Google pagerank inspector

Check your Website`s pagerank and the pagerank of the pages linked to it :)
~ HERE ~

Codes/Scripts & Fun ! & PHP11 Jul 2005

Cool Signature images

Creating ur own signature is hard ? not anymore with this Signature Image Creation ..

Type your name and click the image and you have it . Want these ?

Here or Here

It can Be used to create forum and email ID siggy`s , Basically it is aimed at prevention of spam bots from ripping your mail address , The veriety consists of most popular Website`s Companies and products .
You can even have your own siggy made for Free :) .

Psst : It`s my Creation .

General & PHP & Tutorials13 Mar 2005

Create image with PHP / GD library, And Adding Fonts

GD Library is one of the cool features started from PHP 3.0 , It`s helps create image on the fly , It just needs PHP and GD library Installed on the server.
~ It`s Just Creation of images from PHP ~ (more…)