<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Qink</title>
    <description>Quick Links To Open Source Web Development Resources </description>
    <link>http://qink.net/</link>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>BlogEngine.NET 1.6.1.6</generator>
    <language>en-US</language>
    <blogChannel:blogRoll>http://qink.net/opml.axd</blogChannel:blogRoll>
    <blogChannel:blink>http://www.dotnetblogengine.net/syndication.axd</blogChannel:blink>
    <dc:creator>Qink.net</dc:creator>
    <dc:title>Qink</dc:title>
    <geo:lat>0.000000</geo:lat>
    <geo:long>0.000000</geo:long>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Qink" /><feedburner:info uri="qink" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><media:thumbnail url="http://qink.net/pics/qink_big_logo.jpg" /><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology/Software How-To</media:category><media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Technology/Tech News</media:category><itunes:explicit>no</itunes:explicit><itunes:image href="http://qink.net/pics/qink_big_logo.jpg" /><itunes:subtitle>Quick Links To Open Source Web Development Resources</itunes:subtitle><itunes:category text="Technology"><itunes:category text="Software How-To" /></itunes:category><itunes:category text="Technology"><itunes:category text="Tech News" /></itunes:category><feedburner:emailServiceId>Qink</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
      <title>Create Beautiful Circular Switches with jQuery Knob</title>
      <description>&lt;p&gt;&lt;a title="jQuery Knob" href="http://anthonyterrien.com/knob/" target="_blank"&gt;jQuery Knob&lt;/a&gt; is powerful jQuery plugin that helps users to create beautiful circular  switches like volume controls. It works by transforming any given input  fields according to the values defined in its attributes and can be  drag-and-dropped to change the value.&lt;/p&gt;
&lt;p&gt;It also facilitates users to define the min-max values, default value  on initial load, color and put it into read only mode. It supports  touch, mousewheel and keyboard events. It is released under GPL and MIT  license.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;img src="http://qink.net/image.axd?picture=2012%2f5%2fjquery-knob1.jpg" alt="" /&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Qink/~4/_kxXUVtezSM" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/Qink/~3/_kxXUVtezSM/post.aspx</link>
      <author>Qandil</author>
      <comments>http://qink.net/post/Create-Beautiful-Circular-Switches-with-jQuery-Knob.aspx#comment</comments>
      <guid isPermaLink="false">http://qink.net/post.aspx?id=7a277a9d-6b05-4edc-9198-33da150aa7fb</guid>
      <pubDate>Tue, 22 May 2012 09:00:00 +0200</pubDate>
      <category>Forms</category>
      <category>GPL License</category>
      <category>MIT License</category>
      <dc:publisher>Qandil</dc:publisher>
      <pingback:server>http://qink.net/pingback.axd</pingback:server>
      <pingback:target>http://qink.net/post.aspx?id=7a277a9d-6b05-4edc-9198-33da150aa7fb</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://qink.net/trackback.axd?id=7a277a9d-6b05-4edc-9198-33da150aa7fb</trackback:ping>
      <wfw:comment>http://qink.net/post/Create-Beautiful-Circular-Switches-with-jQuery-Knob.aspx#comment</wfw:comment>
      <wfw:commentRss>http://qink.net/syndication.axd?post=7a277a9d-6b05-4edc-9198-33da150aa7fb</wfw:commentRss>
    <feedburner:origLink>http://qink.net/post.aspx?id=7a277a9d-6b05-4edc-9198-33da150aa7fb</feedburner:origLink></item>
    <item>
      <title>A Simple Inline Auto-Suggest jQuery Plugin</title>
      <description>&lt;p&gt;&lt;a title="jQuery.suggest" href="http://polarblau.github.com/suggest/" target="_blank"&gt;jQuery.suggest&lt;/a&gt; is a &lt;strong&gt;simple inline autosuggest jQuery plugin&lt;/strong&gt;.  It takes an array of terms as haystack and suggests the user the first  item that matches what has been typed to this point. The suggestion is  updated with every keystroke. Tab or Enter will accept the suggestion  and update the input field accordingly.&lt;/p&gt;
