Access Keys:
Skip to content (Access Key - 0)
Home (Access Key - 1)
All spaces... (Access Key - 3)
Log in (Access Key - 5)
Sign up (Access Key - 6)
Toggle Sidebar

Label: javascript

Content with label javascript in Guy's Blog (See content from all spaces)
Related Labels: jquery, plugin, performance, prototype, demo, namespace, debugger, impromptu, framework, plot, uize, zoo, tips, extension, eclipse, spry, jaria, dojo, editor, more »

1 | 2 | Next >> (total: 15)
JavaScript Long Tail
I always keep an eye out for new JS libraries that might be useful in our products, so I was obviously interested in an article on Ajaxian http://ajaxian.com/archives/thejavascriptframeworklongtail about some upcoming libraries... The Ajaxian article ...
Other labels: jquery, sproutcore, spry, javascriptmvc, qooxdoo, midori, archetype, june ...
20 lines of JavaScript
Just seen this after reading about it on John Resig's twitter... Take one background image: !overlay.png align=center! Then add 20 lines of JavaScript and native Canvas support in modern browsers (yeah, this won't work in crappy old IE ...
Other labels: canvas, demo, animation
Firecookie
Prompted by a post on Ajaxian http://feeds.feedburner.com/r/ajaxian/3/246729071/firecookieputyouhandinthe cookiejarwithfirebug, I've just installed this sweet Firefox plugin... Firecookie is a an extension for Firebug http://www.getfirebug.com/ that makes possible to view and manage cookies in your browser. Apart from all ...
Other labels: firebug, cookies, firecookie, plugin, firefox, extension, developer
jQuery - fastest loading library
new study has shown that jQuery is the fastest loading mainstream JavaScript library... Check out the stats http://jst.pbwiki.com/summary.php :) I'm not sure if their packed tests were using /packer/ but would assume they are. As I've said before, packed JavaScript ...
Other labels: jquery, performance
A little JIRA hack
growing nightmare here at Adaptavist comes in the form of support tickets not being handed to the customer or support team at the right time. This is down to the UI in JIRA making it less than obvious how to hand a ticket over so dhardiker decided to start ...
Other labels: jquery, impromptu, plugin, facebox, jira, video
Some quick tips for jQuery performance
I was speaking to Peter Reiser http://blogs.sun.com/peterreiser/ earlier today about jQuery performance and mentioned a couple of tips that he asked me to blog about... Give the latest nightly build a try People testing the latest nightly builds ...
Other labels: jquery, performance, tips, selectors, context, scope, svn, nightly
DateJS, Compression, Performance
while back I posted a link to the awesome DateJS library http://www.datejs.com on my JavaScript page. Around that time I also looked at the code to see if there was any way to reduce the file size and possibly tweak the performance a little... Geoffrey ...
Other labels: datejs, packer, compression, performance
jARIA plugin for jQuery
Well, it looks like the jARIA plugin http://www.outstandingelephant.com/jaria/ is going to make it in to jQuery's UI library sooner rather than later http://groups.google.com/group/jqueryui/browsethread/thread/93602d59dbec08d 0?hl=en#. ARIA stands for Accessible Rich Internet ...
Other labels: jquery, wai, aria, jaria, accessibility
jQuery HeatColor plugin
Here's another jQuery plugin I've been using recently Heat Color http://www.jnathanson.com/blog/client/jquery/heatcolor/heatcolor.html It allows you to apply a colour "heat map" to a series of HTML elements: !heatcolor.gif align=center! The same ...
Other labels: jquery, heatcolor, plugin, timepick
jQuery Event Namespacing
Just found this blog showing how to namespace events in jQuery http://www.learningjquery.com/2007/09/namespaceyourevents: (function($){ $.fn.extend({ clicked: function() { return this.bind('click.clicked', function() ); }, unclicked: function() }); })(jQuery); The same blog also contains a Plugin Development Pattern http ...
Other labels: jquery, events, namespace, plugin, tutorial
1 | 2 | Next >> (total: 15)
Toggle Sidebar

Adaptavist Theme Builder Powered by Atlassian Confluence