Snippets scripts - Top 4 Download

Snippets script downloads

Creating a guestbook

Creating a guestbook script shows you how to create a simple guestbook where your visitors can leave messages which are stored in a MySQL database. It contains the basic functions and security settings. ...

Kernel qualified const get

The question of how to get a class by name comes up with some regularity on the ruby-talk and rails mailing lists. The first response is usually to use Object::const_get.The response to that is that it doesn't handle classes within namespaces, e.g. Foo::Bar. I might argue that Object::const_get("Foo::Bar") should do the ...

Ajax Rotating Includes script

This is a shakeup of the Ajax Includes script to let you input a list of external pages for the script to choose and selectively include one onto the current page. Three types of inclusion are supported: - Daily 1 ("dailyw"): The script will include a different file for each ...
JavaScript

Alarm With Draw

Alarm With Draw script animates a window while it beeps. ...
Python

Email validation with regular expression

Email validation with regular expression script allows you to validates email using regular expressions. ...

Syntax highlighted php

Syntax highlighted php shows you how to convert an existing php code to a syntax colored html text. ...

Creating a domain checker

Creating a domain checker script allows you to check whether the actual domain name is available or not.  ...

How to get all META data of a website

How to get all META data of a website allows you to easy check META information of any website. It can be very usefull in search engine optimization when you want to check your competitors settings. ...

Creating a file based logging script

Creating a file based logging script shows how you can create a small and simple PHP script to log your visitors activity into a file. You just need to add 1 line to each of your page to enable logging and the statistics will be collected in a html file so you ...

Creating a simple contact form with PHP

Creating a simple contact form with PHP script shows you how to create a simple contact form with PHP. With the help of a contact form your visitors will fill out a form and its content will be send to you via email. ...

Creating Calendar in PHP

Creating Calendar in PHP script allows you to create a calendar in PHP. It will create a simple but good looking - easy customizable via CSS - calendar table. ...

Creating a file based login system

Creating a file based login system script shows you how to create a file based login system to register, login and logout users. You can use this method without any database. ...

Generate random passwords with PHP

Generate random passwords with PHP script shows how to to generate random passwords that are highly secure and extremely difficult to crack. You can choose between various complexity/strength and you can set password length as well. ...

VCalendar

VCalendar (Virtual Calendar) is an open source Web calendar application with related tools, for posting and maintaining events and schedules online, in calendar format. VCalendar comes with source code in multiple programming languages: PHP, ASP and ASP.NET (C# and VB.NET); with potential for adding more technologies in the future. &lotential for ...

Color chooser dialog

Color chooser dialog script allows user to chooseor choosed color. ...
Python

Creating an object oriented MySQL abstraction

Creating an object oriented MySQL abstraction script allows you to create an object oriented database abstraction class for a MySQL database.Besides the basic functions this manager class can summarize total time spent with db connection andotal timeecution and counts how many query were executed during your PHP script. ...

Josse Web Admin

JWA is a collection of php snippets that can be used on PHP enabled webpages in order to add more functionality. Some snippets require a MySQL database. ...

Email validation with PHP

Email validation with PHP script presents you a method of email validation. ...

Resize an image with PHP

Resize an image with PHP script allows you to resize an image in PHP.You can use this function in your own image gallery implementation or in any other cases when you need to create a thumbnail from your image. Using this image resize script gives you the possibility to create various ...

Button width and height

Button width and height script shows you how to modify the width and height of a button. ...
Python