&lt;p&gt;If more than one match is  found, a small indicator will appear underneath the input (you can still  it via CSS as you wish). The user can then use the arrow up/down keys  to cycle through the options.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;img src="http://qink.net/image.axd?picture=2012%2f1%2fjquery-suggest.png" alt="" /&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Qink/~4/qOdxHbd1zOo" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/Qink/~3/qOdxHbd1zOo/post.aspx</link>
      <author>Qandil</author>
      <comments>http://qink.net/post/A-Simple-Inline-Auto-Suggest-jQuery-Plugin.aspx#comment</comments>
      <guid isPermaLink="false">http://qink.net/post.aspx?id=c6ee30ed-b2bd-4bdb-8873-3a546ce07562</guid>
      <pubDate>Tue, 31 Jan 2012 09:40:00 +0200</pubDate>
      <category>Forms</category>
      <category>GPL License</category>
      <category>MIT License</category>
      <dc:publisher>Qandil</dc:publisher>
      <pingback:server>http://qink.net/pingback.axd</pingback:server>
      <pingback:target>http://qink.net/post.aspx?id=c6ee30ed-b2bd-4bdb-8873-3a546ce07562</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://qink.net/trackback.axd?id=c6ee30ed-b2bd-4bdb-8873-3a546ce07562</trackback:ping>
      <wfw:comment>http://qink.net/post/A-Simple-Inline-Auto-Suggest-jQuery-Plugin.aspx#comment</wfw:comment>
      <wfw:commentRss>http://qink.net/syndication.axd?post=c6ee30ed-b2bd-4bdb-8873-3a546ce07562</wfw:commentRss>
    <feedburner:origLink>http://qink.net/post.aspx?id=c6ee30ed-b2bd-4bdb-8873-3a546ce07562</feedburner:origLink></item>
    <item>
      <title>Hovercard jQuery Plugin for Labels, Links &amp; Information</title>
      <description>&lt;p&gt;&lt;a title="Hovercard" href="http://designwithpc.com/Plugins/Hovercard" target="_blank"&gt;Hovercard&lt;/a&gt; is a &lt;strong&gt;free  light weight jQuery plugin that enables you to display related  information with the hovered label, link, or any html element of your  choice&lt;/strong&gt;. It comes with built in Twitter and Facebook hovercard.&lt;/p&gt;
&lt;p&gt;A  hovercard comes handy when displaying Person bio, Book author and  price, Loading related information with Ajax and Editing in place. You  may also add your own custom data source and display the profile data  using existing card format. It supports callback functions on hover in  and hover out.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;img src="http://qink.net/image.axd?picture=2012%2f1%2fhovercard.png" alt="" /&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Qink/~4/g1BS--K7FzU" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/Qink/~3/g1BS--K7FzU/post.aspx</link>
      <author>Qandil</author>
      <comments>http://qink.net/post/Hovercard-jQuery-Plugin-for-Labels-Links-Information.aspx#comment</comments>
      <guid isPermaLink="false">http://qink.net/post.aspx?id=62c4eeec-a405-4af3-a98c-d5aa5a567808</guid>
      <pubDate>Tue, 31 Jan 2012 09:36:00 +0200</pubDate>
      <category>Tooltips</category>
      <category>License Free</category>
      <dc:publisher>Qandil</dc:publisher>
      <pingback:server>http://qink.net/pingback.axd</pingback:server>
      <pingback:target>http://qink.net/post.aspx?id=62c4eeec-a405-4af3-a98c-d5aa5a567808</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://qink.net/trackback.axd?id=62c4eeec-a405-4af3-a98c-d5aa5a567808</trackback:ping>
      <wfw:comment>http://qink.net/post/Hovercard-jQuery-Plugin-for-Labels-Links-Information.aspx#comment</wfw:comment>
      <wfw:commentRss>http://qink.net/syndication.axd?post=62c4eeec-a405-4af3-a98c-d5aa5a567808</wfw:commentRss>
    <feedburner:origLink>http://qink.net/post.aspx?id=62c4eeec-a405-4af3-a98c-d5aa5a567808</feedburner:origLink></item>
    <item>
      <title>Visualizing Data into Tree Structure with jQuery OrgChart</title>
      <description>&lt;p&gt;&lt;a title="jQuery OrgChart" href="http://th3silverlining.com/2011/12/01/jquery-org-chart-a-plugin-for-visualising-data-in-a-tree-like-structure/" target="_blank"&gt;jQuery OrgChart&lt;/a&gt; is a plugin that allows you to &lt;strong&gt;render structures with nested elements in a easy-to-read tree structure&lt;/strong&gt;.  To build the tree all you need is to make a single line call to the  plugin and supply the HTML element Id for a nested unordered list  element that is representative of the data you&amp;rsquo;d like to display.&lt;/p&gt;
