Tutorials
Tutorials on graphic design, advertising, photography, software development, web design, web marketing, web analytics and social media strategies.
Here's a tutorial on how to obtain an image reflected on the water using Photoshop.
Read all the article...
Here's the correct way to center a text vertically using only CSS.
Read all the article...
The JavaScript events paradigm has three implementations, but all incompatible each other.
Let's try to put some order and to understand which one to use and when.
Read all the article...
Microsoft IIS caches all the style sheets that are placed inside the App_Themes
folder, remembering the ones that are used by the web site pages (by all pages,
not only the current one); the effect is easily visible looking at the HTML code
sent to the client, noting that are included CSS links that were not specified
for the page.
This behavior requires a strong attention on styles inheritance, but also can
make Internet Explorer versions prior to the 9 to overflow the maximum number of
style tags allowed: in these versions the maximum number of style tags is 32 and
all the following ones are ignored.
Read all the article...