Snippets scripts - Top 4 Download

Snippets script downloads

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. ...

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 ...

MySQL XML

XML wrappers for a mysql database so that you can take advantages both XML and SQL technologies. ...

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 ...

Select random records from a MySQL table

Select random records from a MySQL table allows you to select records randomly from a MySQL database. ...

Syntax highlighted php

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

Titled Border

Titled Border script shows you how to make a titled border. ...
Python

Using Tk option database to configure Tk widgets

Using Tk option database to configure Tk widgets script shows you how to manage the Tk database for manipulating widgets. ...
Python

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 ...

WideImage

WideImage is an object-oriented library for image manipulation, written in PHP 5.It uses the GD2 extension and it's unit tested with Simpletest. The library focuses on often-used image operations and ease of use. ...