&lt;p&gt;You  can show/hide a particular branch of the tree by clicking on the  respective node. It is very easy to style using CSS. If drag-and-drop is  enabled you&amp;rsquo;ll be able to reorder the tree which will also change the  underlying list structure.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;img src="http://qink.net/image.axd?picture=2012%2f1%2fjquery-tree.png" alt="" /&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Qink/~4/Sqd02JpXO78" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/Qink/~3/Sqd02JpXO78/post.aspx</link>
      <author>Qandil</author>
      <comments>http://qink.net/post/Visualizing-Data-into-Tree-Structure-with-jQuery-OrgChart.aspx#comment</comments>
      <guid isPermaLink="false">http://qink.net/post.aspx?id=60f5dc8c-c67b-4775-b00c-c3a8c298ac91</guid>
      <pubDate>Mon, 30 Jan 2012 09:24:00 +0200</pubDate>
      <category>CC License</category>
      <dc:publisher>Qandil</dc:publisher>
      <pingback:server>http://qink.net/pingback.axd</pingback:server>
      <pingback:target>http://qink.net/post.aspx?id=60f5dc8c-c67b-4775-b00c-c3a8c298ac91</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://qink.net/trackback.axd?id=60f5dc8c-c67b-4775-b00c-c3a8c298ac91</trackback:ping>
      <wfw:comment>http://qink.net/post/Visualizing-Data-into-Tree-Structure-with-jQuery-OrgChart.aspx#comment</wfw:comment>
      <wfw:commentRss>http://qink.net/syndication.axd?post=60f5dc8c-c67b-4775-b00c-c3a8c298ac91</wfw:commentRss>
    <feedburner:origLink>http://qink.net/post.aspx?id=60f5dc8c-c67b-4775-b00c-c3a8c298ac91</feedburner:origLink></item>
    <item>
      <title>The jQuery Context Menu Plugin</title>
      <description>&lt;p&gt;&lt;a title="jQuery ContextMenu Plugin" href="http://medialize.github.com/jQuery-contextMenu/" target="_blank"&gt;The jQuery ContextMenu Plugin&lt;/a&gt; was designed for web applications in need of menus on a possibly large  amount of objects.  Unlike the other similar plugins, contextMenu  doesn&amp;rsquo;t need to bind itself to triggering objects. This allows injecting  and removing triggers without having to re-initialize or update  contextMenu.&lt;/p&gt;
&lt;p&gt;The contextMenu can provide a simple list of  clickable commands, or offer an in-menu form. This makes very simple  attribute modification possible. The contextMenu knows the two callbacks  show and hide which can be used to update the state of commands within  the menu. This allows en/disabling commands, changing icons or updating  the values of contained &amp;lt;input&amp;gt; elements.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;img src="http://qink.net/image.axd?picture=2012%2f1%2fjquery-context-menu.png" alt="" /&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Qink/~4/AHBl5njAqx0" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/Qink/~3/AHBl5njAqx0/post.aspx</link>
      <author>Qandil</author>
      <comments>http://qink.net/post/The-jQuery-Context-Menu-Plugin.aspx#comment</comments>
      <guid isPermaLink="false">http://qink.net/post.aspx?id=1308369c-ddaa-4a07-a5fe-6a3da5c63b88</guid>
      <pubDate>Mon, 30 Jan 2012 09:14:00 +0200</pubDate>
      <category>Menu</category>
      <category>MIT License</category>
      <dc:publisher>Qandil</dc:publisher>
      <pingback:server>http://qink.net/pingback.axd</pingback:server>
      <pingback:target>http://qink.net/post.aspx?id=1308369c-ddaa-4a07-a5fe-6a3da5c63b88</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://qink.net/trackback.axd?id=1308369c-ddaa-4a07-a5fe-6a3da5c63b88</trackback:ping>
      <wfw:comment>http://qink.net/post/The-jQuery-Context-Menu-Plugin.aspx#comment</wfw:comment>
      <wfw:commentRss>http://qink.net/syndication.axd?post=1308369c-ddaa-4a07-a5fe-6a3da5c63b88</wfw:commentRss>
    <feedburner:origLink>http://qink.net/post.aspx?id=1308369c-ddaa-4a07-a5fe-6a3da5c63b88</feedburner:origLink></item>
    <item>
      <title>Pingdom Full Page Test v2.0 Released</title>
      <description>&lt;p&gt;After more than six million performed tests, Pingdom has just released &lt;a title="Version 2.0 Full Page Test" href="http://fpt.pingdom.com/" target="_blank"&gt;version 2.0 of the Full Page Test&lt;/a&gt;.  This new Full Page Test is still completely free to use. It still helps  you profile your website&amp;rsquo;s performance. But now it&amp;rsquo;s even better.&lt;/p&gt;
