Projects
In the near future I will be posting my currently maintainable open source projects. In the meantime here are upcoming project release details:
PHPull – A WordPress Plugin
PHPull enables bloggers who reference PHP functions and class methods to easily access php.net documentation in the form of a tooltip. PHPull dynamically requests pertinent information directly from valid php.net documentation by firing an AJAX request.
Salid 0.1.0 – A jQuery Simple Form Validation Plugin
Salid is a simple form validation plugin intended for developers who require maximum control over their frontend form validation with minimal overhead. Although a default callback is supplied for display, you may supply a custom callback function to handle the display of any and all form errors. Salid matches both id selectors as well as supplying a fall-back on name selectors. It even handles matching elements with array based names.
JinX – The Javascript Includer
JinX is a WordPress plugin which separates javascript logic from your posts by supplying you with a separate textarea for adding javascript to your posts. The editor does absolutely no sanitization or input filtering so your javascript is sure to remain intact. JinX utilizes the markItUp! jQuery plugin, allowing you to utilize your TAB key as well as giving you the ability to resize the textarea to accomodate editing larger blocks of javascript.
Caterpillar – A Web Crawler / Screen Scraper
Caterpillar allows you to crawl a specified domain name with parallel cURL requests, returning page data to be filtered and parsed. Unlike most examples utilizing curl_multi(), the modified version of the included Rolling Curl library allows true parallel requests. A google sitemaps XML generator class will also be included, extending on Caterpillar’s functionality and providing a great example of how to use the class.