kvnglbrtsn + js   264

microjs
"Micro-frameworks are definitely the pocketknives of the JavaScript library world: short, sweet, to the point. And at 5k and under, micro-frameworks are very very portable. A micro-framework does one thing and one thing only — and does it well. No cruft, no featuritis, no feature creep, no excess anywhere."
js  framework  webdevelopment 
8 days ago by kvnglbrtsn
head.js
The only script in your <head>
html5  js 
june 2011 by kvnglbrtsn
It's About The Hashbangs
"For the web apps that have made the jump already it’s too late but I urge you to think really hard about making the jump to hashbang URLs when creating new content or considering a switch from traditional URLs. There is a path forward in the not too distant future. pushState is coming to browsers at quite a rate."
js  url  web  hashbang  http 
may 2011 by kvnglbrtsn
Kern.js
Make web kerning suck less.
js  typography 
march 2011 by kvnglbrtsn
audio.js
audio.js is a drop-in javascript library that allows HTML5's <audio> tag to be used anywhere.
audio  html5  js 
december 2010 by kvnglbrtsn
zepto.js
Zepto.js is a minimalist JavaScript framework for mobile WebKit browsers, with a jQuery-compatible syntax.
js  framework  jquery  api 
november 2010 by kvnglbrtsn
Polymaps
A JavaScript library for image- and vector-tiled maps using SVG.
js  svg  map 
august 2010 by kvnglbrtsn
Taking Advantage of HTML5 and CSS3 with Modernizr
"Modernizr was created based on the principle of progressive enhancement, so it supports—encourages, even—building your website layer by layer, starting with a JavaScript-free foundation and adding layers of enhancement one by one. This is easy with Modernizr, since you’ll know what the browser is capable of." from A List Apart.
css3  html5  js  browsers 
june 2010 by kvnglbrtsn
ie7-js
IE7.js is a JavaScript library to make Microsoft Internet Explorer behave like a standards-compliant browser. It fixes many HTML and CSS issues and makes transparent PNG work correctly under IE5 and IE6.
ie  js  library  webstandards  browsers 
march 2010 by kvnglbrtsn
enhancejs
EnhanceJS is a new Javascript framework designed to improve the application of Progressive Enhancement by first testing browser capabilities for key Javascript and CSS support before applying advanced styles and scripts to the page.
js  framework  browsers 
february 2010 by kvnglbrtsn
XUI
A simple javascript framework for building mobile web applications.
js  mobile  framework  ui 
february 2010 by kvnglbrtsn
jsFiddle
Online Editor for the Web (JavaScript, MooTools, jQuery, Prototype, YUI, Glow and Dojo, HTML, CSS)
js  webtools 
february 2010 by kvnglbrtsn
The Problem with Passwords
The traditional password reset mechanism undermines the strength of the entire system. It doesn’t matter that my password is encrypted with the strongest ciphers known to man when it can simply be reset by anyone who knows which high school I attended. from a list apart.
ux  security  js  password 
february 2010 by kvnglbrtsn
Sketchpad
Simple web-based painting/drawing app. No Flash.
graphics  software  drawing  js 
february 2010 by kvnglbrtsn
20 Fresh JavaScript Data Visualization Libraries
There are plenty of JavaScript libraries out there for rendering your otherwise plain and boring numerical data into beautiful, interactive, and informative visualizations.
js  data  visualization 
january 2010 by kvnglbrtsn
Browser Pong
During play, the negative space between windows is transformed into a playing field—the abstracted tennis court of Pong.
js  games  fun 
december 2009 by kvnglbrtsn
Raphaël—JavaScript Library
Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library.
js  framework  visualization  svg  charts 
december 2009 by kvnglbrtsn
Parcycle.
A HTML5 Canvas Particle System
html5  js 
december 2009 by kvnglbrtsn
jQuery for Designers
Learn how easy it is to apply web interaction using jQuery
jquery  js  tutorial  howto  resources  wdi 
november 2009 by kvnglbrtsn
Introducing Closure Tools
Like developers everywhere, Googlers want great web apps to be easier to create, so we've built many tools to help us develop these (and many other) apps. We're happy to announce the open sourcing of these tools, and proud to make them available to the web development community. from google code blog.
google  code  js  framework  opensource 
november 2009 by kvnglbrtsn
Objective-J
Objective-J is a programming language developed as part of the Cappuccino web development framework. Its syntax is nearly identical to the Objective-C syntax and it shares with JavaScript the same relationship that Objective-C has with the C programming language. from wikipedia.
webdevelopment  programming  js 
november 2009 by kvnglbrtsn
Cappuccino Web Framework
Cappuccino is an open source framework that makes it easy to build desktop-caliber applications that run in a web browser.
framework  js  programming  opensource  webdevelopment 
november 2009 by kvnglbrtsn
CSSHttpRequest
CSSHttpRequest is cross-domain AJAX using CSS.
ajax  css  js 
october 2009 by kvnglbrtsn
HTML5 drag and drop in Firefox 3.5
Drag and drop is one of the most fundamental interactions afforded by graphical user interfaces.
html5  js  dnd  firefox 
september 2009 by kvnglbrtsn
JavaScript MVC
Separating JavaScript into Model, View, and Controller parts can produce more modular, reusable code.
js  mvc  webdevelopment  framework 
august 2009 by kvnglbrtsn
TypeSelect
Javascript-based selectable typefaces.
js  css  typography 
august 2009 by kvnglbrtsn
The best way to load external JavaScript
dynamically loading JavaScript files allows your page to render faster and therefore improve perceived performance.
js  webdevelopment  howto  performance 
july 2009 by kvnglbrtsn
Native Drag and Drop
Along with an army of JavaScript APIs, HTML 5 comes with a Drag and Drop (DnD) API that brings native DnD support to the browser making it much easier to code up.
js  html5  interaction 
july 2009 by kvnglbrtsn
Modernizr
Modernizr is a small and simple JavaScript library that helps you take advantage of emerging web technologies (CSS3, HTML 5) while still maintaining a fine level of control over older browsers that may not yet support these new technologies.
css  js  webdevelopment  css3 
july 2009 by kvnglbrtsn
http://isithackday.com/password_shower.user.js
a GreaseMonkey script that adds a link to any password field that allows me to toggle its display.
js 
june 2009 by kvnglbrtsn
getAttribute("HREF") is always absolute
In some browsers getAttribute("HREF") on an A element returns a complete URL, even if the HREF attribute in the source specified a relative path. In others it returns the exact text of the attribute in the source, which may be relative.
dom  js  bug 
june 2009 by kvnglbrtsn
JSConf 2009 Recap: Javascript at the Edge
some JavaScript developers who are pushing the boundaries of the language.
js  conference  webdevelopment 
may 2009 by kvnglbrtsn
Strophe
a library for writing XMPP clients.
js  programming  webdevelopment 
may 2009 by kvnglbrtsn
Processing.js
a port of the Processing Visualization Language.
js  programming  graphics  animation  images 
may 2009 by kvnglbrtsn
HasCanvas
a tool for creating and sharing Processing sketches and runs on John Resig’s Processing.js
js  animation 
may 2009 by kvnglbrtsn
Unobtrusify.com
unobtrusive javascript for progressive enhancement.
js  unobtrusive 
february 2009 by kvnglbrtsn
IE7.js version 2.0 (beta)
to upgrade ie6 to ie7. from dean edwards.
ie  browsers  js  css 
december 2008 by kvnglbrtsn
Progressive Enhancement with JavaScript
establishing a plan for script management, etc. from a list apart.
js  programming  unobtrusive  bestpractices  redesign 
november 2008 by kvnglbrtsn
Superfish
an enhanced suckerfish-style menu jquery plugin.
webdevelopment  js  jquery  plugin 
november 2008 by kvnglbrtsn
JavaScript Will Save Us All
using javascript to implement advanced css. from eric meyer.
js  css  performance  browsers 
october 2008 by kvnglbrtsn
Why MooTools (or Why not JQuery)
10 reasons including class support and prototype approach.
js  programming  framework 
october 2008 by kvnglbrtsn
Test-Driven Progressive Enhancement
integrating capabilities testing into our development process. from a list apart.
webdevelopment  js  css  programming  usability 
september 2008 by kvnglbrtsn
jParallax
parallax turns a selected element into a 'window', or viewport, and all its children into absolutely positioned layers.
js  jquery  effects  animation  ui 
september 2008 by kvnglbrtsn
CSS Sprites2 - It's JavaScript Time
with a resurgence in dynamic interface effects. from a list apart.
js  jquery  effects  css  howto 
august 2008 by kvnglbrtsn
Build Better Pages With Firebug
web development evolved. from webmonkey.
webdevelopment  js  css  code  tutorial 
august 2008 by kvnglbrtsn
How To Use Any Font You Wish With FLIR
facelift image replacement (or FLIR), an alternative to sIFR. from nettuts.
webdesign  typography  fonts  js  php  tutorial 
august 2008 by kvnglbrtsn
DOM DocumentFragments
performance improvements for dom manipulation.
js  dom  performance  coding 
july 2008 by kvnglbrtsn
Powering a Web Revolution
firebug and the web development ecosystem.
webdevelopment  js 
july 2008 by kvnglbrtsn
Improve Your Page Performance With Lazy Loading
page weight and load time. practical implementation of the proxy design pattern.
js  patterns  code  webdevelopment  programming  performance 
june 2008 by kvnglbrtsn
Processing.js
porting the processing visualization language to javascript, using the canvas element. by john resig.
js  programming  visualization  webdevelopment  code 
may 2008 by kvnglbrtsn
Fireworks.js
a javascript animation experiment.
animation  js 
may 2008 by kvnglbrtsn
Progressive CSS Enhancement
javascript-based rules that test for css behavior.
css  js  ui  ux  webdevelopment  browsers 
march 2008 by kvnglbrtsn
jQuery Tutorials for Designers
enhance user experience and semantic coding.
js  framework  jquery  tutorial  howto 
february 2008 by kvnglbrtsn
The Future of Comet: Part 1, Comet Today
discusses existing transports, their benefits and shortcomings.
ajax  js  programming  webdevelopment  comet 
december 2007 by kvnglbrtsn
jQuery Crash Course
small, lightweight, and facilitates a common dialog among modern browsers.
js  jquery  tutorial 
october 2007 by kvnglbrtsn
« earlier      

Copy this bookmark:



description:


tags: