Package:
Summary:
Find how sites rank on Google with given keywords
Groups:
Author:
Description:
This class can be used to find how sites rank on Google with given keywords.
It can sends HTTP requests to Google searching for pages using given keywords.
The class checks if a given site appears on the retrieved search results and returns the first site result position number.
If no site results are found, the class moves on to the next page results until a site result is found or it has reached a given limit number of results to check.
Package:
Summary:
Encrypt and decrypt text using the Vigenère cypher
Groups:
Author:
Description:
This class can be used to encrypt and decrypt text using the Vigenère cypher.
It takes a string of text and encrypt its characters with a given key applying the Vigenère cypher.
The class can also do the opposite, i.e. take a string previously encrypted by the class and decrypt it using with the original key.
ImpressPages is an open source CMS application where you can create and edit while browsing.
Creating new themes requires only the knowledge of HTML-CSS and with the help of a drag 'n' drop interface, texts, videos, photos (or photo galleries) and even forms can be inserted quickly + positioned as you wish.
The application is SEO friendly with the URLs generated, automated sitemap and ability to edit meta tags for all pages.
Multilanguage websites are handled in a very flexible way; once a new language is added and the content is created, users can be auto-forwarded to the language matching the setting of their browsers.
There is a built-in newsletter module where you can collect e-mails and send good looking newsletters to users.
ImpressPages also has many other features including RSS support, spam protection for contact forms, logging + error-reporting for the administrator and more.
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:
Manage singleton objects
Groups:
Author:
Description:
This class can be used to manage singleton objects.
It can assure that only one object of the class exists by storing the first instance of the class in a static variable.
Applications should create sub-classes of this class to manage singletons of different classes.
Xdebug is a free and open source PHP extension for debugging and profiling PHP scripts in detail.
Considering it is an extension, the usage is easy and requires very few things to setup in the code-side.
It can provide data on stack traces and function traces in error messages with full parameter display for user defined functions, function name, file name and line indications.
Xdebug can also present the memory allocation, profiling information and code coverage analysis.
And, it has an interface (including extensions for browsers) that interact with running PHP scripts for debugger clients.
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:
Retrieve weather conditions using Weather.com API
Groups:
Author:
Description:
This class can be used to retrieve weather conditions using Weather.com API.
It can send HTTP requests to the Weather.com Web services API Web server to retrieve the current weather conditions for a given location.
Currently the class retrieves the conditions description and image, temperature, humidity, ultraviolet rays level, wind speed and direction, sunrise and sunset times.