<?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>MakeUseOf Directory &#187; css</title>
	<atom:link href="http://www.makeuseof.com/dir/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com/dir</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 04:01:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>BearCSS: Create CSS Stylesheets Using HTML</title>
		<link>http://www.makeuseof.com/dir/bearcss-create-css-stylesheets-html/</link>
		<comments>http://www.makeuseof.com/dir/bearcss-create-css-stylesheets-html/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 02:01:07 +0000</pubDate>
		<dc:creator>Hammad</dc:creator>
				<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/dir/?p=45644</guid>
		<description><![CDATA[If you want to create a prefect stylesheet (CSS) based on your HTML markup, then check out Bear CSS. BearCSS is a handy tool for web designers, who want to create stylesheets using your markup. All you have to do is write your HTML, upload it and Bear CSS will automatically generate a CSS template [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to create a prefect stylesheet (CSS) based on your HTML markup, then check out Bear CSS.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2012/02/BearCss.jpg?570cd5" alt="create css style sheets" /></p>
<p>BearCSS is a handy tool for web designers, who want to create stylesheets using your markup. All you have to do is write your HTML, upload it and Bear CSS will automatically generate a CSS template based on HTML elements you used.</p>
<p>To use the service, just click on the “Upload HTML” button and choose the HTML file from which you want the markups taken from – the website will automatically check the HTML elements and draw up a CSS template file from the HTML one.</p>
<p>Once done, you can download the CSS file to your local computer and use it in whatever way you want.</p>
<p>Features</p>
<ul>
<li>Simple and easy to use.</li>
<li>Effective way to draw up CSS template stylesheet without errors.</li>
<li>Saves time as CSS template file is chalked up using your own made HTML file.</li>
<li>Similar sites: <a href="http://www.makeuseof.com/dir/csspivot-add-custom-css-style/">Csspivot</a>, <a href="http://www.makeuseof.com/dir/css3-generator-create-css3-gradient/">CSS3-Generator</a>, <a href="http://www.makeuseof.com/dir/typeset-style-generator-create-typesets-css-code/">Typeset Style Generator</a>, <a href="http://www.makeuseof.com/dir/css-prefixer-automatically-add-vendor-prefixes-css-web-browsers/">CSSPrefixer</a>, <a href="http://www.makeuseof.com/dir/csswarp-create-warped-text/">CSS Warp</a>, <a href="http://www.makeuseof.com/dir/textsnip/">TextSnip</a> and <a href="http://www.makeuseof.com/dir/codepad-check-your-code/">Codepad</a>.</li>
</ul>
<p>Check out BearCSS @ <a href="http://bearcss.com/">www.bearcss.com</a></p>
<div class='gig-share-button gig-share-button-bottom' id='gig-div-buttons-45644-bottom'></div><script language='javascript'>var conf_45644 = {
							APIKey: ''
    					};
						
    					var image45644 = {src:'http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2012/02/BearCss.jpg',href:'http://www.makeuseof.com/dir/bearcss-create-css-stylesheets-html/',type:'image'};
						var ua_45644 = new gigya.services.socialize.UserAction(); 
						ua_45644.setUserMessage('');  
						ua_45644.setLinkBack('http://www.makeuseof.com/dir/bearcss-create-css-stylesheets-html/'); 
						ua_45644.setTitle('BearCSS: Create CSS Stylesheets Using HTML');
						ua_45644.addMediaItem(image45644);	
		

						var params_45644 ={ 
							userAction:ua_45644,
							cssPrefix:'#gig-div-buttons-45644-bottom',
							shareButtons:'facebook-like,google-plusone,share,twitter,email', // list of providers
							containerID: 'gig-div-buttons-45644-bottom',
        					cid:''
						};
						gigya.services.socialize.showShareBarUI(conf_45644,params_45644);
					</script>
					]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/dir/bearcss-create-css-stylesheets-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSSBorderRadiusGenerator: Generate CSS Code For Desired Border Radius</title>
		<link>http://www.makeuseof.com/dir/cssborderradiusgenerator-generate-css-borders/</link>
		<comments>http://www.makeuseof.com/dir/cssborderradiusgenerator-generate-css-borders/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 04:01:49 +0000</pubDate>
		<dc:creator>TehseenBaweja</dc:creator>
				<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/dir/?p=45262</guid>
		<description><![CDATA[Before CSS3 came into play, developers had a really hard time putting round corners in their design and usually had to go through images or multiple DIV tags. CSS3 solved that problem by introducing the Border Radius element, but it still requires you to write a few lines of code specially if you have to [...]]]></description>
			<content:encoded><![CDATA[<p>Before CSS3 came into play, developers had a really hard time putting round corners in their design and usually had to go through images or multiple DIV tags. CSS3 solved that problem by introducing the Border Radius element, but it still requires you to write a few lines of code specially if you have to specify different value for each corner. CSSBorderRadiusGenerator however lets you generate CSS code for your desired values automatically.</p>
<p>Just enter the value you want for each corner, and specify if you want support for Gecko, WebKit and CSS3. As soon as you make your choices, the tool generates CSS code for you that you can copy and use in your stylesheet. There is now download or registration required.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2012/01/css1.png?570cd5" alt="generate css borders" /></p>
<p>Features:</p>
<ul>
<li>Generate CSS code for rounded corners.</li>
<li>Specify desired value for each corner.</li>
<li>No registration required.</li>
<li>Similar tools: <a title="CSSRound: Quickly Generate Rounded Corners in CSS" href="http://www.makeuseof.com/dir/cssround-make-rounded-corners-in-css/">CSSRound</a>, <a href="http://www.makeuseof.com/dir/cornershop-make-rounded-corners-online/">CornerShop</a>, <a href="http://www.makeuseof.com/dir/html-and-css-rounded-corner-button-generator/">HTML and CSS Rounded Corner Button Generator</a> and <a href="http://www.makeuseof.com/dir/rounded-css-boxes-rounded-corners-online/">Rounded CSS Boxes</a>.</li>
</ul>
<p>Visit CSSBorderGenerator @ <a href="http://borderradius.com/">www.borderradius.com</a></p>
<div class='gig-share-button gig-share-button-bottom' id='gig-div-buttons-45262-bottom'></div><script language='javascript'>var conf_45262 = {
							APIKey: ''
    					};
						
    					var image45262 = {src:'http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2012/01/css1.png',href:'http://www.makeuseof.com/dir/cssborderradiusgenerator-generate-css-borders/',type:'image'};
						var ua_45262 = new gigya.services.socialize.UserAction(); 
						ua_45262.setUserMessage('');  
						ua_45262.setLinkBack('http://www.makeuseof.com/dir/cssborderradiusgenerator-generate-css-borders/'); 
						ua_45262.setTitle('CSSBorderRadiusGenerator: Generate CSS Code For Desired Border Radius');
						ua_45262.addMediaItem(image45262);	
		

						var params_45262 ={ 
							userAction:ua_45262,
							cssPrefix:'#gig-div-buttons-45262-bottom',
							shareButtons:'facebook-like,google-plusone,share,twitter,email', // list of providers
							containerID: 'gig-div-buttons-45262-bottom',
        					cid:''
						};
						gigya.services.socialize.showShareBarUI(conf_45262,params_45262);
					</script>
					]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/dir/cssborderradiusgenerator-generate-css-borders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSSSuperScrub: Make CSS Cleaner &amp; Smaller</title>
		<link>http://www.makeuseof.com/dir/csssuperscrub-make-css-cleaner/</link>
		<comments>http://www.makeuseof.com/dir/csssuperscrub-make-css-cleaner/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 02:01:25 +0000</pubDate>
		<dc:creator>TehseenBaweja</dc:creator>
				<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/dir/?p=45136</guid>
		<description><![CDATA[CSS files can get pretty complex and messy especially if you have worked on them over time. CSSSuperScrub is a simple web based tool to clean your CSS of unneeded content and reduce it in both size and complexity. It does that by removing redundant calls, removing unnecessary white space, indenting CSS, and intelligently grouping [...]]]></description>
			<content:encoded><![CDATA[<p>CSS files can get pretty complex and messy especially if you have worked on them over time. CSSSuperScrub is a simple web based tool to clean your CSS of unneeded content and reduce it in both size and complexity. It does that by removing redundant calls, removing unnecessary white space, indenting CSS, and intelligently grouping elements together.</p>
<p>Simply enter the URL of your CSS file and click submit. The tool will instantly give you a new CSS file that you can copy to your site. It also displays the percentage reduction in the size of your CSS file and lets you customize some of the scrubbing options by turning them on or off.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2012/01/css.png?570cd5" alt="make css cleaner" /></p>
<p>Features:</p>
<ul>
<li>Scrubs your CSS file of unneeded elements.</li>
<li>Intelligently groups elements together.</li>
<li>Enter URL of your CSS file to start.</li>
<li>No registration required.</li>
<li>Similar tools: <a title="CSSLint: Checks Your CSS For Errors &amp; Warnings" href="http://www.makeuseof.com/dir/csslint-check-css-for-errors/">CSSLint</a>, <a href="http://www.makeuseof.com/dir/gridcalc-create-website-grid/">Gridcalc</a>, <a href="http://www.makeuseof.com/dir/colorspire-discover-new-colors/">Colorspire</a>, <a href="http://www.makeuseof.com/dir/css3-drop-shadow-generator-generate-css3-shadow/">CSS3 Dropshadow Generator</a>, and <a href="http://www.makeuseof.com/dir/layerstyles-create-css-codes/">Layerstyles</a>.</li>
</ul>
<p>Visit CSSSuperScrub @ <a href="http://isnoop.net/tools/css.php">www.isnoop.net/tools/css.php</a></p>
<div class='gig-share-button gig-share-button-bottom' id='gig-div-buttons-45136-bottom'></div><script language='javascript'>var conf_45136 = {
							APIKey: ''
    					};
						
    					var image45136 = {src:'http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2012/01/css.png',href:'http://www.makeuseof.com/dir/csssuperscrub-make-css-cleaner/',type:'image'};
						var ua_45136 = new gigya.services.socialize.UserAction(); 
						ua_45136.setUserMessage('');  
						ua_45136.setLinkBack('http://www.makeuseof.com/dir/csssuperscrub-make-css-cleaner/'); 
						ua_45136.setTitle('CSSSuperScrub: Make CSS Cleaner & Smaller ');
						ua_45136.addMediaItem(image45136);	
		

						var params_45136 ={ 
							userAction:ua_45136,
							cssPrefix:'#gig-div-buttons-45136-bottom',
							shareButtons:'facebook-like,google-plusone,share,twitter,email', // list of providers
							containerID: 'gig-div-buttons-45136-bottom',
        					cid:''
						};
						gigya.services.socialize.showShareBarUI(conf_45136,params_45136);
					</script>
					]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/dir/csssuperscrub-make-css-cleaner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CompareNinja: Create HTML &amp; CSS Comparison Tables Online</title>
		<link>http://www.makeuseof.com/dir/compareninja-html-css-comparison/</link>
		<comments>http://www.makeuseof.com/dir/compareninja-html-css-comparison/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 02:01:32 +0000</pubDate>
		<dc:creator>Hammad</dc:creator>
				<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/dir/?p=43904</guid>
		<description><![CDATA[If you are looking for a simple and easy way to create a HTML and CSS comparison chart, then you should give Compare Ninja a try. Compare Ninja is an online website that allows people to create beautiful HTML &#38; CSS based comparison tables. All of this is accomplished in a matter of minutes and [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking for a simple and easy way to create a HTML and CSS comparison chart, then you should give Compare Ninja a try.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/12/Compare-Ninja.jpg?570cd5" alt="html css comparison" /></p>
<p>Compare Ninja is an online website that allows people to create beautiful HTML &amp; CSS based comparison tables. All of this is accomplished in a matter of minutes and the result can be displayed on your website/blog or anywhere you want.</p>
<p>To start off, click on the “Create Now” button, after which you will be required to make an account on the website. Once done, log in and start to fil in the basic details, i.e. table title, items to compare, table width, etc. Choose the design. Once done, edit the fields accordingly and click the “Get Code” button to get the HTML &amp; CSS code for the comparison table.</p>
<p>Features</p>
<ul>
<li>Free and easy to use.</li>
<li>User-friendly themes make comparison tables look beautiful and appealing.</li>
<li>Comparison tables can be edited at moments notice – HTML &amp; CSS code available.</li>
</ul>
<p>Check out Compare Ninja @ <a href="http://www.compareninja.com/index.php">www.compareninja.com/index.php</a></p>
<div class='gig-share-button gig-share-button-bottom' id='gig-div-buttons-43904-bottom'></div><script language='javascript'>var conf_43904 = {
							APIKey: ''
    					};
						
    					var image43904 = {src:'http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/12/Compare-Ninja.jpg',href:'http://www.makeuseof.com/dir/compareninja-html-css-comparison/',type:'image'};
						var ua_43904 = new gigya.services.socialize.UserAction(); 
						ua_43904.setUserMessage('');  
						ua_43904.setLinkBack('http://www.makeuseof.com/dir/compareninja-html-css-comparison/'); 
						ua_43904.setTitle('CompareNinja: Create HTML & CSS Comparison Tables Online');
						ua_43904.addMediaItem(image43904);	
		

						var params_43904 ={ 
							userAction:ua_43904,
							cssPrefix:'#gig-div-buttons-43904-bottom',
							shareButtons:'facebook-like,google-plusone,share,twitter,email', // list of providers
							containerID: 'gig-div-buttons-43904-bottom',
        					cid:''
						};
						gigya.services.socialize.showShareBarUI(conf_43904,params_43904);
					</script>
					]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/dir/compareninja-html-css-comparison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gridlover: Quickly Create Grids &amp; Obtain Their CSS Code</title>
		<link>http://www.makeuseof.com/dir/gridlover-create-grids-css/</link>
		<comments>http://www.makeuseof.com/dir/gridlover-create-grids-css/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 23:01:35 +0000</pubDate>
		<dc:creator>MOin</dc:creator>
				<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/dir/?p=42317</guid>
		<description><![CDATA[Creating grids for webpage designs is not easy work. You have to code up your grid, preview any changes you make, and continue to do so till you get something you are satisfied with. A web service called Gridlover greatly simplifies the task by letting you create a grid and obtaining its CSS quickly. Gridlover [...]]]></description>
			<content:encoded><![CDATA[<p>Creating grids for webpage designs is not easy work. You have to code up your grid, preview any changes you make, and continue to do so till you get something you are satisfied with. A web service called Gridlover greatly simplifies the task by letting you create a grid and obtaining its CSS quickly.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/11/gridlover.png?570cd5" alt="create grids css" /></p>
<p>Gridlover is a free to use web tool that will be highly useful to webmasters and graphics designers. The app helps you quickly create grids that you want and obtain their CSS codes. You can start using the site without signing up for anything. Head on over to Gridlover’s homepage, scroll down a bit, and you will find the customizable grid. In front of each grid category such as font size, you will find a quantity highlighted in blue. Click on this blue highlighted text and move it left or right to decrease/increase its value.</p>
<p>The changes you make are updated on the grid right away. When you are satisfied with the grid you have created, you can use the button in the top right of the site to obtain the grid’s CSS.</p>
<p>Features:</p>
<ul>
<li>A user-friendly web service.</li>
<li>Lets you create grids easily.</li>
<li>Provides CSS code for grids you create.</li>
<li>Does not require any sign-ups.</li>
<li>Similar tools: <a href="http://www.makeuseof.com/dir/cssgridbuilder-create-css-grids-online/" target="_top">CSSGridBuilder</a>, <a href="http://www.makeuseof.com/dir/variable-grid-system-fluid-grid-generator/" target="_top">Variable Grid System</a>, <a href="http://www.makeuseof.com/dir/fluid-grid-calculator-generate-code-customized-fluid-grids/" target="_top">Fluid Grid Calculator</a> and <a href="http://www.makeuseof.com/dir/tinyfluidgrid-create-fluid-layout/" target="_top">TinyFluidGrid</a>.</li>
<li>Also read related article: <a href="http://www.makeuseof.com/tag/selected-25-css-applications-and-tools/" target="_top">Selected 25 CSS Applications and Tools</a>.</li>
</ul>
<p>Check out Gridlover @ <a href="http://www.gridlover.net/">www.gridlover.net</a> (via <a href="http://www.webresourcesdepot.com/scale-rhythm-for-your-web-type-gridlover/">Web Resources Depot</a>) (by MOin from <a href="http://thumbpress.com">Thumb Press</a>)</p>
<div class='gig-share-button gig-share-button-bottom' id='gig-div-buttons-42317-bottom'></div><script language='javascript'>var conf_42317 = {
							APIKey: ''
    					};
						
    					var image42317 = {src:'http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/11/gridlover.png',href:'http://www.makeuseof.com/dir/gridlover-create-grids-css/',type:'image'};
						var ua_42317 = new gigya.services.socialize.UserAction(); 
						ua_42317.setUserMessage('');  
						ua_42317.setLinkBack('http://www.makeuseof.com/dir/gridlover-create-grids-css/'); 
						ua_42317.setTitle('Gridlover: Quickly Create Grids & Obtain Their CSS Code');
						ua_42317.addMediaItem(image42317);	
		

						var params_42317 ={ 
							userAction:ua_42317,
							cssPrefix:'#gig-div-buttons-42317-bottom',
							shareButtons:'facebook-like,google-plusone,share,twitter,email', // list of providers
							containerID: 'gig-div-buttons-42317-bottom',
        					cid:''
						};
						gigya.services.socialize.showShareBarUI(conf_42317,params_42317);
					</script>
					]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/dir/gridlover-create-grids-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSSLoad: Create Custom Loading Icons &amp; Obtain Their CSS Code</title>
		<link>http://www.makeuseof.com/dir/css-load-create-loading-icons/</link>
		<comments>http://www.makeuseof.com/dir/css-load-create-loading-icons/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 01:01:24 +0000</pubDate>
		<dc:creator>MOin</dc:creator>
				<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[icons]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/dir/?p=39383</guid>
		<description><![CDATA[Web app creators often employ loading icons for their applications. Coding up these loading icons from scratch can be quite time-consuming. But you can make the process much faster by using a web tool called CSS Load. CSS Load is a free to use web tool that lets you get customized loading icons for web [...]]]></description>
			<content:encoded><![CDATA[<p>Web app creators often employ loading icons for their applications. Coding up these loading icons from scratch can be quite time-consuming. But you can make the process much faster by using a web tool called CSS Load.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/09/cssload.png?570cd5" alt="create loading icons" /></p>
<p>CSS Load is a free to use web tool that lets you get customized loading icons for web apps. You start by selecting an icon type from the ones available on the site’s homepage. Next you customize the icon’s colors, dimensions, and animation speed.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/09/cssload1.png?570cd5" alt="cssload" /></p>
<p>A preview of your loading icons is shown in the right-most pane. The preview can be viewed in front of a plain background, a black one, or a grid one.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/09/cssload2.png?570cd5" alt="" /></p>
<p>When you are satisfied with your icon you can click on the “Get code” button and obtain your icons’ CSS to use in your projects.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/09/cssload3.png?570cd5" alt="" /></p>
<p>Features:</p>
<ul>
<li>A user friendly web tool.</li>
<li>Generates CSS code for loading icons used in web apps.</li>
<li>Lets you customize colors and dimensions of icons.</li>
<li>Lets you preview icons in front of different backgrounds.</li>
<li>Similar tool: <a href="../spinjs-create-spinning-icon/" target="_top">SpinJS.</a></li>
<li>Also read related article: <a href="http://www.makeuseof.com/tag/how-to-create-an-animated-loading-image-easily/">How To Create An Animated Loading Image Easily</a>.</li>
</ul>
<p>Check out CSSLoad @ <a href="http://cssload.net/">www.cssload.net</a> (by MOin from <a href="http://urbansavior.com">Urban Savior</a>)</p>
<div class='gig-share-button gig-share-button-bottom' id='gig-div-buttons-39383-bottom'></div><script language='javascript'>var conf_39383 = {
							APIKey: ''
    					};
						
    					var image39383 = {src:'http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/09/cssload.png',href:'http://www.makeuseof.com/dir/css-load-create-loading-icons/',type:'image'};
						var ua_39383 = new gigya.services.socialize.UserAction(); 
						ua_39383.setUserMessage('');  
						ua_39383.setLinkBack('http://www.makeuseof.com/dir/css-load-create-loading-icons/'); 
						ua_39383.setTitle('CSSLoad: Create Custom Loading Icons & Obtain Their CSS Code');
						ua_39383.addMediaItem(image39383);	
		

						var params_39383 ={ 
							userAction:ua_39383,
							cssPrefix:'#gig-div-buttons-39383-bottom',
							shareButtons:'facebook-like,google-plusone,share,twitter,email', // list of providers
							containerID: 'gig-div-buttons-39383-bottom',
        					cid:''
						};
						gigya.services.socialize.showShareBarUI(conf_39383,params_39383);
					</script>
					]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/dir/css-load-create-loading-icons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prefixr: Create Cross-Browser CSS In Seconds</title>
		<link>http://www.makeuseof.com/dir/prefixer-create-cross-browser-css/</link>
		<comments>http://www.makeuseof.com/dir/prefixer-create-cross-browser-css/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 21:01:35 +0000</pubDate>
		<dc:creator>TehseenBaweja</dc:creator>
				<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/dir/?p=36580</guid>
		<description><![CDATA[Over the past few years, different vendors have introduced specific prefixes for their browsers. To some designers, this is a good thing as it allows them to do more, but some hate the extra amount of coding it requires. Prefixr is a tool that solves this problem by quickly making your CSS compatible with all [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past few years, different vendors have introduced specific prefixes for their browsers. To some designers, this is a good thing as it allows them to do more, but some hate the extra amount of coding it requires. Prefixr is a tool that solves this problem by quickly making your CSS compatible with all major browsers.</p>
<p>Simply paste your CSS code and click submit. The tool will then take your code and tweak the prefixes so your CSS becomes cross-browser compatible. You can also instruct the tool to compress your code and exclude certain browser kits such as WebKit or MOZ. Another pretty good feature of the tool is that it lets you integrate to any code editor through its API.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/08/p1.png?570cd5" alt="create cross browser css" /></p>
<p>Features:</p>
<ul>
<li>Create cross-browser CSS easily.</li>
<li>Use Prefixr in your favorite code editor via its API.</li>
<li>Choose to exclude certain browsers.</li>
<li>No registration required.</li>
<li>Similar tools: <a href="../webputty-css-editor-with-preview/">WebPutt</a>y, <a href="http://www.makeuseof.com/dir/css-gradient-editor-edit-css-gradients-ease/">CSS Gradient Editor</a>, <a href="http://www.makeuseof.com/dir/css-prism-colors-in-a-css/">CSSPrism</a> and <a href="http://www.makeuseof.com/dir/procssor-prettify-css/">ProCSSor</a>.</li>
<li>Also read related articles:<a href="http://www.makeuseof.com/tag/useful-tools-to-check-clean-and-optimize-your-css-file/"> 11 Useful Tools To Check, Clean &amp; Optimize Your CSS File</a>,<a href="http://www.makeuseof.com/tag/selected-25-css-applications-and-tools/"> Selected 25 CSS Applications and Tools</a></li>
</ul>
<p>Visit Prefixr @ <a class="vt-p" href="http://prefixr.com/">www.prefixr.com</a></p>
<div class='gig-share-button gig-share-button-bottom' id='gig-div-buttons-36580-bottom'></div><script language='javascript'>var conf_36580 = {
							APIKey: ''
    					};
						
    					var image36580 = {src:'http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/08/p1.png',href:'http://www.makeuseof.com/dir/prefixer-create-cross-browser-css/',type:'image'};
						var ua_36580 = new gigya.services.socialize.UserAction(); 
						ua_36580.setUserMessage('');  
						ua_36580.setLinkBack('http://www.makeuseof.com/dir/prefixer-create-cross-browser-css/'); 
						ua_36580.setTitle('Prefixr: Create Cross-Browser CSS In Seconds');
						ua_36580.addMediaItem(image36580);	
		

						var params_36580 ={ 
							userAction:ua_36580,
							cssPrefix:'#gig-div-buttons-36580-bottom',
							shareButtons:'facebook-like,google-plusone,share,twitter,email', // list of providers
							containerID: 'gig-div-buttons-36580-bottom',
        					cid:''
						};
						gigya.services.socialize.showShareBarUI(conf_36580,params_36580);
					</script>
					]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/dir/prefixer-create-cross-browser-css/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WebPutty: CSS Editor With Preview &amp; Syntax Highlighting</title>
		<link>http://www.makeuseof.com/dir/webputty-css-editor-with-preview/</link>
		<comments>http://www.makeuseof.com/dir/webputty-css-editor-with-preview/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 21:01:53 +0000</pubDate>
		<dc:creator>MOin</dc:creator>
				<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/dir/?p=36098</guid>
		<description><![CDATA[Copying the CSS off your website, changing it in a regular text editor, and then returning to your browser to preview the changes is not the best way to go about the process. Here to make matters much easier and simpler is a web service called WebPutty. WebPutty is a currently free web service for [...]]]></description>
			<content:encoded><![CDATA[<p>Copying the CSS off your website, changing it in a regular text editor, and then returning to your browser to preview the changes is not the best way to go about the process. Here to make matters much easier and simpler is a web service called WebPutty.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/07/webputty.png?570cd5" alt="css editor with preview" /></p>
<p>WebPutty is a currently free web service for developers. The site lets you easily edit, preview, and publish the CSS for your websites. You sign into the site using your Google account. Next you add your websites and add a link tag plus a script tag to the end of your website&#8217;s &lt;head&gt; element. From then on, you will easily be able to view the stylesheets for your added sites on your WebPutty dashboard.</p>
<p>Along with added lines and syntax highlighting, the CSS editor for the stylesheets lets you preview your changes. Two preview modes – preview and publish – let you view the editing stage and the published result of your CSS. The URL of the stylesheet being edited can be found at the top of your preview pane. A publish button in the CSS editing area lets you implement your modified CSS right away.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/07/webputty1.png?570cd5" alt="webputty" /></p>
<p>Features:</p>
<ul>
<li>A user-friendly web service.</li>
<li>Lets you edit your site’s CSS.</li>
<li>Adds lines and syntax highlighting to your code for better editing.</li>
<li>Lets you preview your changes.</li>
<li>Similar tools: <a class="vt-p" href="http://www.makeuseof.com/dir/css-gradient-editor-edit-css-gradients-ease/" target="_top">CSS Gradient </a><a class="vt-p" href="http://www.makeuseof.com/dir/css-gradient-editor-edit-css-gradients-ease/" target="_top">Editor</a>, <a class="vt-p" href="http://www.makeuseof.com/dir/css-prism-colors-in-a-css/" target="_top">CSSPrism</a> and <a class="vt-p" href="http://www.makeuseof.com/dir/procssor-prettify-css/" target="_top">ProCSSor</a>.</li>
<li>Also read related articles: <a class="vt-p" href="http://www.makeuseof.com/tag/useful-tools-to-check-clean-and-optimize-your-css-file/" target="_top">11 Useful Tools To Check, Clean &amp; Optimize Your CSS File</a> and <a class="vt-p" href="http://www.makeuseof.com/tag/selected-25-css-applications-and-tools/" target="_top">Selected 25 CSS Applications and Tools</a>.</li>
</ul>
<p>Check out WebPutty @ <a class="vt-p" href="http://www.webputty.net/">www.webputty.net</a> (via <a class="vt-p" href="http://www.readwriteweb.com/hack/2011/07/webputty-browser-based-css-editor.php">ReadWriteWeb</a>) (by MOin from <a class="vt-p" href="http://urbansavior.com">Urban Savior</a>)</p>
<div class='gig-share-button gig-share-button-bottom' id='gig-div-buttons-36098-bottom'></div><script language='javascript'>var conf_36098 = {
							APIKey: ''
    					};
						
    					var image36098 = {src:'http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/07/webputty.png',href:'http://www.makeuseof.com/dir/webputty-css-editor-with-preview/',type:'image'};
						var ua_36098 = new gigya.services.socialize.UserAction(); 
						ua_36098.setUserMessage('');  
						ua_36098.setLinkBack('http://www.makeuseof.com/dir/webputty-css-editor-with-preview/'); 
						ua_36098.setTitle('WebPutty: CSS Editor With Preview & Syntax Highlighting');
						ua_36098.addMediaItem(image36098);	
		

						var params_36098 ={ 
							userAction:ua_36098,
							cssPrefix:'#gig-div-buttons-36098-bottom',
							shareButtons:'facebook-like,google-plusone,share,twitter,email', // list of providers
							containerID: 'gig-div-buttons-36098-bottom',
        					cid:''
						};
						gigya.services.socialize.showShareBarUI(conf_36098,params_36098);
					</script>
					]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/dir/webputty-css-editor-with-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fluid Grid Calculator: Generate Code For Customized Fluid Grids</title>
		<link>http://www.makeuseof.com/dir/fluid-grid-calculator-generate-code-customized-fluid-grids/</link>
		<comments>http://www.makeuseof.com/dir/fluid-grid-calculator-generate-code-customized-fluid-grids/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 21:01:45 +0000</pubDate>
		<dc:creator>Umar</dc:creator>
				<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/dir/?p=34974</guid>
		<description><![CDATA[Fluid grids offer great flexibility in design and can certainly help with the prototyping portion of a web design. While designers can certainly code up their own fluid grids, much valuable time can be saved if they used Fluid Grid Calculator instead. Fluid Grid Calculator is a website that generates the code for fluid grids. [...]]]></description>
			<content:encoded><![CDATA[<p>Fluid grids offer great flexibility in design and can certainly help with the prototyping portion of a web design. While designers can certainly code up their own fluid grids, much valuable time can be saved if they used Fluid Grid Calculator instead.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/06/fluid.jpg?570cd5" alt="fluid grid calculator" /></p>
<p>Fluid Grid Calculator is a website that generates the code for fluid grids. All you have to do is enter the specifications of your grid: total number of columns, width per column, and the gutter pixels. With these figured entered, you can click on the “Get the grid!” button and obtain its code.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/06/code1.jpg?570cd5" alt="fluid grid calculator" /></p>
<p>Features:</p>
<ul>
<li>A user-friendly web tool.</li>
<li>Very helpful for web developers.</li>
<li>Generates code for fluid grids.</li>
<li>Lets you specify grid properties.</li>
<li>Similar tools: <a href="http://www.makeuseof.com/dir/cssgridbuilder-create-css-grids-online/">CSSGridBuilder</a>.</li>
<li>For more CSS tools see our article “<a href="http://www.makeuseof.com/tag/useful-tools-to-check-clean-and-optimize-your-css-file/">11 Useful Tools To Check, Clean &amp; Optimize Your CSS File</a>“.</li>
</ul>
<p>Check out Fluid Grid Calculator @ <a class="vt-p" href="http://csswizardry.com/fluid-grids/">www.csswizardry.com/fluid-grids</a> (By Umar from <a class="vt-p" href="http://www.techcityinc.com">TechCityInc</a>)</p>
<div class='gig-share-button gig-share-button-bottom' id='gig-div-buttons-34974-bottom'></div><script language='javascript'>var conf_34974 = {
							APIKey: ''
    					};
						
    					var image34974 = {src:'http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/06/fluid.jpg',href:'http://www.makeuseof.com/dir/fluid-grid-calculator-generate-code-customized-fluid-grids/',type:'image'};
						var ua_34974 = new gigya.services.socialize.UserAction(); 
						ua_34974.setUserMessage('');  
						ua_34974.setLinkBack('http://www.makeuseof.com/dir/fluid-grid-calculator-generate-code-customized-fluid-grids/'); 
						ua_34974.setTitle('Fluid Grid Calculator: Generate Code For Customized Fluid Grids');
						ua_34974.addMediaItem(image34974);	
		

						var params_34974 ={ 
							userAction:ua_34974,
							cssPrefix:'#gig-div-buttons-34974-bottom',
							shareButtons:'facebook-like,google-plusone,share,twitter,email', // list of providers
							containerID: 'gig-div-buttons-34974-bottom',
        					cid:''
						};
						gigya.services.socialize.showShareBarUI(conf_34974,params_34974);
					</script>
					]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/dir/fluid-grid-calculator-generate-code-customized-fluid-grids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GradientScanner: Easily Get The CSS For Gradients In An Image</title>
		<link>http://www.makeuseof.com/dir/gradientscanner-css-gradients-image/</link>
		<comments>http://www.makeuseof.com/dir/gradientscanner-css-gradients-image/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 23:01:39 +0000</pubDate>
		<dc:creator>MOin</dc:creator>
				<category><![CDATA[Webdesign]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/dir/?p=34790</guid>
		<description><![CDATA[Coding up the CSS for gradients in an image can be a difficult matter if you do not use the proper tools. But thanks to a web service called GradientScanner, the gradients in your image are automatically detected and their code generated. GradientScanner is a free to use web service that lets you upload an [...]]]></description>
			<content:encoded><![CDATA[<p>Coding up the CSS for gradients in an image can be a difficult matter if you do not use the proper tools. But thanks to a web service called GradientScanner, the gradients in your image are automatically detected and their code generated.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/06/gradient-scanner.png?570cd5" alt="gradients in an image" /></p>
<p>GradientScanner is a free to use web service that lets you upload an image and then draw a line indicating the color gradients. This line is shown underneath the image displaying the variation in the gradient. Clicking on the “Next” button located in the bottom right quickly generates the code for the gradient with a slider letting you modify the count and deltaE to modify the color matching sensitivity.</p>
<p><img src="http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/06/gradient-scanner1.png?570cd5" alt="gradient-scanner" /></p>
<p>Features:</p>
<ul>
<li>A user-friendly web service.</li>
<li>Lets you get the code for gradients in an image.</li>
<li>Supports images stored on your computer.</li>
<li>Lets you draw line to indicate gradient.</li>
<li>Lets you modify count and deltaE to modify the color matching sensitivity.</li>
<li>Similar tools: <a class="vt-p" href="http://www.makeuseof.com/dir/css-gradient-editor-edit-css-gradients-ease/" target="_top">CSS Gradient Editor</a>, <a class="vt-p" href="http://www.makeuseof.com/dir/ultimate-css-gradient-generator-great-gradients/" target="_top">Ultimate CSS Gradient Generator</a>, <a class="vt-p" href="http://www.makeuseof.com/dir/css3-generator-create-css3-gradient/" target="_top">CSS3-Generator</a>, <a class="vt-p" href="http://www.makeuseof.com/dir/quick-3color-css3-gradient-generator-create-radial-gradient/" target="_top">Quick 3-Color CSS3 Gradient Generator</a>, <a class="vt-p" href="http://www.makeuseof.com/dir/css3-gradient-generator-css3-webkit-gradient/" target="_top">CSS3 Gradient Generator</a> and <a class="vt-p" href="http://www.makeuseof.com/dir/css3me-generate-css3-box-shadow/" target="_top">CSS3.me</a>.</li>
</ul>
<p>Check out GradientScanner @ <a class="vt-p" href="http://gradient-scanner.com/">gradient-scanner.com</a> (by MOin from <a class="vt-p" href="http://thumbpress.com">ThumbPress</a>)</p>
<div class='gig-share-button gig-share-button-bottom' id='gig-div-buttons-34790-bottom'></div><script language='javascript'>var conf_34790 = {
							APIKey: ''
    					};
						
    					var image34790 = {src:'http://main.makeuseoflimited.netdna-cdn.com/dir/wp-content/uploads/2011/06/gradient-scanner.png',href:'http://www.makeuseof.com/dir/gradientscanner-css-gradients-image/',type:'image'};
						var ua_34790 = new gigya.services.socialize.UserAction(); 
						ua_34790.setUserMessage('');  
						ua_34790.setLinkBack('http://www.makeuseof.com/dir/gradientscanner-css-gradients-image/'); 
						ua_34790.setTitle('GradientScanner: Easily Get The CSS For Gradients In An Image');
						ua_34790.addMediaItem(image34790);	
		

						var params_34790 ={ 
							userAction:ua_34790,
							cssPrefix:'#gig-div-buttons-34790-bottom',
							shareButtons:'facebook-like,google-plusone,share,twitter,email', // list of providers
							containerID: 'gig-div-buttons-34790-bottom',
        					cid:''
						};
						gigya.services.socialize.showShareBarUI(conf_34790,params_34790);
					</script>
					]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/dir/gradientscanner-css-gradients-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (Requested URI is rejected)
Database Caching 1/45 queries in 0.035 seconds using apc
Object Caching 774/866 objects using disk: basic
Content Delivery Network via main.makeuseoflimited.netdna-cdn.com

Served from: www.makeuseof.com @ 2012-02-10 15:36:20 -->
