Code snippets for wordpress
Updates from Santosh RSS Toggle Comment Threads | Keyboard Shortcuts
-
Santosh
-
Santosh
-
Santosh
IE PNG transparency solution by Microsoft
Ref: http://msdn.microsoft.com/en-us/library/ms532969(v=vs.85).aspx
How to use :
Below is an example.class-name { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’fancybox/fancy_shadow_n.png’, sizingMethod=’scale’); }
“class-name” is class name of HTML element to which background image is png
-
Santosh
-
Santosh
-
Santosh
Web team roles and responsibilities
Core web team roles and extended secondary team roles in larger web projects are:
* Project stakeholder or sponsor
* Web project manager
o Account executive
o Quality assurance tester
* Usability lead
* Information architect
* Art director
o Web graphic designer
o Interactive designer (Flash, JavaScript, Ajax)
o Media specialist (photography, illustration, audiovisual, Adobe Flash)
* Web technology lead
o Web application programmer (.Net, Java, php/Perl, Ruby)
o Web page engineer (xhtml, css, JavaScript, Ajax)
o Database administrator
o Web systems expert or webmaster
* Site production lead
o html page coder
* Site editor
o Site copywriter
o Content domain expert (content coordination, research)Ref: http://www.webstyleguide.com/wsg3/1-process/2-development-team.html
-
Santosh
Difference between a programmer, a good programmer, a great programmer
Must read http://dotmac.rationalmind.net/2010/08/some-lesser-known-truths-about-programming/
-
kapil.gonge
I posted it 2 days ago http://cafe.rtcamp.com/2010/08/24/programmers-facts/
It seems we follow same ppl
-
kapil.gonge
and its honor for me.
-
-
Santosh
he he he
-
-
Santosh
Good programmers think about their work 24/7. They write their most important code in the shower and in their dreams.
WEB -
Santosh
Font stack . . . which fonts should have a font family (css property)
The “font-family” property of css can have one or more fonts. The set of these fonts is called “font stack“.
The sequence of fonts in font stack is also matters. ( I am not going to details of sequence, will cover this in next post )
Be carefully while choosing fonts in font stack. Always choose fonts which are look alike to each other.
After searching on google, I discovered some best font stack, as below:
Serif font-stack:
Garamond, Baskerville, “Baskerville Old Face”, “Hoefler Text”, “Times New Roman”, serif;
“Lucida Bright”, Georgia, serif;
Palatino, “Palatino Linotype”, “Palatino LT STD”, “Book Antiqua”, Georgia, serif;
“Big Caslon”, “Book Antiqua”, “Palatino Linotype”, Georgia, serif;
Didot, “Didot LT STD”, “Hoefler Text”, Garamond, “Times New Roman”, serif;
Baskerville, “Baskerville old face”, “Hoefler Text”, Garamond, “Times New Roman”, serif;
“Hoefler Text”, “Baskerville old face”, Garamond, “Times New Roman”, serif;
“Bodoni MT”, Didot, “Didot LT STD”, “Hoefler Text”, Garamond, “Times New Roman”, serif;
“Goudy Old Style”, Garamond, “Big Caslon”, “Times New Roman”, serif;
Constantia, Palatino, “Palatino Linotype”, “Palatino LT STD”, Georgia, serif;
Cambria, Georgia, serif;
“Book Antiqua”, Palatino, “Palatino Linotype”, “Palatino LT STD”, Georgia, serif;
Sans-serif font-stack:
Optima, Segoe, “Segoe UI”, Candara, Calibri, Arial, sans-serif;
Futura, “Trebuchet MS”, Arial, sans-serif;
“Gill Sans”, “Gill Sans MT”, Calibri, sans-serif;
“Trebuchet MS”, “Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, Tahoma, sans-serif;
“Helvetica Neue”, Helvetica, Arial, sans-serif;
Verdana, Geneva, sans-serif;
“Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, Geneva, Verdana, sans-serif;
Geneva, Tahoma, Verdana, sans-serif;
Segoe, “Segoe UI”, “Helvetica Neue”, Arial, sans-serif;
Candara, Calibri, Segoe, “Segoe UI”, Optima, Arial, sans-serif;
Calibri, Candara, Segoe, “Segoe UI”, Optima, Arial, sans-serif;
“Franklin Gothic Medium”, Arial, sans-serif;
Tahoma, Geneva, Verdana, sans-serif;
It looks so sad