jongala + programming 388
Python FAQ: Webdev - fuzzy notepad
24 days ago by jongala
guide to getting started with python webdev: frameworks, some pointers
programming
python
web
24 days ago by jongala
Modern Web Development
28 days ago by jongala
guide to the webkit inspector
performance
programming
web
js
28 days ago by jongala
Introducing Grunt - Bocoup
8 weeks ago by jongala
javascript command line util built as node package. does concat, min, linting, testing.
web
webdev
programming
js
8 weeks ago by jongala
JavaScript pattern and antipattern collection
9 weeks ago by jongala
some nice stuff
jquery
js
programming
9 weeks ago by jongala
XDate - A Modern JavaScript Date Library
9 weeks ago by jongala
nice alternative to Date.js
js
programming
web
webdev
9 weeks ago by jongala
Nick Kwiatek — Web & interaction designer + developer
11 weeks ago by jongala
JS fluid simulator in ASCII
design
programming
js
visualization
11 weeks ago by jongala
Thinking with Joins
12 weeks ago by jongala
good clear explanation
data
visualization
d3
js
programming
12 weeks ago by jongala
Minute - macwright.org
february 2012 by jongala
key-frequency logger and visualizer for Mac and D3.js
visualization
design
programming
js
february 2012 by jongala
Web Dev .NET: Differences Between jQuery .bind() vs .live() vs .delegate() vs .on()
february 2012 by jongala
new on() syntax. Works like delegate() — basically attaches live() to a selected DOM element instead of document.
jquery
web
webdev
programming
js
february 2012 by jongala
Callbacks, Promises, and Coroutines (oh my!): Asynchronous Programm...
november 2011 by jongala
you should probably look at this again.
web
webdev
programming
js
november 2011 by jongala
Don’t Call Yourself A Programmer, And Other Career Advice | Kalzumeus Software
october 2011 by jongala
something to think about
business
programming
geek
october 2011 by jongala
Web Reflection: A Better is_a Function for JS
october 2011 by jongala
flawed but interesting
programming
web
webdev
js
october 2011 by jongala
Mea Culpa
october 2011 by jongala
"It is about realizing that the complexity of software dwarfs even the most brilliant human; that cleverness cannot win. The only weapons we have are simplicity and convention."
philosophy
programming
software
geek
october 2011 by jongala
prototype vs closures
september 2011 by jongala
quick test on prototypes vs. object members
programming
performance
js
september 2011 by jongala
Faster JavaScript Memoization For Improved Application Performance
september 2011 by jongala
some interesting notes
performance
programming
js
september 2011 by jongala
United States Patent: 7287227
august 2011 by jongala
Jim Curran's patent re: editing web pages
web
programming
patent
geek
august 2011 by jongala
Know The Beast | CodeDread Blog | SVG Optimzation
august 2011 by jongala
when animating SVG, avoid updates to in-DOM elements when possible. i.e. set attributes before appending, and (depending on browser) consider removing elements from DOM, set props, and reattach for efficiency.
web
programming
visualization
js
august 2011 by jongala
jQuery.bind() Data
august 2011 by jongala
when setting event bindings, use the passed jquery data object to pre-gather or compute (at bind time) vars used by the callback, rather than doing so every time the callback is fired.
jquery
programming
web
js
august 2011 by jongala
Pro Git - Reset Demystified
july 2011 by jongala
using the git reset command, with additional notes on checkout
git
programming
july 2011 by jongala
Code: Flickr Developer Blog » Building Fast Client-side Searches
june 2011 by jongala
using string.split on a single string with control characters vs. JSON parsing.
flickr
performance
web
webdev
programming
js
june 2011 by jongala
Honest to a Segfault» Blog Archive » Mapping the monkeysphere
june 2011 by jongala
Overview of the evolution of the Firefox JS execution and optimization engines
programming
learning
geek
js
june 2011 by jongala
Microjs: Fantastic Micro-Frameworks and Micro-Libraries for Fun and Profit!
may 2011 by jongala
nice list. gotta take off the blinders.
web
webdev
programming
software
resources
js
may 2011 by jongala
Erik Möller - JavaScript performance
may 2011 by jongala
JSUnzip perf in browsers. Spoiler: Chrome and Safari suck
web
programming
js
may 2011 by jongala
Understanding Monads With JavaScript
may 2011 by jongala
hrlp meeeeeeeeeeeeeeeeeeeeee
programming
js
may 2011 by jongala
How to Find or Validate an Email Address
april 2011 by jongala
the endless discussion
programming
regex
email
april 2011 by jongala
linux - How to pretty-print JSON script? - Stack Overflow
april 2011 by jongala
pretty print JSON via stringify method
programming
web
webdev
js
april 2011 by jongala
Modern JavaScript - rmurphey
april 2011 by jongala
notes on the progress and future of JS as a community-driven language
programming
web
webdev
js
april 2011 by jongala
Pow: Zero-configuration Rack server for Mac OS X
april 2011 by jongala
awesome ruby on rails server app from 37s
apps
ruby
web
webdev
programming
Server
software
mac
april 2011 by jongala
A few of my Git tricks, tips and workflows
april 2011 by jongala
some nice info, links to software
git
programming
april 2011 by jongala
Fun with Colour Difference - Steve Hanov's Programming Blog
march 2011 by jongala
set of colorspace conversion scripts to find max differences between colors in different models
color
programming
js
march 2011 by jongala
JavaScript Garden
march 2011 by jongala
general reference, interesting notes on object prototyping
programming
web
reference
learning
js
march 2011 by jongala
Brian Huisman - How to copy arrays and objects in Javascript
march 2011 by jongala
'cause of passing by reference
programming
js
march 2011 by jongala
All about types in Javascript - Type detection | united-coders.com
march 2011 by jongala
some notes on typeof, constructor, and instanceof
programming
js
march 2011 by jongala
javascript - Why does instanceof return false for some literals? - Stack Overflow
march 2011 by jongala
notes on typing and instanceof
programming
js
march 2011 by jongala
A successful Git branching model » nvie.com
march 2011 by jongala
nice strategy for managing branching
programming
git
march 2011 by jongala
No ifs…alternatives to statement branching in JavaScript | JavaScript, JavaScript
february 2011 by jongala
interesting use of ||, &&, and ternarys
programming
js
february 2011 by jongala
McSweeney's: Dream Jobs That You're Glad You Didn't Pursue. : Computer Programmer
december 2010 by jongala
"They were personally insulting you by being terrible at using your software."
programming
funny
writing
december 2010 by jongala
label fires click function twice - jQuery (English) | Google Groups
december 2010 by jongala
Holy crap this was a pain.
web
webdev
programming
js
december 2010 by jongala
ChiperSoft's phPit at master - GitHub
november 2010 by jongala
another PHP MVC
php
web
webdev
programming
framework
november 2010 by jongala
Using Canvas To Turn Image Into Grayscale
november 2010 by jongala
averaging RGB pixel-by-pixel in canvas
canvas
programming
webdesign
webdev
js
november 2010 by jongala
Knockout : Home
october 2010 by jongala
a JS library to bind JS data objects to UI elements, and have them update automatically
framework
jquery
webdev
programming
web
js
october 2010 by jongala
related tags
3d ⊕ actionscript ⊕ animation ⊕ apache ⊕ apps ⊕ art ⊕ backup ⊕ blogs ⊕ books ⊕ browsers ⊕ business ⊕ canvas ⊕ cms ⊕ color ⊕ compression ⊕ cross-browser ⊕ css ⊕ culture ⊕ d3 ⊕ data ⊕ database ⊕ design ⊕ download ⊕ ecommerce ⊕ economics ⊕ electronics ⊕ email ⊕ engineering ⊕ flash ⊕ flickr ⊕ framework ⊕ funny ⊕ games ⊕ geek ⊕ git ⊕ government ⊕ graphics ⊕ hardware ⊕ health ⊕ history ⊕ howto ⊕ htaccess ⊕ i18n ⊕ illustration ⊕ illustrator ⊕ inspiration ⊕ interface ⊕ java ⊕ jquery ⊕ js ⊕ kickass ⊕ language ⊕ law ⊕ learning ⊕ lifehacks ⊕ lightbox ⊕ mac ⊕ maps ⊕ math ⊕ mod_rewrite ⊕ money ⊕ movies ⊕ music ⊕ mysql ⊕ patent ⊕ pdf ⊕ performance ⊕ philosophy ⊕ photography ⊕ photoshop ⊕ php ⊕ physics ⊕ portfolio ⊕ Processing ⊕ programming ⊖ projects ⊕ psychology ⊕ python ⊕ quotes ⊕ racing ⊕ reference ⊕ regex ⊕ resources ⊕ retro ⊕ ruby ⊕ science ⊕ security ⊕ seo ⊕ Server ⊕ simulation ⊕ software ⊕ spam ⊕ statistics ⊕ subversion ⊕ tech ⊕ tutorials ⊕ typography ⊕ unicode ⊕ unix ⊕ usability ⊕ vector ⊕ video ⊕ visualization ⊕ web ⊕ web2.0 ⊕ webdesign ⊕ webdev ⊕ wordpress ⊕ writing ⊕ xml ⊕Copy this bookmark: