Skip to main content

Lindsay Donaghe's Library tagged downloads   View Popular

09 Mar 09

Javascript URL Library | Fliquid Studios

"This Javascript library facilitates the easy construction and deconstruction of URL strings by breaking the URL into it’s various components. This library is capable or taking a URL as a string or using the current window.location and parsing it into a URL object. Any of the components of the URL can then easily be manipulated as required and the modified URL string can be retrieved. The manipulation of query string arguments is facilitated by the addArg and removeArg methods."

www.fliquidstudios.com/...javascript-url-library - Preview

javascript libraries web development downloads urls

[JS]jQueryのプラグイン33+1選 -2008年11月 | コリス

A collection of jQuery plugins that might come in handy, such as one to equalize the heights of columned divs.

coliss.com/...1964.html - Preview

jquery javascript libraries downloads development web linklist

40 Useful JavaScript Libraries | Developer's Toolbox | Smashing Magazine

A good collection of jQuery plugins for form skinning, data manipulation and visualization and a few other niceties.

www.smashingmagazine.com/...ibraries-for-specific-purposes - Preview

jquery javascript libraries downloads free development web ajax ria

jQuery File Tree

"jQuery File Tree is a configurable, AJAX file browser plugin for jQuery. You can create a customized, fully-interactive file tree with as little as one line of JavaScript code.

Currently, server-side connector scripts are available for PHP, ASP, ASP.NET, JSP, and Lasso. If you’re a developer, you can easily make your own connector to work with your language of choice. "

abeautifulsite.net/notebook.php - Preview

jquery javascript libraries downloads free development web ajax ria

jScrollPane

"jScrollPane is a jquery plugin which allows you to replace the browsers default vertical scrollbars on any block level element with an overflow:auto style. You can easily control the apperance of the custom scrollbars using simple CSS."

jScrollPane is crossbrowser, working on all browsers that support jquery and it also degrades gracefully. If a user's browser doesn't support jQuery or has JavaScript turned off then they will see the browsers default scrollbars. If the mouse wheel plugin is included in the page then the scroll panes will respond to mouse wheel events as well.

www.kelvinluck.com/...jScrollPane.html - Preview

jquery javascript libraries downloads free development web ajax ria scrolling

Embed QuickTime | jQuery Plugin

"Embed QuickTime is a jQuery plugin that helps you embed QuickTime movies to play directly on your webpage, instead of redirecting your video to a separate page or forcing you to embed a video using Flash. It changes regular image links to the embedded QuickTime video when they are clicked.

Optionally, Embed QuickTime creates a "share" link giving each viewer copy & paste code to post on their own websites.

It works with QuickTime (mov, mp4, m4v, 3gp), audio (mp3, wav, aiff, m4a) and Windows Media (avi, wmv, mpg).

The plugin is released under the MIT License. Modify and use as you please."

www.solitude.dk/...embedquicktime - Preview

jquery javascript libraries downloads free development web ajax ria video flash quicktime

typeface.js -- Rendering text with Javascript, , and VML

"Instead of creating images or using flash just to show your site's graphic text in the font you want, you can use typeface.js and write in plain HTML and CSS, just as if your visitors had the font installed locally. This is a work in progress, but functional enough at least to render the the graphic text on this site."

typeface.neocracy.org - Preview

javascript libraries downloads free development web design fonts typography

XRegExp: JavaScript regex library

XRegExp is a JavaScript library that provides an augmented, cross-browser implementation of regular expressions, including support for additional modifiers and syntax. Several convenience methods and a powerful recursive-construct parser are also included.

stevenlevithan.com/xregexp - Preview

javascript libraries downloads free development web regex

Setting Equal Heights with jQuery | Filament Group, Inc.

"We wrote a script to "equalize" the heights of boxes within the same container and create a tidy grid — with little overhead.

