Archive for August, 2009
Posted by Vinay on August 17, 2009
Source : anythingslider

Features
- Slides are HTML Content (can be anything)
- Next Slide / Previous Slide Arrows
- Navigation tabs are built and added dynamically (any number of slides)
- Auto-playing (optional feature, can start playing or stopped)
- Each slide has a hashtag (can link directly to specific slides)
- Infinite/Continuous sliding (always slides in the direction you are going, even at “last” slide)
- Multiple sliders allowable per-page (hashtags only work on first)
- Pauses autoPlay on hover (option, coming soon!)
Usage & Options (defaults)
$('.anythingSlider').anythingSlider({
easing: "easeOutBack", // Anything other than "linear" or "swing" requires the easing plugin
autoPlay: true, // This turns off the entire FUNCTIONALY, not just if it starts running or not
startStopped: false, // If autoPlay is on, this can force it to start stopped
delay: 3000, // How long between slide transitions in AutoPlay mode
animationTime: 600, // How long the slide transition takes
hashTags: true, // Should links change the hashtag in the URL?
buildNavigation: true // If true, builds and list of anchor links to link to each slide
});
Like this:
Like Loading...
Posted in Web | Tagged: JQuery Slider | Leave a Comment »
Posted by Vinay on August 3, 2009
The Classy Web Design Framework
A modular framework for rapid web development
Sparkl combines POSH markup, Bulletproof CSS and Unobtrusive JavaScript into one easy to use web development framework that makes it simple to create bulletproof websites that conform to web standards. It uses a modular framework, allowing you to use what you need and leave out what you don’t.
Source : http://code.google.com/p/sparkl/
Like this:
Like Loading...
Posted in Web | Tagged: ajax, bulletproof, conventions, css, CSS Framework, design, framework, grids, html, javascript, layout, modular framework for rapid web development, standards, stylesheets, tabs, typography, Web | Leave a Comment »
Posted by Vinay on August 3, 2009
Its simple, free and fast 5kb Java Script file for converting XML to JSON
Source : http://www.thomasfrank.se/xml_to_json.html

Like this:
Like Loading...
Posted in Web | Tagged: Convert XML to JSON, XML to JSON | 1 Comment »
Posted by Vinay on August 3, 2009
JavaScript Templating is the best way to turn AJAX/JSON data into HTML. Jemplate is the best way to do JavaScript Templating.
Jemplate beats other JavaScript Templating frameworks hands down for the following reasons:
- Jemplate is a complete port of the popular Template Toolkit framework. This means it is very full featured indeed.
- Templates are precompiled (one time, on the server) as JavaScript functions. There is no JavaScript runtime penalty of compiling templates.
- Templates are not stored in your HTML. No silly tricks, like putting template code in hidden textareas.
- A browser downloads your templates once and caches them. Just like any other JavaScript code.
This site is generated entirely by Jemplate. View Source to see for yourself.
Source : http://jemplate.net/
Jemplate Links
Like this:
Like Loading...
Posted in Web | Tagged: Convert AJAX Data into HTML, Convert JSON data into HTML, javascript templates, Javascript Templating | Leave a Comment »
Posted by Vinay on August 3, 2009
JsDoc Toolkit is an application, written in JavaScript, for automatically generating template-formatted, multi-page HTML (or XML, JSON, or any other text-based) documentation from commented JavaScript source code.
Based on the JSDoc.pm project, this was renamed “Jsdoc Toolkit” during development as it grew into more than a simple version upgrade.
Source : http://code.google.com/p/jsdoc-toolkit/
Like this:
Like Loading...
Posted in Web | Tagged: Documentation generator, generates documentation from commented javascript source, Javascript API | Leave a Comment »
Posted by Vinay on August 3, 2009
jsPDF is an open-source library for generating PDF documents using nothing but Javascript. You can use it in a Firefox extension, in Server Side Javascript and with Data URIs in some browsers.
More examples and features to come. Get in touch if you’d like to help out!
Client-side demo works best in Safari or iPhone Safari. Also works Firefox 3 on Windows and Opera. IE support on the way.
Server-side will work anywhere. See example of PDF generated in Jaxer.
Source : http://code.google.com/p/jspdf/
Like this:
Like Loading...
Posted in Web | Tagged: client side reporting tool, Generating PDF using Javascript | Leave a Comment »
Posted by Vinay on August 3, 2009
svenson is a Java5 JSON generator/parser. It lets you convert Java object graphs into JSON and vice versa. svenson offers an API and annotations to aid you in this.
The initial code for svenson grew out of a simple generator tool class I once wrote for my projects. I wrote JSON parsing code while working on my own couchdb driver called jcouchdb. Later I decided to create a standalone svenson project because the outcome seemed to be sufficient for all kinds of scenarios not involving jcouchdb.
Features
- Free choice of java side objects: From total generic list/map scenarios to mapping POJOs to/from JSON or a mix between those two, from JSON generation being something your classes handle themselves to something JSONifying them.
- Annotations and interfaces to help you to create your own applications that work with JSON.
- Quality Assurance with unit tests ensures svenson keeps working after changes.
Source : http://code.google.com/p/svenson/
Like this:
Like Loading...
Posted in Web | Tagged: convert java object graphs into JSON, Convert JSON to Java Object, JSON Generator, JSON Parser | Leave a Comment »
Documentation generator for JavaScript
Posted by Vinay on August 3, 2009
Source : http://code.google.com/p/jsdoc-toolkit/
Share this:
Like this:
Posted in Web | Tagged: Documentation generator, generates documentation from commented javascript source, Javascript API | Leave a Comment »