joelcarranza + webdev   17

25 Secrets of the Browser Developer Tools – AndiSmith.com
Over the last few years there has been one tool that has helped out every web developer more than any other – the browser developer tools. Working in harmony with the web browser, the developer tools allows us to manipulate DOM elements, CSS styles, JavaScript and other useful information from the same window often in real time.
webdev 
november 2011 by joelcarranza
yahoo/debugCSS - GitHub
CSS to highlight potentially malformed, invalid or questionable markup
webdev 
october 2011 by joelcarranza
So You'd Like to Send Some Email
I have what I would charitably describe as a hate-hate relationship with email. I desperately try to avoid sending email, not just for myself, but also in the code I write.

Despite my misgivings, email is the cockroach of communication mediums: you just can't kill it. Email is the one method of online contact that almost everyone -- at least for that subset of "everyone" which includes people who can bear to touch a computer at all -- is guaranteed to have, and use. Yes, you can make a fairly compelling case that email is for old stupid people, but let's table that discussion for now.
webdev 
october 2011 by joelcarranza
zen-coding
Zen Coding is an editor plugin for high-speed HTML, XML, XSL (or any other structured code format) coding and editing. The core of this plugin is a powerful abbreviation engine which allows you to expand expressions—similar to CSS selectors—into HTML code.
webdev 
may 2011 by joelcarranza
Sass - Syntactically Awesome Stylesheets
Sass makes CSS fun again. Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin.
css  webdev  webdesign 
june 2010 by joelcarranza
HTML5 Rocks
development resource for HTML5
webdesign  webdev  javascript  css 
june 2010 by joelcarranza
dynaTrace AJAX Edition
browser profiling and monitoring tool for IE. Free!
webdev  javascript 
march 2010 by joelcarranza
Speed Tracer - Google Web Toolkit - Google Code
Speed Tracer is a tool to help you identify and fix performance problems in your web applications. It visualizes metrics that are taken from low level instrumentation points inside of the browser and analyzes them as your application runs. Speed Tracer is available as a Chrome extension and works on all platforms where extensions are currently supported (Windows and Linux).
Using Speed Tracer you are able to get a better picture of where time is being spent in your application. This includes problems caused by JavaScript parsing and execution, layout, CSS style recalculation and selector matching, DOM event handling, network resource loading, timer fires, XMLHttpRequest callbacks, painting, and more.
webdev  javascript 
february 2010 by joelcarranza
Closure Tools - Google Code
Javascript optimizer which rewrites javascript code to be smaller and more efficient, coupled with a generic javascript standard library and a templating system
javascript  webdev 
november 2009 by joelcarranza
Underscore.js
Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with jQuery's tux.

Underscore provides 44-odd functions that support both the usual functional suspects: map, select, invoke — as well as more specialized helpers: function binding, javascript templating, deep equality testing, and so on. It delegates to built-in functions, if present, so JavaScript 1.6 compliant browsers will use the native implementations of forEach, map, filter, every, some and indexOf.
javascript  webdev  lib 
october 2009 by joelcarranza
Advanced Data Visualization Tools using Javascript | 84 Bytes
Enumerates a number of experimental javascript libraries which can be used to visualize data - most of which utilize the firefox-only canvas element
visualization  programming  javascript  webdev 
october 2008 by joelcarranza

Copy this bookmark:



description:


tags: