Search Results

1
vote

Tools for faster, better web development

Addition to other tools mentioned here I often find great help in having a proper debugging proxy - Fiddler (free, Windows only) and …
0
votes

Minimizing use of explicit padding style attributes

Often the first and the last element in a container requires special treatment. It looks like this is the case in your example. The first-child and last-child selectors aren't very reliabl …
1
vote

Should I resize my loaded images when switching to full screen in Flash

It sounds like the images are resized on the client (e.g. you loaded full-sized images from the server). In that case, there's no need to reload the images. You have the full sized images in memory …