-
AJAX Login Module can be used to authenticate users without reloading a login page. It can generate the HTML with Javascript that uses the jQuery library to present a login form that is submitted using an AJAX request for verifying the user password. The script uses a separate database access class to perform a database query to the users database ...
-
HTML DOM Parser is a PHP library for parsing the DOM tree and inspired by the way jQuery interprets the DOM. The library is a must when building DOM scraping scripts/apps. Documentation and various examples are included with the download package.What's New in This Version:- Supports xpath generated from Firebug.- New method "dump" of "simple_html_dom_node".- New attribute "xmltext" of "simple_html_dom_node".- ...
-
Propagator is written in PHP 5 allows you to copy a tag with the given ID attribute in an HTML page on any other HTML pages in the same directory and its subdirectories. It can be used for example to incorporate the Analytics code on all pages of a site built from files stored locally.If the site is powered by ...
-
ReMarkable Beta is a Markdown-like mark-up language and takes formatted plain-text and converts it into valid HTML code. It is similar to Markdown, but contains many differences. ReMarkable can be used inside PHP apps or from the command line.Features of ReMarkable Beta:- Paragraphs- Line Breaks- Headings- Automatic Title Case- Automatic Table of Contentshttp://camendesign.com/code/remarkable- Horizontal Rule / Thematic Break- Inline Formatting- ...
-
Zoocache caches the output of your php pages for dramatically saving cpu power and speeding up loading of the pages, especially when using a CMS. Zoocache also provides an interface for plugins to manipulate the cached output, e.g. minifying the HTML markup, etc. Features of Zoocache: - Different storage drivers (currently file system & MySQL; easily extendable) - GZip compression ...
-
This is a script for debugging PHP objects. Automatically handles null/true/false/empty strings.Unlike other scripts that destroy page layouts, it correctly escapes characters for HTML output, so the script output won't break the page.Shown debug info:- Class file/line location (especially useful when the same name class is defined multiple times in the filesystem).- Methods in the script, including parameter names.- Contents ...
-
This PHP script returns all of the characters in a string as HTML entities. Using this function when publishing e-mail addresses can help prevent web spiders from harvesting the data to send you spam.
-
This is a PHP based WYSIWYG editor for formatting content using BBCode. It allows the userd to enter BBcode via a nice-looking interface, and also interprets the input, converting it to standard HTML code.Features of BBCode generator PHP HTML decoder script:- This script is of plug and play type and hence doesn't require any installation.- It has a JavaScript supported ...
-
This is a PHP image handling script for automatically resizing images for mobile devices. If the image is too big to show in the user's screen (mobile, tablet or desktop), the script resizes all HTML images to fit perfectly.No mark-up changes needed. Just drop it and forget about it.Features of Adaptive Images:- Works on an existing site- Works with any ...
-
This is a PHP script for converting normal HTML pages into pages with inline CSS styles. This script scans for external CSS code and embeds it via inline 'style' attributes for each of their element.It will also move inline CSS code added via the meta head 'style'tag. CssToInlineStyles is the perfect tool for converting normal pages to HTML emails.The script ...
-
This is a PHP script to generate HTML page summaries. It will go over the content of a page and generate linked summaries. Automenu looks for header tags, creates a summary and inserts it after tech <h1> tags.All inserted links are anchor linked to the proper page tag. The summary's position can be customized. Limitations:- Pages not properly formatted with ...
-
WP-HTML-Compression will compress HTML by removing source code comments and whitespace from HTML pages. It also includes new lines, carriage returns, tabs and excess spaces. <pre>, <textarea>, <script> and Internet Explorer conditional comment tags will be ignored.The plugin will reduce page size and improve load speed.Requirements:- WordPress 3.2 or HigherWhat's New in this version:- Removes empty attributes except action, alt, ...
-
Psttt! is a PHP Template systme that does not alter the original HTML files. By default code is injected into the specified elements without replacing the elements (innerHTML).To replace the entire elements with the specified code there's an outerHTML modifier. Psttt! allow the separation of logic and presentation, keeping the original functionality of the page intact, regardless of design or ...
-
PHP Markdown is a port to PHP of the Markdown syntax by John Gruber. Markdown syntax allows users to write text naturally and format it without using HTML tags.The PHP library converts that syntax from Markdown to HTML and back if needed. The library comes in an enhanced form, known as PHP Markdown Extra.This special version of PHP Markdown implements ...
-
PHP SmartyPants is a free web publishing tool that translates plain ASCII punctuation characters into “smart” typographic punctuation HTML entities.PHP SmartyPants is a port to PHP of the original SmartyPants written in Perl by John Gruber.SmartyPants does not modify characters within <pre>, <code>, <kbd>, or <script> tag blocks. Typically, these tags are used to display text where smart quotes and ...














