Programming

TwitterFacebook
Get flash to fully experience Pearltrees

Optimize browser rendering - Make the Web Faster

https://developers.google.com/speed/docs/best-practices/rendering Once resources have been downloaded to the client, the browser still needs to load, interpret, and render HTML, CSS, and JavaScript code. By simply formatting your code and pages in ways that exploit the characteristics of current browsers, you can enhance performance on the client side.
https://developer.mozilla.org/en-US/docs/CSS/Writing_Efficient_CSS

Writing efficient CSS - CSS

This document provides guidelines for optimizing CSS code, and more specifically on how to write efficient selectors. The CSS specification doesn't specify how browsers must implement the style system, merely what it must do. Because of this, different style system engines may have completely different performance behaviors, and especially Gecko and WebKit which are open source, implement similar algorithms, with very similar strengths and weaknesses.

Efficiently Rendering CSS

Published by Chris Coyier I admittedly don't think about this idea very often... how efficient is the CSS that we write, in terms of how quickly the browser can render it? This is definitely something that browser vendors care about (the faster pages load the happier people are using their products). http://css-tricks.com/efficiently-rendering-css/

Stripe Generator - ajax diagonal stripes background designer

TIP: You can enter color code by typing it near the color picker. http://www.stripegenerator.com/#Zm9yZT0wMDAwMDA7aD0yMDA7dz0yO3A9MztiYWNrMT1GRjhDMDA7YmFjazI9MUYxMTAwO2d0PTM7ZD0xO3NoYWRvdz0wOw==
background: #1e5799; /* Old browsers */ background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6+ */

Ultimate CSS Gradient Generator - ColorZilla.com

http://www.colorzilla.com/gradient-editor/

Flex After Dark | ActionScript XML

http://www.flexafterdark.com/docs/ActionScript-XML ActionScript's powerful XML support is based on E4X . Let's see ActionScript's XML handling in action with some examples.
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. http://www.csstextwrap.com/#export

CSS Text Wrapper

Adobe ActionScript 3.0 * Capturing mouse input

Mouse clicks create mouse events that can be used to trigger interactive functionality. http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WS5b3ccc516d4fbf351e63e3d118a9b90204-7d00.html

Actionscript3 - Dan Kempton Multimedia Services

var testArray :Array=new Array("name","address","state","zip","country"); //Naming the array variable http://www.dakmm.com/?cat=19
Magnis dis parturient montes

Tiny Scrollbar: A lightweight jQuery plugin

jquery custom content scroller

Last updated on Mar 13, 2013 Originally published on August 1, 2010 by malihu , under Plugins .
During the years of honing my HTML skills I have been tempted and often required to serve up the cleanest code I possibly can.

Limit Your DIVS | That Css Guy!