&lt;p&gt;The whole point of Full Page Test tool is to help you &lt;strong&gt;analyze the load speed of your websites and learn how to make them faster&lt;/strong&gt;.  With the help of this tool you can identify what about a web page is  fast, slow, too big, what best practices you&amp;rsquo;re not following, and so  on.&lt;/p&gt;
&lt;p&gt;In short, it&amp;rsquo;s a free, easy-to-use tool to help webmasters and  web developers everywhere optimize the performance of their websites.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;img src="http://qink.net/image.axd?picture=2012%2f1%2ffull-page-test.png" alt="" /&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Qink/~4/Uyb23SqJFRc" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/Qink/~3/Uyb23SqJFRc/post.aspx</link>
      <author>Qandil</author>
      <comments>http://qink.net/post/Pingdom-Full-Page-Test-v20-Released.aspx#comment</comments>
      <guid isPermaLink="false">http://qink.net/post.aspx?id=5d240ac2-dd54-4ae3-b6c7-726ece55e55d</guid>
      <pubDate>Wed, 11 Jan 2012 10:33:00 +0200</pubDate>
      <category>Utilities</category>
      <category>License Free</category>
      <dc:publisher>Qandil</dc:publisher>
      <pingback:server>http://qink.net/pingback.axd</pingback:server>
      <pingback:target>http://qink.net/post.aspx?id=5d240ac2-dd54-4ae3-b6c7-726ece55e55d</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://qink.net/trackback.axd?id=5d240ac2-dd54-4ae3-b6c7-726ece55e55d</trackback:ping>
      <wfw:comment>http://qink.net/post/Pingdom-Full-Page-Test-v20-Released.aspx#comment</wfw:comment>
      <wfw:commentRss>http://qink.net/syndication.axd?post=5d240ac2-dd54-4ae3-b6c7-726ece55e55d</wfw:commentRss>
    <feedburner:origLink>http://qink.net/post.aspx?id=5d240ac2-dd54-4ae3-b6c7-726ece55e55d</feedburner:origLink></item>
    <item>
      <title>Google Analytics Widget for Mac OS X Dashboard</title>
      <description>&lt;p&gt;Either you&amp;rsquo;re a web developer, blogger or anyone with a website, you  probably use Google Analytics to collect and process crucial data about  your site&amp;rsquo;s visitors. Now, we got &lt;a title="GAget" href="http://www.zoltanhosszu.com/gaget/" target="_blank"&gt;GAget&lt;/a&gt; for you, it is a &lt;strong&gt;Google Analytics Widget for Mac OS X Dashboard&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;You  can see the important information of the day without any clutter. You  can check out the number of your visits for the last two weeks. See the  rate of new visitors and bouncers. You can either refresh data with one  click or wait for the automatic refresh. And it&amp;rsquo;s easy to switch between  profiles too.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;img src="http://qink.net/image.axd?picture=2012%2f1%2fgaget.png" alt="" /&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Qink/~4/1rwpJcrQkck" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/Qink/~3/1rwpJcrQkck/post.aspx</link>
      <author>Qandil</author>
      <comments>http://qink.net/post/Google-Analytics-Widget-for-Mac-OS-X-Dashboard.aspx#comment</comments>
      <guid isPermaLink="false">http://qink.net/post.aspx?id=a041987d-5449-4964-ae8f-c4713427c3c7</guid>
      <pubDate>Wed, 11 Jan 2012 10:31:00 +0200</pubDate>
      <category>Stats</category>
      <category>Utilities</category>
      <dc:publisher>Qandil</dc:publisher>
      <pingback:server>http://qink.net/pingback.axd</pingback:server>
      <pingback:target>http://qink.net/post.aspx?id=a041987d-5449-4964-ae8f-c4713427c3c7</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://qink.net/trackback.axd?id=a041987d-5449-4964-ae8f-c4713427c3c7</trackback:ping>
      <wfw:comment>http://qink.net/post/Google-Analytics-Widget-for-Mac-OS-X-Dashboard.aspx#comment</wfw:comment>
      <wfw:commentRss>http://qink.net/syndication.axd?post=a041987d-5449-4964-ae8f-c4713427c3c7</wfw:commentRss>
    <feedburner:origLink>http://qink.net/post.aspx?id=a041987d-5449-4964-ae8f-c4713427c3c7</feedburner:origLink></item>
    <item>
      <title>How to Create a Draggable Image Boxes Grid</title>
      <description>&lt;p&gt;Would you like to create a template with a fullscreen grid of images and content areas? The idea is to have a &lt;a title="Draggable Image Boxes Grid" href="http://tympanus.net/codrops/2011/10/07/draggable-image-boxes-grid/" target="_blank"&gt;Draggable Image Boxes Grid&lt;/a&gt; that shows boxes of thumbnails and menu like items. Once clicked, the  thumbnail will expand to the full size image and the menu item box will  expand to a fullscreen content area.&lt;/p&gt;
