Skip to main content

Close
Get the best research tool on the web today,and free!
Connect with people with common interests!
Play Webslides

Tristan Rivoallan's Bookmarks tagged javascript   View Popular

You are here: Diigo Home > Tristan Rivoallan's Bookmarks

Expand All 1 - 19 of 19

A List Apart: Articles: Test-Driven Progressive Enhancement

Progressive enhancement has become an established best-practice approach to standards-based development. By starting with clean, semantic HTML, and layering enhancements using JavaScript and CSS, we attempt to create a usable experience for everyone: less sophisticated devices and browsers get a simpler but completely functional experience, while more capable ones get the bells and whistles.

Tags: clevermarks, javascript, css on 2008-09-25 and saved by4 people -All Annotations (0) -About

more fromwww.alistapart.com

Plugins | jQuery Plugins

This plugin is meant to complement tools such as the Firebug profiler, which profile all the function calls in your script, but don't (at present) allow you to drill down into the different arguments to a single call.

Tags: javascript, performance, tools, clevermarks on 2008-09-22 -All Annotations (0) -About

more fromplugins.jquery.com

Google Testing Blog: The Google Maps API Open Source Their Selenium Test Suite


So, we decided to open source our selenium test suite so that developers could see the kind of integration tests we're currently running, and could even contribute their own tests that test specific functionality or an order of operations used on their site. What better way to make sure your site works with our API than contribute a test to make sure of it?

Tags: testing, javascript, selenium, google, clevermarks on 2008-09-18 -All Annotations (0) -About

more fromgoogletesting.blogspot.com

Gearshift (Migrations for Gears)

So you love the database feature of Google Gears, but you don't love the idea of trying to manage versions of the database. You wanted something like Migrations from Rails. Here's your simple answer.

Tags: javascript, database, tools, clevermarks on 2008-09-16 -All Annotations (0) -About

more fromm.ac.nz

wmd - The Wysiwym Markdown Editor

WMD is just as easy to use as any WYSIWYG editor, so you don't need to know anything about Markdown or HTML to write clean, semantically meaningful markup. You click the buttons, and WMD writes the Markdown.

Tags: clevermarks, tools, javascript, markdown on 2008-09-15 and saved by16 people -All Annotations (0) -About

more fromwmd-editor.com

Julien Lecomte’s Blog » Building Web Applications With Apache Ant

Modern web applications are large and complicated pieces of engineering, using many different technologies, sometimes deployed on hundreds (or even thousands) of servers throughout the world, and used by people from dozens of locales. Such applications cannot efficiently be developed without relying on a solid build process to do all the dirty and repetitive work of reliably putting all the pieces together.

Tags: clevermarks, exploitation, javascript, css, performance on 2008-08-29 and saved by3 people -All Annotations (0) -About

more fromwww.julienlecomte.net

Ext JS - Blog

If you are building a large application, don’t try to use Ext to decorate an existing app via “unobtrusive JavaScript” or build an app half with conventional construction and half with Ext. Instead, embrace Ext as a framework and start from scratch with something like a Viewport, and build components on top of that foundation.

Tags: clevermarks, javascript, ui on 2008-08-18 -All Annotations (0) -About

more fromextjs.com

PURE Unobtrusive Rendering Engine for HTML

PURE is an Open Source JavaScript Template Engine for HTML. Truly unobtrusive, it leaves your HTML untouched.
It is cross-browser (IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+).

Tags: javascript, tools, clevermarks on 2008-08-06 and saved by4 people -All Annotations (0) -About

more frombeebole.com

Net Perspective Website Design - Based in College Station, Texas - Products - Scroll Follow

Scroll Follow is a simple jQuery plugin that enables a DOM object to follow the page as the user scrolls.

Tags: javascript, tools, clevermarks on 2008-07-16 and saved by2 people -All Annotations (0) -About

more fromwww.net-perspective.com

stanlemon.net : jgrowl

jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works.

