<?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>CSS Archives - Cube Websites</title>
	<atom:link href="https://cubewebsites.com/category/development/css-development/feed/" rel="self" type="application/rss+xml" />
	<link>https://cubewebsites.com/category/development/css-development/</link>
	<description>web design and development</description>
	<lastBuildDate>Sat, 31 Dec 2011 11:49:07 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://cubewebsites.com/wp-content/uploads/2019/04/cropped-favicon-32x32.png</url>
	<title>CSS Archives - Cube Websites</title>
	<link>https://cubewebsites.com/category/development/css-development/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>jQuery UI Bootstrap &#8211; A Bootstrap-themed kickstart for jQuery UI widgets</title>
		<link>https://cubewebsites.com/development/javascript/jquery-ui-bootstrap-a-bootstrap-themed-kickstart-for-jquery-ui-widgets/</link>
					<comments>https://cubewebsites.com/development/javascript/jquery-ui-bootstrap-a-bootstrap-themed-kickstart-for-jquery-ui-widgets/#comments</comments>
		
		<dc:creator><![CDATA[Cube Websites]]></dc:creator>
		<pubDate>Sat, 31 Dec 2011 11:39:51 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[widgets]]></category>
		<guid isPermaLink="false">http://www.cubewebsites.com/blog/?p=333</guid>

					<description><![CDATA[<p>jQuery UI Bootstrap jQuery UI Bootstrap is an open-source effort by @addyosmani to introduce the Bootstrap styling into the standard jQuery UI widgets.&#160; It covers many of the widgets available on the jQuery UI website including: Accordion Tabs Buttons and Button Sets Horizontal slider Progress Bar Dialogs Icons Date Picker Whilst it’s still a work [&#8230;]</p>
<p>The post <a href="https://cubewebsites.com/development/javascript/jquery-ui-bootstrap-a-bootstrap-themed-kickstart-for-jquery-ui-widgets/">jQuery UI Bootstrap &#8211; A Bootstrap-themed kickstart for jQuery UI widgets</a> appeared first on <a href="https://cubewebsites.com">Cube Websites</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>jQuery UI Bootstrap</strong></p>
<p><a href="http://addyosmani.github.com/jquery-ui-bootstrap/" rel="nofollow" target="_blank">jQuery UI Bootstrap</a> is an open-source effort by <a href="http://twitter.com/addyosmani" target="_blank">@addyosmani</a> to introduce the <a href="http://twitter.github.com/bootstrap/" rel="nofollow" target="_blank">Bootstrap</a> styling into the standard <a href="http://jqueryui.com/" rel="nofollow" target="_blank">jQuery UI widgets</a>.&nbsp; It covers many of the widgets available on the jQuery UI website including:</p>
<ul>
<li><font color="#404040">Accordion</font>
<li><font color="#404040">Tabs</font>
<li><font color="#404040">Buttons and Button Sets</font>
<li><font color="#404040">Horizontal slider</font>
<li><font color="#404040">Progress Bar</font>
<li><font color="#404040">Dialogs</font>
<li><font color="#404040">Icons</font>
<li><font color="#404040">Date Picker</font></li>
</ul>
<p><img decoding="async" style="display: block; float: none; margin-left: auto; margin-right: auto" title="bootstrapui" alt="bootstrapui" src="http://www.cubewebsites.com/blog/wp-content/uploads/2011/12/bootstrapui3.jpg" width="700" height="666"></p>
<p>Whilst it’s still a work in process, what’s available already is fantastic and I’d love to see where this project goes.&nbsp; It’s the next logical step for the Bootstrap framework; we have the standard web elements and layouts, now it’s about making those pages interactive using one of the most popular widget libraries available, jQuery UI, and making that look like the rest of the site…well it just makes good sense.</p>
<p><strong>Bootstrap</strong></p>
<p>Here’s a quick introduction to Bootstrap for those that haven’t yet heard of it, or aren’t sure what it does.</p>
<p><a href="http://twitter.github.com/bootstrap/" rel="nofollow">Bootstrap</a> is a prototyping framework introduced by Twitter in mid-2011.&nbsp; It’s aimed at making more consistent browsing experience for users as they browse various sites and applications on the web.&nbsp; It’s free, open-source, and uses LessCSS making it a breeze to modify to suit your own needs.</p>
<p>Since it’s launch, it has been very well received by the developer community, and I’ve noticed it being adopted by many popular websites and open-source software including:</p>
<ul>
<li><font color="#404040"><a href="http://www.concrete5.org/" rel="nofollow">Concrete5</a></font>
<li><font color="#404040"><a href="http://www.codecademy.com" rel="nofollow">CodeAcademy</a></font>
<li><font color="#404040"><a href="http://demo.whmcs.com/" rel="nofollow">WHMCS</a></font></li>
</ul>
<p>I’ve even used it on the Cube Websites website for the form elements and as a grid system.</p>
<p><strong>Get Started</strong></p>
<ul>
<li><a href="http://addyosmani.github.com/jquery-ui-bootstrap/" rel="nofollow" target="_blank">jQuery UI Bootstrap</a>
<li><a href="http://github.com/addyosmani/jquery-ui-bootstrap/" rel="nofollow" target="_blank">jQuery UI Bootstrap on GitHub</a>
<li><a href="http://twitter.github.com/bootstrap/#" rel="nofollow" target="_blank">Bootstrap</a></li>
</ul>
<p><font color="#737373">jQuery UI Bootstrap seems like a great idea, and has a lot of potential for making Bootstrap even better.&nbsp; I’ll definitely be trying it on my next project involving UI widgets.&nbsp; Whilst it looks fantastic already, I’d love to see where it goes from here.&nbsp; One of the things I’d like to see is the stylesheets done in Less so that the widgets can be customised to look exactly how the web designer wants.</font></p>
<p>The post <a href="https://cubewebsites.com/development/javascript/jquery-ui-bootstrap-a-bootstrap-themed-kickstart-for-jquery-ui-widgets/">jQuery UI Bootstrap &#8211; A Bootstrap-themed kickstart for jQuery UI widgets</a> appeared first on <a href="https://cubewebsites.com">Cube Websites</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cubewebsites.com/development/javascript/jquery-ui-bootstrap-a-bootstrap-themed-kickstart-for-jquery-ui-widgets/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>SimpLESS &#8211; A Free Open-Source LESS CSS Compiler</title>
		<link>https://cubewebsites.com/development/tools/simpless-a-free-open-source-less-css-compiler/</link>
					<comments>https://cubewebsites.com/development/tools/simpless-a-free-open-source-less-css-compiler/#respond</comments>
		
		<dc:creator><![CDATA[Cube Websites]]></dc:creator>
		<pubDate>Thu, 29 Dec 2011 17:10:13 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[less]]></category>
		<category><![CDATA[open-source]]></category>
		<category><![CDATA[simpless]]></category>
		<category><![CDATA[tools]]></category>
		<guid isPermaLink="false">http://www.cubewebsites.com/blog/?p=318</guid>

					<description><![CDATA[<p>Less CSS is a great way to develop your stylesheets for websites.  It lets you create nested rules, specify variables, functions and so much more. To use Less on a website you have 2 options: Use JavaScript to compile on-the-fly.  This isn&#8217;t really recommended as you&#8217;re now relying on JavaScript for your website to look [&#8230;]</p>
<p>The post <a href="https://cubewebsites.com/development/tools/simpless-a-free-open-source-less-css-compiler/">SimpLESS &#8211; A Free Open-Source LESS CSS Compiler</a> appeared first on <a href="https://cubewebsites.com">Cube Websites</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://lesscss.org/">Less CSS</a> is a great way to develop your stylesheets for websites.  It lets you create nested rules, specify variables, functions and so much more.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-319" title="less" src="http://www.cubewebsites.com/blog/wp-content/uploads/2011/12/less.jpg" alt="" width="391" height="282" srcset="https://cubewebsites.com/wp-content/uploads/2011/12/less.jpg 391w, https://cubewebsites.com/wp-content/uploads/2011/12/less-300x216.jpg 300w" sizes="(max-width: 391px) 100vw, 391px" /></p>
<p>To use Less on a website you have 2 options:</p>
<ol>
<li>Use JavaScript to compile on-the-fly.  This isn&#8217;t really recommended as you&#8217;re now relying on JavaScript for your website to look the way it should.  It also creates additional overhead as your page needs to load in the JS file, load your less stylesheet and finally render your stylesheet by parsing it through the Less Javascript library.</li>
<li>Compile your Less stylesheet into CSS, and include is as a normal stylesheet.</li>
</ol>
<p>The compilation method is obviously the best option as you get the benefits of using Less, and then using it as any other CSS stylesheet.</p>
<p>Whilst the compiled method might be great for when you&#8217;ve finished developing, during development you&#8217;d still have to use the Less JS method or compile your Less file into CSS each time you make modifications, which can easily become tedious.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-320" title="simpless" src="http://www.cubewebsites.com/blog/wp-content/uploads/2011/12/simpless.jpg" alt="" width="215" height="50" /></p>
<p>This is where SimpLESS comes in.  SimpLess is real-time Less compiler.  You simply drag and drop your less file(s) into the app, and it recompiles your Less file into a CSS file every time you save it.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-321" title="simpless-app" src="http://www.cubewebsites.com/blog/wp-content/uploads/2011/12/simpless-app.jpg" alt="" width="332" height="306" srcset="https://cubewebsites.com/wp-content/uploads/2011/12/simpless-app.jpg 332w, https://cubewebsites.com/wp-content/uploads/2011/12/simpless-app-300x276.jpg 300w, https://cubewebsites.com/wp-content/uploads/2011/12/simpless-app-325x300.jpg 325w" sizes="(max-width: 332px) 100vw, 332px" /></p>
<p>This app is totally free, open-source and available on Windows, Mac and Linux. As well as doing the compilation, it minifies your CSS too saving you precious bytes during HTTP requests.</p>
<p><a href="http://wearekiss.com/simpless">Download SimpLESS</a><br />
<a href="https://github.com/paratron/SimpLESS/">Fork SimpLESS on Github</a></p>
<p>The post <a href="https://cubewebsites.com/development/tools/simpless-a-free-open-source-less-css-compiler/">SimpLESS &#8211; A Free Open-Source LESS CSS Compiler</a> appeared first on <a href="https://cubewebsites.com">Cube Websites</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cubewebsites.com/development/tools/simpless-a-free-open-source-less-css-compiler/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
