Category Archives - JavaScript

The following are excerpts of articles in the archive listing. Select any heading to visit the full article.

25 Rounded Corners Techniques with CSS

CSS Juice has an interesting collection of rounded corner techniques to share:
Rounded corners is one of the most popular and frequently requested CSS techniques. Even the father of Internet Google also launch the rounded corners style markup with their Google Adsense and let users to custom their ads recently.
Actually, there are a lot […]

More than 100 Web 2.0 Online Generators

Here the list of online generators specifically for web 2.0 design. It includes several options in each of the very long list of categories that follows:

Graphics & Image generators
Color generators
CSS generators
Domain Name generators
Email generators
Favicons generators
Flash generators
Form generators
METATAG generators
Password generators
PopUp generators
robots.txt generators
RSS generators
SiteMap generators
Text generators
ASCII generators
PDF generators
Tooltip generators
XML Forms generators
HTACCESS generators
Fun & Humor

Writing Web Pages for iPhone

Apple has published an article on writing Web pages for iPhone. It’s interesting to see that iPhone supports CSS3 media queries such as media=”only screen and (max-device-width: 480px)”. Also, JavaScript execution on iPhone is limited to 5 seconds per entry point, and Apple recommends auditing Web sites for unnecessary JavaScript (Google Analytics, anyone?) to improve […]