stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


PHP Class 'Simple Histogram' released







PHP Class 'Simple Histogram' released

PHP Class 'Simple Histogram' released 03/08/2004 11:22 PM

This package is meant to generate a graphic image that represents an histogram from a given set of data values in an array. It can draw a graph of bars with the supplied values, with a specified with and height, with optional horizontal and vertical axis scales and labels and the possibility of choosing the colors of the background and the axis labels. The colors of the bars are picked by the class automatically. The graph image is created in true color and outputted in the PNG format using the PHP GD extension. The class generate HTML IMG tags with the SRC attribute pointing to an URL based on the current script URL that passes the necessary parameters to the class to output the image graphic in the PNG format.




This is a GrokNews Entry: (what is grok?)





Similar Items

PHP Class 'Simple Histogram' released

Grok Headline matches for PHP Class 'Simple Histogram' released

PHP Class 'Simple TCP Daemon' released


PHP Class 'Simple TCP Daemon' released 08/15/2002 01:31 AM
This class lets you write Simple daemons. The features of this class are: * Support running as inetd/standalone app * Validate commands and handle commands through callbacks

PHP Class 'Simple Login' released


PHP Class 'Simple Login' released 02/17/2004 07:45 PM
This class is meant to manage the access permiossios of multiple users to Web pages of a site. It can be used to ask for your site users to authenticate to have access to protected pages. You only need to insert one line of code at the top of your site protected pages to use this system. It provides an administration manager interface. It uses sessions, so it does not require the use of a database.

PHP Class 'Simple Object' released


PHP Class 'Simple Object' released 04/21/2004 06:25 PM
This package provides a base class that has common functions for accessing class variables. It provides to any derived class the same interface of setter and getter functions, import(), export(), append(), register_filter(), unregister_filter(), apply_filter() etc.. A template engine class, a database query result fetcher class are just two examples of derived classes that share the same interface provided by the base class.

PHP Class 'Simple MSN Class' released


PHP Class 'Simple MSN Class' released 12/16/2003 07:41 PM
This class is meant to connect to a MSN Messenger server, login as a given user and handle chat requests with other users. The package comes with a separate class that acts as robot that interacts with other connected users. The output and the comments in this class are written in Chinese.

PHP Class 'Simple Users Online' released


PHP Class 'Simple Users Online' released 01/08/2004 08:14 PM
This class is meant to keep track of the users currently accessing a site. The class stores the unique IP addresses of each users online in a database. The class tries to determine the real IP address of uses behind proxy servers. The class also performs the maintenance task of deleting all the records of user IP addresses that are stored before a given timeout period specified in a class variable. The class count the number of user accessing the site by counting the number of unique user IP address records currently stored in the database.

PHP Class 'simple-text-counter' released


PHP Class 'simple-text-counter' released 11/06/2002 07:34 PM
Simple text-file-based counter. Can record recent IPs to prevent "counter-boosts". Timeout is configurable.

PHP Class 'Simple banner rotator'
released


PHP Class 'Simple banner rotator'
released
11/15/2002 07:51 PM
This is simple banner rotator. It just picks all files from a specified directory, shuffles them and shows one-by-one, once per page view. Very simple and easy to use.

PHP Class 'Simple Mini Poll' released


PHP Class 'Simple Mini Poll' released 01/18/2004 08:11 PM
This package is meant to create online surveys. It lets you create Web based polls with a single question for which the users can only pick one answer of multiple answers. There is no limit of possible answers per poll. The poll questiom, the possible answers and the respective vote count are store in MySQL database tables. The system does not require authentication nor keeps track of the address of the users but has protection to prevent that users of the same IP address vote more than once for a given period. The class can generate HTML forms presenting a poll in a Web page, as well display the table of the current results. A separate class can generate a HTML based Web interface to create, activate and delete polls.

PHP Class 'Simple HTML form creation'
released


PHP Class 'Simple HTML form creation'
released
10/28/2003 11:08 PM
This class is meant to create HTML forms by outputting the HTML tags of its elements one by one. It can be more useful in combination with template engine classes.

PHP Class 'PHP or Java Class Code
Generator' released


PHP Class 'PHP or Java Class Code
Generator' released
03/06/2004 02:00 AM
This 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 AM
This 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 PM
You 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 'calend.class.php' released


PHP Class 'calend.class.php' released 01/03/2003 07:52 PM
This class generates HTML calendars in the portuguese language. In portuguese: Esta classe gera um calendário em portuguęs em HTML.

PHP Class 'Bs_CsvUtil.class.php'
released


PHP Class 'Bs_CsvUtil.class.php'
released
11/08/2002 08:17 PM
Features: 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 'My DB' released


PHP Class 'My DB' released 02/15/2004 07:40 PM
This 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.

PHP Class 'My Db' released


PHP Class 'My Db' released 06/09/2004 06:55 PM
This 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 'CsvParser' released


PHP Class 'CsvParser' released 11/07/2002 07:59 PM
With this parser you can simply load a CSV file. You can specify if column headers should be loaded or not. You can retrieve records one by one then.

PHP Class 'UBBCode' released


PHP Class 'UBBCode' released 10/20/2002 08:09 PM
Replaces the UBB tags listed below with HTML tags, and vice versa. Also keeps the line feeds in the text and removes all HTML tags. UBB Tags: [b]...[/b] bold [i]...[/i] italic [code]...[/code] source code [img], [/img] images [quote]...[/quote] blockquote [url]http//www.link[/url] links [url=http//www.link]name[/url] links [email]me@home.de[/email] email link [email=me@home.de]name[/email] email link Additional Tags: [u]...[/u] underline [center]..[/center] center [color=name]...[/color] colors For a description of ubbcodes see: http://community.infopop.net/infopop/ubbcode.html FUNCTIONS: function encode($str) function decode($str) function listCodes()

PHP Class 'INIParser' released


PHP Class 'INIParser' released 11/10/2002 07:54 PM
This class read data from .ini file format and parse it into array. By using the UpdateCat command, HTML entities can be symbolized and then be generated using short symbol.

PHP Class 'gnVisitorInfo' released


PHP Class 'gnVisitorInfo' released 06/09/2004 07:07 PM
The gnVisitorInfo class is meant to gather some information about the visitor on your page. The information that is retrieved include: the IP address, the current page HTTP request method, browser identification, user machine operating system, and the country name determined from IP address. Note that you need to install the a database table that is used to determine the country from the IP address. A dump of an updated IP to country database table may be obtained in the address listed in this package related links section.

PHP Class 'paypal_ipn' released


PHP Class 'paypal_ipn' released 11/11/2002 08:22 PM
This class is usefull to process Instant Payment Notification (IPN) from Paypal. See www.paypal.com for more information about IPN. It requires cURL PHP module.

PHP Class 'XSLT' released


PHP Class 'XSLT' released 10/19/2002 07:49 PM
PHP class which will hopefully make it a little bit easier to work with PHPs XSLT extension

PHP Class 'phptree' released


PHP Class 'phptree' released 11/12/2002 07:48 PM
phpTree was developed to provide a very simple, "file-manager looking", embeddable, web-based, file and/or content management system. By using phpTree you may very easily embed hierarchical web-modifiable files and/or content and establish security parameters for the modification of data stored in the tree into your existing website. Although it is possible, phpTree was not designed with intention for it to "be" the website, but rather to be embedded into existing websites wherever hierarchal data is needed. Security policies can be enforced on a group, and world level. Additionally, the same mySQL database can be used to host multiple distinct trees throughout your website. See the documentation section for more information.

PHP Class 'Smileys' released


PHP Class 'Smileys' released 10/18/2002 07:30 PM
This class replaces smiley tags with smiley images. Useful for forums or guestbooks. When created it reads the smiley definitions and can be called afterwards. FUNCTIONS: function smileys($url) function getSmileys() function insertSmileys($str) function _resetSmileys($str)

PHP Class 'Stack' released


PHP Class 'Stack' released 10/22/2002 07:55 PM
The Stack class advantage over the array_push and array_pop function is Stack::pop() pops the stack and returns a reference to the popped element. There is also a top function that returns a reference to the top element.

PHP Class 'CTable' released


PHP Class 'CTable' released 10/21/2002 08:35 PM
This class helps aid in the generation of table output from a database recordset, or other form of data source.

PHP Class 'page_handle' released


PHP Class 'page_handle' released 10/28/2002 08:29 PM
A template engine geared to be able to display data without much hassle in PHP code, just fetching of data and giving it to the template engine. Create HTML templates with the data's keywords

PHP Class 'Tag' released


PHP Class 'Tag' released 10/25/2002 07:23 AM
A simple way to create XML/HTML tags with name, attributes, attribute values and content inside the tag. This class can be extended to make custom tag classes easily. Have fun!

PHP Class 'CMC_form_validation' released


PHP Class 'CMC_form_validation' released 10/25/2002 07:34 PM
With this class you can have PHP automatically generate form validation in JavaScript. Currently supports the following validation types: 1. Required Field 2. Numerical Characters only. 3. Alphnumerical Characters only. This class is extremly easy to use and has been designed in a way to allow for additional validation types to be added.

PHP Class 'CSV' released


PHP Class 'CSV' released 10/25/2002 07:23 AM
This class enable you a databse-likely access to comma separated (csv) and fixed length files. Is useful for import from csv to db.

PHP Class 'preditor' released


PHP Class 'preditor' released 10/26/2002 07:53 PM
Preditor is a class for file editing and copying. It makes editing easier by allowing you to load a file, enter a piece (string) you want changed, and a replacement string, whether it only occurs once, or a bunch of times, and it will go through the file and change each occurence. You can also save the file to a directory. Copy non-text based files to different directories. (more options to come)

PHP Class 'StyleMenu' released


PHP Class 'StyleMenu' released 10/25/2002 07:23 AM
Class based on HTML Table (Dimitris Kossikidis ). This class provides a fast form to create and to maintain blocks of menus. It allows to use styles and format of table with very few lines of code.

PHP Class 'mimetype' released


PHP Class 'mimetype' released 10/28/2002 08:29 PM
This class enables PHP scripts to determine the mime type of a file based on file extension, useful for PHP versions without access to other utilities that determine mime type. Built from the Apache mime type file.

PHP Class 'phpsecureweb' released


PHP Class 'phpsecureweb' released 10/29/2002 07:48 PM
Protect your sites or intranet with the power of PHP Secure Web. It is database independent as what adODB supports. You required to have a database of your liking. Simply install the tables, sign on as an Admin, create users and groups, assign users and actions to the groups, and you are almost done. Now write 4-5 lines of code for the pages you want to protect (you can copy it from the examples) and you are done. You will love the powerful and advanced Administration features.

PHP Class 'PhpDtObject' released


PHP Class 'PhpDtObject' released 06/10/2004 06:15 PM
These classes simplify the process of retrieving, editing, inserting and delete rows from the database table. PhpDtObject creates an object from a table row or an array of objects if multiple rows are retrieved from the table. Objects can also be created with init method, that passes primary key value (usually id) to getOne and getMany methods that can take complex searching criteria. Rows can be updated, deleted and new rows created with a simple method calls. By extending this class you have basic access to the database tables and you can concentrate to your own class functionality. These classes are quite similar to DAO (Data Access Objects) but may be used for other purposes. PhpDtObject requires ADOdb database abstraction layer.

PHP Class 'CGrid' released


PHP Class 'CGrid' released 10/23/2002 08:16 PM
Properties +---- table // Instance of recordset +---- titles // Array with titles of columns +---- colsSize // Size of each colum +---- colsOrder // Name of fields to ORDER BY SQL +---- titlesBgColor // BgColor of Titles +---- titlesOnColor // BgColor of selected title +---- titlesOffColor // BgColor of non selected +---- listColor // Color of content +---- overRow // Color of mouse over line +---- eraseCol // 1 to show erase colum Function +---- show( $sql ) // Show grid

PHP Class 'Kxparse' released


PHP Class 'Kxparse' released 11/01/2002 07:49 PM
A XML parser, that's extremly fast and easy to use, tested in two websites and gave good results!

PHP Class 'csvFieldDump' released


PHP Class 'csvFieldDump' released 11/02/2002 08:10 PM
This class can pull only the specified fields from a csv file. you can specify either the field numbers or field names to pull out. Also it can just show you a numbered list of the csv headers. Also in the class i've added some code at the bottom which allows this class to be used on the command line by passing various flags to it. if you make the script executable try ./script -h for help.

PHP Class 'AbstractDB' released


PHP Class 'AbstractDB' released 11/05/2002 08:19 PM
If you believe that database abstraction is a good think, but you don't want to join the religous fights about the best one out there, then we have a common interest. This abstract wrapper class provides easy and simple class methods to access the most important db function. Classes implementing the functionality for native PHP functions, PEAR, PHPLIB and METABASE enables you to switch between these db abstraction layers by changing only a single line of code. Now you are able to use a unifed abstraction layer for database access and switch between the underlaying layers. CONSTRUCTOR: function AbstractDB($libraryPath, $dbType, $resultType) FUNCTIONS: function connect($host, $db, $user, $password) function disconnect() function query($query) function nextResult() function allResults() function numRows() function affectedRows() function getIdentifier() function getDbType() PUBLIC VARS: var $host var $database var $user var $password var $lastQuery var $resType var $error var $db var $result
Grok Description matches for PHP Class 'Simple Histogram' released
GrokA matches for PHP Class 'Simple Histogram' released

PHP Class 'Simple Histogram' released

The following phrases have been identified by the grok system as matching this entry:

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

Will PHP 5 Live Up
to Its Billing?

Singapore Telecom,
NTT DoCoMo In Wi-Fi
Roaming Pact -2-

SingTel, NTT DoCoMo
launch joint Wi-Fi
roaming trials

KDDI vs. DoCoMo:
FOMA Forging On?

DoCoMo Tests WLAN
Roaming

R&S Adds to UMTS
Tester

WAP popularity
breaks records

3G FOMA Service
Coverage Expands

3G's Birthday In UK
Fiberlink Integrates
3G, WiFi

SingTel, NTT DoCoMo
kick off wireless
Internet surfing
trial

DoCoMo Employees
Fudge the Numbers

Aernet Wireless
Announces
Availability of
Rural Broadband
Internet to
Nackawic, New
Brunswick

DoCoMo, SingTel test
mutual Wi-Fi

11:30AM: Smart,
Piltel oppose entry
of 3G mobile phone
company

Smart, Piltel oppose
entry of 3G mobile
phone company

Using the .NET
Framework SDK
Interoperability
Tools

The Architecture
Strategy Series

Be Careful Where You
Build

MSDE Web Resource
Kit - C# and Visual
Studio Version

Review: Pioneer
DVR-107D DVD±R/RW
drive

E-Mail and Web
Server Downtime

Microsoft Wins a
Round

Microsoft Heads to
Trial in Minnesota

Is EU looking at
yesterday's
Microsoft?

iTunes song swap
helper vanishes from
Net

Last waltz for
MyTunes?

PayPal settles N.Y.
antifraud probe

Beyond MVC
Lawfare update
More Lawfare
IBM's is at the core
of IT offshoring

Duxbury launches new
GSM modem

Audi to drive luxury
in-car experience
with Intel Itanium 2
processor-based HP
Integrity servers

New PCs are a waste
Leading healthcare
provider to save
over $1.9m by
switching to Macro 4
software

GautengOnline
another step forward

IT in farming bears
fruit

Fake MS
alert-spreading worm
in Europe

Internet boosts
EasyPay volumes

PC chip revenue to
surge in 2004

Worm disguises self
as Microsoft patch

Adobe adds bar codes
to PDF forms

SCO.com emerges from
virus battle

Legal Former
Worldcom CEO Ebbers
Indicted

Eclipse Foundation
Votes in New
Directors

Heading Off Failures
Viruses 'Winning the
War'

TSI, VeriSign Focus
on Wireless

Cray Expands Its
Footprint

what is grok?