Posted by Rasti | May 18th, 2009
XHTML Abstraction Markup Language (Haml) is a markup language that‘s used to cleanly and simply describe the XHTML of any web document, without the use of inline code. Haml functions as a replacement for inline page templating systems such as PHP, ERB, and ASP. However, Haml avoids the need for explicitly coding XHTML into the template, because it is actually an abstract description of the XHTML, with some...
Posted by Rasti | May 17th, 2009
Syntactically Awesome StyleSheets (Sass) is a meta-language on top of CSS that‘s used to describe the style of a document cleanly and structurally, with more power than flat CSS allows. Sass both provides a simpler, more elegant syntax for CSS and implements various features that are useful for creating manageable stylesheets.
Sass Features
Whitespace active
Well-formatted output
Elegant input
Feature-rich
Sass...
Posted by Rasti | May 10th, 2009
JS Charts is a free JavaScript based chart generator that requires little or no coding. With JS Charts drawing charts is a simple and easy task, since you only have to use client-side scripting (i.e. performed by your web browser). No additional plugins or server modules are required. Just include the JS Charts scripts, prepare your chart data in XML or JavaScript Array and your chart is ready!
JS Charts lets...
Posted by Rasti | May 9th, 2009
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other Content Management Systems.
TinyMCE Features
Easy to integrate – Only a few lines of code needed.
Customizable – Themes...
Posted by Rasti | May 8th, 2009
There’s a lot of WYSIWYG (What You See Is What You Get) editors worldwide. You can choose from simple ones to more complex with a lot of features. But sometimes less is more. Mainly, in the event when users shouldn’t change a layout, colors, fonts, etc. of the webpage while editing content (by CMS editor, for example). It’s much better to let change a layout or any other front-end attributes...
Posted by Rasti | May 1st, 2009
JSXGraph is a cross-browser library for interactive geometry, function plotting, graphs, and data visualization in a web browser. It is implemented completely in JavaScript and uses SVG and VML.
Supported browsers
Mozilla Firefox
Opera
Safari
Google Chrome
Microsoft Internet Explorer
JSXGraph is easy to embed and has a small footprint: only about 55 kB if embedded in a web page. No plugins are required! JSXGraph...
Posted by Rasti | Apr 19th, 2009
$fx() is the really small and pretty flexible library to animate HTML elements. It lets you to alter any CSS property allong time line by passing just simple configuration. Morover you can combine effects, group them to the chains and run parallel, also you have ability to set different callbacks what gives you even more flexibility.
This compact lightweight JavaScript library extends DOM element by adding animation...
Posted by Rasti | Apr 14th, 2009
PEAR is a framework and distribution system for reusable PHP components. PEAR is short for “PHP Extension and Application Repository” and is pronounced just like the fruit.
The purpose of PEAR is to provide:
A structured library of open-source code for PHP users
A system for code distribution and package maintenance
A standard style for code written in PHP, specified here
The PHP Extension Community...
Posted by Rasti | Apr 12th, 2009
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
jQuery offers a mechanism for adding in methods and functionality, bundled as jQuery plugins. Most of the methods and functions included in the default download are written using the...