https://github.com/LibertyEngineeringMovement/CommonJs There are two goals here. Bring older browsers up to modern JavaScript compatibility. I have a lot more work … More
Category: JavaScript
Everything JavaScript, including Angular.JS, Knockout, Backbone, etc.
Deobfuscating Angularjs’ select directive when using key value.
Enough people want to do the select directive correctly, but still are having problems. So here is the top issue … More
Detecting IE10 Desktop From IE Windows Phone, UserAgent
For those of you, like me, who have found that you have to still check user agent for compatibility issues, … More
Speeding up large collapsible list binding with #AngularJS.
I have an editor that uses many collapsible panels generated through ngRepeat. The issue is that after a while screen … More
18 CSS3 Generators For Quicker UI Styling
Originally posted on Creativenauts:
All the fancy effects you see on the web are no longer done with background images…
30+ Useful cheat sheets for web developers
Originally posted on Creativenauts:
Cheat sheets, in case you don’t know, are pieces of information grouped and well organised in…
What the next gen #TextArea should look like for #HTML5, Draft Concept
Below is the draft concept of what I think the expanded API for a richer textarea should look like. By … More
Top 3 items that #W3C should be embarased about when it comes to missing #HTML5 features.
I am using HTML5 as the umbrella term, that means that I am including CSS and JavaScript in this. 1. … More
Working with angular, and JavaScript in general.
When developing I really hate stacked functions that seem to go on forever. However there is a time and place … More