Posts Tagged ‘php’

PCSS – where CSS meets PHP

thumbnail

PCSS is a PHP server-side CSS3 preprocessor aimed at helping developers write CSS3 using less code. PCSS truly extends the concept of shorthand CSS through several built-in features like constants, variables, functions and classes.

Zebra_Form – PHP Class for Form Creation

thumbnail

If you’re looking to simply your form creation and validation process, then consider Zebra_Form, an object-oriented PHP class that promotes rapid HTML forms development through the use of clean and easily maintainable code.

5 Powerful PHP Code Generators

thumbnail

Code generators are desktop or web-based applications that once installed will allow you to define your database and it will automatically generate all the required HTML, CSS and PHP files.

rssLounge – A free PHP RSS Feed Reader

thumbnail

RSSLounge aggregator is a free Web-based RSS feed reader based on PHP and MySQL. It allows you to organize and read your RSS feeds and updates from online services…

PHP Parameter Skipping and Named Parameters – Finally?

Well, sort of; it’s not 100% native, but it works, and requires only 1 simple cut-and-pasted line added per function to implement. This article will detail how to do so, as well as the gist of its inner workings. It’s certainly easy to grep up complaints and feature requests for both parameter skipping and named parameters…

Developing State-enabled Applications With PHP

This article explains how to increase interactivity of your website by using either cookies or sessions to remember the state of the browsing session of your visitors.

Displaying An RSS Feed On Your Website Using PHP And MagpieRSS

By using RSS and the MagpieRSS toolkit, you can import data from another web site or news source and display that information on your own site.

Developing a Login System with PHP and MySQL

Most interactive websites nowadays would require a user to log in into the website’s system in order to provide a customized experience for the user. Once the user has logged in, the website will be able to provide a presentation that is tailored to the user’s preferences.

JoobsBox – A free PHP Job Board Script

thumbnail

JoobsBox is a free open source, PHP and MySQL based job board script. The script in itself is very simple; you have configurable categories whereby your members can post their job listings.

FusionCharts – Animated Flash Charts & Maps

thumbnail

Good looking dashboards tickle my brain cells. While dashboards are supposed to give a superior representation of data, with some good looks sprinkled in, it is somehow a more satisfying experience…