Monthly Archiv: January, 2011

[Free] New PHP Webmail Script: Install Your Own Webmail On Your Website

If you prefer to check your email from your own website directly using a web browser instead of sending it to some third party email service like Gmail or Hotmail (or whatever), the newest addition to the Free Web Mail PHP Scripts (Email Clients) page will let you do that. Simply install it on your site, configure it with your browser, customize it if you like, and you'll have created your own webmail. (And you can even support other users, if that's your intention.)

Browser Detection With PHP – Browser.php

Learning a user's browser and its version is usually very important to decide if any other scripts or styles need to be inserted into the web page.

And, such tasks are usually accomplished with JavaScript as we don't need to go so deep (detecting if it is IE or not is generally enough).

Browser.php

Browser.php is a very useful PHP class that helps collecting data about a visitor's browser including:

  • platform used
  • browser
  • browser version

It can detect almost every popular browser including mobile + tablet devices and robots with a few lines just like:

$browser = new Browser();
if( $browser->getBrowser() == Browser::BROWSER_FIREFOX && $browser->getVersion() >= 2 ) {
	echo 'You have FireFox version 2 or greater';
}

If the need for browser detection is more than just analyzing whether it is IE, Firefox, Chrome or Safari, then Browser.php is definitely a must-bookmark.

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
Psd to Xhtml
SSLmatic – Cheap SSL Certificates (from $19.99/year)

MySQL Edit Table

Edit a record
Package:
MySQL Edit Table
Summary:
View and edit MySQL database records
Groups:
Databases, HTML
Author:
Martin Meijer
Description:
This class can be used to view and edit MySQL database table records.

It can retrieve records of MySQL database tables and display the record field values along with links to change the record values or even delete the records.

The texts used in the record listings and forms are available for multiple idioms.


Func

Package:
Func
Summary:
Register and call functions
Groups:
Language, PHP 5
Author:
Yves Feupi Lepatio
Description:
This package can be used to register and call functions.

There are two classes for registering and calling global functions and other class functions respectively.

The classes can take arguments to pass to the called registered functions.


Awesome Set Of Free Gesture Icons By GestureWorks

GestureWorks, a multitouch framework for Flash and Flex, is sharing a beautiful set of free gesture icons.

The set includes ~200 icons and comes in different formats (.PNG, .EPS, .PDF) with different download packs (every item being an individual file or as a poster).

Touch Gesture Icons

Items are presented under 2 main categories:

  • Multitouch gestures
  • Stroke gestures

and each of them has sub-titles like: tap gestures, rotate gestures, number strokes, etc.

A very handy resource for anyone designing/developing mobile applications (and for anyone documenting them).

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
Psd to Xhtml
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Spritebox – Online CSS Sprites Generator

Spritebox is a free-to-use web application which offers a WYSIWYG tool for creating CSS classes from a single sprite image.

Image to be used can be fetched from a URL, uploaded directly or via drag 'n' drops from the computer.

Spritebox

After that, it is possible to mark any parts of the image, define a class/id name and CSS rules containing the background-position will be created automatically.

Besides mouse, the application can be controlled via keyboard shortcuts and main image can be zoomed for pixel-perfect selections.

Special Downloads:
Ajaxed Add-To-Basket Scenarios With jQuery And PHP
Free Admin Template For Web Applications
jQuery Dynamic Drag’n Drop
ScheduledTweets

Advertisements:
Professional XHTML Admin Template ($15 Discount With The Code: WRD.)
Psd to Xhtml
SSLmatic – Cheap SSL Certificates (from $19.99/year)

Nibble forms

Package:
Nibble forms
Summary:
Generate and validate HTML forms with PHP
Groups:
HTML, PHP 5, Validation
Author:
Luke Rotherfield
Description:
This package can be used to generate and validate HTML forms.

It can compose and generate HTML forms by adding to the form objects that define the behavior of each form input.

The input object classes may also implement several types of validation for verifying the form input values.

Currently the package provides classes for field objects of the types text, e-mail address, password, radio buttons, single and multiple select inputs, checkbox and file.


Nibble forms

Package:
Nibble forms
Summary:
Generate and validate HTML forms
Groups:
HTML, PHP 5, Validation
Author:
Luke Rotherfield
Description:
This package can be used to generate and validate HTML forms.

It can compose and generate HTML forms by adding to the form objects that define the behavior of each form input.

The input object classes may also implement several types of validation for verifying the form input values.

Currently the package provides classes for field objects of the types text, e-mail address, password, radio buttons, single and multiple select inputs, checkbox and file.


Powered by Gewgley