Browsing articles from "March, 2011"
Mar
11

Popcorn.js – Framework for HTML5 Video

By Vinod  //  All, Javascript  //  1 Comment

Popcorn.js is an event framework for HTML5 <video> that provides a simple API for synchronizing interactive and immersive content. Popcorn.js utilizes the native HTMLVideoElement properties, methods and events, normalizes them into an easy to learn API, and provides a plugin system for community contributed interactions.

Mar
8

Not Just a Grid – a flexible and modular css framework

By Vinod  //  All, CSS  //  1 Comment

Not Just a Grid is a flexible and modular css framework that is designed to assist in the rapid prototyping and development of websites. It has been designed for the future with larger screen sizes and the use of CSS3 for progressive enhancement and richer user experiences.

Mar
7

Waypoints – jQuery plugin to scroll to an element

By Vinod  //  All, Javascript  //  1 Comment

Waypoints is a small jQuery plugin that makes it easy to execute a function whenever you scroll to an element. It makes a solid base for modern UI patterns that depend on a user’s scroll position on the page.

Mar
4

Subway Map Visualization jQuery Plugin

By Vinod  //  All, Javascript  //  1 Comment

Anyone who knows HTML can easily create a subway map with this a jQuery plugin.

  • Anyone should be able to create a beautiful, interactive subway map visualization for their website using HTML markup
  • The map should be as faithful as possible to the London Underground map style with smooth curves and interchange connectors and 45-degree diagonals
  • The map size, line width and colors should all be customizable
  • Stations, interchanges and linked interchanges should be distinguishable from each other
  • The markup used to create the map should be search engine friendly
Mar
3

jFormer – jQuery Form Framework

By Vinod  //  All, Form, Javascript  //  1 Comment

jFormer is a form framework written on top of jQuery that allows you to quickly generate beautiful, standards compliant forms. Leveraging the latest techniques in web design, jFormer helps you create web forms that:

  • Validate client-side
  • Validate server-side
  • Process without changing pages (using AJAX)
Mar
2

jCanvaScript – manage content of a HTML5 canvas

By Vinod  //  All, Javascript  //  1 Comment
jCanvaScript is a javasript library that provides you methods to manage with the content of a HTML5 canvas element easily. It runs on any platform (including iPhone, iPad, Android) that supports canvas and JavaScript. To add support for canvas in Internet Explorer you can use ExCanvas.

Features

  • Fully Object Oriented
  • Provides access to the canvas context
  • Provides mouse-events to all objects
  • Provides keyboard-events to all objects
  • Provides drag’n'drop
  • Easy methods to manage objects
  • Provides easy objects animation