Monthly Archiv: February, 2011
Package:
Summary:
Compare two strings and return the differences
Groups:
Author:
Description:
This class can be used to compare two strings and return the differences.
It splits two strings in lines and compare the lines to determine the differences.
The class returns two arrays that tell which lines would need to be added or removed to turn the first string into the second string.
Package:
Summary:
Manipulate WHM hosting accounts
Groups:
Author:
Description:
This class can be used to manipulate WHM hosting accounts.
It can send HTTP requests to a WHM installation Web services API to perform several types of hosting account manipulation.
Currently it can create, delete, suspend, unsuspend and change the password of an account. It can also list or search accounts, change the bandwidth limits, list or manipulate the account installed packages, get the account server load average and host name.
CeraBox is a stable and easy-to-use Lightbox-alternative that is built with MooTools.
It can display images, SWF files or any other HTML + load iframes and make Ajax requests.
The script can group images to be presented as a gallery where they can be browsed with prev-next buttons.
And, title tags can be used to show extra information about each image.
As a last handy feature, CeraBox can be set to a fixed size or resize itself according to the sizes of the items being loaded.
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)
Modular Grid Pattern is a website which enables you to create customizable grids in several ways.
The first one is a free Adobe Photoshop extension (CS5 compatible) provided which makes creating the grid directly inside the application possible.
Also, there is an online generator where you can mention baseline, gutter, module width/height, number of modules and the width of the layout where the application creates:
- PNG pattern (for GIMP)
- Photoshop pattern
- transparency mask (for Adobe Fireworks)
accordingly.
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)
Package:
Summary:
Create GTK popup menus bound to class functions
Groups:
Author:
Description:
This class can be used to create GTK popup menus bound to class functions.
It can retrieve the list of functions of the class and create a popup menu with entries that are handled by the class functions with names which do not start by _ nor are named run.
The menu entry titles are taken from the respective class names after replacing _ characters by spaces.
Applications should extend this class to define their own popup menus from their class function names.
Package:
Summary:
Enhanced declaration of array values as constants
Groups:
Author:
Description:
This class can be used for declaration of array values as constants.
This class is based on similarly named ("Constant Array") class written by Sourav Ray.
This version includes the following changes to Sourav Ray's original code:
- Returns booleans for non-associative array values when given (optional)
- Returns values for associative array keys when given (optional)
- Eliminates use of eval() for security and speed
- Fixes Exception handling
- Code has been reformatted
** See the class phpDoc Block for further details!
The AJ Classifieds ME - Automobiles website allows car buyers to browse available autos for free. The Auto Classifieds Software Script include detailed features, photos, dealer/individual information. The solution is complete PHP Auto Script Software and includes hosting and email as well.
Info: This is a review of a paid application (free during beta).
Source code management is a "must" for any developer team working on the same project to get updated on any changes made to the code and make sure every change is backed up.
Springloops, the popular source code management platform has released the V2 of their product which is more powerful with a new user interface, Git integration (besides Subversion) and ticketing support.
The files for a project can be imported from a repository or as a zipped file. Also, they can be set as private or public.
The platform is an all-in-one for managing development projects as it has the features of a project management application as well (with milestones and tickets that can be assigned to users). And, it can integrate tightly with Basecamp.
Springloops has a very detailed knowledgebase that not only helps you get the basics of version control (if you're not experienced with it) but also covers answers to any possible questions regarding the service.
The V2 of the platform is currently in beta status and free-to-use with unlimited projects until it is out of beta. Simply, a good chance to give the service a try.
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)
Package:
Summary:
Assign value depending on array entry conditions
Groups:
Author:
Description:
This class can be used to assign value depending on array entry conditions.
It can check the value of an array entry and test one of several possible conditions.
The class returns the entry value if condition is satisfied, otherwise it returns NULL.
Currently it supports test conditions to verify if the array entry is set, is equal or different from another value, is a string with certain types of characters, is an array, compare with numeric values, etc..
Package:
Summary:
Encrypt and decrypt data using xor and compression
Groups:
Author:
Description:
This class can be used to encrypt and decrypt data using xor and compression operations.
It can take a string of data and encrypt it by using the xor operation with values of the encryption key. The encrypted result is compressed with gzip and encoded again using the xor operation with the key.
The class can also decrypt a previously encypted string of data by performing the same operations in the reverse order.