28
Jun
// php the_time('Y') ?>
Nuggetz is a free CMS application for easily and quickly controlling websites where the content is not stored in a database.
It is powered with PHP and integrates with any website design. You can simply make a section of a web page editable by calling a code like $mynugget = new nuggetz("name");.

The application works with modal boxes and, once logged in, the editable sections are displayed like the screenshot above.
You can click to any section and edit it inside a WYSIWYG editor. The content is saved inside the files themselves (just like an HTML file).
Requirements: PHP
Compatibility: All Major Browsers (except IE6)
27
Jun
// php the_time('Y') ?>
Show Slow is an open source tool (and, optionally, a free web-based service) for monitoring website performance metrics over time.
It simply collects the results from YSlow and Page Speed rankings and graphs them to show you how various changes to the website can affect the performance.
And, it can do this regularly to help you see the improvements done within time.

Requirements: Apache or nginx server, MySQL
20
May
// php the_time('Y') ?>
InAppSettingsKit is an open source solution for iPhone app. developers to easily add in-app settings to iPhone applications.
It offers an hybrid approach by maintaining the Settings.app pane, so, user can decide where to change the settings.
The kit can be integrated into any iPhone application easily (but may require tiny updates).
Although the intention of InAppSettingsKit is to create a 100% imitation of the Settings.app behavior, there are few more features provided like "overriding the settings file that is used in-app".

18
May
// php the_time('Y') ?>
With the latest discussions on Flash (whether it is dying or will become more powerful), here is an interesting project that Flash and HTML developers may both find useful:
Frontal is an intuitive markup and scripting language that generates Flash and enables you to create interactive content, sites or apps. with a few lines of code.

It can embed and work seamlessly with HTML, HTML5, JavaScript, Ajax or any other web technology and supports deep linking.
For Flash Developers
It definitely adds value to the development process with:
- decreasing the development time by building more with less code
- reviewing designs in real-time
- creating fluid layouts
- updating and reusing the code easier
For HTML Developers
It is a language that will help you build Flash (almost) without learning something new.
Requirements: No Requirements
12
Mar
// php the_time('Y') ?>
Geolocation is one of the most popular subjects for today's web & there are many solutions that help geo-enabling web applications.
YQL Geo Library is an impressive resource for geolocation as it is totally free & JavaScript-based.
It has various powerful features like:
- detecting the visitor’s location with the W3C geo API and with IP as a fallback
- find geo location from text
- find location from lat/lon pair
- find locations in a certain web document (by URL)
- get the location for a certain IP number

The library is lightweight (4kb uncompressed) & non-complicated. It just works by calling a function like:
yqlgeo.get('217.12.14.240',function(o){
alert(o.place.name + ',' + o.place.country.content +
' (' + o.place.centroid.latitude + ',' +
o.place.centroid.longitude + ')'
);
});
will get you the city, country, latitude & longitude of any given IP.
Requirements: No Requirements
5
Mar
// php the_time('Y') ?>
Simile Widgets is a set of open source web widgets for visualizing data & content.
They are actually a spin-off from the Simile Project & improved over time by a community of open-source developers.
Currently, it includes 4 widgets:

Timeline is for creating an interactive display of events within a timeframe.
It can be dragged or controlled with the mouse wheel & events can be clicked to see the details.

Timeplot is a DHTML widget for plotting time series easily.
On mouse-overs, it can display the values interactively (it works with the same data format that Timeline supports).

Runway is a Flash-based implementation of the popular iTunes-like coverflow.
The colors, fonts, reflection & transit,in values can be configured easily. Also, it can fire events to update the web page's Javascript.
It is for creating web pages with advanced text search and filtering functionalities, with interactive maps, timelines, & other visualizations.
You can find more details on a previously published WRD post on Exhibit.
Requirements: No Requirements
Compatibility: All Major Browsers
18
Feb
// php the_time('Y') ?>
EZ-CSS is a lightweight (only 1kb) CSS framework for easily creating table-less layouts.
The framework enables you to create multiple columns of any width, with or without gutters of any width.

EZ-CSS is very flexible:
- each module or layout contains a width-less container which prevents rounding issues or rounding errors.
- it creates self-clearing containers which means every box will contain floats.
As EZ-CSS has a very small footprint, it can be fully inserted into any stylesheet or a style element which would make it compatible with every other CSS framework too.
Compatibility: All Major Browsers
14
Feb
// php the_time('Y') ?>
Sypex Dumper is an open source web application for creating instant or automated backups of MySQL databases.
It is built with PHP, has an Ajaxed interface & can restore databases as well.
The application can work with gb-level huge databases as it easily bypasses the timeout limits of PHP by pausing/starting backup jobs.

Sypex Dumper can optionally check, optimize & repair tables or automatically delete older backups to save space.
It has support for file compression (Gzip and Bzip2) & offers a multilingual interface.
Requirements: PHP 4.3.1+, MySQL 3.23.56+
12
Jan
// php the_time('Y') ?>
WebApp.Net is a feature-rich JavaScript framework for building mobile web applications.
It provides a complete set of components (switch buttons, radio groups, etc.) that will help your website look & behave like a native mobile application.

The framework has full support for Ajax & every action from clicks to form submissions can be Ajaxed with tiny declarations.
Other features of WebApp.Net:
- native fullscreen for iPhone & iPod Touch
- custom events
- advanced styling for components
- progressive loading (objects will be loaded only when they are needed)
- animated PNGs
- & more..
The framework is still in beta but it is promising. A detailed documentation helps understanding it better & the demo shows its capabilities.
Requirements: No Requirements
19
Dec
// php the_time('Y') ?>
JQuery Roundabout is an impressive plugin that converts HTML elements into highly-customizable & interactive turntable-like (and more) interfaces.
By default, it works with ordered/un-ordered lists but with a little configuration it can convert any nested HTML structure.

The plugin has a bunch of options for maximum customization like:
- optional starting element
- speed of the animations
- opacity & scale of objects
- ability to trigger animations from any element
- disabling clicks
- & more..
With the help of a complimentary plugin, named Roundabout Shapes, it is possible create too many different types of interfaces.
jQuery Roundabout can have have various uses from displaying images to creating form interfaces, animations, etc.
Requirements: jQuery, jQuery Easing Plugin (optional), Roundabout Shapes Plugin (optional)
Compatibility: All Major Browsers