Thursday, April 29, 2010

Create CSS gradient buttons without image.

Its a dream of any web designers to create css gradient button without image. There are lots of limitation in designing a web page for browser compatibility issue. For this reason we designer cannot express our creative thinking as we think. But from now i think we can express our creative idea without any hassle. We web designer always need to keep some point in our mind when designing a webpage.
One of the serious issue is web page load time. To do that always we try to make page smaller in size.we know that using image in design is a nightmare. Its always make our page heavy.


To get rid from this hassle CSS gradient feature was introduced by Webkit for about two years but was rarely used due to incompatibility with most browers. But now with the Firefox 3.6+, which supports gradient, we can style create gradient without having to create an image. Here in this post i will show you how to code for the CSS gradient button to be supported by the major browsers: IE, Firefox 3.6+, Safari, and Chrome.

The XHTML is below:

<a href="http://webdeziners.blogspot.com/" class="red">http://webdeziners.blogspot.com/</a>



The css style is below:

.red {
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font: 14px/100% Arial, Helvetica, sans-serif;
padding: .5em 2em .55em;
text-shadow: 0 1px 1px rgba(0,0,0,.5);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
color: #fffbf9;
border: solid 1px #980401;
background: #c50503; /* for non-css3 browsers */
background: -webkit-gradient(linear, left top, left bottom, from(#ff8a50), to(#c30000)); /* For Webkit Browsers */
background: -moz-linear-gradient(top, #ff8a50, #c30000); /* for Firefox */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a50', endColorstr='#c30000'); /* for IE */
}
.red:hover {
background: #c50503;
background: -webkit-gradient(linear, left top, left bottom, from(#c30000), to(#ff8a50));
background: -moz-linear-gradient(top, #c30000, #ff8a50);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c30000', endColorstr='#ff8a50');
}
.red:active {
border: solid 1px #ec3331;
color: #f9baae;
background: -webkit-gradient(linear, left top, left bottom, from(#dc3921), to(#ffb36a));
background: -moz-linear-gradient(top, #dc3921, #ffb36a);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc3921', endColorstr='#ffb36a');
}


If you use above css and html code the button will be look like following image :










Please note not all browsers support CSS gradient. To be safe, you shouldn’t rely on CSS gradient when coding the layout. It should only be used for enhancing the layout.Hope you enjoy it as much as i do.

Wednesday, April 28, 2010

Pearl Crescent Page Saver for firefox

Page Saver lets you capture images of web pages, including Flash content. A web page screenshot can be saved in PNG or JPEG format. Using Page Saver, you can capture an entire page or just the visible portion. To allow you to control the image capture process, a wide variety of options are provided including a file name pattern and an image scale setting (e.g., save at 50% of original size).
Images may be captured using a toolbar button, the browser context menu, or from the command line.


Add to Firefox
https://addons.mozilla.org/en-US/firefox/addon/10367

A Pro edition of Page Saver is available that adds features such as file upload, extensive command line options, and the capability to select a region on the page. For more information
visit http://pearlcrescent.com/products/pagesaver/pro/

Tuesday, April 27, 2010

HTML & XHTML Character Entities List

Using character entities is very helpful when the encoding set doesn’t express all the characters that you might want to use in your document. For example, if you were authoring a document in English and wanted to use an inverted exclamation mark for a Spanish quotation, In this situation you must use an entity to create that character. Other character entity references help control space, symbols, and so on.
There are three types of character entities available in HTML and XHTML. Follow the links to the complete chart listings for that entity type.



Named Entities in HTML & XHTML


Example Named Entity Numeric Entity Description
&nbsp; &#160; non-breaking space
¢ &cent; &#162; cent sign
£ &pound; &#163; pound sign
¤ &curren; &#164; currency sign
¥ &yen; &#165; yen sign
¦ &brvbar; &#166; broken vertical bar
§ &sect; &#167; section sign
¨ &uml; &#168; diaeresis
© &copy; &#169; copyright sign
ª &ordf; &#170; feminine ordinal indicator
« &laquo; &#171; left-pointing double angle quotation mark
¬ &not; &#172; not sign
­ &shy; &#173; soft hyphen
® &reg; &#174; registered sign
¯ &macr; &#175; macron
° &deg; &#176; degree sign
± &plusmn; &#177; plus-minus sign
² &sup2; &#178; superscript two
³ &sup3; &#179; superscript three
´ &acute; &#180; acute accent
µ &micro; &#181; micro signB5
&para; &#182; pilcrow sign
· &middot; &#183; middle dot
¸ &cedil; &#184; cedilla
¹ &sup1; &#185; superscript one
º &ordm; &#186; masculine ordinal indicator
» &raquo; &#187; right-pointing double angle quotation mark
¼ &frac14; &#188; vulgar fraction one- quarter
½ &frac12; &#189; vulgar fraction one- half
¾ &frac34; &#190; vulgar fraction three- quarters
¿ &iquest; &#191; inverted question mark
À &Agrave; &#192; Latin capital letter A with grave
Á &Aacute; &#193; Latin capital letter A with acute
 &Acirc; &#194; Latin capital letter A with circumflex
à &Atilde; &#195; Latin capital letter A with tilde
Ä &Auml; &#196; Latin capital letter A with diaeresis
Å &Aring; &#197; Latin capital letter A with ring above
Æ &AElig; &#198; Latin capital letter AE
Ç &Ccedil; &#199; Latin capital letter C with cedilla
È &Egrave; &#200; Latin capital letter E with grave
É &Eacute; &#201; Latin capital letter E with acute
Ê &Ecirc; &#202; Latin capital letter E with circumflex
Ë &Euml; &#203; Latin capital letter E with diaeresis
Ì &Igrave; &#204; Latin capital letter I with grave
Í &Iacute; &#205; Latin capital letter I with acute
Î &Icirc; &#206; Latin capital letter I with circumflex
Ï &Iuml; &#207; Latin capital letter I with diaeresis
ð &eth; &#208; Latin capital letter eth
Ñ &Ntilde; &#209; Latin capital letter N with tilde
Ò &Ograve; &#210; Latin capital letter O with grave
Ó &Oacute; &#211; Latin capital letter O with acute
Ô &Ocirc; &#212; Latin capital letter O with circumflex
Õ &Otilde; &#213; Latin capital letter O with tilde
Ö &Ouml; &#214; Latin capital letter O with diaeresis
× &times; &#215; multiplication sign
Ø &Oslash; &#216; Latin capital letter O with stroke
Ù &Ugrave; &#217; Latin capital letter U with grave
Ú &Uacute; &#218; Latin capital letter U with acute
Û &Ucirc; &#219; Latin capital letter U with circumflex
Ü &Uuml; &#220; Latin capital letter U with diaeresis
Ý &Yacute; &#221; Latin capital letter Y with acute
þ &thorn; &#222; Latin capital letter thorn
ß &szlig; &#223; Latin small letter sharp
à &agrave; &#224; Latin small letter a with grave
á &aacute; &#225; Latin small letter a with acute
â &acirc; &#226; Latin small letter a with circumflex
ã &atilde; &#227; Latin small letter a with tilde
ä &auml; &#228; Latin small letter a with diaeresis
å &aring; &#229; Latin small letter a with ring above
æ &aelig; &#230; Latin small letter ae
ç &ccedil; &#231; Latin small letter c with cedilla
è &egrave; &#232; Latin small letter e with grave
é &eacute; &#233; Latin small letter e with acute
ê &ecirc; &#234; Latin small letter e with circumflex
ë &euml; &#235; Latin small letter e with diaeresis
ì &igrave; &#236; Latin small letter i with grave
í &iacute; &#237; Latin small letter i with acute
î &icirc; &#238; Latin small letter i with circumflex
ï &iuml; &#239; Latin small letter i with diaeresis
ð &eth; &#240; Latin small letter eth
ñ &ntilde; &#241; Latin small letter n with tilde
ò &ograve; &#242; Latin small letter o with grave
ó &oacute; &#243; Latin small letter o with acute
ô &ocirc; &#244; Latin small letter o with circumflex
õ &otilde; &#245; Latin small letter o with tilde
ö &ouml; &#246; Latin small letter o with diaeresis
÷ &divide; &#247; division sign
ø &oslash; &#248; Latin small letter o with stroke
ù &ugrave; &#249; Latin small letter u with grave
ú &uacute; &#250; Latin small letter u with acute
û &ucirc; &#251; Latin small letter u with circumflex
ü &uuml; &#252; Latin small letter u with diaeresis
ý &yacute; &#253; Latin small letter y with acute
þ &thorn; &#254; Latin small letter thorn
ÿ &yuml; &#255; Latin small letter y with diaeresis


Symbol Entities in HTML & XHTML


Example Named Entity Numeric Entity Description
ƒ &fnof; &#402; Latin small f with hook
Α &Alpha; &#913; Greek capital letter alpha
Β &Beta; &#914; Greek capital letter beta
Γ &Gamma; &#915; Greek capital letter gamma
Δ &Delta; &#916; Greek capital letter delta
Ε &Epsilon; &#917; Greek capital letter epsilon
Ζ &Zeta; &#918; Greek capital letter zeta
Η &Eta; &#919; Greek capital letter eta
Θ &Theta; &#920; Greek capital letter theta
Ι &Iota; &#921; Greek capital letter iota
Κ &Kappa; &#922; Greek capital letter kappa
Λ &Lambda; &#923; Greek capital letter lambda
Μ &Mu; &#924; Greek capital letter mu
Ν &Nu; &#925; Greek capital letter nu
Ξ &Xi; &#926; Greek capital letter xi
Ο &Omicron; &#927; Greek capital letter omicron
Π &Pi; &#928; Greek capital letter pi
Ρ &Rho; &#929; Greek capital letter rho
Note: There’s no Sigmaf, ” final sigma”, &#930; defined in iso-grk
Σ &Sigma; &#931; Greek capital letter sigma
Τ &Tau; &#932; Greek capital letter tau
Υ &Upsilon; &#933; Greek capital letter upsilon
Φ &Phi; &#934; Greek capital letter phi
Χ &Chi; &#935; Greek capital letter chi
Ψ &Psi; &#936; Greek capital letter psi
Ω &Omega; &#937; Greek capital letter omega
α &alpha; &#945; Greek small letter alpha
β &beta; &#946; Greek small letter beta
γ &gamma; &#947; Greek small letter gamma
δ &delta; &#948; Greek small letter delta
ε &epsilon; &#949; Greek small letter epsilon
ζ &zeta; &#950; Greek small letter zeta
η &eta; &#951; Greek small letter eta
θ &theta; &#952; Greek small letter theta
ι &iota; &#953; Greek small letter iota
κ &kappa; &#954; Greek small letter kappa
λ &lambda; &#955; Greek small letter lambda
μ &mu; &#956; Greek small letter mu
ν &nu; &#957; Greek small letter nu
ξ &xi; &#958; Greek small letter xi
ο &omicron; &#959; Greek small letter omicron
π &pi; &#960; Greek small letter pi
ρ &rho; &#961; Greek small letter rho
ς &sigmaf; &#962; Greek small letter final sigma
σ &sigma; &#963; Greek small letter sigma
τ &tau; &#964; Greek small letter tau
υ &upsilon; &#965; Greek small letter upsilon
φ &phi; &#966; Greek small letter phi
χ &chi; &#967; Greek small letter chi
ψ &psi; &#968; Greek small letter psi
ω &omega; &#969; Greek small letter omega
ϑ &thetasym; &#977; Greek small letter theta symbol
ϒ &upsih; &#978; Greek upsilon with hook symbol
ϖ &piv; &#982; pi symbol
&bull; &#8226; bullet
&hellip; &#8230; horizontal ellipsis
&prime; &#8242; prime
&Prime; &#8243; double prime
&oline; &#8254; overline
&frasl; &#8260; fraction slash
&weierp; &#8472; script capital
&image; &#8465; blackletter capital I
&real; &#8476; blackletter capital R
&trade; &#8482; trade mark sign
&alefsym; &#8501; alef symbol
&larr; &#8592; leftward arrow
&uarr; &#8593; upward arrow
&rarr; &#8594; rightward arrow
&darr; &#8595; downward arrow
&harr; &#8596; left right arrow
&crarr; &#8629; downward arrow with corner leftward
&lArr; &#8656; leftward double arrow
&uArr; &#8657; upward double arrow
&rArr; &#8658; rightward double arrow
&dArr; &#8659; downward double arrow
&hArr; &#8660; left-right double arrow
&forall; &#8704; for all
&part; &#8706; partial differential
&exist; &#8707; there exists
&empty; &#8709; empty set
&nabla; &#8711; nabla
&isin; &#8712; element of
&notin; &#8713; not an element of
&ni; &#8715; contains as member
&prod; &#8719; n-ary product
&sum; &#8721; n-ary summation
&minus; &#8722; minus sign
&lowast; &#8727; asterisk operator
&radic; &#8730; square root
&prop; &#8733; proportional to
&infin; &#8734; infinity
&ang; &#8736; angle
&and; &#8743; logical and
&or; &#8744; logical or
&cap; &#8745; intersection
&cup; &#8746; union
&int; &#8747; integral
&there4; &#8756; therefore
&sim; &#8764; tilde operator
&cong; &#8773; approximately equal to
&asymp; &#8776; almost equal to
&ne; &#8800; not equal to
&equiv; &#8801; identical to
&le; &#8804; less-than or equal to
&ge; &#8805; greater-than or equal to
&sub; &#8834; subset of
&sup; &#8835; superset of
&nsub; &#8836; not a subset of
Note: &nsup; , &#8837; “not a superset of” is not defined.
&sube; &#8838; subset of or equal to
&supe; &#8839; superset of or equal to
&oplus; &#8853; circled plus
&otimes; &#8855; circled times
&perp; &#8869; up tack
&sdot; &#8901; dot operator
&lceil; &#8968; left ceiling
&rceil; &#8969; right ceiling
&lfloor; &#8970; left floor
&rfloor; &#8971; right floor
&lang; &#9001; left-pointing angle bracket
&rang; &#9002; right-pointing angle bracket
&loz; &#9674; lozenge
&spades; &#9824; black (solid) spade suit
&clubs; &#9827; black (solid) club suit
&hearts; &#9829; black (solid) heart suit
&diams; &#9830; black (solid) diamond suit


Markup-Specific Entities in HTML & XHTML


Example Named Entity Numeric Entity Description
" &quot; &#34; quotation mark
& &amp; &#38; ampersand
< &lt; &#60; less-than sign
> &gt; &#62; greater-than sign
Π&OElig; &#338; Latin capital ligature OE
œ &oelig; &#339; Latin small ligature oe
Š &Scaron; &#352; Latin capital letter S with caron
š &scaron; &#353; Latin small letter s with caron
Ÿ &Yuml; &#376; Latin capital letter Y with diaeresis
ˆ &circ; &#710; modifier letter circumflex accent
˜ &tilde; &#732; small tilde
&ensp; &#8194; en space
&emsp; &#8195; em space
&thinsp; &#8201; thin space
&zwnj; &#8204; zero width non-joiner
&zwj; &#8205; zero width joiner
&lrm; &#8206; left-to-right mark
&rlm; &#8207; right-to-left mark
&ndash; &#8211; en dash
&mdash; &#8212; em dash
&lsquo; &#8216; left single quotation mark
&rsquo; &#8217; right single quotation mark
&sbquo; &#8218; single low-9 quotation mark
&ldquo; &#8220; left double quotation mark
&rdquo; &#8221; right double quotation mark
&bdquo; &#8222; double low-9 quotation mark
&dagger; &#8224; dagger
&Dagger; &#8225; double dagger
&permil; &#8240; per mille sign
&lsaquo; &#8249; single left-pointing angle quotation
&rsaquo; &#8250; single right-pointing angle quotation
&euro; &#8364; euro sign

Sunday, April 25, 2010

10 Best Websites To Download Free Fonts

When designing a Web page, you will most certainly use fonts. Some of my friends ask me about free fonts. They want to know information about best free font resources. So here i share top 10 free fonts site, from where you can download nice and exceptional free fonts.

Tuesday, April 20, 2010

Create Rounded corners by CSS without image which supports in all Browsers

In this tutorial i will show you how to Create rounded corners by css without image which supports in all Browsers. I use this technique in my professional work and the output is outstanding. Just you need to edit the css file to make different color rounded box. No image editing sofware needed to create curve image. All you just need to do is understanding the css code. Analyze whole css carefully and see which class use for when and where.

If you are beginner level in css and html i suggest you just copy and paste my css and html code and study the code. Its not too hard.
Hope you will enjoy it. If you like this technique just let me know i will show more excellent tricks in my next post.

Basic idea :
The basic idea of this rounded corners without image is that we style the corners using four or five pixel high strips before and after the main content div. These strips are created using styled <b></b> tags. <b> tags have been used because they are faster to type than <span></span> and take up less file space (as good a reason as any).

Each strip is created using a background color, a left and right border color and a left and right margin.

Heare is a diagram to show how each strip was organized.













The basic curved corner is comprised of four strips labelled b1 to b4 and in the example above the background color is a Orchid , the border color is white and the outer background color is light grey.

The XHTML is below:


<div class="inset">
<b class="b1"></b><b class="b2"></b><b class="b3"></b><b class="b4"></b>
<div class="boxcontent">
<h1>Create rounded corners by css without image which support in all Browsers.</h1>
<p>Rounded corners with inset borders</p>
</div>
<b class="b4b"></b><b class="b3b"></b><b class="b2b"></b><b class="b1b"></b>
</div>


The css style is below:


.inset {
background:transparent;
width:40%;
}
.inset h1, .inset p {
margin:0 10px;
}
.inset h1 {
font-size:2em; color:#fff;
}
.inset p {
padding-bottom:0.5em;
}
.inset .b1, .inset .b2, .inset .b3, .inset .b4, .inset .b1b, .inset .b2b, .inset .b3b, .inset .b4b {
display:block;
overflow:hidden;
font-size:1px;
}
.inset .b1, .inset .b2, .inset .b3, .inset .b1b, .inset .b2b, .inset .b3b {
height:1px;
}
.inset .b2 {
background:#ccc;
border-left:1px solid #999;
border-right:1px solid #aaa;
}
.inset .b3 {
background:#ccc;
border-left:1px solid #999;
border-right:1px solid #ddd;
}
.inset .b4 {
background:#ccc;
border-left:1px solid #999;
border-right:1px solid #eee;
}
.inset .b4b {
background:#ccc;
border-left:1px solid #aaa;
border-right:1px solid #fff;
}
.inset .b3b {
background:#ccc;
border-left:1px solid #ddd;
border-right:1px solid #fff;
}
.inset .b2b {
background:#ccc;
border-left:1px solid #eee;
border-right:1px solid #fff;
}
.inset .b1 {
margin:0 5px;
background:#999;
}
.inset .b2, .inset .b2b {
margin:0 3px;
border-width:0 2px;
}
.inset .b3, .inset .b3b {
margin:0 2px;
}
.inset .b4, .inset .b4b {
height:2px; margin:0 1px;
}
.inset .b1b {
margin:0 5px;
background:#fff;
}
.inset .boxcontent {
display:block;
background:#ccc;
border-left:1px solid #999;
border-right:1px solid #fff;
}


After applying above code the box will be shows like following image







Thats it. Take the code and customize as you want. If you have any question just ask. I will try to give you a better solution. Enjoy making rounded corners by css without image.

Saturday, April 17, 2010

Top 20 Design Blogs Every Designer Should Be Reading

In this post i share top 20 design blog authored by talented designers. They delivered high quality content and resources which can helps you in many ways. So i advise those designer who always want to learn new thing and wants to inspired by exciting visual and interface design.


Thursday, April 15, 2010

Top 70 CSS Navigation Menu link

When I'm looking at excellent websites for design inspiration, one of my favorite aspects of design to notice is the navigation menus. While working sometimes i search over web for learning new tricks for making css navigation menus. Those search makes me inspired to create nice menus. Here i provide 70 links about css navigation. Hope this will helps you a lot to make attractive navigation for your website.


  1. 11 CSS navigation menus : at Exploding Boy
  2. 12 more CSS Navigation Menus. : at Exploding Boy
  3. 14 Free Vertical CSS Menus : at Exploding Boy
  4. 2-level horizontal navigation : demo at Duoh
  5. Absolute Lists: Alternatives to Divs : An approach of using lists instead of divs at evolt
  6. Accessible Image-Tab Rollovers : demo at Simplebits
  7. ADxMenu : multiple menu examples at aPlus
  8. A drop-down theme : at CSS Play
  9. Bookend Lists: Using CSS to Float a Masthead : at WebSiteOptimization
  10. Bulletproof Slants : demo at Simplebits
  11. Centered Tabs with CSS : at 24ways
  12. Clickable Link Backgrounds : A bulletproof unordered list of links, each with a unique (purely decorative) left-aligned icon that is referenced with CSS ; but that is also clickable.
  13. Create a Teaser Thumbnail List Using CSS: Part 1 : lists of items made up of a title, short description, and thumbnail.
  14. Creating Indented Navigation Lists : A multi-level indented list
  15. Creating Multicolumn Lists : at Builder.com
  16. cssMenus – 4 Level Deep List Menu : at SolarDreamStudios
  17. CSS and Round Corners: Build Accessible Menu Tabs : at SitePoint
  18. CSS-Based Tabbed Menu : a simple tabbed menu.
  19. CSS-based Navigation : demo at Nundroo
  20. CSS: Double Lists : A single list that appears in two columns
  21. CSS Mini Tabs (the UN-tab, tab) : demo at Simplebits
  22. CSS only dropdown menu : at CSS Play
  23. CSS only flyout menus : at CSS Play
  24. CSS only flyout/dropdown menu : at CSS Play
  25. CSS only flyout menu with transparency : at CSS Play
  26. CSS only vertical sliding menu : at CSS Play
  27. CSS Swag: Multi-Column Lists : at A List Apart
  28. CSS Tabs : tabs without any images
  29. CSS Tabs : list of various tab solutions
  30. CSS tabs with Submenus : at Kalsey.
  31. dTree Navigation Menu : Javascripts Tree at Destroydrop
  32. Definition lists – misused or misunderstood? : appropriate uses of definition lists
  33. Do You Want To Do That With CSS? – Multiple Column Lists : multi-column lists.
  34. Drop-Down Menus, Horizontal Style : at A List Apart
  35. Float Mini tabs : at Web-Graphics
  36. Flowing a List Across Multiple Columns : A table without using tables.
  37. Free Menu Designs V 1.1 : ready-to-download block menusat e-lusion
  38. FreeStyle Menus : XHTML compliant, CSS-formatted menu script at TwinHelix
  39. Hidden tab menu : at CSS Play
  40. How to Style a Definition List with CSS : at WebReference
  41. How to Style an Unordered List with CSS : at WebReference
  42. How to Use CSS to Position Horizontal Unordered Lists : at WebReference
  43. Hybrid CSS Dropdowns : at a List Apart
  44. Inline Mini Tabs : at Web-Graphics
  45. Intelligent Menus : CSS and PHP menu at PhotoMatt.net
  46. Inverted Sliding Doors Tabs : at 456BereaStreet
  47. Light Weight Multi Level Menu : at CssCreator
  48. List Display Problems In Explorer For Windows : list hack for IE
  49. Listamatic : simple lists; various styles.
  50. Listamatic2 : nexted lists; various styles
  51. Menus galleries in CSS and XHTML : multiple examples and downloads at Alsacreations
  52. Mini-Tab Shapes : demo at Simplebits
  53. Mini-Tab Shapes 2 : demo at Simplebits
  54. More than Just Bullets : at W3.org
  55. Multiple Column Lists : at css-discuss
  56. A Navbar Using Lists : A lightweight nav bar at WestCiv
  57. Navigation Matrix Reloaded : at SuperfluousBanter
  58. Remote Control CSS : examples of lists styled differently
  59. Remote Control CSS Revisited – Caving in to peer pressure : multi-column remote control
  60. Rounding Tab Corners : by Eric A. Meyer.
  61. Simple CSS Tabs : at SilverOrange
  62. Simplified CSS Tabs : demo at Simplebits
  63. Sliding Doors : at A List Apart
  64. Spruced-Up Site Maps : sitemaps as lists
  65. Styling Nested List : at SimpleBits
  66. Suckerfish Dropdowns : at HTMLDog
  67. Tabtastic : Gavin Kistner.
  68. Tabs Tutorial at BrainJar
  69. Taming Lists : at A List Apart
  70. Turning a List into a Navigation Bar : at 456BereaStreet

If you have any good link for making navigation menu please share it by your valuable comment which can helps others.

Monday, April 12, 2010

All You Wanted To Know About the Flash Loader Component

Apparently, Adobe flash (preciously Macromedia Flash) is quite a revolutionary design program that allows more than just simple design and animation for a host of purposes. Now we all know that flash is most useful in the area of website development and game design. From increasing the face and real value of many websites with interactive applications and animations to offering addictive desktop and online games, flash has given more than enough reasons for designers to practice their imagination.
But did you know that flash can even be used to enhance your designs through text or image uploads into a flash application from another location? That’s right! Flash lets you expand an already built flash application through what we know as the loader component, and by virtue of its abilities it’s been increasingly used in the area of flash game design .

But the loader component of flash doesn’t just stop there as it finds its use in flash web development as well. In fact, flash is one program that has evidently been known for its multipurpose ability. And to define just that aspect, let’s look at how the loader component offers its benefits. The loader component can be used to pull content from a different location and to upload it into a flash application or in an application that has pictures. What’s worth knowing here is controlling the timing of the image or content loading keeping a tab on the progress during the process. It is noteworthy to know that some components like Alert, ComboBox and Menu might not be functional if certain version 2 components are loaded into the loader component.

Flash graphic design is one more area where the loader component finds great use due to its ability to affix script from other locations. So, in case you want to insert a logo or a caption into a page, you can easily do so by uploading it from a remote location.

Thursday, April 8, 2010

Color chart for web design.

Web colors are colors used in designing web pages.Authors of web pages have a variety of options available for specifying colors for elements of web documents. Colors may be specified as an RGB triplet in hexadecimal format (a hex triplet); they may also be specified according to their common English names in some cases. Often a color tool or other graphics software is used to generate color values.
Here are 216 web color codes. There are a variety of ways to color web sites. These hexadecimal codes can be used in both XHTML and CSS.



FFF

 FFF
CCC

 CCC
999

 999
666

 666
333

 333
000

 000
FFC

 C00
FF9

 900
FF6

 600
FF3

 300
Web color chart
99C

 C00
CC9

 900
FFC

 C33
FFC

 C66
FF9

 966
FF6

 633
CC3

 300
CC0

 033
CCF

 F00
CCF

 F33
333

 300
666

 600
999

 900
CCC

 C00
FFF

 F00
CC9

 933
CC6

 633
330

 000
660

 000
990

 000
CC0

 000
FF0

 000
FF3

 366
FF0

 033
99F

 F00
CCF

 F66
99C

 C33
666

 633
999

 933
CCC

 C33
FFF

 F33
996

 600
993

 300
663

 333
993

 333
CC3

 333
FF3

 333
CC3

 366
FF6

 699
FF0

 066
66F

 F00
99F

 F66
66C

 C33
669

 900
999

 966
CCC

 C66
FFF

 F66
996

 633
663

 300
996

 666
CC6

 666
FF6

 666
990

 033
CC3

 399
FF6

 6CC
FF0

 099
33F

 F00
66F

 F33
339

 900
66C

 C00
99F

 F33
CCC

 C99
FFF

 F99
CC9

 966
CC6

 600
CC9

 999
FF9

 999
FF3

 399
CC0

 066
990

 066
FF3

 3CC
FF0

 0CC
00C

 C00
33C

 C00
336

 600
669

 933
99C

 C66
CCF

 F99
FFF

 FCC
FFC

 C99
FF9

 933
FFC

 CCC
FF9

 9CC
CC6

 699
993

 366
660

 033
CC0

 099
330

 033
33C

 C33
66C

 C66
00F

 F00
33F

 F33
66F

 F66
99F

 F99
CCF

 FCC
CC9

 9CC
996

 699
993

 399
990

 099
663

 366
660

 066
006

 600
336

 633
009

 900
339

 933
669

 966
99C

 C99
FFC

 CFF
FF9

 9FF
FF6

 6FF
FF3

 3FF
FF0

 0FF
CC6

 6CC
CC3

 3CC
003

 300
00C

 C33
006

 633
339

 966
66C

 C99
99F

 FCC
CCF

 FFF
339

 9FF
99C

 CFF
CCC

 CFF
CC9

 9FF
996

 6CC
663

 399
330

 066
990

 0CC
CC0

 0CC
00F

 F33
33F

 F66
009

 933
00C

 C66
33F

 F99
99F

 FFF
99C

 CCC
006

 6CC
669

 9CC
999

 9FF
999

 9CC
993

 3FF
660

 0CC
660

 099
CC3

 3FF
CC0

 0FF
00F

 F66
66F

 F99
33C

 C66
009

 966
66F

 FFF
66C

 CCC
669

 999
003

 366
336

 699
666

 6FF
666

 6CC
666

 699
330

 099
993

 3CC
CC6

 6FF
990

 0FF
00F

 F99
66F

 FCC
33C

 C99
33F

 FFF
33C

 CCC
339

 999
336

 666
006

 699
003

 399
333

 3FF
333

 3CC
333

 399
333

 366
663

 3CC
996

 6FF
660

 0FF
00F

 FCC
33F

 FCC
00F

 FFF
00C

 CCC
009

 999
006

 666
003

 333
339

 9CC
336

 6CC
000

 0FF
000

 0CC
000

 099
000

 066
000

 033
663

 3FF
330

 0FF
00C

 C99

009

 9CC
33C

 CFF
66C

 CFF
669

 9FF
336

 6FF
003

 3CC
330

 0CC
00C

 CFF
009

 9FF
006

 6FF
003

 3FF