Posted by W3Avenue Team on Dec 14, 2009 in
Javascript,
Silver Light |
View Original Article
This jQuery plugin generates sparklines (small inline charts) directly in the browser using data supplied either inline in the HTML, or via JavaScript. jQuery Sparklines is compatible with most modern browsers and has been tested with Firefox 2+, Safari 3+, Opera 9, Google Chrome and Internet Explorer 6, 7 & 8.

You can use jQuery Sparklines to easily create line (default), bar, tristate, discrete, bullet, pie or box charts. Each type of graph that it creates offers customization options. Some of the common options that are available in all chart types include: width, height, colors, minimum and maximum range.
Developed by Gareth Watts for Splunk Inc; jQuery Sparklines is available for download under New BSD License. You can find further information, demo & download on jQuery Sparklines.
Similar Posts:
You can also stay updated by following us on Twitter, becoming a fan on Facebook or by subscribing to our FriendFeed.
Tags: Application Packaging, charts, Gareth Watts, Graphs/Charts, jquery, New BSD License, Virtualization
Posted by W3Avenue Team on Nov 5, 2009 in
Javascript,
PHP |
View Original Article
JoobsBox is an open source job board software which is built with PHP (Zend Framework) & MySQL. It comes with a plugin system which makes it possible to extend the application easily. The application offers a powerful administration panel where all the categories, listings, plugins & other variables can be controlled. JoobsBox is multilingual and themeable.

Installing JoobsBox is really simple; it comes with an installer which takes care of everything for you and only requires you to provide site’s name, preferred user interface language and the database information.
Features
- Powerful search engine
- Approve, edit and delete job postings
- Create, edit and delete categories
- Configurable categories order
- Configurable language
- General settings (portal title, number of posts on homepage, etc.)
- Set duration of job listings
- RSS feeds for entire portal or for specific categories
- Multi-language support
- SEO friendly URLs
- Seamless integration with your existing website
- Auto-post jobs to Twitter (plugin)
- Optimized for iPhone (plugin)
- Google Analytics statistics (plugin)
Developed by the management team of Joobs.ro; You can find further information, demo, documentation & download on JoobsBox Website.
Similar Posts:
You can also stay updated by following us on Twitter, becoming a fan on Facebook or by subscribing to our FriendFeed.
Tags: New BSD License, Open Source, Software, Zend
Posted by W3Avenue Team on Oct 12, 2009 in
CSS,
Javascript |
View Original Article
CSScaffold is a CSS framework written in PHP. Unlike pure CSS framework (e.g., Blueprint, etc) that uses the standard abilities of CSS, it uses PHP to extend CSS. The syntax looks and feels exactly like CSS, except that you have additional features.

Scaffold requires a web server with PHP 5+; Mod_rewrite for Apache is required if you want it work automatically route your CSS files through Scaffold. If you don’t want it work automatically, you can point your CSS files directly to Scaffold.
Features
- Constants
- SASS style Mixins
- Nested Selectors
- Expressions
- Compressed, Cached and Gzipped on-the-fly
- Perform PHP operations
- Extendable through Plugins
Plugins
- Layout – Create 960.gs style grids with Mixins and classes.
- OOCSS – Extend one selector using another selector
- Browsers – Target specific browsers
- Minify – Uses the minify library to compress your CSS
- Icy Compressor – An alternative to Minify
- Validate – Validates your CSS using the W3C validator
- Image Replace – Image replace titles by just linking to the image. Scaffold will find the height and width of the image and take care of the rest of the properties needed to image replace the text.
Developed by Anthony Short; CSScaffold is available for download under New BSD License. You can find further information, demo & download on CSScaffold Project Website.
Similar Posts:
Tags: Anthony Short, CSS Framework, Libraries/Frameworks, New BSD License