&lt;p&gt;The main idea for this  template and its effects comes from the beautiful Flash-based website of  Stephen Hamilton. To make the grid draggable, they used jQuery.kinetic  by Dave Taylor. The jQuery plugin allows smooth drag scrolling and it&amp;rsquo;s  just what we need in our grid.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;img src="http://qink.net/image.axd?picture=2012%2f1%2fdraggable-grid-box.png" alt="" /&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Qink/~4/N1aGoHq8HYc" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/Qink/~3/N1aGoHq8HYc/post.aspx</link>
      <author>Qandil</author>
      <comments>http://qink.net/post/How-to-Create-a-Draggable-Image-Boxes-Grid.aspx#comment</comments>
      <guid isPermaLink="false">http://qink.net/post.aspx?id=dbf6aa30-50e7-4eca-8a52-a89d96c0c3b5</guid>
      <pubDate>Mon, 09 Jan 2012 08:43:00 +0200</pubDate>
      <category>Gallery</category>
      <category>License Free</category>
      <dc:publisher>Qandil</dc:publisher>
      <pingback:server>http://qink.net/pingback.axd</pingback:server>
      <pingback:target>http://qink.net/post.aspx?id=dbf6aa30-50e7-4eca-8a52-a89d96c0c3b5</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://qink.net/trackback.axd?id=dbf6aa30-50e7-4eca-8a52-a89d96c0c3b5</trackback:ping>
      <wfw:comment>http://qink.net/post/How-to-Create-a-Draggable-Image-Boxes-Grid.aspx#comment</wfw:comment>
      <wfw:commentRss>http://qink.net/syndication.axd?post=dbf6aa30-50e7-4eca-8a52-a89d96c0c3b5</wfw:commentRss>
    <feedburner:origLink>http://qink.net/post.aspx?id=dbf6aa30-50e7-4eca-8a52-a89d96c0c3b5</feedburner:origLink></item>
    <item>
      <title>Compile Your LESS CSS Code with SimpLESS</title>
      <description>&lt;p&gt;&lt;a title="LESS" href="http://www.lesscss.org/" target="_blank"&gt;LESS&lt;/a&gt; extends CSS with dynamic behavior such as varibles, mixins, operations  and functions. As an extension to CSS, LESS is not only backwards  compatible with CSS, but the extra features it adds use existing CSS  syntax. This makes learning LESS a breeze, and if in doubt, lets you  fall back to CSS.&lt;/p&gt;
