Browsing articles in "Javascript"
Mar
26

Camera – a free jQuery slideshow by Pixedelic

By Vinod  //  All, Gallery, Javascript  //  No Comments

Camera a free jQuery slideshow with many effects, transitions, adaptive layout, easy to customize, using canvas and mobile ready.

Camera slideshow is an open source project, based on Diapo slideshow (http://www.pixedelic.com/plugins/diapo), but improved a lot.

 

Mar
19

jQuery File Upload

By Vinod  //  All, Javascript  //  No Comments

File Upload widget with multiple file selection, drag&drop support, progress bars and preview images for jQuery.
Supports cross-domain, chunked and resumable file uploads and client-side image resizing.
Works with any server-side platform (PHP, Python, Ruby on Rails, Java, Node.js, Go etc.) that supports standard HTML form file uploads.

Feb
27

Cutter.js – Truncate HTML code Client Side

By Vinod  //  All, Javascript  //  1 Comment

Cutter.js is a class to truncate HTML code to limit its length, by words number, without losing the markup.

Cutter solves the problem when its needed to cut some content by a number of words but its mandatory no lose any markup. Cutter cuts the content to the number of requested words and if needed puts a link to open the full content again.

Some benefits:

  • No markup is lost.
  • Framework agnostic.
  • The content can be written without take care about the full content.
  • Not needed to have two different contents.
  • Crossbrowsing
    • Tested on:
      • IE >= 6
      • Firefox >= 3
      • Safari >= 4
      • Google Chrome >= 4
      • Opera >= 9.
Feb
23

Page Scroller – jQuery Smooth Scrolling Plugin

By Vinod  //  All, Javascript  //  1 Comment

Page Scroller  is smooth scrolling navigation plugin as author says it can improve accessibility to lengthy web content. The Plugin based Robust JQuery Library.

Feb
20

The jQuery Slider Plugin with Infinite Style

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

Sequence is the jQuery slider plugin with infinite style. It provides the complete functionality for a website slider without forcing you to use a set theme. In fact, Sequence has no in-built theme, leaving you complete creative control to build a unique slider using only CSS3 — no jQuery knowledge required!

Features

  • Unique transition styles created using CSS3
  • Supports all modern browsers
  • Gracefully degrades in older browsers*
  • Supports responsive layouts
  • Supports touch devices and swiping
  • Many developer features with even more to come
  • Semantic and easy to use markup
  • Open source
Feb
16

PhotoShow – Web Gallery

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

PhotoShow is a free, open-source, and very easy to use web gallery installable on any web server.

Adding and sorting photos, albums, users, and groups have never been easier. Simply drag and drop them wherever you want.
To delete a photo or an album, just drag and drop it on the bin. Easy !       read more

Feb
13

Jquery Tubular – a jQuery plugin for full-size YouTube video backgrounds

By Vinod  //  All, Javascript  //  1 Comment

jQuery tubular is a plugin that places a YouTube video of your choice into your page as a background.

REQUIREMENTS

Usage is straightforward and requires JavaScript and the Flash player to be installed and functional on the client’s browser. tubular is dependent on jQuery and swfobject. You will need to know the YouTube ID of the video you want to use as well as the container DIV of your web page.

Please note: tubular must be deployed on a web server to function. The YouTube player will not work when loaded into your browser from your machine.

Jan
31

Poshy Tip – jQuery Plugin for Stylish Tooltips

By Vinod  //  All, Javascript  //  1 Comment

Posy Tip is nice & featured Rich JQuery plugin for creating Stylish ToolTips.

The default browser tooltip that displays the value of the title attribute is replaced with a “poshier” version.

Jan
23

jQuery TextExt Plugin

By Vinod  //  All, Javascript  //  1 Comment

 

TextExt is a plugin for jQuery which is designed to provide functionality such as tag input and autocomplete.

The core design principle behind TextExt is modularity and extensibility. Each piece of functionality is separated from the main core and can act individually or together with other plugins.

Jan
4

Sugar: A Javascript library for working with native objects

By Vinod  //  All, Javascript  //  1 Comment

Sugar is a Javascript library that extends native objects with helpful methods. It is designed to be intuitive, unobtrusive, and let you do more with less code.