Browsing articles tagged with " Javascript"
Dec
14

Craftyslide – A tiny jQuery slideshow plugin

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

Craftyslide is a tiny (just 2kb) slideshow built on jQuery. Craftyslide aims to be different, by providing a simple, no-frills method of displaying images; packaged into a small, clean and efficient plugin.

Nov
26

JSZip: JavaScript zip class

By Vinod  //  All, Javascript  //  1 Comment

JSZip

Create .zip files using Javascript. Provides a simple API to place any content generated by Javascript into a .zip file for your users.

read more

Nov
3

Slider.js : Slideshow with jQuery, CSS Transitions and Canvas

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

Slider.js is an easy-to-use customizable Javascript library to create image slideshows.

Slider.js relies on latest web technologies: the power of CSS Transitions to perform awesome and efficient effects and the HTML5 Canvas to perform some non trivial transitions.

 

Basic features

  • Each slide displays the image, but can also have a text caption and a link.
  • Slides navigation (pages, next, previous)
  • Load images before starting the slider.
  • Load the slider photos with a JSON object (distant or local).
Nov
1

List.js – Add search, sort and flexibility to plain HTML list

By Vinod  //  All, Javascript  //  1 Comment

Do you want a 7 KB cross-browser native JavaScript that makes your plain HTML lists super flexible, searchable, sortable and filterable? Yeah!
Do you also want the possibility to add, edit and remove items by dead simple templating? Hell yeah!

Oct
31

Slidorion, A jQuery Plugin | jQuery Image Slider and jQuery Accordion

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

 

A combination of an image slider and an accordion, the slidorion displays beautiful images along with a variable length description. With images linked to each tab, and accompanied by a large array of effects, the slidorion is a great alternative to the traditional jQuery slider.

Aug
24

MobiScroll – Wheel scroller/Date and Time picker jQuery plugin for touch devices

By Vinod  //  All, Javascript  //  1 Comment

A wheel scroller user control optimized for touchscreens to easily enter date and/or time. The control can easily be customized to support any custom values and can even be used as an intuitive alternative to the native select control (dropdown list). It is designed to be used on touch devices as an alternative to the jQuery UI date picker.

The control is themable. You can easily change the appearance of if in CSS. It also comes with pre-defined, nice looking color schemes.

By default the control renders for intuitive and easy usage, but you can also customize it’s parameters (width, height,…). For more info see the wiki.

See demo here: http://demo.mobiscroll.com

Demo, Details & Download: http://code.google.com/p/mobiscroll/

Apr
15

Speakker | The new way of

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

Crossbrowser Audio solution featuring HTML5

Comes out of the box in two variations and with incredible options of customization: Flexible dimensions, unlimited colors
and two different button sets for light and dark themes. Easy to set up. Just a few lines of Javascript and a quantum CSS.

Apr
14

Maqetta – WYSIWYG visual authoring of HTML5 user interfaces

By Vinod  //  All, Javascript  //  1 Comment

Maqetta is an open source project that provides WYSIWYG visual authoring of HTML5 user interfaces. The Maqetta application itself is authored in HTML, and therefore runs in the browser without requiring additional plugins or downloads.

Maqetta is available under a commercial-friendly open source license. You can download the source code and install it on your own server, customize the code to fit your needs and/or contribute improvements to the open source project.

Apr
8

Slider Kit – sliding contents with jQuery

By Vinod  //  All, Javascript  //  1 Comment

The purpose of Slider Kit is to gather common slideshow-like jQuery functionalities (such as news sliders, photos galleries/sliders, carousels, tabs menus) into one light and flexible plugin combined with ready-to-use CSS skins.

Features

  • Content slider with modular elements
  • Multiple navigation controls: buttons, mousewheel, image click, keyboard (beta)
  • Vertical/Horizontal navigation clip
  • Vertical/Horizontal panels slide
  • Auto scrolling / Circular scrolling
  • Fading and sliding transitions effects
  • Easing on transitions
  • Slider Kit generates a minimum of inline CSS. The whole skin is CSS-made
  • Light weight: < 8 Ko (minified)

Compatibility

  • Internet Explorer 9: yes
  • Internet Explorer 8: yes
  • Internet Explorer 7: yes
  • Internet Explorer 6: yes
  • Firefox: yes (tested on v3.6.1 & v4)
  • Chrome: yes (tested on v9.0.597.107)
  • Safari: yes (tested on v5.0.2)
  • Opera: yes (tested on v11.01)
Apr
7

jQuery AHM – A Better Way To AJAX

By Vinod  //  All, Javascript  //  1 Comment

Jquery-ahm is a light-weight jquery plugin that reduces ajax requests to one-line.

Features

jquery-ahm is a replacement for $.ajax. With $.ajax, every ajax request needs a callback, resulting in a lot of javascript. $.ahm reduces javascript code by letting the response data define the actual callbacks.

  • Super light-weight: ~1KB minified
  • Reduces ajax requests to one-line (including ajax form validation)
  • No more custom callbacks for every ajax request
  • Lets back-end define post ajax callbacks (applied automagically)
  • Supports all jquery + custom callbacks in back-end code
  • Drop in replacement for $.ajax() (supports all $.ajax options)