PHP / MySQL
phpQuery – jQuery port to PHP
Nov 21, 2009CommentsphpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library. The Library is written in PHP5 and provides additional Command Line Interface (CLI).
Choose ItReading and Modifying PDF Files Using PHP
Nov 17, 2009CommentsToday, we are going to talk about getting content of PDF documents. In addition, PDF is a document format of Adobe Acrobat developed by Adobe and abridgment of Portable Document Format. After giving this unnecessary information, let’s learn how to read PDF documents using PHP.
Choose ItHow to Create a Photo Gallery using the Flickr API
Nov 13, 2009CommentsFlickr is, without doubt, the biggest and best photography website on the internet. There are lots of widgets, badges and plugins which allow you to display your latest Flickr photos on your website, but we’ll take it a step further by tapping straight into Flickr and integrating your photostream into your website, giving you a photo gallery that is a breeze to update.
Choose ItPHP Image Manipulation Class
Nov 9, 2009CommentsThis PHP class can be used to manipulate and convert images from files. It can open images from files in GIF, JPEG, PNG formats, and can perform several types of image manipulation operations like: resizing, cropping, convert to greyscale or sepia. The manipulated images can be saved back to files also in the GIF, JPEG and PNG formats.
Choose ItPHP Class to use Google Translations
Nov 7, 2009CommentsThis class can be used to translate application texts using Google Translate. It can take a script with an array of texts in English and sends requests to the Google Translate Web site to translate each of the texts to another idiom. The class generates a new script for the target language with an array with the texts translated to that language.
Choose ItCSS Dispatcher PHP Class
Nov 6, 2009CommentsThis PHP class can be used to compose CSS style sheets from multiple templates. It can process one or more CSS templates that are actually PHP scripts. The templates are processed by assigning PHP variables with template variable values and then the template script is executed and its output captured to get the final result.
Choose It50 Extremely Useful PHP Tools
Nov 3, 2009CommentsThis list, put together by Mayuri Multimedia, is a great collection of 50 extremely useful PHP tools. You will find debugging tools, testing and optimization tools, documentation tools, security tools, and so much more. This is definitely a great collection for PHP developers to bookmark and reference.
Choose ItMaking a Google Wave History Slider
Oct 27, 2009CommentsWe’ve all seen the videos of Google’s latest product – Wave. Although not “ground-braking” and “revolutionary” as we’ve imagined (wonder why “over-hyped” comes to mind) it still features some great UI. This choice shows you how to create a Google Wave-like history slider. Using it, we will enable our visitors to go back and forth in time to view the changes that take place on a comment thread.
Choose ItjQuery Validate Plugin Plus PHP Equals Captcha
Oct 24, 2009CommentsWhen I build forms, my go-to validation is 9 out of 10 times its jQuery plugin: Validation. Keeping with that and their built in functionality to basically = something to something. I used that to my advantage and use PHP to create a simple captcha.
Choose ItPHP SEO Class
Oct 22, 2009CommentsPHP SEO is an PHP class that can be used to determine the most relevant keywords of a text. It can analyze a given text to determine the most relevant keywords of that text. The limit number of keywords to extract is configurable. The class can also extract a string from the original text of a limited length suitable for use in page meta description tag.
Choose It