Tags: javascript, tools, notification, clevermarks on 2008-07-15 and saved by18 people -All Annotations (0) -About

more fromstanlemon.net

SoundManager 2: Javascript Sound for the Web

SoundManager 2 is an attempt at providing the sound API which Javascript has been missing. It's a Javascript library which wraps and extends Flash's sound capabilities, bringing cross-platform audio functionality to Javascript.

Tags: dev, tools, music, javascript, clevermarks on 2008-07-07 and saved by9 people -All Annotations (0) -About

more fromschillmania.com

Jiffy Firefox Extension - Documentation

The Jiffy Firefox Extension is written Bill Scott of Netflix. It adds an additional panel to Firebug that provides a visual view of the Javascript time measurements captured by Jiffy-Web. The extension is available under Creative Commons license.

Tags: dev, tools, performance, javascript, clevermarks on 2008-06-24 and saved by9 people -All Annotations (0) -About

more frombillwscott.com

Zend Framework Dojo Integration - phly, boy, phly

hot ? - "I'm pleased to announce that Zend Framework will be partnering with Dojo Toolkit to deliver out-of-the-box Ajax and rich user interfaces for sites developed in Zend Framework."

Tags: php, javascript, announcement, clevermarks on 2008-05-21 -All Annotations (0) -About

more fromweierophinney.net

JavaScript Information Visualization Toolkit (JIT) at noumena

he JIT is an advanced JavaScript infovis toolkit based on 5 papers about different information visualization techniques.
The JIT implements advanced features of information visualization like Treemaps (with the slice and dice and squarified methods), an adapted visualization of trees based on the Spacetree, a focus+context technique to plot Hyperbolic Trees, and a radial layout of trees with advanced animations (RGraph).

Tags: javascript, visualisation, tools, clevermarks on 2008-05-14 and saved by13 people -All Annotations (0) -About

more fromblog.thejit.org

Developing an accessible slider | Filament Group, Inc.

The solution we devised is based on the core principle of progressive enhancement: start with basic, functional markup and then layer on complexity, if supported. In most cases, coding for progressive enhancement allows us to build a single code base for both the basic and enhanced versions; we then apply additional CSS and Javascript to create the richer experience for capable browsers. But when we're developing the UI for a web application and creating widgets that capture data, we're often starting with form element markup that doesn't readily cooperate with CSS, or that doesn't have all the moving pieces necessary to create a more complex widget.

Tags: dev, tools, javascript, accessibility, bestpractices, clevermarks on 2008-04-17 and saved by5 people -All Annotations (0) -About

more fromwww.filamentgroup.com

pi-js - Google Code

pi.debugger is a cross browser web development tool allows you to examine web page's structural and debug with console.

Tags: dev, tools, javascript, clevermarks on 2008-04-10 and saved by7 people -All Annotations (0) -About

more fromcode.google.com

Greg Sherwood: PHP_CodeSniffer and JavaScript Lint

The new JavaScript tokenizer in PHP_CodeSniffer allows you to write your own custom JS sniffs, but JavaScript Lint already has a set of generic tests that can be applied to your code. Thanks to the JavaScript Lint command line tool, jsl, you can now include JavaScript Lint warnings and errors in your coding standards.

Tags: clevermarks, dev, javascript, php, tools on 2008-03-31 -All Annotations (0) -About

more fromgregsherwood.blogspot.com

Software As She’s Developed » Blog Archive » Cross-Domain Communication with IFrames

This article explains iframe-to-iframe communication, when the iframes come from different domains. That you can do this effectively is a relatively recent discovery AFAICT, already used in production by Google, Facebook, and others, and has powerful implications for the future of Ajax, mashups, and widgets/gadgets. I’ve been investigating the technique and working some demos, introduced in the article.

Tags: clevermarks, dev, documentation, javascript on 2008-03-31 and saved by4 people -All Annotations (0) -About

more fromsoftwareas.com

1 - 19 of 19
List 20 50 100

Notation: * = Private bookmark and comment| = Clipping [?] | = Public highlight [?]