Categories
Tags → Html Class

SleekTabs

SleekTabs is a PHP class which eases the process of creating tabbed interfaces in HTML. Basically put, if you want a tab system (like on Properties/Inspector-styl e dialogues on the desktop) for a bit of content on your web page, SleekTabs automates ...
DETAILS

Macronimous- Creating Dynamic PDF files using HTML and PHP

This article explains how to create PDF files dynamically using PHP, from html file to PDF format using FPDF and HTML2FPDF PHP class libraries.
DETAILS

mysqlForm

This class can be used to create HTML forms for entering values to create new records of a MySQL database table. It identifies the list of fields of a given mysql table. Then it generates HTML for a form that includes inputs to enter values for...
DETAILS

Array to List

This class can be used to display an HTML list of entries from nested array. It traverses the array and display its entries and items of an unordered HTML list. Entries that have array values are displayed as nested lists. Entries with other type...
DETAILS

Email Parser

This class is designed to parse raw emails into logical parts including the header, content, to, from, subject, and file attachments. It also parses the various message types including HTML and Plain text messages.
DETAILS

PHP HTML Form Generation and Validation

A PHP class for HTML easy form generation and validation. It provides an easy and intuitive way of handling both HTML form design (based on templates) and basic server-side form validation. Custom validation (both server-side and client-side) can a...
DETAILS

MySearch

MySearch is a PHP class that handles all aspects of a typical search. Once instantiated, a call to find will return false if the find failed, or a CSS highlighted string on success. This search is designed for parsing data with HTML, so, anything ins...
DETAILS

PHP JavaScript Tooltip Generator Class

A PHP class that can generate JavaScript tooltips. - works on all major browsers (no transparency on Opera, though) - in Internet Explorer the tooltips show above HTML SELECT elements as they should - the appearance of the tooltips ...
DETAILS

PHP HTML Graph Class

This class draws vertical graphs only by using HTML and CSS. No requirement for any external graphic library such as GD Simple and grouped bars can be created. You can change everything regarding the looks as the output is template driven. On t...
DETAILS

Breadcrumbs navigation with PHP 5, SimpleXML, XPath and class

Navigate through a website can be most irritating if the user is not well informed where he is and where he comes from. To prevent users from being lost the breadcrumbs method is one of the most suitable. SimpleXML, XPath and PHP 5 are perfect tools ...
DETAILS

Page:
©2003-2019 jCay.com