Article
*Miscellaneous 20 Free Online Tools for Website Speed Testing
Submitted 1 year and 192 days ago (more from sixrevisions.com)Your website’s performance and ability to render speedily is critical to its usability and, ultimately, its success. In order to help you build faster websites and identify troublesome website performance bottlenecks, consider incorporating some of the following tools into your web development process.
Feeling Lucky?
- *Programming What is the best comment in source code you have ever encountered?
- stop(); // Hammertime! Report Dead Link
- *Miscellaneous WaSP InterAct Curriculum
- WaSP InterAct is a living, open curriculum based upon web standards and best practices, designed to teach students the skills of the web professional. Report Dead Link
- *HTML/CSS Semantically speaking: Why CSS frameworks make sense
- After a good banter back-and-forth with my colleague here on the New Internationalist Web Team about CSS frameworks, I thought it would be helpful to jot down the key themes of the debate and possible solutions. Hopefully this will benefit other teams that are managing large collections of inter-linked sites that evolve over long periods of time. Report Dead Link
- *Miscellaneous The Dos and Don’ts of Subversion Control System
- Access to Subversion (SVN) can be intimidating. Fear not, version control systems are the tool to avoid irreversible unintentional damage. Report Dead Link
- *HTML/CSS Sass - Syntactically Awesome Stylesheets
- Sass is CSS, plus nested rules, variables, mixins, and more, all in a concise, readable syntax. Sass is a meta-language on top of CSS that’s used to describe the style of a document cleanly and structurally, with more power than flat CSS allows. Sass both provides a simpler, more elegant syntax for CSS and implements various features that are useful for creating manageable stylesheets. Report Dead Link
- *Programming YUI3: Design Goals and Architecture
- Satyen Desai, Senior Engineer on Yahoo's YUI Team talks about YUI 3: the next generation of the YUI library. Report Dead Link
- *Programming Memory leak patterns in JavaScript - Handling circular references
- Plugging memory leaks in JavaScript is easy enough when you know what causes them. This article walks you through the basics of circular references in JavaScript and explains why they can cause problems in certain browsers, especially when combined with closures. After seeing some of the common memory leak patterns you should watch out for, you'll learn a variety of easy ways to work around them. Report Dead Link
- *HTML/CSS Web-Based Tools for Optimizing, Formatting and Checking CSS
- Stylesheets can get large real quickly, both in terms of length and file size. To ensure that your web pages render correctly and quickly, here’s a compilation of some of the best free, web-based CSS optimizers/compressors, code formatters, and validation services. Report Dead Link
- *HTML/CSS Style Switchers Showcase and Resources
- Style switchers can be used to give visitors more options according to their preferences, or they can be used simply to add something dynamic and interesting to the site. The potential uses are nearly limitless but some common approaches include using style switchers to give choices in terms of background images, color schemes, font sizes, and layout. Report Dead Link
- *Programming Closure Compiler - make JavaScript download and run faster
- Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. Report Dead Link
- *HTML/CSS Selectivizr - CSS3 pseudo-class and attribute selectors for IE 6-8
- selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8. Simply include the script in your pages and selectivizr will do the rest. Selectivizr adds support for 19 CSS3 pseudo-classes, 2 pseudo-elements and every attribute selector to older versions of IE. Report Dead Link
- *HTML/CSS Top ten things HTML5 makes simpler
- Nice, quick little summary of some HTML 5 goodness. If you're confused about the difference between the script tag's async and defer attributes, this explains it very concisely. Also nice summary of cache manifest. Report Dead Link