Posted by Rasti | May 5th, 2009
Titanium is the first open platform for building rich desktop applications by using classic web technologies – HTML, CSS and JavaScript.
Titanium Appcelerator is:
Open source
Titanium is licensed under the Apache Public License (version 2)
Open web
Use standard HTML, CSS and Javascript to build rich desktop apps
Open desktop
Run your apps on Windows, Mac and Linux (coming soon!)
Open API
Add rich desktop...
Posted by Rasti | May 4th, 2009
Easy Slider jQuery Plugin enables images or any content to slide horizontally or vertically on click. It is configurable with css alone. So, basically you link to plugin file, set the content up and style it with css. Easy and lightweight!
At the time of this post, version 1.5 of Easy Slider plugin for jQuery was here. Previous version should be checked first to understand what is this plugin about and how does...
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 21st, 2009
Ajaxify is a jQuery plugin. It can convert all links in a web page into an ajax load and submit requests. With this ultra weight plugin, you can build a complex ajax website with one single line. Welcome to the web 2.0 world!
Main features
Ajax GET and POST requests.
History & bookmarking support.
Partial load from the output.
Four events support.
Forms Support.
Animations.
Ajaxify was tested on IE7,...
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 17th, 2009
Prototype is a JavaScript Framework that aims to ease development of dynamic web applications.
Featuring a unique, easy-to-use toolkit for class-driven development and the nicest Ajax library around, Prototype is quickly becoming the codebase of choice for web application developers everywhere.
Prototype framework enables you to deal with Ajax calls in a very easy and fun way that is also safe (cross-browser)....
Posted by Rasti | Apr 16th, 2009
MooTools is a compact, modular, Object-Oriented JavaScript framework designed for the intermediate to advanced JavaScript developer. It allows you to write powerful, flexible, and cross-browser code with its elegant, well documented, and coherent API.
MooTools code respects strict standards and doesn’t throw any warnings. It’s extensively documented and has meaningful variable names: a joy to browse...
Posted by Rasti | Apr 15th, 2009
Everybody starts sometimes. Nobody was born wise and experienced. Maybe, some of you would like to know how to begin with web development. And those of you this short post is for. You’ll find here some suggestions, tips and navigation which way to go to become a web developer from scratch.
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...
Posted by Rasti | Apr 9th, 2009
ECMAScript is a scripting language, standardized by ECMA (European Computer Manufacturers Association) International in the ECMA-262 specification. The language is widely used on the web, and is often confused with JavaScript or JScript, the two major dialects from which ECMAScript was standardized.
As previously said, the ECMA Standard is based on several originating technologies, the most well known being...