Skip to main content

Lindsay Donaghe's Library tagged development   View Popular

13 Mar 09

HTML Playground, html, css reference by example

A sandbox for building and styling HTML. Good for prototyping or playing with a technique.

htmlplayground.com - Preview

html css sandbox tools web design development

09 Mar 09

Kris Hoyt Consulting - Website Design, Software Development Services

One of my old friend/coworker's online resume/portfolio for her consulting company. Nice clean, pretty design.

www.krishoyt.com/technology.aspx - Preview

friends web design development inspiration

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

28 Dec 08

EverNote 3 Architectural Overview

Documentation for the Evernote API, including setting up OAuth and the XML schema used for note data.

www.evernote.com/...evernote-api.htm - Preview

Evernote development api documentation

  • A.
    Evernote Markup Language (ENML)



    The contents of Notes within the Evernote
    service must strictly comply with the XML definition found within
    the ENML DTD. The reference version of this DTD is located at:



    http://xml.evernote.com/pub/enml.dtd



    The service will validate the Note content
    against this DTD before accepting any call to
    NoteStore.createNote() or NoteStore.updateNote().



    ENML was designed to provide a secure and
    portable document representation that could be consistently
    rendered on various clients and platforms. ENML is largely based
    on a subset of XHTML Transitional 1.0 from the W3C, with a few
    additional elements added to support Evernote-specific concepts
    (e.g. encryption, embedded Resources, etc.).



    Before submitting HTML content over the
    EDAM API the client application is expected to follow the following
    steps:

11 Dec 08

Conditional-CSS

A tool that will generate browser specific CSS for you and package it all up in a C# HttpHandler (ASHX) so that it will deliver only the CSS for the browser that makes the request. Interesting idea to get around having to use browser hacks and still have all your code in one file for easy maintenance.

www.conditional-css.com - Preview

css tools generator C# php web development design crossbrowser optimization opensource

10 Principles of the UI Design Masters - NETTUTS

A few of these are obvious (in the sense of "why didn't I see that before"), and a few are counter-intuitive (don't overdo accessibility features). Good stuff to keep in mind for user experience design.

nettuts.com/...-of-the-user-interface-masters - Preview

development ui ux tips design tutorials guidelines usability

06 Nov 08

Information on Border Slants

Tutorial demo on how to make containers on web pages that are shaped like triangles and other polygons with regular and irregular straight edges using no graphics. This is an exploit of how browsers render borders to produce straight angles. Cool technique.

infimum.dk/slantinfo.html - Preview

css tutorials web design development codesnippets

Slantastic

Tutorial demo on how to make containers with irregular straight edges (angles) using only CSS/HTML (no graphics).

meyerweb.com/...demo.html - Preview

css codensippets web design development tutorials

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

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

Join Diigo