AcdBrn Content Management System

AcdBrn is the content management system developed by Thomas Hunter. Development on the CMS started back in 2005 as an experiment to learn PHP, and new features and functionality were constantly being added. Before long, a simple framework had evolved along with a fairly standardized way for writing web applications. In an attempt to keep the CMS alive and breathing, Thomas finally decided in January 2010 that the project should be officially named, cleaned up, and made open source. It is now available for download under the New BSD License. Under this license, you are allowed to modify and redistribute it as long as you keep the license file and attribute the original developer. This CMS features an easy to use template system, WYSIWYG editing, SEO URLs, and is very easy to expand and add your own custom programmed sections. Ultimately, it is easy for both the content administrators and application developers to use. For a longer list of features, check out the ProjectFeatures (http://code.google.com/p/acdbrn/wiki/ProjectFeatures) page. Are you chomping at the bit to get testing? Go ahead and download (http://code.google.com/p/acdbrn/downloads/list) the latest version and make sure to browse the QuickStart (http://code.google.com/p/acdbrn/wiki/QuickStart) page for installation instructions.

View HTML

Package:
Summary:
Generate HTML documents programmatically
Groups:
Author:
Description:
This class can be used to generate HTML documents programmatically.

It can add tags to a document using fluent interface calls that return the class object, so the calls can be nested.

The class provides functions to add most types of HTML tags.

The class returns the composed document as a string. The generated HTML can be made XHTML compliant.


Script Alone

Package:
Summary:
Manage the execution of PHP daemon scripts
Groups:
Author:
Description:
This class can be used to manage the execution of PHP daemon scripts.

It can store in control file the state of the currently running script.

The class can check that file to see if an instance of the script is already running to prevent that more than one instance of the script is being executed.

It can also check if another control file exists as a flag indicating that another script instructed the current instance to stop and exit.


Youtube Video Sharing Software

Video Social networking software helps users run a YouTube clone website. It provides customizable and fully featured social networking script capabilities that enable users to maintain an online community portal with audio hosting and video sharing.

Moon

Package:
Summary:
Calculate the phase of the Moon for a given date
Groups:
Author:
Description:
This class can be used to calculate the phase of the Moon for a given date.

It takes a given date and determines the phase of the Moon for that date.

The class returns the Moon phase name, phase percentage and Moon visibility.

It can also return the date of the next new Moon or full Moon.


PHPGraphLib

PHPGraphLib is a PHP 4.3+ friendly object-oriented class that has powerful customization features, allowing you to generate the perfect bar, line, or pie graph for any application. Best used with dynamic data, PHPGraphLib allows easy visual interpretation of sophisticated data sets. Simply feed PHPGraphLib an array of data points, and it will generate a .png image of your data. At 25kb in size, it will not slow down your scripts. If no customizations are made, PHPGraphLib adjusts the scale and axis of the graph to fit any data, including large numbers, decimal numbers, and negative numbers. PHPGraphLib News - PHPGraphLib 2 is now available! You can now display up to three datasets on each graph. Customized legends can also now be added to your graph.
Powered by Gewgley