If Edgar Allan Poe wrote JavaScript
Once upon a midnight dreary, while I struggled with JQuery, Sighing softly, weak and weary, troubled by my daunting chore, While I... more »
Tweet 0 Comments Save Tags: javascript , methodology , opinion , tools
Create a Sidebar that Sticks Within an Element
You’ve probably seen this trick used before with social icons or a sidebar that sticks to the top of your screen as you scroll down the... more »
Tweet 0 Comments Save Tags: css-html , how-to , javascript , web design
HTML5 / Javascript MP3 Audio Spectrum Visualizer
HTML5 / Javascript MP3 Audio Spectrum Visualizer !
Tweet 0 Comments Save Tags: css-html , javascript , ria
Cytoscape.js
A JavaScript graph library for analysis and visualisation (compatible with Node.js, jQuery 1.4+, and plain JavaScript)
Tweet 0 Comments Save Tags: frameworks , javascript
jQuery 1.10.0 and 2.0.1 Released
It’s a wonderful day for a software release. Such a wonderful day, we’re doing two software releases! Today it’s jQuery 1.10.0 and jQuery... more »
Tweet 0 Comments Save Tags: frameworks , javascript , news , reviews
Dojo FAQ: Why doesn't my mouse event have pageX/Y or layerX/Y? Doesn't Dojo normalize events?
The W3 specification for DOM events includes clientX/Y and screenX/Y properties on MouseEvents, but pageX/Y, layerX/Y, and offsetX/Y are... more »
Tweet 0 Comments Save Tags: frameworks , javascript
The Future of the Web
I know, I know. The title sounds like SEO-link-bait, I apologize. I want to talk about something that I'm fairly excited about, and I... more »
Tweet 0 Comments Save Tags: css-html , javascript , web design
Live Collections using Backbone.js, Faye and Node
We wrote up this tutorial for a presentation at LNUG on how to create realtime collections on Backbone.js using James Coglan's excellent... more »
Tweet 0 Comments Save Tags: ajax , javascript , web 2.0
InfiView 2.2 Released
Due to changes introduced in the latest Firefox and Chrome releases we created an updated version of InfiView - version 2.2 InfiView 2.2... more »
Tweet 0 Comments Save Tags: ajax , frameworks , javascript , news
My favorite alternative to JavaScript's switch statement
One of my least favorite parts of nearly every programming language I’ve spent much time with has been the ubiquitous switch... more »
Tweet 0 Comments Save Tags: javascript , reviews
JavaScript is Web Assembly Language and that's OK
Some years ago I said that JavaScript is the Assembly Language of the Web. In fact, lots of people said it, because it's true. Later,... more »
Tweet 0 Comments Save Tags: javascript , reviews
Rebuild YouTube's mobile-like progress bar in jQuery
Some weeks ago I have noticed a new loading indigator on YouTube which appears while loading a the next pages. The progress bar was only... more »
Tweet 0 Comments Save Tags: css-html , javascript , web design
Lessons Learned: A Year with a Large AngularJS Project
After a year of working with a large AngularJS project, I thought I’d share a few of the lessons that I learned in the process. Firstly,... more »
Tweet 0 Comments Save Tags: frameworks , javascript , reviews
CPU core estimation with JavaScript
So you just built some cool scalable multithreaded feature into your webapp with web workers. Maybe it’s machine learning-based webcam... more »
Tweet 0 Comments Save Tags: how-to , javascript , reviews
Tourist.js
Tourist.js is a simple library for creating guided tours through your app. It's better suited to complex, single-page apps than websites.... more »
Tweet 0 Comments Save Tags: frameworks , javascript
Good/Bad Code Study: Intention Hidden In Implementation And Misty Edge of Validity
“The code is the documentation” – except that from poorly written code you cannot tell what is an intrinsic part of the solution and what... more »
Tweet 0 Comments Save Tags: javascript