June 22, 08 by the programmer
If you want to change the case of some text, word, caption on your WEB page you can do that using CSS.
There is a property in the css called “text-transform“. This property has 4 possible values:
| Value |
Description |
| none |
Default. Defines normal text, with lower case letters and capital letters |
| capitalize |
Each word in a text starts with a capital letter |
| uppercase |
Defines only capital letters |
| lowercase |
Defines no capital letters, only lower case letters |
Examples:
<span style=”text-transform:capitalize;”>capitalized text</span> Capitalized Text
<span style=”text-transform:uppercase;”>uppercase text</span> UPPERCASE TEXT
<span style=”text-transform:lowercase;”>LOWERCASE TEXT</span> lowercase text
<span style=”text-transform:none;”>Text STAYS the SAME</span> Text STAYS the SAME
June 22, 08 by the programmer
Hi,
I recently found very interesting high quality Vista style icons, and I wanted to share them with you.
This is the link
http://commons.wikimedia.org/wiki/Category:Vista_icons
May 05, 08 by the programmer
Whenever I see some design template I always find this text:
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi.
First I thought what are they doing, what is this. Why don’t they write some nice interesting text that will be nice for the eyes :).
This text is some latin combination of nonsense words, that the designers use as a placeholder in their templates. Very funny, at lease it makes you wonder all the time 