Mr0grog + javascript   179

SFpark Demand-Responsive Meter Rate Adjustments
Interesting little d3-based visualization of SFPark adjustments in September 2011.
information  visualization  infographics  javascript  d3  inspiration 
4 weeks ago by Mr0grog
mikeal/request
Nice and simple little wrapper around Node's Request.
javascript  library  http  nodejs  opensource 
5 weeks ago by Mr0grog
Filepicker.io
Cool little library for opening files from other applications/APIs on the web (Dropbox, Flickr, Instagram, etc.). All client-side.
webdev  development  library  javascript 
5 weeks ago by Mr0grog
Close Pixelate
A neat little JS library by Dave DeSandro for pixelating images in interesting ways, Chuck Close style.
javascript  opensource  library  webdev 
5 weeks ago by Mr0grog
flamejs/flame.js
An implementation of something similar to SproutCore1's view layer on top of Ember.
javascript  development  webdev  programming  library  opensource 
6 weeks ago by Mr0grog
Sub-pixel Rendering and the CSS Object Model - IEBlog
getBoundingClientRect() returns floats;
document.msCSSOMElementFloatMetrics = true; <- make offsetWidth, Height, etc. return floats instead of whole number values
webdev  development  javascript  css  browser  ie 
february 2012 by Mr0grog
Rickshaw - JS Time-Series Graphs
A nice little framework for drawing time-series graphs in HTML with JavaScript. Depends on D3.
javascript  library  opensource  information  visualization  charts 
december 2011 by Mr0grog
has.js - GitHub
Simple JS library for feature detection: has("feature") ? [yes] : [no];
javascript  webdev  library  opensource 
november 2011 by Mr0grog
JS DOM
A JS implementation of the DOM, meant for Node.js and other CommonJS platforms.
javascript  development  programming  webdev  library 
november 2011 by Mr0grog
JSAPI.info
Neat little web-app that lets you explore the source of any method in a number of major JS frameworks.
javascript  development  webdev  webapp  software  tools 
november 2011 by Mr0grog
Slider.js
Nice little library for doing transitions between images.
javascript  webdev  library  programming  development 
november 2011 by Mr0grog
Sooty - GitHub
A nodejs library for writing Campfire bots!
development  programming  javascript  library  campfire 
october 2011 by Mr0grog
Handling Multi-touch and Mouse Input in All Browsers - IEBlog - Site Home - MSDN Blogs
Actually a very practical overview of how to manage touch and mouse input across both WebKit and IE.
programming  development  webdev  javascript 
october 2011 by Mr0grog
SteramJS
Very interesting JS library for creating and manipulating infinite/dynamically generated streams of data.
javascript  programming  library  opensource 
october 2011 by Mr0grog
Promises are the monad of asynchronous programming
Very interesting take on using monad concepts/techniques with promises.
javascript  programming  development  promises 
october 2011 by Mr0grog
jQuery.fracs · larsjung.de
Interesting JS library that determines the portion of an element that is visible on-screen (and other related visibility metrics).
javascript  library  programming  development  webdev  opensource 
august 2011 by Mr0grog
Benchmark.js
Benchmarking library for JavaScript. JSPerf is apparently based on this.
programming  development  javascript  tools  library  performance 
july 2011 by Mr0grog
Live is beautiful. « IO 9elements
A brief overview of a live img.ly map developed by 9elements. Really cool stuff.
javascript  canvas  information  visualization  webdev  beautiful 
july 2011 by Mr0grog
Paper.js
JS vector graphics drawing library that renders to canvas. Interesting setup; c.f. Protovis.
javascript  library  webdev  development  programming  graphics 
july 2011 by Mr0grog
Know Your Engines
Awesome overview of how modern JS engines optimize code and how you can write more optimizable JS.
javascript  programming  performance  optimization  webdev  filetype:pdf  media:document 
june 2011 by Mr0grog
rudenoise/selfDoc.js - GitHub
Nifty little JS library for generating documentation from comments inside of functions (not altogether different from Python docs).
javascript  library  documentation  development 
june 2011 by Mr0grog
pdf.js - GitHub
JS Library for rendering PDF files in a canvas! (andreasgal)
webdev  programming  development  javascript  library 
june 2011 by Mr0grog
JavaScript Madness: Keyboard Events
A pretty good and in depth reference on how various key events work across browsers, although it hasn't been updated in a while.
javascript  programming  development  webdev  tips  reference  events 
april 2011 by Mr0grog
joshaven / string_score - GitHub
JavaScript library for scoring how closely two strings compare.
opensource  github  javascript  library  frameworks 
april 2011 by Mr0grog
How (not) to trigger a layout in WebKit
A very useful list of methods/property accessors that trigger layout in WebKit.
webkit  browser  performance  javascript  webdev  development 
april 2011 by Mr0grog
JS Guilloche Pattern Generator (GitHub Gist)
Quick bit of JS for generating guilloche (fine engraved line patterns), such as are seen on bank notes.
javascript  programming  snippets 
january 2011 by Mr0grog
CSSOM, Vars, Mixins, etc.
Presentation by Tab Atkins on ideas for improved CSS and improved JS-CSS API, hopefully for prototyping in Chrome.
css  javascript  webkit  chrome  webdev  presentation 
january 2011 by Mr0grog
Harmony Of My Dreams | Brendan Eich
Interesting write-up of Brendan Eich's personal goals for how JS should evolve.
javascript  programming  webdev  ecmascript 
january 2011 by Mr0grog
Computer science in JavaScript: Base64 encoding
Nick Zakas writes a brief overview of Base64 encoding and encoding/decoding with JavaScript.
javascript  programming  encoding  webdev  development 
october 2010 by Mr0grog
Understanding delete
Best detailed description out there of the ins and outs of exactly how the delete operator works in JS.
development  programming  language  javascript  reference  tips 
october 2010 by Mr0grog
php.js - php.js
PHP functions implemented in JS. Some good some bad.
javascript  library  opensource  programming  webdev 
october 2010 by Mr0grog
Luigi Bormioli
Beautiful site using JavaScript to showcase glassware designs
interface  design  webdesign  inspiration  beautiful  glassware  html  css  javascript 
september 2010 by Mr0grog
Polymaps
A very nice API and map set for developing interactive, tiled maps with SVG. From Stamen, of course.
javascript  programming  development  library  opensource  webdev  webdesign  api  geography  cartography  maps  svg 
august 2010 by Mr0grog
XRegExp: JavaScript regex library
Extended regular expression library for JS which adds lots of nice features (named capture!) and fixes cross-browser inconsistencies. MIT Licensed.
javascript  library  programming  regex  tools  webdev  development  opensource 
july 2010 by Mr0grog
Escaping regular expression characters in JavaScript
Simon WIllison's short regex for cleaning a string that you plan to create a regex from.
javascript  programming  regex 
july 2010 by Mr0grog
Icons
SVG Paths for some common icons, readymade for RaphaelJS.
webdesign  webdev  javascript  svg  vector  raphael  opensource  images  graphics 
june 2010 by Mr0grog
A tale of two viewports — part one
All about viewport and pixel measurement issues on desktop browsers. Some interesting and subtle bits about which properties operate on CSS pixels and which operate on device pixels.
webdev  css  javascript  reference 
may 2010 by Mr0grog
Plugging the CSS History Leak at Mozilla Security Blog
Definitely can't rely on the styling of visited links anymore. Probably a good thing in the long run, though.
mozilla  firefox  browser  css  javascript  security  webdev 
april 2010 by Mr0grog
html5media - Project Hosting on Google Code
JS support for the video element (replaces it with flash in browsers that don't support it).
html  html5  javascript  library  webdev  development  browser  video 
march 2010 by Mr0grog
#grid
“It inserts a layout grid in web pages, allows you to fix it in place, and toggle between displaying it in the foreground or background.”
webdev  webdesign  design  development  javascript  tools  css  html 
february 2010 by Mr0grog
Plupload - A tool for uploading files using Flash, Silverlight, Google Gears, HTML5 or Browserplus
Multiple file upload tool that employs a wide variety of runtimes in order to work just about everywhere.
webdev  javascript  tools  opensource  html5 
february 2010 by Mr0grog
Jilion - SublimeVideo
Slick little JavaScript/HTML Video player
design  webdesign  webdev  javascript  html5  video 
january 2010 by Mr0grog
Ben Alman » jQuery BBQ: Back Button & Query Library
jQuery plugin for browser history/hash management (with hashchange event, too) and creating/parsing querystrings.
webdev  programming  development  javascript  jquery  plugin  history 
january 2010 by Mr0grog
CoffeeScript
Compiles, fairly directly, down to JavaScript. Fairly Ruby-ish. Very interesting.
programming  language  javascript  tools 
january 2010 by Mr0grog
datejs - Project Hosting on Google Code
JavaScript Date library for parsing, formatting and processing
webdev  javascript  programming  development  opensource  library 
november 2009 by Mr0grog
JSLitmus
Benchmarking/testing framework for JS.
programming  javascript  tools  performance  testing  library  opensource 
november 2009 by Mr0grog
Cartographer.js – thematic mapping for Google Maps
Turn Google Maps into geographic charts: overlay with cluster bubbles, heatmaps, pie charts, etc.
javascript  webdev  information  visualization  infographics  google  maps  library  opensource 
november 2009 by Mr0grog
Understanding JavaScript Testing
Good overview presentation by John Resig about various testing frameworks for JS.
javascript  programming  development  testing  unittesting 
november 2009 by Mr0grog
Underscore.js
JavaScript language extensions to go along with jQuery.
webdev  programming  development  javascript  opensource  library  frameworks 
october 2009 by Mr0grog
Keyboard Accessibility: Basic steps towards a more usable and accessible site
Nice presentation about keyboard navigation for web sites by Patrick Lauke of Opera Software.
accessibility  webdev  webdesign  css  javascript  html  development  filetype:pdf  media:document 
september 2009 by Mr0grog
VanadiumJS
Interesting client side form validation library.
webdev  development  javascript  library  forms  validation  jquery 
september 2009 by Mr0grog
Raphaël—JavaScript Library
Pretty slick little JS library for rendering SVG (or VML in IE).
webdev  programming  development  javascript  svg  vector  graphics  library 
august 2009 by Mr0grog
« earlier      

related tags

accessibility  adobe  air  animation  api  apollo  apple  beautiful  benchmarks  browser  C#  cache  caching  campfire  canvas  cappucino  cartography  certification  charts  chrome  clipboard  code  comet  contest  css  d3  date  debugging  design  development  documentation  ecmascript  encoding  events  exif  extension  filetype:pdf  firebug  firefox  flash  flex  forms  frameworks  free  geography  geolocation  github  glassware  google  graphics  helma  history  howto  html  html5  http  ie  ie8  images  infographics  information  inspiration  interface  InternetExplorer  interviewing  ios  iphone  javascript  javascriptcore  jquery  jsonp  language  leaks  library  links  lisp  loop  maps  media:document  memory  metadata  microsoft  mootools  mozilla  music  networking  nodejs  objective-c  objective-j  opensource  optimization  parallax  parsing  patterns  performance  plugin  portfolio  presentation  processing  programming  promises  prototyping  proxy  python  raphael  reference  regex  research  rhino  rte  safari  screenreaders  security  server  shell  snippets  software  sound  standards  svg  templates  testing  tips  tools  tutorial  typography  ui  unittesting  usability  ux  v8  validation  vector  video  visualization  wai-aria  webapp  webdesign  webdev  webkit  webstandards  xhtml  xul  yahoo  yui 

Copy this bookmark:



description:


tags: