Tag: javascript
Line Clampin’ | CSS-Tricks
You want X lines of text. Anything after that, gracefully cut off. That’s “line clamping” and it is a perfectly legit desire. When you can count on text being a certain number of lines, you can create stronger and more reliable grids from the elements that contain that text, as well as achieve some symmetric […]
Tinycon – Favicon Alerts
Pretty sure I could count the number of times I actually looked at a favicon alert on one hand, that being said nice work.
wingolog – Javascript eval Considered Crazy
No matter how crazy and unsafe you consider eval this is just going to scare you a little more.
Chrome Developer Tools
Paul Irish shows off some of the fanciness that Google has added to Chrome for developers.
Analyzing Network Characteristics Using JavaScript And The DOM, Part 1
Pretty sure I would never have thought of attempting measuring the speed of the TCP packest with JavaScript.
Mozilla Popcorn – Making video work like the web
The concept is basically at points in the video you can load in data from the web about the video or what’s shown in the video from Twitter, Wikipedia, Google Maps and other stuff.
ExtremeTech – Mozilla puts Firefox on a memory diet
I still use Firefox as my main browser but this is a needed improvement.
GitHub – davatron5000/FitVids.js
Pretty cool, not something I personally would need often but still useful.
GitHub – madrobby/keymaster
Easy, small and useful, what more could you want?
Neal Poole – Cross-Site Scripting via Error Reporting Notices in PHP
Though to be fair you probably shouldn’t be using display_errors in a production site.