PHP Class 'HTML Tag Maker' released
Grok Headline matches for PHP Class 'HTML Tag Maker' released
PHP Class 'HTML Class' released
PHP Class 'HTML Class' released
05/15/2004 06:44 PMThis class is an HTML tag wrapper that provides functions to output
many types of HTML tags with arguments that control the details of how
such tags are generated.
This class is similare to HTML::Element Perl module.
Features:
- Ensures proper nesting of HTML tags (especially with emacs),
- XHTML (XML) compliant. If the constant XHTML is defined, XHTML
conforming tags are returned, otherwise the generated tags are
compliant with HTML 4.
- Variable number of content arguments for all tags, not only
containers.
- Can do tag nesting checking. (is_contained_in(), may_contain(),
is_valid_attribute())
PHP Class 'HTML Info' released
PHP Class 'HTML Info' released
12/23/2002 07:03 PMWith this class you can get information about HTML Sites.
The following information types are provided:
- Title
- Meta Data
- Images
- Links
...
PHP Class 'HTML parser ' released
PHP Class 'HTML parser ' released
12/17/2003 07:10 PMThis class is meant to parse HTML code from a string or from a file
and generate the processed content that may highlighted with different
functions that handle the HTML tags, attributes, data, comments and
DTD information. Optionally, the processed HTML may be outputted with
line numbering.
This class may be used to different HTML processing by the means of a
custom sub-class that would override the functions that process the
different HTML document elements.
PHP Class 'HTML Bar Chart' released
PHP Class 'HTML Bar Chart' released
01/14/2003 08:36 PMBARCHART Class:
The class produces pure HTML code to display a'la bar chart. It will
work in any browser, with or without styleseet and it doesn't required
GD library installed on your server at all.
MULTIBARCHART Class:
The class produces pure HTML code to display multiple a'la bar chart,
based on BARCHART class.
PHP Class 'HTML Forms Objects' released
PHP Class 'HTML Forms Objects' released
10/31/2003 07:24 PMThe class HtmlFormsObjects is meant to generate an HTML dropdown list.
It is only necessary to call the method GenerateDropDownList and
passing its parameters like is shown in the example on bottom of the
class file.
PHP Class 'Html Form Parser' released
PHP Class 'Html Form Parser' released
04/24/2004 06:42 PMThis class is meant to parse an HTML document to extract information
about any forms contained in it.
The class return associative array that contains the details about
these form elements:
- Form attributes like: action, name, method, enctype
- Inputs of type hidden, text, password, textarea, checkbox, radio,
submit, reset, button, image, select and its options.
PHP Class 'PHP or Java Class Code
Generator' released
PHP Class 'PHP or Java Class Code
Generator' released
03/06/2004 02:00 AMThis package is meant is automate the generation of classes to access
databases in Java beans style.
It uses the Fast Template engine to process template files that define
the skeleton of functions and variables of classes that store and
retrieve data object property values from a given database table,
getter and setter functions to access those properties and a function
to delete a data object row from the respective database table.
The package comes with templates to generate classes either in PHP or
Java. The PHP template defines code to access data objects in a MySQL
database. The Java template defines code to access data objects in any
database supported by JDBC.
PHP Class 'Convert Class To HTML Table'
released
PHP Class 'Convert Class To HTML Table'
released
02/10/2004 02:46 AMThis class is meant to display the structure of any class as an HTML
table.
The class being displayed can have variables that contain objects of
other classes or arrays and treats those variables each accordingly.
PHP Class 'Bs_StopWatch.class.php'
released
PHP Class 'Bs_StopWatch.class.php'
released
11/07/2002 07:59 PMYou can take times during a code run and at the end get a time table
as HTML or text table. The output will contain total and as delta
between each take in microseconds.
Free Code; This Class is part of the BlueShoes PHP Application
Framework, see blueshoes.org.
PHP Class 'Bs_CsvUtil.class.php'
released
PHP Class 'Bs_CsvUtil.class.php'
released
11/08/2002 08:17 PMFeatures:
supports any separator char sequence, default is semicolon ";".
supports separator characters in the values. eg you use a ; as
separator, your line may look like
blah;hello world;"foo";"foo;bar";"this is a ""string""";got it?;foo
as you can see, the values can be in "quotes". if your text uses
quotes itself as in the "string"
example, they are escaped in ms-style with 2 quotes. and by using
quotes we can even have your
separator inside the text (example "foo;bar").
line breaks. a csv line may spread over multiple lines using crlf in a
field value.
see the checkMultiline param and the _checkMultiline() method.
PHP Class 'calend.class.php' released
PHP Class 'calend.class.php' released
01/03/2003 07:52 PMThis class generates HTML calendars in the portuguese language.
In portuguese:
Esta classe gera um calendário em português em HTML.
Tories blitz 'cash-maker' cameras
Tories blitz 'cash-maker' cameras
08/03/2004 12:15 AMThe Tories attack the use of speed cameras, promising a shake-up of
motoring laws if they come to power.
Microsoft patents 'HTML applications'
Microsoft patents 'HTML applications'
12/10/2003 08:01 AMZDNet UK Dec 10 2003 7:37AM ET
PHP Class 'My Db' released
PHP Class 'My Db' released
06/09/2004 06:55 PMThis package is a SQL database wrapper supporting MySQL, Interbase and
MS SQL server.
It can establish database server connections, execute SQL queries,
retrieve query results into arrays and display query results as HTML
tables.
PHP Class 'My DB' released
PHP Class 'My DB' released
02/15/2004 07:40 PMThis class is a simple wrapper around MySQL database acess functions.
It provides wrapper functions around most of the PHP MySQL extension
function like database, connection, queries execution and result data
access, error message retrieval, database creation and locking of
tables.
Microsoft wins 'HTML application' patent
Microsoft wins 'HTML application' patent
12/11/2003 05:06 AMSilicon.com Dec 11 2003 4:25AM ET
PHP Class 'lorenphplib_patternizer'
released
PHP Class 'lorenphplib_patternizer'
released
12/11/2002 07:22 PMPatternizer is a kit of classes wich allows you to build PHP
applications based on HTML pattern files, totally separating your PHP
code from the HTML look&feel.
The main benefits of Patternizer are:
Organization
All your PHP code is totally separated from the HTML code, so you can
make any changes to the look&feel without having to fight with tons of
PHP code lines. Also, it's a powerful way to separate the work jobs of
a development team: Coders and HTML designers.
Recursivity
You can build a hierarchy of patterns wich includes one to other,
avoiding the unnecessary HTML code repeating, and empowering the HTML
reusability.
Easy of use
Patternizer is fully object-oriented: Create your application
functionalities in an object structure, and work with it directly from
your patterns.
PHP Class 'AzDGOnlineUsers' released
PHP Class 'AzDGOnlineUsers' released
09/06/2002 07:41 PMThis class count online users on the all pages where class-code are
included. It may count:
- Users on all pages (website) or only this page.
- Hits number from last $sec time in the site or only this page.
Uses MySQL.
PHP Class 'AuthLdap' released
PHP Class 'AuthLdap' released
12/06/2002 08:17 PMAuthLdap is a LDAP authentication and user management class for PHP.
It provides a mechanism for easily authenticating users against an
LDAP database, as well as extracting information, changing passwords
and the like. It's not intended to be a full-blown all singing, all
dancing LDAP access class - rather, it performs a few basic,
frequently used functions.
PHP Class 'FormClass' released
PHP Class 'FormClass' released
09/12/2002 08:18 PMMakes user registration object oriented.This is very handy for complex
forms.Also helps u when you make any future modifications of business
logic.You need not make any modifications in insert query at all just
modify some hidden form fields!!.
PHP Class 'HN CAPTCHA' released
PHP Class 'HN CAPTCHA' released
04/14/2004 06:43 PMThis class generates a picture to use in forms that perform CAPTCHA
test (Completely Automated Public Turing to tell Computers from Humans
Apart). After the test form is submitted a key entered by the user in
a text field is compared by the class to determine whether it matches
the text in the picture.
The class is a fork of the original released also in this site by
Julien Pachet with the name ocr_captcha.
The following enhancements were added:
- Support to make it work with GD library before version 2
- Hacking prevention
- Optional use of Web safe colors
- Limit the number of users attempts
- Display an optional refresh link to generate a new picture with a
different key without counting to the user attempts limit verification
- Support the use of multiple random TrueType fonts
- Control the output image by only three parameters: number of text
characters and minimum and maximum size preserving the size proportion
- Preserve all request parameters passed to the page via the GET
method, so the CAPTCHA test can be added to existing scripts with
minimal changes
- Added a debug option for testing the current configuration
All the configuration settings are passed to the class in an array
when the object instance is initialized.
The class only needs two function calls to be used: display_form()
and validate_submit().
PHP Class 'MailHeaderClass' released
PHP Class 'MailHeaderClass' released
09/04/2002 08:04 PMphp4-class for parsing emailheaders. It gives you variables with
several header values.
PHP Class 'worldlocator' released
PHP Class 'worldlocator' released
09/04/2002 08:04 PMGiven an IP or a Hostname, it returns information about the country,
latitude and longitude of the geographic location of the host on the
world. It also shows a map image marking the location. This map can ve
viewed perfectly even if your server doesn't have GD.
PHP Class 'NuSOAP' released
PHP Class 'NuSOAP' released
12/17/2002 07:52 PMNuSOAP is a SOAP toolkit that can be used in implementing webservices.
It is written by Dietrich Ayala and I have found it to be very
powerful and simple to use. I think it's the best SOAP toolkit I've
used for implementing webservices. With this toolkit, you can create
SOAP clients and servers. It has support for WSDL documents and can
also generate WSDL documents for your application if needed.
For more information on NuSOAP, visit
http://dietrich.ganx4.com/nusoap/index.php
PHP Class 'TemplateBuilder' released
PHP Class 'TemplateBuilder' released
09/03/2002 11:37 AMTemplateBuilder is a powerful and easy class to work and manange
multi-level templates.
Templates are very usefull because you can define dynamic parts of a
page with blocks and sub-blocks. For example, you could create tables
with multiple rows by defining each row as a block. These blocks
accept variables or functions defined by the user or predefined (see
the PHP Functions Reference).
Working with this class you can separate your PHP code from your HTML
code. It will transform your programs codes more clearly to
understand, clean and easy to maintaim.
PHP Class 'sdf' released
PHP Class 'sdf' released
09/03/2002 11:37 AMThis class emulates MySQL work for projects, where MySQL could not be
used, because sombody can't or don't want to pay money for this
ordinary feature. The class helps you to save data from project to
text file with extension .sdf . It works only with associative arrays.
Easy to use. Returns an associative array, like MySQL_Fetch_Array().
PHP Class 'class_debug' released
PHP Class 'class_debug' released
12/16/2002 07:21 PMThis class provides more control on the PHP error output. The output
can now be pumped to TEXT, HTML, javascript POP-UP,a logfile or any
combination.
PHP Class 'package' released
PHP Class 'package' released
09/03/2002 07:42 PMThe php-package is a new file format for web developers and customers.
With this format you can distribute any kind of software, formerly
written in PHP, like one setup.exe file. You simply offer one .phx.php
file and that´s all. The customer has to upload it and call it through
the browser once. After this, the whole package installs itself.
You can set a lot of options for the package during generation.
The whole documentation of the current php-package you can find at
www.ipunkt.biz
PHP Class 'phpoot' released
PHP Class 'phpoot' released
12/13/2002 07:24 PMphpoot is PHP Object Orient style Template class. Method calls of
objects and recursive loop are possible in the template.
PHP Class 'GenPDF' released
PHP Class 'GenPDF' released
06/05/2004 06:18 PMGenPDF extends the FPDF class to help creating block oriented PDF
documents.
The developer specifies fields and their position within a block, and
then the class generates a document with data that use those block
definitions.
GenPDF keeps the blocks intact, and prevents splitting them across
pages.
In addition, GenPDF lets the user output fields in the block in any
order. It can even be a different order in each block output.
PHP Class 'DBtable2form' released
PHP Class 'DBtable2form' released
09/06/2002 07:41 PMThis class reads a MySQL table and outputs a form using the best input
type for each field. Very easy to get started. Includes basic form
customization methods. It is meant to give you a jumpstart on creating
a custom form and save alot of HTML coding.
PHP Class 'Meta_Search' released
PHP Class 'Meta_Search' released
12/14/2002 07:13 PMUtility to generate, with four lines of code, a form with a drop down
menu with 283 search engines
PHP Class 'MultiCounter' released
PHP Class 'MultiCounter' released
09/07/2002 08:15 PMApart from counting hits to an arbitrary number of pages this class
has the following features: Each IP address is counted only once a day
(however, no cookies are neccessary), the data is stored in a single
text file (no database neccessary) and monthly snapshots of the
counter are saved as well. Comments and examples included in source
file.
PHP Class 'MySQL_Control' released
PHP Class 'MySQL_Control' released
09/07/2002 08:15 PMEasy to use, also has advance features.
MYSQL::Connect() connects. MYSQL::Run() runs a query.
MYSQL::Select($tablename, $fields, $cond) runs a select query,
MYSQL::SelectSet($tablename, $fields, $cond) returns the results as an
array of hashes. MYSQL::Insert($tablename, $var) inserts values in a
hash into the database, or many different records if it is an array of
hashes. MYSQL::What() debugs.
PHP Class 'Quicksort' released
PHP Class 'Quicksort' released
09/13/2002 07:42 PMQuicksort produces a sorted sequence of a array form index $start till
index $end .
function Quick_sort sorted the input array directly.
function QS_get gives a new array with a sorted sequence of the input
array and leave the input array unchanged.
PHP Class 'Mergesort' released
PHP Class 'Mergesort' released
09/13/2002 07:42 PMMergesort produces a sorted sequence of a array form index $start till
index $end.
function Merge_sort sorted the input array directly.
function MS_get gives a new array with a sorted sequence of the input
array and leave the input array unchanged.
PHP Class 'dutchclock' released
PHP Class 'dutchclock' released
09/14/2002 08:10 PMThis class is made as a learning aid for foreign students, learning
Dutch language.
Given a time in Numbers, it will calculate a grammatically correct
Dutch sentence, reflecting what Dutchies would say when asked for the
time.
PHP Class 'debugHelper' released
PHP Class 'debugHelper' released
12/04/2002 09:25 PMThis class will display variable content, stop the time and display
files easier than the internal php functions. Output can easily be
modified.
CONSTRUCTOR:
function debugHelper ($outputType = HTML)
PUBLIC FUNCTIONS:
function dump ($thing, $options = null)
function getOptions($type, $additionalOptions = null)
function highlightFile($file, $from = 1, $count = EOF)
function startTimer ($id = 'default')
function stopTimer ($id = 'default')
function getTime ($id = 'default')
PHP Class 'funWithMP3' released
PHP Class 'funWithMP3' released
09/14/2002 08:10 PMA small script to allow access to your MP3 files. Very basic, easy to
see how it works.
Grok Description matches for PHP Class 'HTML Tag Maker' released
GrokA matches for PHP Class 'HTML Tag Maker' released
Vulns: WebCT Campus Edition HTML Tags
HTML Injection Vulnerabilities
Vulns: WebCT Campus Edition HTML Tags
HTML Injection Vulnerabilities
05/20/2004 05:40 PMSecurityFocus May 20 2004 8:47PM GMT
Vulns: Google Toolbar About.HTML HTML
Injection Vulnerability
Vulns: Google Toolbar About.HTML HTML
Injection Vulnerability
09/20/2004 03:18 PMSecurityFocus Sep 20 2004 6:14PM GMT
Vulns: Horde IMP HTML+TIME HTML
Injection Vulnerability
Vulns: Horde IMP HTML+TIME HTML
Injection Vulnerability
08/06/2004 04:29 PMSecurityFocus Aug 6 2004 8:16PM GMT
HTML Tip: Problems With Nested HTML Tags
HTML Tip: Problems With Nested HTML Tags
11/30/2002 12:30 AMNet Mechanic Nov 29 2002 11:13PM ET
Fixing HTML with the WDG HTML Validator
Fixing HTML with the WDG HTML Validator
01/19/2003 08:07 AMBut what's this? My page has a link to
http://news.google.com/news?q=linux&scoring=d to easily catch up on
the Linux-related news. But the Validator says: ...
HTML Tip: Defining Terms With HTML
HTML Tip: Defining Terms With HTML
01/24/2003 06:24 AMNet Mechanic Jan 24 2003 5:15AM ET
HTML TOOLBAR (free): Adds a toolbar to
Windows Explorer and IE which contains
your own HTML display
HTML TOOLBAR (free): Adds a toolbar to
Windows Explorer and IE which contains
your own HTML display
10/28/2003 11:06 PMYour HTML Here
Your HTML Here
08/11/2002 08:02 AMBusiness 2.0 Aug 11 2002 6:32AM ET
PPI-HTML-0.03
PPI-HTML-0.03
03/27/2005 03:14 AMDir to HTML
Dir to HTML
01/28/2004 03:36 PMInternet Works Jan 28 2004 8:22PM GMT
XML, Not HTML
XML, Not HTML
01/22/2004 02:57 AMBecause enough people seem to be getting confused by my previous
blog entry, let me clarify that I am talking about XML error handling
and not HTML error handling. Obviously given the current state of the
Web, a browser must be extremely good at handling malformed HTML and
emulate WinIE as much as possible. We of course are actively working
on that with Safari.
The reason I brought up HTML error handling while talking about XML
error handling was to point out how much time and effort it costs
developers simply to handle malformed content. Also for those who
mistakenly interpreted this as an attack on WinIE, of course it isn't.
WinIE had to emulate Netscape's error handling, so if you want to
blame anyone, blame Netscape.
Right now the browsers that handle XML *are* draconian in their
handling, and I see no reason why that would change in the future
(unless WinIE weighs in with a tolerant XML parser). In effect as far
as Web browsers are concerned we draconians have already won. :)
What's next for HTML? (XML.com)
What's next for HTML? (XML.com)
09/09/2002 01:34 PMWhat's Next for HTML?
What's Next for HTML?
09/04/2002 07:03 PMMicah Dubinko examines upcoming developments in the HTML family,
including XHTML 2.0, XML Events and XFrames.
Why They Like HTML
Why They Like HTML
11/06/2003 05:03 PMOpt-in News Nov 6 2003 4:18PM ET
Html
Html
11/25/2002 06:02 PMNielsen Media Research Nov 25 2002 4:54PM ET
Tk-HTML-3.003
Tk-HTML-3.003
11/16/2003 10:27 AMHTML::DWT
HTML::DWT
04/20/2004 12:55 PMNow On Sourceforge
Is HTML on Its Way Out?
Is HTML on Its Way Out?
03/20/2003 01:05 PMA mere eight years ago, the "HT" in HTML stood as much for "hot" as it
did for "hypertext." This language of the Internet was on everyone's
lips, from bedroom coders to boardroom capitalists. Now, though, XML,
XHTML and other Internet languages are nimbly supplementing -- and in
some cases supplanting -- their older and stodgier cousin.
HTML Help VS Add-in
HTML Help VS Add-in
09/09/2004 08:26 PMProject underway
htm vs. html
htm vs. html
02/03/2003 11:25 PMI know it doesn't matter, but I still cringe every time I see a .htm
extension on a public web site. I still remember the first time I saw
a .htm file. I had been working with web content on...
HTML-TrackerLink-1.0
HTML-TrackerLink-1.0
06/30/2004 11:13 AMHTML-MagicTemplate-3.2
HTML-MagicTemplate-3.2
11/18/2003 10:23 AMHTML-YaTmpl-1.7
HTML-YaTmpl-1.7
06/27/2004 06:31 AMHTML Editing
HTML Editing
07/03/2004 02:55 PMThe new WebCore also supports HTML editing. You can specify
editable regions in a page using the contenteditable attribute
(which maps to a CSS property behind the scenes, so you can even set
that property in your user stylesheets if you want to get crazy).
We've also added a selection object so that you can get the
current selection, and of course support for execCommand so
that you can perform operations on the selection. And yes, so that
you can actually tell what you're doing stylistically,
getComputedStyle is now also supported.
RTF to HTML convertor 3.1
RTF to HTML convertor 3.1
06/28/2004 12:18 AMAn RTF to HTML convertor.
HTML Validator to RSS
HTML Validator to RSS
07/04/2004 01:38 PM
XHTML Validator to RSS : Ben Hammersley: Oh my goodness, this is
brilliant.
...I like nice to-do lists and automatic checking of my
pages. So to combine the two, I've made a widget to create a XHTML
Validation Results RSS feed from any page.
I now have an RSS feed of validation errors on my site, updated
whenever I check it. The ingenuity of this is so great that it's
giving me a cramp.
Click here to comment on this entry
HTML-Manipulator-0.05
HTML-Manipulator-0.05
06/17/2004 06:43 AMHTML::Template 2.7
HTML::Template 2.7
06/24/2004 09:17 PMA simple and fast HTML Template module for Perl
HTML-TableTiler-1.11
HTML-TableTiler-1.11
12/10/2003 10:20 AMHTML-SimpleLinkExtor-1.06
HTML-SimpleLinkExtor-1.06
06/15/2004 04:51 PM PHP Class 'HTML Tag Maker' released