Showing posts with label Javascript. Show all posts
Showing posts with label Javascript. Show all posts

Thursday, June 3, 2010

Highslide JS

Highslide JS is an open source image, media and gallery viewer written in JavaScript. These are some of its advantages:
  • Quick and elegant looking.
  • No plugins like Flash or Java required.
  • Popup blockers are no problem. The content opens within the active browser window.
  • Single click. After opening the image or HTML popup, the user can scroll further down or leave the page without closing it.
  • Lots of configuration options and scalability without compromizing on simplicity. A component system lets you strip away unused features down to a filesize of 10kB.
  • Outstanding, unconditional and free user support for both commercial and non-commercial users.
  • Compatibility and safe degrading. If the user has disabled JavaScript or is using an old browser, the browser redirects directly to the image itself or to a given HTML page.
  • homepage

Tuesday, June 1, 2010

Understanding basic JSON

An interesting post here describing some principles of JSON formatting and tools to work with it.

Saturday, March 27, 2010

Vertical splitter implementation

jQuery Splitter Plugin

The resource describes implementation of Vertical splitter as jQuery plugin. Examples also available. Clear, fast, cross browser.

Thursday, March 11, 2010

Chili NEXT - syntax highlighter

  • Very fast highlighting, trivial setup, fully customizable, thoroughly documented, and MIT licensed
  • Renders identically on IE, Firefox, Mozilla, Opera, and Safari
  • Comes bundled with recipes for C++, C#, CSS, Delphi, Java, JavaScript, LotusScript, MySQL, PHP, and XHTML
  • Many configuration options: Static, Dynamic, Automatic, Manual, Ad-Hoc, with Metaobjects.
  • Provides fine control over which elements get highlighted by means of a jQuery selector or the mithical jQuery chainability.
  • Fully supports javascript regular expressions, including backreferences
  • The replacement format gives full control on what HTML is used for highlighting
  • Provides examples which show setups and features
link

Collapsible Frame Script

Collapsible Frame Script - link

Delaying JavaScript Event Execution

Delaying JavaScript Event Execution link

Wednesday, March 10, 2010

SyntaxHighlighter
version 2.0.296 (March 01 2009)
JavaScript code syntax highlighter.

Monday, February 22, 2010