&lt;p&gt;Writing LESS is cool and lightning fast if you  compare it to good old CSS and besides, it trains your thinking in  solving functional problems. So far so good, but in the end the web  needs a CSS file to show your website as it is. Either you embed a  javascript file to live-transform your LESS-Code into CSS in your  browser or you find out how to precompile your files into standard CSS.&lt;/p&gt;
&lt;p&gt;The most powerful thing &lt;a title="SimpleLESS" href="http://wearekiss.com/simpless" target="_blank"&gt;&lt;strong&gt;SimpLESS&lt;/strong&gt;&lt;/a&gt; does: Save your *.less file and, BOOOM, &lt;strong&gt;SimpLESS generates a 100% valid standard CSS document&lt;/strong&gt; out of it. No further steps, it&amp;rsquo;s that simple.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;img src="http://qink.net/image.axd?picture=2012%2f1%2fsimpleless.png" alt="" /&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Qink/~4/eFbQ-SfVZT4" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/Qink/~3/eFbQ-SfVZT4/post.aspx</link>
      <author>Qandil</author>
      <comments>http://qink.net/post/Compile-Your-LESS-CSS-Code-with-SimpLESS.aspx#comment</comments>
      <guid isPermaLink="false">http://qink.net/post.aspx?id=cf537a06-f0af-40e0-9de4-21ddfee46ff5</guid>
      <pubDate>Mon, 09 Jan 2012 08:42:00 +0200</pubDate>
      <category>Code</category>
      <category>Utilities</category>
      <category>CC License</category>
      <dc:publisher>Qandil</dc:publisher>
      <pingback:server>http://qink.net/pingback.axd</pingback:server>
      <pingback:target>http://qink.net/post.aspx?id=cf537a06-f0af-40e0-9de4-21ddfee46ff5</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://qink.net/trackback.axd?id=cf537a06-f0af-40e0-9de4-21ddfee46ff5</trackback:ping>
      <wfw:comment>http://qink.net/post/Compile-Your-LESS-CSS-Code-with-SimpLESS.aspx#comment</wfw:comment>
      <wfw:commentRss>http://qink.net/syndication.axd?post=cf537a06-f0af-40e0-9de4-21ddfee46ff5</wfw:commentRss>
    <feedburner:origLink>http://qink.net/post.aspx?id=cf537a06-f0af-40e0-9de4-21ddfee46ff5</feedburner:origLink></item>
    <item>
      <title>Open Source Countdown jQuery Plugin</title>
      <description>&lt;p&gt;&lt;a title="jQuery Countdown" href="http://keith-wood.name/countdown.html" target="_blank"&gt;jQuery Countdown&lt;/a&gt; is a jQuery plugin that sets a div or span to show a countdown to a  given time. The countdown functionality can easily be added to a  division with appropriate default settings, although you do need to set  the target time.&lt;/p&gt;
&lt;p&gt;You can also use images instead of text. It&amp;rsquo;s  possible to count up instead of down. You can stop or pause (lap time)  the countdown and resume. It supports Callbacks per tick and/or on  expiry. And best of all, it supports over 40 localisations.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;img src="http://qink.net/image.axd?picture=2012%2f1%2fjquery-countdown.png" alt="" /&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/Qink/~4/RazLr20aVZ0" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/Qink/~3/RazLr20aVZ0/post.aspx</link>
      <author>Qandil</author>
      <comments>http://qink.net/post/Open-Source-Countdown-jQuery-Plugin.aspx#comment</comments>
      <guid isPermaLink="false">http://qink.net/post.aspx?id=b28e12d1-76c9-46eb-8d57-a00b31af6f69</guid>
      <pubDate>Thu, 05 Jan 2012 10:10:00 +0200</pubDate>
      <category>Calendar</category>
      <category>GPL License</category>
      <category>MIT License</category>
      <dc:publisher>Qandil</dc:publisher>
      <pingback:server>http://qink.net/pingback.axd</pingback:server>
      <pingback:target>http://qink.net/post.aspx?id=b28e12d1-76c9-46eb-8d57-a00b31af6f69</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://qink.net/trackback.axd?id=b28e12d1-76c9-46eb-8d57-a00b31af6f69</trackback:ping>
      <wfw:comment>http://qink.net/post/Open-Source-Countdown-jQuery-Plugin.aspx#comment</wfw:comment>
      <wfw:commentRss>http://qink.net/syndication.axd?post=b28e12d1-76c9-46eb-8d57-a00b31af6f69</wfw:commentRss>
    <feedburner:origLink>http://qink.net/post.aspx?id=b28e12d1-76c9-46eb-8d57-a00b31af6f69</feedburner:origLink></item>
  <media:rating>nonadult</media:rating></channel>
</rss>

