<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>bijusubhash.com &#187; CSS</title> <atom:link href="http://www.bijusubhash.com/blog/category/css/feed" rel="self" type="application/rss+xml" /><link>http://www.bijusubhash.com</link> <description>Blog for Graphic Tutorials, Tips, Tricks, Technical Tutorials and Free stuffs</description> <lastBuildDate>Sat, 21 Jan 2012 17:39:16 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <item><title>BS-Progress Bar Pack</title><link>http://www.bijusubhash.com/blog/bs-progress-bar-pack</link> <comments>http://www.bijusubhash.com/blog/bs-progress-bar-pack#comments</comments> <pubDate>Wed, 09 Feb 2011 15:28:46 +0000</pubDate> <dc:creator>Biju Subhash</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[downloads]]></category> <category><![CDATA[Freebie]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[gif animated progress bar]]></category> <category><![CDATA[progress bar pack]]></category> <guid
isPermaLink="false">http://www.bijusubhash.com/?p=4307</guid> <description><![CDATA[Hi folks, I&#8217;m just introducing a progress bar pack that you can use for application or website wherever. The pack contains three types of progress bar container and six different type colors of animated gif progress bars.The container have colors with gray, white and black and have title like &#8220;Please wait&#8230;&#8221; and a footer text [...]]]></description> <content:encoded><![CDATA[<p><img
class="alignnone size-full wp-image-4308" title="BS Progress Bar Pack" src="http://www.bijusubhash.com/wp-content/uploads/2011/02/BS-Progress-Bar-Pack.jpg" alt="BS Progress Bar Pack" width="640" /></p><p>Hi folks, I&#8217;m just introducing a progress bar pack that you can use for application or website wherever. The pack contains three types of progress bar container and six different type colors of animated gif progress bars.The container have colors with gray, white and black and have title like &#8220;Please wait&#8230;&#8221; and a footer text &#8220;Your request is being processed&#8221; which you can change as your own content. You can download the source code and images and I have just explained the code so you and learn or edit as you like.</p><h2>Demo: <a
style="color: red;" href="http://www.bijusubhash.com/demo/BS-Progress-Bar/BS_progress_bar.html" target="_blank">BS Progress Bar Demo</a></h2><h3>How To ?</h3><p>Step 1: CSS</p><pre class="brush: css;">
/* Type one Container /*
	.prg_bar_bg{
		background:url(images/progress_bar_bg.png) no-repeat;
		width:298px;
		height:89px;
		padding-top:16px;
		text-align:center;
		}
	.prg_bar_bg .prg_bar {
		text-align:center;
		padding-bottom:5px;
		padding-top:5px;
		}
	.prg_bar_bg .prg_title {
		font:bold 12px/normal Verdana, Geneva, sans-serif;
		color:#323232;
		}
	.prg_bar_bg .prg_cntnt {
		font:normal 11px/normal Verdana, Geneva, sans-serif;
		color:#5d5d5d;
		padding-top:5px;
		}
/* Type Two Container /*
	.prg_bar_bg_black{
		background:url(images/progress_bar_bg_black.png) no-repeat;
		width:302px;
		height:91px;
		padding-top:16px;
		text-align:center;
		}
	.prg_bar_bg_black .prg_bar {
		text-align:center;
		padding-bottom:5px;
		padding-top:5px;
		}
	.prg_bar_bg_black .prg_title {
		font:bold 12px/normal Verdana, Geneva, sans-serif;
		color:#ccc;
		}
	.prg_bar_bg_black .prg_cntnt {
		font:normal 11px/normal Verdana, Geneva, sans-serif;
		color:#999;
		padding-top:5px;
		}
/* Type Three Container /*
	.prg_bar_bg_white{
		background:url(images/progress_bar_bg_white.png) no-repeat;
		width:307px;
		height:90px;
		padding-top:16px;
		text-align:center;
		}
	.prg_bar_bg_white .prg_bar {
		text-align:center;
		padding-bottom:5px;
		padding-top:5px;
		}
	.prg_bar_bg_white .prg_title {
		font:bold 12px/normal Verdana, Geneva, sans-serif;
		color:#333;
		}
	.prg_bar_bg_white .prg_cntnt {
		font:normal 11px/normal Verdana, Geneva, sans-serif;
		color:#666;
		padding-top:5px;
		}
</pre><p>Step 2: HTML</p><pre class="brush: html;">
	&amp;lt;div class=&amp;quot;prg_bar_bg&amp;quot;&amp;gt; &amp;lt;!-- change this class for different container style --&amp;gt;
    	&amp;lt;div class=&amp;quot;prg_title&amp;quot;&amp;gt;Please wait...&amp;lt;/div&amp;gt;
    	&amp;lt;div class=&amp;quot;prg_bar&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;images/progress_bar_violet.gif&amp;quot; /&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;!-- call different progress bar image --&amp;gt;
    	&amp;lt;div class=&amp;quot;prg_cntnt&amp;quot;&amp;gt;Your request is being processed&amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
</pre><a
href="http://www.bijusubhash.com/wp-content/plugins/download-monitor/download.php?id=72" title="Downloaded 130 times"><img
src="http://www.bijusubhash.com/images/download_btn.png" alt="BS Progress Bar Pack" /></a><div
class="awmp_tags"><a
href="http://www.bijusubhash.com/blog/tag/progress bar pack" rel="tag">progress bar pack</a> <a
href="http://www.bijusubhash.com/blog/tag/gif animated progress bar" rel="tag">gif animated progress bar</a></div>]]></content:encoded> <wfw:commentRss>http://www.bijusubhash.com/blog/bs-progress-bar-pack/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Rating Star with CSS</title><link>http://www.bijusubhash.com/blog/rating-star-with-css</link> <comments>http://www.bijusubhash.com/blog/rating-star-with-css#comments</comments> <pubDate>Wed, 26 Jan 2011 19:52:59 +0000</pubDate> <dc:creator>Biju Subhash</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[css rating star]]></category> <category><![CDATA[rating]]></category> <category><![CDATA[rating star]]></category> <category><![CDATA[Star]]></category> <guid
isPermaLink="false">http://www.bijusubhash.com/?p=4263</guid> <description><![CDATA[Hi folks, In this post I just describing about how to create rating star with CSS. You can create the mouseover effects verry easly with css. Only the functionality you have to add. Just try this. 1) HTML &#60;body&#62; &#60;div class=&#34;star1&#34;&#62; &#60;div class=&#34;star2&#34;&#62; &#60;div class=&#34;star3&#34;&#62; &#60;div class=&#34;star4&#34;&#62; &#60;div class=&#34;star5&#34;&#62; &#60;/div&#62; &#60;/div&#62; &#60;/div&#62; &#60;/div&#62; &#60;/div&#62; &#60;/body&#62; [...]]]></description> <content:encoded><![CDATA[<p><img
class="alignnone size-full wp-image-4275" title="Rating Star with CSS" src="http://www.bijusubhash.com/wp-content/uploads/2011/01/rating_star_with_css.jpg" alt="Rating Star with CSS" width="651" /></p><p>Hi folks, In this post I just describing about how to create rating star with CSS. You can create the mouseover effects verry easly with css. Only the functionality you have to add. Just try this.</p><h3>1) HTML</h3><pre class="brush: xml;">
&lt;body&gt;
&lt;div class=&quot;star1&quot;&gt;
&lt;div class=&quot;star2&quot;&gt;
&lt;div class=&quot;star3&quot;&gt;
&lt;div class=&quot;star4&quot;&gt;
&lt;div class=&quot;star5&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/body&gt;
</pre><h3>2) CSS</h3><pre class="brush: css;">
.star1 {
width:126px;
height:126px;
background:url(images/gray_star.png) no-repeat;
}
.star2 {
width:126px;
height:126px;
background:url(images/gray_star.png) no-repeat;
margin-left:126px;
}
.star3 {
width:126px;
height:126px;
background:url(images/gray_star.png) no-repeat;
margin-left:126px;
}
.star4 {
width:126px;
height:126px;
background:url(images/gray_star.png) no-repeat;
margin-left:126px;
}
.star5 {
width:126px;
height:126px;
background:url(images/gray_star.png) no-repeat;
margin-left:126px;
}
.star1:hover {
background:url(images/gold_star.png) no-repeat;
}
.star2:hover {
background:url(images/gold_star.png) no-repeat;
}
.star3:hover {
background:url(images/gold_star.png) no-repeat;
}
.star4:hover {
background:url(images/gold_star.png) no-repeat;
}
.star5:hover {
background:url(images/gold_star.png) no-repeat;
}
/* The image icon you have to replace with your own and width and height too. */
</pre><h3>3) Demo</h3><div
class="iframe-wrapper"> <iframe
src="http://www.bijusubhash.com/demo/Rating-Star/rating_star.html" frameborder="0" style="height:200px;width:550px;">Please upgrade your browser</iframe></div><div
class="awmp_tags"><a
href="http://www.bijusubhash.com/blog/tag/rating-star" rel="tag">rating-star</a> <a
href="http://www.bijusubhash.com/blog/tag/css-rating-star" rel="tag">css-rating-star</a> <a
href="http://www.bijusubhash.com/blog/tag/css" rel="tag">css</a> <a
href="http://www.bijusubhash.com/blog/tag/star" rel="tag">star</a> <a
href="http://www.bijusubhash.com/blog/tag/rating" rel="tag">rating</a></div>]]></content:encoded> <wfw:commentRss>http://www.bijusubhash.com/blog/rating-star-with-css/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The Very Useful 30 CSS Selectors You Should Memorize</title><link>http://www.bijusubhash.com/blog/the-very-useful-30-css-selectors-you-should-memorize</link> <comments>http://www.bijusubhash.com/blog/the-very-useful-30-css-selectors-you-should-memorize#comments</comments> <pubDate>Wed, 22 Dec 2010 15:14:40 +0000</pubDate> <dc:creator>Biju Subhash</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[css-rules]]></category> <category><![CDATA[css-selectors]]></category> <guid
isPermaLink="false">http://www.bijusubhash.com/?p=4250</guid> <description><![CDATA[The NetTut+ have wrote about some css selectors that we should memorize when we build a website or web application.  Most of the css rules only available with modern browsers. You owe it to yourself to commit these to memory. css css-selectors css-rules]]></description> <content:encoded><![CDATA[<p><a
href="http://net.tutsplus.com/tutorials/html-css-techniques/the-30-css-selectors-you-must-memorize/" target="_blank"><img
class="alignnone size-full wp-image-4251" title="The Very Useful 30 CSS Selectors You Should Memorize" src="http://www.bijusubhash.com/wp-content/uploads/2010/12/The-Very-Useful-30-CSS-Selectors-You-Should-Memorize.jpg" alt="The Very Useful 30 CSS Selectors You Should Memorize" width="591" /></a></p><p>The NetTut+ have wrote about some css selectors that we should memorize when we build a website or web application.  Most of the css rules only available with modern browsers. You owe it to yourself to commit these to memory.</p><p><a
href="http://net.tutsplus.com/tutorials/html-css-techniques/the-30-css-selectors-you-must-memorize/" target="_blank"><img
class="alignnone size-full wp-image-2564" title="website url" src="http://www.bijusubhash.com/wp-content/uploads/2009/11/website-url.gif" alt="website url" width="128" height="54" /></a></p><div
class="awmp_tags"><a
href="http://www.bijusubhash.com/blog/tag/css" rel="tag">css</a> <a
href="http://www.bijusubhash.com/blog/tag/css-selectors" rel="tag">css-selectors</a> <a
href="http://www.bijusubhash.com/blog/tag/css-rules" rel="tag">css-rules</a></div>]]></content:encoded> <wfw:commentRss>http://www.bijusubhash.com/blog/the-very-useful-30-css-selectors-you-should-memorize/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>A great collection of HTML5 Demos and Examples</title><link>http://www.bijusubhash.com/blog/a-great-collection-of-html5-demos-and-examples</link> <comments>http://www.bijusubhash.com/blog/a-great-collection-of-html5-demos-and-examples#comments</comments> <pubDate>Fri, 15 Oct 2010 03:42:26 +0000</pubDate> <dc:creator>Biju Subhash</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[css3]]></category> <category><![CDATA[HTML5]]></category> <guid
isPermaLink="false">http://www.bijusubhash.com/?p=4168</guid> <description><![CDATA[Remy Sharp&#8217;s have cool site for HTML5 demos and examples he have hacked together. The demos listed one by one and you can view the supported browsers in the right side. You can filter the demos by clicking on the browser support icon or the technology tag. You can view source code easily by clicking [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://html5demos.com/" target="_blank"><img
class="alignnone size-full wp-image-4169" title="A great collection of HTML5 Demos and Examples" src="http://www.bijusubhash.com/wp-content/uploads/2010/10/A-great-collection-of-HTML5-Demos-and-Examples.jpg" alt="A great collection of HTML5 Demos and Examples" width="668" /></a><br
/> Remy Sharp&#8217;s have cool site for HTML5 demos and examples he have hacked together.   The demos listed one by one and you can view the supported browsers in the right side. You can filter the demos by clicking on the browser support icon or the technology tag. You can view source code easily by clicking on the view source link for each demo.<br
/> <a
href="http://html5demos.com/" target="_blank"><img
class="alignnone size-full wp-image-2564" title="website url" src="http://www.bijusubhash.com/wp-content/uploads/2009/11/website-url.gif" alt="website url" width="128" height="54" /></a></p><div
class="awmp_tags"><a
href="http://www.bijusubhash.com/blog/tag/HTML5" rel="tag">HTML5</a> <a
href="http://www.bijusubhash.com/blog/tag/JavaScript" rel="tag">JavaScript</a> <a
href="http://www.bijusubhash.com/blog/tag/CSS3" rel="tag">CSS3</a></div>]]></content:encoded> <wfw:commentRss>http://www.bijusubhash.com/blog/a-great-collection-of-html5-demos-and-examples/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>BonBon Buttons &#8211; A CSS3 Examples</title><link>http://www.bijusubhash.com/blog/bonbon-buttons-a-css3-examples</link> <comments>http://www.bijusubhash.com/blog/bonbon-buttons-a-css3-examples#comments</comments> <pubDate>Mon, 13 Sep 2010 05:31:17 +0000</pubDate> <dc:creator>Biju Subhash</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[css3]]></category> <category><![CDATA[CSS3 Buttons]]></category> <category><![CDATA[Examples]]></category> <category><![CDATA[HTML5]]></category> <guid
isPermaLink="false">http://www.bijusubhash.com/?p=4145</guid> <description><![CDATA[BonBon Buttons, a sweet CSS3 buttons that are sexy looking, really flexible, but with the most minimalistic markup as possible. A mate, glossy and glass are the different 3 version of materials. These CSS3 buttons are just for demo only and not meant to be used on your next project that target the average internet [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://lab.simurai.com/css/buttons/" target="_blank"><img
class="alignnone size-full wp-image-4146" src="http://www.bijusubhash.com/wp-content/uploads/2010/09/BonBon-Buttons-A-CSS3-Examples.jpg" alt="BonBon Buttons - A CSS3 Examples" width="675" /></a></p><p>BonBon Buttons, a sweet CSS3 buttons that are sexy looking, really flexible, but with the most minimalistic markup as possible. A mate, glossy and glass are the different 3 version of materials.</p><p>These CSS3 buttons are just for demo only and not meant to be used on your next project that target the average internet user. He just wanted to show a couple techniques how to use some of the new CSS3/HTML5 features. So only the current version of Safari, Chrome and Firefox are supported.</p><p><a
href="http://lab.simurai.com/css/buttons/" target="_blank"><img
class="alignnone size-full wp-image-2564" src="http://www.bijusubhash.com/wp-content/uploads/2009/11/website-url.gif" alt="website url" width="128" height="54" /></a></p><div
class="awmp_tags"><a
href="http://www.bijusubhash.com/blog/tag/CSS3" rel="tag">CSS3</a> <a
href="http://www.bijusubhash.com/blog/tag/Examples" rel="tag">Examples</a> <a
href="http://www.bijusubhash.com/blog/tag/HTML5" rel="tag">HTML5</a> <a
href="http://www.bijusubhash.com/blog/tag/CSS3 Buttons" rel="tag">CSS3 Buttons</a></div>]]></content:encoded> <wfw:commentRss>http://www.bijusubhash.com/blog/bonbon-buttons-a-css3-examples/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Create a Custom HTML5 Video Player with CSS3 and JQuery</title><link>http://www.bijusubhash.com/blog/create-a-custom-html5-video-player-with-css3-and-jquery</link> <comments>http://www.bijusubhash.com/blog/create-a-custom-html5-video-player-with-css3-and-jquery#comments</comments> <pubDate>Wed, 04 Aug 2010 07:52:43 +0000</pubDate> <dc:creator>Biju Subhash</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[css3]]></category> <category><![CDATA[HTML5]]></category> <category><![CDATA[HTML5-Video Player]]></category> <category><![CDATA[JQuery]]></category> <guid
isPermaLink="false">http://www.bijusubhash.com/?p=4114</guid> <description><![CDATA[Are you a professional web designer, and you want to create a video player which look consistent across browsers. Each browser provide their own look and feel skin for the browser. And If you want to control to look the same on each browsers and integrate with your own design, you will have to create [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://dev.opera.com/articles/view/custom-html5-video-player-with-css3-and-jquery/" target="_blank"><img
class="alignnone size-full wp-image-4115" title="Create a Custom HTML5 Video Player with CSS3 and JQuery" src="http://www.bijusubhash.com/wp-content/uploads/2010/08/Create-a-Custom-HTML5-Video-Player-with-CSS3-and-JQuery1.jpg" alt="Create a Custom HTML5 Video Player with CSS3 and JQuery" width="630" height="384" /></a></p><p>Are you a professional web designer, and you want to create a video player which look consistent across browsers. Each browser provide their own look and feel skin for the browser. And If you want to control to look the same on each browsers and integrate with your own design, you will have to create your own controls from scratch.</p><p>All media elements in HTML5 support the media elements API, which we can access using JavaScript and use to easily wire up functions such as play, pause, etc. to any buttons we create. Because the native video player plays nicely with other open web technologies, we can create our controls using HTML, CSS, SVG or whatever else we like.</p><p><a
href="http://dev.opera.com/articles/view/custom-html5-video-player-with-css3-and-jquery/" target="_blank"><img
class="alignnone size-full wp-image-2564" title="website url" src="http://www.bijusubhash.com/wp-content/uploads/2009/11/website-url.gif" alt="website url" width="128" height="54" /></a></p><div
class="awmp_tags"><a
href="http://www.bijusubhash.com/blog/tag/CSS3" rel="tag">CSS3</a> <a
href="http://www.bijusubhash.com/blog/tag/HTML5" rel="tag">HTML5</a> <a
href="http://www.bijusubhash.com/blog/tag/jQuery" rel="tag">jQuery</a> <a
href="http://www.bijusubhash.com/blog/tag/JavaScript" rel="tag">JavaScript</a> <a
href="http://www.bijusubhash.com/blog/tag/HTML5-Video Player" rel="tag">HTML5-Video Player</a></div>]]></content:encoded> <wfw:commentRss>http://www.bijusubhash.com/blog/create-a-custom-html5-video-player-with-css3-and-jquery/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Image with Toolbar and Navigation Overlay &#8211; CSS Tutorial</title><link>http://www.bijusubhash.com/blog/image-with-toolbar-and-navigation-overlay-css-tutorial</link> <comments>http://www.bijusubhash.com/blog/image-with-toolbar-and-navigation-overlay-css-tutorial#comments</comments> <pubDate>Wed, 04 Aug 2010 07:21:59 +0000</pubDate> <dc:creator>Biju Subhash</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[CSS-Image-Gallery]]></category> <category><![CDATA[image-gallery]]></category> <category><![CDATA[JQuery]]></category> <guid
isPermaLink="false">http://www.bijusubhash.com/?p=4097</guid> <description><![CDATA[Codrops wrote a tutorial to show you how to create a overlay toolbar and navigation for an image. This is you can applied with your gallery images and you can provide some options for users when he is viewing your images. Image-Gallery CSS-Image-Gallery jQuery]]></description> <content:encoded><![CDATA[<p><a
href="http://tympanus.net/codrops/2009/11/23/css-tutorial-image-with-toolbar-navigation-overlay/" target="_blank"><img
class="alignnone size-full wp-image-4098" title="Image with Toolbar and Navigation Overlay - CSS Tutorial" src="http://www.bijusubhash.com/wp-content/uploads/2010/08/Image-with-Toolbar-and-Navigation-Overlay-CSS-Tutorial.jpg" alt="Image with Toolbar and Navigation Overlay - CSS Tutorial" width="516" height="391" /></a></p><p>Codrops wrote a tutorial to show you  how to create a overlay toolbar and navigation for an image. This is you  can applied with your gallery images and you can provide some options  for users when he is viewing your images.</p><div
class="awmp_tags"><a
href="http://www.bijusubhash.com/blog/tag/Image-Gallery" rel="tag">Image-Gallery</a> <a
href="http://www.bijusubhash.com/blog/tag/CSS-Image-Gallery" rel="tag">CSS-Image-Gallery</a> <a
href="http://www.bijusubhash.com/blog/tag/jQuery" rel="tag">jQuery</a></div>]]></content:encoded> <wfw:commentRss>http://www.bijusubhash.com/blog/image-with-toolbar-and-navigation-overlay-css-tutorial/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The Google Font Directory</title><link>http://www.bijusubhash.com/blog/the-google-font-directory</link> <comments>http://www.bijusubhash.com/blog/the-google-font-directory#comments</comments> <pubDate>Fri, 04 Jun 2010 07:21:33 +0000</pubDate> <dc:creator>Biju Subhash</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[Others]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[google-font-directory]]></category> <category><![CDATA[google-fonts]]></category> <category><![CDATA[web-fonts]]></category> <guid
isPermaLink="false">http://www.bijusubhash.com/?p=4086</guid> <description><![CDATA[The Google font directory help you browse all the fonts available via the Google Font API. You can use all the available fonts on your website under an open source license and served by Google servers. You can use it for your commercial or non-commercial project. You don&#8217;t need any programming, just add a special [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://code.google.com/webfonts" target="_blank"><img
class="alignnone size-full wp-image-4087" title="The Google Font Directory" src="http://www.bijusubhash.com/wp-content/uploads/2010/06/The-Google-Font-Directory.jpg" alt="The Google Font Directory" width="550" height="416" /></a></p><p>The Google font directory help you browse all the fonts available via the Google Font API. You can use all the available fonts on your website under an open source license and served by Google servers. You can use it for your commercial or non-commercial project.</p><p>You don&#8217;t need any programming, just add a special stylesheet link to your HTML document, then refer to the font in a css style.The Google Font API is compatible with Google Chrome 4.249.4+, Firefox 3.5+, Safari 3.1+ andIE 6+. However, The Google Font API is not currently supported on iPhone, iPad, iPod, or Android.</p><p><a
href="http://code.google.com/webfonts" target="_blank"><img
class="alignnone size-full wp-image-2564" title="website url" src="http://www.bijusubhash.com/wp-content/uploads/2009/11/website-url.gif" alt="website url" width="128" height="54" /></a></p><div
class="awmp_tags"><a
href="http://www.bijusubhash.com/blog/tag/web-fonts" rel="tag">web-fonts</a> <a
href="http://www.bijusubhash.com/blog/tag/google-fonts" rel="tag">google-fonts</a> <a
href="http://www.bijusubhash.com/blog/tag/google-font-directory" rel="tag">google-font-directory</a></div>]]></content:encoded> <wfw:commentRss>http://www.bijusubhash.com/blog/the-google-font-directory/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Image-less CSS Tooltip Pointers with Polygonal CSS</title><link>http://www.bijusubhash.com/blog/image-less-css-tooltip-pointers-with-polygonal-css</link> <comments>http://www.bijusubhash.com/blog/image-less-css-tooltip-pointers-with-polygonal-css#comments</comments> <pubDate>Fri, 14 May 2010 13:48:28 +0000</pubDate> <dc:creator>Biju Subhash</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[image-free-tooltip]]></category> <category><![CDATA[tooltip]]></category> <guid
isPermaLink="false">http://www.bijusubhash.com/?p=4051</guid> <description><![CDATA[A while back, Tantek Celik released A Study of Regular Polygons, which used a little-known CSS trick to create non-rectangular shapes such as triangles and pentagons with nothing more than an ordinary HTML element. The tool-tip widget design is common in websites uses a small triangular speech bubble pointer that typically created easily with a [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.filamentgroup.com/lab/image_free_css_tooltip_pointers_a_use_for_polygonal_css/" target="_blank"><img
class="alignnone size-full wp-image-4052" title="Image-less CSS Tooltip Pointers with Polygonal CSS" src="http://www.bijusubhash.com/wp-content/uploads/2010/05/Image-less-CSS-Tooltip-Pointers-with-Polygonal-CSS.jpg" alt="Image-less CSS Tooltip Pointers with Polygonal CSS" width="554" height="290" /></a></p><p>A while back, Tantek Celik released A Study of Regular Polygons, which used a little-known CSS trick to create non-rectangular shapes such as triangles and pentagons with nothing more than an ordinary HTML element.</p><p>The tool-tip widget design is common in websites uses a small triangular speech bubble pointer that typically created easily with a background image. Filamentgroup break the typical way and build it with pure polygonal CSS.</p><p><a
href="http://www.filamentgroup.com/lab/image_free_css_tooltip_pointers_a_use_for_polygonal_css/" target="_blank"><img
class="alignnone size-full wp-image-2564" title="website url" src="http://www.bijusubhash.com/wp-content/uploads/2009/11/website-url.gif" alt="website url" width="128" height="54" /></a></p><div
class="awmp_tags"><a
href="http://www.bijusubhash.com/blog/tag/css" rel="tag">css</a> <a
href="http://www.bijusubhash.com/blog/tag/tooltip" rel="tag">tooltip</a> <a
href="http://www.bijusubhash.com/blog/tag/image-free-tooltip" rel="tag">image-free-tooltip</a></div>]]></content:encoded> <wfw:commentRss>http://www.bijusubhash.com/blog/image-less-css-tooltip-pointers-with-polygonal-css/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Different Stylesheets for Differently Sized Browser Windows without Javascript</title><link>http://www.bijusubhash.com/blog/different-stylesheets-for-differently-sized-browser-windows-without-javascript</link> <comments>http://www.bijusubhash.com/blog/different-stylesheets-for-differently-sized-browser-windows-without-javascript#comments</comments> <pubDate>Wed, 05 May 2010 08:53:36 +0000</pubDate> <dc:creator>Biju Subhash</dc:creator> <category><![CDATA[CSS]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[browser-size]]></category> <category><![CDATA[browser-window-css]]></category> <guid
isPermaLink="false">http://www.bijusubhash.com/?p=3956</guid> <description><![CDATA[Chris Coyier wrote an article about how to use different style-sheets for differently sized browser windows without java-script. There is a W3C standard way of declaring them. One way is to test the device width with css and another way is with jQuery. The only one problem is using the css technique is IE doesn&#8217;t [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://css-tricks.com/resolution-specific-stylesheets/" target="_blank"><img
class="alignnone size-full wp-image-3957" title="Different Stylesheets for Differently Sized Browser Windows without Javascript" src="http://www.bijusubhash.com/wp-content/uploads/2010/05/Different-Stylesheets-for-Differently-Sized-Browser-Windows-without-Javascript.jpg" alt="Different Stylesheets for Differently Sized Browser Windows without Javascript" width="570" height="533" /></a></p><p>Chris Coyier wrote an article about how to use different style-sheets for differently sized browser windows without java-script. There is a W3C standard way of declaring them. One way is to test the device width with css and another way is with jQuery. The only one problem is using the css technique is IE doesn&#8217;t support this.</p><p><a
href="http://css-tricks.com/resolution-specific-stylesheets/" target="_blank"><img
class="alignnone size-full wp-image-2564" title="website url" src="http://www.bijusubhash.com/wp-content/uploads/2009/11/website-url.gif" alt="website url" width="128" height="54" /></a></p><div
class="awmp_tags"><a
href="http://www.bijusubhash.com/blog/tag/browser-size" rel="tag">browser-size</a> <a
href="http://www.bijusubhash.com/blog/tag/browser-window-css" rel="tag">browser-window-css</a> <a
href="http://www.bijusubhash.com/blog/tag/css" rel="tag">css</a> <a
href="http://www.bijusubhash.com/blog/tag/" rel="tag"></a></div>]]></content:encoded> <wfw:commentRss>http://www.bijusubhash.com/blog/different-stylesheets-for-differently-sized-browser-windows-without-javascript/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