Creating the visual effect of equal-height columns or content boxes has been a challenge ever since we abandoned table-based layouts. When developing complex web applications or site designs we've found that it often makes the most sense from a usability and performance standpoint to use a simple JavaScript workaround: our equalHeights() function determines the heights of all sibling elements in a container, and then sets each element's minimum height to that of the tallest element. When JavaScript is disabled, the boxes or columns appear with varying heights, but the content remains legible and the page is still completely usable."

www.filamentgroup.com/...ting_equal_heights_with_jquery - Preview

jquery javascript libraries downloads free development web ajax ria

All Marked Up / Projects / jQuery URL Parser

A jQuery plugin to parse URLs and provides easy access to information within them, such as the protocol, host, port, the segments that make up the path and the various query string values.

The parser is based on the Regex URI parser by Stephen Levithian - http://blog.stevenlevithan.com/archives/parseURI.

projects.allmarkedup.com/jquery_url_parser - Preview

jquery javascript libraries downloads free development web ajax ria

07 Jan 09

Download details: SyncToy v2.0

A good, free utility for Windows that allows you to set up synchronization between shares on a network or local folders. It doesn't have auto-sync but you can set it up to run with the Windows scheduler.

www.microsoft.com/...details.aspx - Preview

windows utilities downloads free systemsengineering software tools microsoft synchronization

Junction Link Magic

A nice, simple utility for setting up junction points on NTFS systems by wrapping the LinkD command. Auto-sync two directories on your computer or computer to mapped volume. Much easier than doing things via the command line. Free too!

www.rekenwonder.com/linkmagic.htm - Preview

windows downloads free freeware linkd tools systemsengineering

  • A GUI utility for creating junction points in Windows.  An alternative to the commandline Linkd that comes with the Windows Resource Kit.
    - bluecockatoo on 2008-02-23
01 Nov 08

Tripoli - a CSS standard for HTML rendering | DevKick Lab

A set of CSS standards for a generic cross-browser rendering of HTML 4 tags. It resets all elements and browser defaults so you can start with a standard base. Separates content from typographical layout and supports W3C standards. Also includes a demo generator with different 3 column/header/footer layouts.

devkick.com/tripoli - Preview

css html generator web development codesnippets downloads standards

30 Oct 08

Featured Windows Download: Ashampoo Burning Studio Free Handles All Your Burning Needs

"Windows only: Free application Ashampoo Burning Studio Free is yet-another CD and DVD burning utility. Ashampoo handles virtually any burning need, from music CDs and video DVDs (Blu-ray support included) to data discs. It also supports burning compressed and encrypted backup discs. Granted, there are already plenty of burning utilities already available, but for anyone who remembers how difficult it used to be to find a free app to handle this sort of thing (i.e., not Roxio), the more options the merrier."

lifehacker.com/...handles-all-your-burning-needs - Preview

windows software free freeware downloads cds utilities dvds

Extension List Dumper

A FF plugin that builds a list of all the extensions you have installed and exports them in one of 3 formats (text, HTML or CSV) to make it easier to send to devs when you experience a problem with a plugin (to look for conflicts) but also to make sure your have your list for the next virgin computer you encounter.

sogame.awardspace.com/eldumper - Preview

firefox extensions plugins downloads free

20 Oct 08

jTemplates - template engine in JavaScript

A plugin for jQuery that makes client side dynamic content templates. Kind of like PHP on the client-side. Great for making repeating content such as displaying an RSS feed pulled from an Ajax call. This is going to come in handy for sure.

jtemplates.tpython.com - Preview

jquery plugins javascript ui web development downloads useful codesnippets

CSS Sprites2 Refactored: Building an Unobtrusive jQuery Plugin | Raleigh Web Design & Development | New Media Campaigns

An implementation of the CSS Sprites approach to elements with changing image states that is wrapped in a jQuery plugin. Allows you to choose the transition animation between the states which is a nice enhancement from the standard CSS only version.

www.newmediacampaigns.com/...g-an-unobtrusive-jquery-plugin - Preview

css javascript jquery plugin web development codesnippets downloads

1 - 20 of 408 Next › Last »
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo