Search Results

2
votes

What is the best HTML editor for Eclipse?

Aptana has a very nice HTML editor, and …
1
vote

Providing alternative images if Adobe Flash isn’t available

Actually having flash installed but javascript turned off is a valid scenario. This should work across most browsers: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" …
0
votes

What’s a quick, easy way to send HTML emails to myself to test them?

I send HTML email (often in bulk) using PHPMailer. It has worked great for me. …
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 …
6
votes

Simulators/emulators for mobile browser testing?

There is a good roundup of mobile browser emulators here. Also, appea …
1
vote

Flash banner advert with html link

What you're looking for is called a clicktag. It's a script inside the flashfile that looks for an address as a GET parameter to the flash file and adds a link to this address. See …