<?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>Designer Sandbox</title>
	<atom:link href="http://www.designersandbox.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designersandbox.com</link>
	<description>Online Tips for Web Developer/Designer</description>
	<lastBuildDate>Thu, 26 Jan 2012 09:33:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Centering a div block without the width using pure CSS (All Browser)</title>
		<link>http://www.designersandbox.com/code/centering-a-div-block-without-the-width-using-pure-css-all-browser/</link>
		<comments>http://www.designersandbox.com/code/centering-a-div-block-without-the-width-using-pure-css-all-browser/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 09:32:13 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Sharing]]></category>
		<category><![CDATA[css]]></category>

		<guid isPermaLink="false">http://www.designersandbox.com/?p=1790</guid>
		<description><![CDATA[Easiest way to centering a div using pure CSS The trick to center the div is to shift the outer and inner div, with the use of position:relative and display:block. Shift the outer block 50% left relative, and then next is to move the inner block back to -50% left. Hope this make sense. This [...]]]></description>
			<content:encoded><![CDATA[<div id="post-refEl-1790"><div class="steps">
<h3>Easiest way to centering a div using pure CSS</h3>
<p>The trick to center the div is to shift the outer and inner div, with the use of position:relative and display:block. Shift the outer block 50% left relative, and then next is to move the inner block back to -50% left. Hope this make sense. This code will work on all browser.</p>
</div>
<p><span id="more-1790"></span></p>
<p><a href="http://demo.designersandbox.com/centercss/index.html" target="_blank">DEMO</a></p>
<div class="steps">
<h3>html</h3>
<pre class="brush: xml;">
&lt;body class=&quot;ds&quot;&gt;
    &lt;div class=&quot;wrapper&quot;&gt;
        &lt;div class=&quot;outer&quot;&gt;
            &lt;div class=&quot;inner&quot;&gt;Centering the DIV&lt;/div&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/body&gt;
</pre>
</div>
<div class="steps">
<h3>css</h3>
<pre class="brush: css;">
.ds {
    margin:0;
    padding:0;
}
div.wrapper{
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
    background:#00F;
    padding:10px;
    margin:0 -20px;
}
div.outer{
    clear: left;
    float: left;
    left: 50%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}
div.inner{
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    right: 50%;
    color:#FFF;
    padding:5px 20px;
    background:#900;
    border:1px dotted #cccccc;
}
</pre>
</div>
<img src="http://www.designersandbox.com/?ak_action=api_record_view&id=1790&type=feed" alt="" /><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.designersandbox.com/code/the-beginning-of-web3-0-web-design-new-approach-scrolling-page-animation/" title="The beginning of web3.0 &#8211; Web Design New Approach &#8211; Scrolling Page Animation">The beginning of web3.0 &#8211; Web Design New Approach &#8211; Scrolling Page Animation</a> (5)</li><li><a href="http://www.designersandbox.com/code/how-to-make-a-proper-css-button/" title="How to make a proper CSS button">How to make a proper CSS button</a> (1)</li><li><a href="http://www.designersandbox.com/code/creating-a-drop-search-filter-like-vimeo/" title="Creating a Drop Search Filter like Vimeo">Creating a Drop Search Filter like Vimeo</a> (3)</li><li><a href="http://www.designersandbox.com/joomla/adding-multiple-attachment-for-joomla-k2-component-according-to-the-number-of-joomfishs-language/" title="Adding Multiple Attachment for Joomla K2 Component according to the number of JoomFish&#8217;s language hack">Adding Multiple Attachment for Joomla K2 Component according to the number of JoomFish&#8217;s language hack</a> (1)</li><li><a href="http://www.designersandbox.com/tools/500-plus-csshtml-grid-layouts-grid-system/" title="500+ CSS/HTML Grid Layouts (Grid System)">500+ CSS/HTML Grid Layouts (Grid System)</a> (0)</li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.designersandbox.com/code/centering-a-div-block-without-the-width-using-pure-css-all-browser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20 Incredibly Free Web and Sans Serif Fonts</title>
		<link>http://www.designersandbox.com/freebies/20-incredibly-free-web-and-sans-serif-fonts/</link>
		<comments>http://www.designersandbox.com/freebies/20-incredibly-free-web-and-sans-serif-fonts/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 10:41:04 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Sharing]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[fonts]]></category>

		<guid isPermaLink="false">http://www.designersandbox.com/?p=1761</guid>
		<description><![CDATA[Aller Download Here Sansation Download Here Droid Sans Download Here District Thin Download Here Bebas Neue Download Here Museo Sans Download Here Calluna Download Here ChunkFive Download Here Ballpark Download Here Museo Slab Download Here CodeBold Download Here CodeLight Download Here Edelsans Download Here Evolution Download Here Giro Download Here Kilogram Download Here League Gothic [...]]]></description>
			<content:encoded><![CDATA[<div id="post-refEl-1761"><div class="steps">
<h3>Aller</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/Aller.jpeg" alt="" title="Aller" width="538" height="465" class="alignnone size-full wp-image-1764" /><br />
<a href="http://www.fontsquirrel.com/fonts/Aller" target="_blank">Download Here</a></p>
<hr />
<h3>Sansation</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/Sansation.jpeg" alt="" title="Sansation" width="537" height="537" class="alignnone size-full wp-image-1765" /><br />
<a href="http://www.fontsquirrel.com/fonts/Sansation" target="_blank">Download Here</a></p>
<hr />
<span id="more-1761"></span></p>
<h3>Droid Sans</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/Droid-Sans.jpeg" alt="" title="Droid-Sans" width="538" height="493" class="alignnone size-full wp-image-1766" /><br />
<a href="http://www.fontsquirrel.com/fonts/Droid-Sans" target="_blank">Download Here</a></p>
<hr />
<h3>District Thin</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/District-Thin.jpeg" alt="" title="District-Thin" width="538" height="445" class="alignnone size-full wp-image-1767" /><br />
<a href="http://www.fontsquirrel.com/fonts/District-Thin" target="_blank">Download Here</a></p>
<hr />
<h3>Bebas Neue</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/bebas-neue.jpeg" alt="" title="bebas-neue" width="538" height="368" class="alignnone size-full wp-image-1768" /><br />
<a href="http://www.fontsquirrel.com/fonts/bebas-neue" target="_blank">Download Here</a></p>
<hr />
<h3>Museo Sans</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/Museo-Sans.jpeg" alt="" title="Museo-Sans" width="538" height="415" class="alignnone size-full wp-image-1763" /><br />
<a href="http://www.fontsquirrel.com/fonts/Museo-Sans" target="_blank">Download Here</a></p>
<hr />
<h3>Calluna</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/Calluna.jpeg" alt="" title="Calluna" width="538" height="468" class="alignnone size-full wp-image-1769" /><br />
<a href="http://www.fontsquirrel.com/fonts/Calluna" target="_blank">Download Here</a></p>
<hr />
<h3>ChunkFive</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/ChunkFive.jpeg" alt="" title="ChunkFive" width="538" height="394" class="alignnone size-full wp-image-1770" /><br />
<a href="http://www.fontsquirrel.com/fonts/ChunkFive" target="_blank">Download Here</a></p>
<hr />
<h3>Ballpark</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/Ballpark.jpeg" alt="" title="Ballpark" width="538" height="486" class="alignnone size-full wp-image-1771" /><br />
<a href="http://www.fontsquirrel.com/fonts/Ballpark" target="_blank">Download Here</a></p>
<hr />
<h3>Museo Slab</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/Museo-Slab.jpeg" alt="" title="Museo-Slab" width="538" height="538" class="alignnone size-full wp-image-1773" /><br />
<a href="http://www.fontsquirrel.com/fonts/Museo-Slab" target="_blank">Download Here</a></p>
<hr />
<h3>CodeBold</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/codeBold.jpeg" alt="" title="codeBold" width="493" height="594" class="alignnone size-full wp-image-1776" /><br />
<a href="http://fontfabric.com/code-free-font-3/" target="_blank">Download Here</a></p>
<hr />
<h3>CodeLight</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/CodeLight.jpeg" alt="" title="CodeLight" width="501" height="569" class="alignnone size-full wp-image-1777" /><br />
<a href="http://fontfabric.com/code-free-font-3/" target="_blank">Download Here</a></p>
<hr />
<h3>Edelsans</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/Edelsans1.jpeg" alt="" title="Edelsans1" width="581" height="329" class="alignnone size-full wp-image-1778" /><br />
<a href="http://26plus-zeichen.de/fonts/edelsans/" target="_blank">Download Here</a></p>
<hr />
<h3>Evolution</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/Evolution.jpeg" alt="" title="Evolution" width="517" height="756" class="alignnone size-full wp-image-1779" /><br />
<a href="http://paulw.deviantart.com/art/Evolution-True-Type-Font-83261584" target="_blank">Download Here</a></p>
<hr />
<h3>Giro</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/Giro1.jpeg" alt="" title="Giro1" width="574" height="190" class="alignnone size-full wp-image-1780" /><br />
<img src="http://www.designersandbox.com/wp-content/uploads/2011/12/GiroNormal.jpeg" alt="" title="GiroNormal" width="576" height="186" class="alignnone size-full wp-image-1781" /><br />
<a href="http://www.marcelomagalhaes.net/tipo/giro/" target="_blank">Download Here</a></p>
<hr />
<h3>Kilogram</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/Kilogram.jpeg" alt="" title="Kilogram" width="600" height="175" class="alignnone size-full wp-image-1782" /><br />
<a href="http://kallegraphics.com/?page_id=385" target="_blank">Download Here</a></p>
<hr />
<h3>League Gothic</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/LeagueGothic.jpeg" alt="" title="LeagueGothic" width="597" height="300" class="alignnone size-full wp-image-1783" /><br />
<a href="http://www.theleagueofmoveabletype.com/fonts/7-league-gothic" target="_blank">Download Here</a></p>
<hr />
<h3>Miso</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/Miso.jpeg" alt="" title="Miso" width="527" height="524" class="alignnone size-full wp-image-1784" /><br />
<a href="http://www.omkrets.se/typografi/" target="_blank">Download Here</a></p>
<hr />
<h3>Nevis</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/Nevis.jpeg" alt="" title="Nevis" width="600" height="443" class="alignnone size-full wp-image-1785" /><br />
<a href="http://www.tenbytwenty.com/nevis.php" target="_blank">Download Here</a></p>
<hr />
<h3>QuickSand</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/QuickSand.jpeg" alt="" title="QuickSand" width="600" height="848" class="alignnone size-full wp-image-1786" /><br />
<a href="http://www.typophile.com/node/50437" target="_blank">Download Here</a></p>
<hr />
<h3>Vegur</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/Vegur.jpeg" alt="" title="Vegur" width="600" height="282" class="alignnone size-full wp-image-1787" /><br />
<a href="http://www.dotcolon.net/font/font.php?id=1" target="_blank">Download Here</a></p>
<hr />
</div>
<img src="http://www.designersandbox.com/?ak_action=api_record_view&id=1761&type=feed" alt="" /><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.designersandbox.com/tools/500-plus-csshtml-grid-layouts-grid-system/" title="500+ CSS/HTML Grid Layouts (Grid System)">500+ CSS/HTML Grid Layouts (Grid System)</a> (0)</li><li><a href="http://www.designersandbox.com/sharing/15-creative-google-business-pages-with-framed-photo-banner/" title="15 Creative Google+ Business Pages with framed photo banner">15 Creative Google+ Business Pages with framed photo banner</a> (3)</li><li><a href="http://www.designersandbox.com/tools/tools-and-tips-for-everyday-web-designing-web-resolution-and-size/" title="Tools and Tips for everyday web designing &#8211; Web Resolution and Size">Tools and Tips for everyday web designing &#8211; Web Resolution and Size</a> (2)</li><li><a href="http://www.designersandbox.com/freebies/3-professional-free-online-project-manger-tools/" title="3 Professional Free Online Project Manger Tools">3 Professional Free Online Project Manger Tools</a> (4)</li><li><a href="http://www.designersandbox.com/sharing/social-engaging-email-entry-form-enter-to-win-with-social-network-enable/" title="Social Engaging Email Entry Form &#8211; Enter to Win with Social Network Enable">Social Engaging Email Entry Form &#8211; Enter to Win with Social Network Enable</a> (0)</li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.designersandbox.com/freebies/20-incredibly-free-web-and-sans-serif-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tools and Tips for everyday web designing &#8211; Web Resolution and Size</title>
		<link>http://www.designersandbox.com/tools/tools-and-tips-for-everyday-web-designing-web-resolution-and-size/</link>
		<comments>http://www.designersandbox.com/tools/tools-and-tips-for-everyday-web-designing-web-resolution-and-size/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 08:17:23 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[Sharing]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.designersandbox.com/?p=1747</guid>
		<description><![CDATA[Designing for the Web: Resolution and Size To design a proper website, first you will need to know the resolution and size you are heading toward. Here are some article to stronger your knowing. Designing for the Web: Resolution and Size by Felix Mak Best Screen Resolution to Design Websites by hobo-web.co.uk Optimal Screen Resolution [...]]]></description>
			<content:encoded><![CDATA[<div id="post-refEl-1747"><div class="steps">
<h3>Designing for the Web: Resolution and Size</h3>
<p>To design a proper website, first you will need to know the resolution and size you are heading toward. Here are some article to stronger your knowing.</p>
<p><a href="http://designfestival.com/designing-for-the-web-resolution-and-size/" target="_blank"><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/001.png" alt="" title="001" width="659" height="616" class="alignnone size-full wp-image-1749" />Designing for the Web: Resolution and Size</a> by Felix Mak</p>
<hr />
<span id="more-1747"></span><br />
<a href="http://www.hobo-web.co.uk/best-screen-size/" target="_blank"><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/002.png" alt="" title="002" width="702" height="578" class="alignnone size-full wp-image-1750" />Best Screen Resolution to Design Websites</a> by hobo-web.co.uk</p>
<hr />
<p><a href="http://www.stayonsearch.com/optimal-screen-resolution-for-web-design-2010-update" target="_blank"><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/003.png" alt="" title="003" width="641" height="510" class="alignnone size-full wp-image-1753" />Optimal Screen Resolution for Web Design (2010 Update)</a> by Mark Thompson in Design/Development</p>
<hr />
<p><a href="http://www.digital-web.com/articles/designing_for_the_web/" target="_blank"><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/004.png" alt="" title="004" width="657" height="406" class="alignnone size-full wp-image-1754" />Designing for the Web</a> by Joshua David McClurg-Genevese</p>
<hr />
<p><a href="http://www.netmechanic.com/news/vol4/accessibility_no24.htm" target="_blank"><img src="http://www.designersandbox.com/wp-content/uploads/2011/12/005.png" alt="" title="005" width="774" height="439" class="alignnone size-full wp-image-1755" />Screen Resolution And Page Design</a> by Larisa Thomason
</p>
</div>
<img src="http://www.designersandbox.com/?ak_action=api_record_view&id=1747&type=feed" alt="" /><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.designersandbox.com/tools/500-plus-csshtml-grid-layouts-grid-system/" title="500+ CSS/HTML Grid Layouts (Grid System)">500+ CSS/HTML Grid Layouts (Grid System)</a> (0)</li><li><a href="http://www.designersandbox.com/sharing/social-engaging-email-entry-form-enter-to-win-with-social-network-enable/" title="Social Engaging Email Entry Form &#8211; Enter to Win with Social Network Enable">Social Engaging Email Entry Form &#8211; Enter to Win with Social Network Enable</a> (0)</li><li><a href="http://www.designersandbox.com/sharing/check-username-availability-on-social-community-website/" title="Check Username Availability on Social Community Website">Check Username Availability on Social Community Website</a> (8)</li><li><a href="http://www.designersandbox.com/freebies/20-incredibly-free-web-and-sans-serif-fonts/" title="20 Incredibly Free Web and Sans Serif Fonts">20 Incredibly Free Web and Sans Serif Fonts</a> (0)</li><li><a href="http://www.designersandbox.com/freebies/3-professional-free-online-project-manger-tools/" title="3 Professional Free Online Project Manger Tools">3 Professional Free Online Project Manger Tools</a> (4)</li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.designersandbox.com/tools/tools-and-tips-for-everyday-web-designing-web-resolution-and-size/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>POLYGONAL PORTRAITS by FEEL DESAIN</title>
		<link>http://www.designersandbox.com/sharing/polygonal-portraits-by-feel-desain/</link>
		<comments>http://www.designersandbox.com/sharing/polygonal-portraits-by-feel-desain/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 07:08:35 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[Inspirational]]></category>
		<category><![CDATA[Sharing]]></category>
		<category><![CDATA[feeldesain]]></category>
		<category><![CDATA[graphic]]></category>
		<category><![CDATA[poly]]></category>
		<category><![CDATA[portrait]]></category>

		<guid isPermaLink="false">http://www.designersandbox.com/?p=1740</guid>
		<description><![CDATA[This is some amazing design, love this poly project by feeldesain. To see more of this amazing art, you can view the original post by clicking here. Original Post by feeldesain Related PostsNo Related Posts]]></description>
			<content:encoded><![CDATA[<div id="post-refEl-1740"><p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/polygonal-portraits-feel-desain.jpg" alt="" title="polygonal-portraits-feel-desain" width="630" height="311" class="alignnone size-full wp-image-1741" /><br />
<span id="more-1740"></span><br />
<img src="http://www.designersandbox.com/wp-content/uploads/2011/11/poly_brad_wm.jpg" alt="" title="poly_brad_wm" width="630" height="355" class="alignnone size-full wp-image-1742" /></p>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/poly_george_wm.jpeg" alt="" title="poly_george_wm" width="630" height="355" class="alignnone size-full wp-image-1743" /></p>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/poly_obama_wm.jpeg" alt="" title="poly_obama_wm" width="1270" height="715" class="alignnone size-full wp-image-1744" /></p>
<p>This is some amazing design, love this poly project by feeldesain.<br />
To see more of this amazing art, you can view the original post by clicking <a href="http://www.feeldesain.com/poly-portraits-feel-desain.html" target="_blank">here</a>.<br />
Original Post by <a href="http://www.feeldesain.com/poly-portraits-feel-desain.html" target="_blank">feeldesain</a></p>
<img src="http://www.designersandbox.com/?ak_action=api_record_view&id=1740&type=feed" alt="" /><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li>No Related Posts</li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.designersandbox.com/sharing/polygonal-portraits-by-feel-desain/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>3 Professional Free Online Project Manger Tools</title>
		<link>http://www.designersandbox.com/freebies/3-professional-free-online-project-manger-tools/</link>
		<comments>http://www.designersandbox.com/freebies/3-professional-free-online-project-manger-tools/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 03:39:34 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Sharing]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[atrium]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[freedcamp]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[teamlab]]></category>

		<guid isPermaLink="false">http://www.designersandbox.com/?p=1718</guid>
		<description><![CDATA[Freedcamp This is absolutely awesome! Compare to other project management tools out there Freedcamp is one of the easiest one ever, and with https enable all the way I am 100% happy with the security they had offered. Freedcamp offers an extremely easy, yet fully customizable user permission system. Choose what your co-workers and clients [...]]]></description>
			<content:encoded><![CDATA[<div id="post-refEl-1718"><div class="steps">
<h3>Freedcamp</h3>
<p>This is absolutely awesome! Compare to other project management tools out there Freedcamp is one of the easiest one ever, and with https enable all the way I am 100% happy with the security they had offered.<br />
<img src="http://www.designersandbox.com/wp-content/uploads/2011/11/freedcamp000.png" alt="" title="freedcamp000" width="200" height="57" class="alignnone size-full wp-image-1727" /><br />
<img src="http://www.designersandbox.com/wp-content/uploads/2011/11/freedcamp001.png" alt="" title="freedcamp001" width="919" height="221" class="alignnone size-full wp-image-1719" /></p>
<p>Freedcamp offers an extremely easy, yet fully customizable user permission system. Choose what your co-workers and clients can see, or create a custom group to manage permissions. Each application can be separately managed allowing you to track each and every user role.<br />
<span id="more-1718"></span><br />
Receive instant notifications of everything happening within Freedcamp. Reply to email notifications directly from your inbox. Receive SMS alerts about newly created items or modifications to existing ones. With the ability to customize the level of notifications, you will receive just the right amount of information.<br />
<a href="https://freedcamp.com">Freedcamp</a>
</div>
<hr />
<div class="steps">
<h3>Open Atrium</h3>
<p>This is an project management tools that you can run on your own server. If they don&#8217;t have the module that you are looking for, you can build upon it.<br />
<img src="http://www.designersandbox.com/wp-content/uploads/2011/11/atrium000.png" alt="" title="atrium000" width="169" height="59" class="alignnone size-full wp-image-1729" /><br />
<img src="http://www.designersandbox.com/wp-content/uploads/2011/11/atrium001.png" alt="" title="atrium001" width="1015" height="408" class="alignnone size-full wp-image-1730" /></p>
<p>Open Atrium is an intranet in a box that has group spaces to allow different teams to have their own conversations. It comes with six features &#8211; a blog, a wiki, a calendar, a to do list, a shoutbox, and a dashboard to manage it all.</p>
<p>But you&#8217;re not limited to just those features. Open Atrium is completely customizable. If you want a feature that&#8217;s not on that list, you can add it yourself. Read the documentation on community.openatrium.com, specifically the Build a Feature section, to find out how to do it.<br />
<a href="http://openatrium.com/">Open Atrium</a>
</div>
<hr />
<div class="steps">
<h3>TeamLab</h3>
<p>TeamLab is running on ASPX, its include project management, business collaboration, document management, calendar, CRM, email and more. The project management tool is perfect for medium sized projects.<br />
<img src="http://www.designersandbox.com/wp-content/uploads/2011/11/teamlab000.png" alt="" title="teamlab000" width="136" height="31" class="alignnone size-full wp-image-1734" /><br />
<img src="http://www.designersandbox.com/wp-content/uploads/2011/11/teamlab001.png" alt="" title="teamlab001" width="636" height="321" class="alignnone size-full wp-image-1735" /><br />
All the TeamLab features are provided completely for free. There are no functionality, projects, user or time limits.</p>
<p>TeamLab is available in 3 deployment models: SaaS – you get ready-to-use software in the cloud, Open Source – you install TeamLab on your own server, AMI – you use a private Amazon machine with pre-installed TeamLab.<br />
<a href="http://www.teamlab.com/">TeamLab</a>
</div>
<img src="http://www.designersandbox.com/?ak_action=api_record_view&id=1718&type=feed" alt="" /><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.designersandbox.com/freebies/20-incredibly-free-web-and-sans-serif-fonts/" title="20 Incredibly Free Web and Sans Serif Fonts">20 Incredibly Free Web and Sans Serif Fonts</a> (0)</li><li><a href="http://www.designersandbox.com/tools/tools-and-tips-for-everyday-web-designing-web-resolution-and-size/" title="Tools and Tips for everyday web designing &#8211; Web Resolution and Size">Tools and Tips for everyday web designing &#8211; Web Resolution and Size</a> (2)</li><li><a href="http://www.designersandbox.com/sharing/social-engaging-email-entry-form-enter-to-win-with-social-network-enable/" title="Social Engaging Email Entry Form &#8211; Enter to Win with Social Network Enable">Social Engaging Email Entry Form &#8211; Enter to Win with Social Network Enable</a> (0)</li><li><a href="http://www.designersandbox.com/tools/500-plus-csshtml-grid-layouts-grid-system/" title="500+ CSS/HTML Grid Layouts (Grid System)">500+ CSS/HTML Grid Layouts (Grid System)</a> (0)</li><li><a href="http://www.designersandbox.com/sharing/15-creative-google-business-pages-with-framed-photo-banner/" title="15 Creative Google+ Business Pages with framed photo banner">15 Creative Google+ Business Pages with framed photo banner</a> (3)</li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.designersandbox.com/freebies/3-professional-free-online-project-manger-tools/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Adding Multiple Attachment for Joomla K2 Component according to the number of JoomFish&#8217;s language hack</title>
		<link>http://www.designersandbox.com/joomla/adding-multiple-attachment-for-joomla-k2-component-according-to-the-number-of-joomfishs-language/</link>
		<comments>http://www.designersandbox.com/joomla/adding-multiple-attachment-for-joomla-k2-component-according-to-the-number-of-joomfishs-language/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 15:18:03 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[joomfish]]></category>
		<category><![CDATA[k2]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.designersandbox.com/?p=1683</guid>
		<description><![CDATA[Auto detecting Joomfish languages with your K2 Component, making your attachment number of field to match with JoomFish Component site languages. Please follow the below steps to achieve this. Step 1 /administrator/components/com_k2/tables/k2attachment.php add this in around line 357 var $lang = null; Step 2 /administrator/components/com_k2/model/item.php add this in around line 357, in “save” function $attachments_language_code [...]]]></description>
			<content:encoded><![CDATA[<div id="post-refEl-1683"><p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/k2-joomfish-file-attachment002.png" alt="" title="k2-joomfish-file-attachment002" width="546" height="119" class="alignnone size-full wp-image-1690" /></p>
<p>Auto detecting Joomfish languages with your K2 Component, making your attachment number of field to match with JoomFish Component site languages.<br />
Please follow the below steps to achieve this.</p>
<p><span id="more-1683"></span><br />
<img src="http://www.designersandbox.com/wp-content/uploads/2011/11/k2-joomfish-file-attachment001.png" alt="" title="k2-joomfish-file-attachment001" width="742" height="663" class="alignnone size-full wp-image-1688" /></p>
<div class="steps">
<h3>Step 1</h3>
<p>/administrator/components/com_k2/tables/k2attachment.php add this in around line 357</p>
<pre class="brush: php;">
var $lang = null;
</pre>
</div>
<div class="steps">
<h3>Step 2</h3>
<p>/administrator/components/com_k2/model/item.php add this in around line 357, in “save” function</p>
<pre class="brush: php;">
$attachments_language_code = JRequest::getVar('language_code', '', 'POST', 'array');
</pre>
<hr />
add this in around line 400, in “save” function</p>
<pre class="brush: php;">
$attachments_language_code = JRequest::getVar('language_code', '', 'POST', 'array');
</pre>
</div>
<div class="steps">
<h3>Step 3</h3>
<p>/components/com_k2/models/item.php add this in around line 911, in “getItemAttachments” function</p>
<pre class="brush: php;">
$lang = JRequest::getCmd( 'lang' );
</pre>
<hr />
Original</p>
<pre class="brush: php;">
$query=&quot;SELECT * FROM #__k2_attachments WHERE itemID=&quot;.(int)$itemID;
</pre>
<p>Change it to</p>
<pre class="brush: php;">
$query=&quot;SELECT * FROM #__k2_attachments WHERE itemID=&quot;.(int)$itemID . &quot; and lang = '&quot;.$lang.&quot;'&quot;;
</pre>
</div>
<div class="steps">
<h3>Step 4</h3>
<p>/administrator/components/com_k2/views/item/tmpl/default.php change the javascript function “addAttachment”, replace the old one.</p>
<pre class="brush: php;">
function addAttachment(){
   var div = new Element('div',{'style':'border-top: 1px dotted #ccc; margin: 4px; padding: 10px;'}).injectInside($('itemAttachments'));
   var str = &quot;&quot;;
   str += &quot;&lt;input type=\&quot;button\&quot; value=\&quot;&lt;?php echo JText::_('Remove',true); ?&gt;\&quot; onclick=\&quot;this.getParent().remove();\&quot;&gt;&quot;;
   &lt;?
	$lang =&amp; JFactory::getLanguage();
	$alllangs = $lang-&gt;getKnownLanguages();
	foreach ($alllangs as $key=&gt;$value) {
		list($langcode, $countryCode) = explode(&quot;-&quot;, $key);
   ?&gt;
   var divlang = new Element('div').injectInside(div);
   var input = new Element('input',{'name':'attachment_file[]','type':'file'}).injectInside(divlang);
   var br = new Element('br').injectInside(divlang);
   var label = new Element('label').setHTML('&lt;?php echo JText::_('Link title (optional)', true); ?&gt;').injectInside(divlang);
   var input = new Element('input',{'name':'attachment_title[]','type':'text', 'class':'linkTitle'}).injectInside(divlang);
   var br = new Element('br').injectInside(divlang);
   var label = new Element('label').setHTML('&lt;?php echo JText::_('Link title attribute (optional)', true); ?&gt;').injectInside(divlang);
   var textarea = new Element('textarea',{'name':'attachment_title_attribute[]','cols':'30', 'rows':'3'}).injectInside(divlang);
   var br = new Element('br').injectInside(divlang);
   var languagecode = new Element('input',{'name':'language_code[]','type':'hidden', 'value':'&lt;?=$langcode?&gt;'}).injectInside(divlang);
   str += &quot;&lt;div&gt;&quot;;
   str += &quot;&lt;div style=\&quot;float:left; width:150px; font-weight:bold;\&quot;&gt;&lt;?=$value[&quot;name&quot;]?&gt;&lt;/div&gt;&quot;;
   str += &quot;&lt;div style=\&quot;float:left;\&quot;&gt;&quot; +  divlang.innerHTML + &quot;&lt;/div&gt;&lt;div style=\&quot;clear:both;\&quot;&gt;&lt;/div&gt;&quot;;
   str += &quot;&lt;/div&gt;&quot;;
&lt;?
	}
?&gt;
 div.innerHTML = str;

   }
</pre>
</div>
<div class="steps">
<h3>Step 5 &#8211; Database</h3>
<p>enter this in your sql server (you will need phpmyadmin for this)</p>
<pre class="brush: php;">
ALTER TABLE `jos_k2_attachments` ADD `lang` VARCHAR( 10 ) NULL
</pre>
</div>
<div class="message">
<h3>Step 6 &#8211; Need Help?</h3>
<p>We do accept freelance customization to K2 and Joomfish development.<br />
The freelance price for customization is USD50/hr*<br />
*Minimum charge will be USD100<br />
Interested Party please email us at info[a]designersandbox[dot]com
</p></div>
<img src="http://www.designersandbox.com/?ak_action=api_record_view&id=1683&type=feed" alt="" /><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.designersandbox.com/joomla/joomla-virtuemart-pagination-mod-hacks/" title="Joomla Virtuemart &#8211; Pagination Mod.(Hacks)">Joomla Virtuemart &#8211; Pagination Mod.(Hacks)</a> (5)</li><li><a href="http://www.designersandbox.com/code/unity3d-onmousedown-onmouseup-on-guit-for-iphone-and-ipad/" title="Unity3D OnMouseDown() OnMouseUp on GUIT for iPhone and iPad">Unity3D OnMouseDown() OnMouseUp on GUIT for iPhone and iPad</a> (4)</li><li><a href="http://www.designersandbox.com/code/how-to-embed-youtube-video-within-the-facebook-fbml-tabs/" title="How to embed YouTube Video within the Facebook fbml tabs">How to embed YouTube Video within the Facebook fbml tabs</a> (6)</li><li><a href="http://www.designersandbox.com/wordpress/wordpress-restricting-personal-ips-on-all-in-one-adsense-and-ypn/" title="Wordpress &#8211; Restricting Personal IPs on All in One Adsense and YPN!">Wordpress &#8211; Restricting Personal IPs on All in One Adsense and YPN!</a> (1)</li><li><a href="http://www.designersandbox.com/joomla/joomla-virtuemart-call-for-price/" title="Joomla Virtuemart Call for Pricing change to show both Inquiry and Login">Joomla Virtuemart Call for Pricing change to show both Inquiry and Login</a> (4)</li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.designersandbox.com/joomla/adding-multiple-attachment-for-joomla-k2-component-according-to-the-number-of-joomfishs-language/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Social Engaging Email Entry Form &#8211; Enter to Win with Social Network Enable</title>
		<link>http://www.designersandbox.com/sharing/social-engaging-email-entry-form-enter-to-win-with-social-network-enable/</link>
		<comments>http://www.designersandbox.com/sharing/social-engaging-email-entry-form-enter-to-win-with-social-network-enable/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 15:17:30 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[Inspirational]]></category>
		<category><![CDATA[Sharing]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.designersandbox.com/?p=1698</guid>
		<description><![CDATA[AppSumo recently had just launched an social engaging email entry form. The enter to win form is pretty simple, but what they have done is pretty smart. Each of the user can enter to the contest with 1 entry. The first entry ticket are trigger by your email address but there&#8217;s more. After you have [...]]]></description>
			<content:encoded><![CDATA[<div id="post-refEl-1698"><p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/social_engaging_email_entry_form.png" alt="" title="social_engaging_email_entry_form" width="630" height="200" class="alignnone size-full wp-image-1699" /></p>
<p>AppSumo recently had just launched an social engaging email entry form. The enter to win form is pretty simple, but what they have done is pretty smart. Each of the user can enter to the contest with 1 entry. The first entry ticket are trigger by your email address but there&#8217;s more.<br />
<span id="more-1698"></span><br />
<img src="http://www.designersandbox.com/wp-content/uploads/2011/11/social_engaging_entry_form_001.png" alt="" title="social_engaging_entry_form_001" width="841" height="592" class="alignnone size-full wp-image-1700" /></p>
<p>After you have submitted your email address, then you will land on the social engaging form/app. There&#8217;s 5 other ways you can earn more entry, more entry from your email meaning more chance you are going to win from the contest. You can share of Facebook, tweet about it on Twitter, Follow the brand on there twitter account, Like them on Facebook, copy &#038; paste a short paragraph along with link to your facebook wall. So each user will have 5 more chance of winning.</p>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/social_engaging_entry_form_002.png" alt="" title="social_engaging_entry_form_002" width="1043" height="768" class="alignnone size-full wp-image-1701" /></p>
<p>You can check out the entry form from here.<br />
http://www.appsumo.com/spotify/ (Contest Ends December 16th, 11:59PM CST)<br />
If the entry had ended, you can still check out from here, we did all the screen capture for you.</p>
<p>Some more of the form.<br />
<img src="http://www.designersandbox.com/wp-content/uploads/2011/11/joomlart001.png" alt="" title="joomlart001" class="alignnone size-full wp-image-1713" /></p>
<hr />
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/joomlart002.png" alt="" title="joomlart002" class="alignnone size-full wp-image-1714" /></p>
<p>This is a very fun and in-directive way to engage your user.</p>
<div class="message">
<h3>Need Help or idea on your next project, do you need a coder for your next social engaging form?</h3>
<p>We do accept freelance and consultation work on social engaging development.<br />
The freelance and consultation price for social engaging development are USD50/hr*<br />
*Minimum charge will be USD100, the form usually take 4 hours to build. This will depends on how much engagement you need from your targeted social network.<br />
Interested Party please email us at info[a]designersandbox[dot]com
</p></div>
<img src="http://www.designersandbox.com/?ak_action=api_record_view&id=1698&type=feed" alt="" /><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.designersandbox.com/tools/tools-and-tips-for-everyday-web-designing-web-resolution-and-size/" title="Tools and Tips for everyday web designing &#8211; Web Resolution and Size">Tools and Tips for everyday web designing &#8211; Web Resolution and Size</a> (2)</li><li><a href="http://www.designersandbox.com/tools/500-plus-csshtml-grid-layouts-grid-system/" title="500+ CSS/HTML Grid Layouts (Grid System)">500+ CSS/HTML Grid Layouts (Grid System)</a> (0)</li><li><a href="http://www.designersandbox.com/sharing/15-creative-google-business-pages-with-framed-photo-banner/" title="15 Creative Google+ Business Pages with framed photo banner">15 Creative Google+ Business Pages with framed photo banner</a> (3)</li><li><a href="http://www.designersandbox.com/freebies/20-incredibly-free-web-and-sans-serif-fonts/" title="20 Incredibly Free Web and Sans Serif Fonts">20 Incredibly Free Web and Sans Serif Fonts</a> (0)</li><li><a href="http://www.designersandbox.com/freebies/3-professional-free-online-project-manger-tools/" title="3 Professional Free Online Project Manger Tools">3 Professional Free Online Project Manger Tools</a> (4)</li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.designersandbox.com/sharing/social-engaging-email-entry-form-enter-to-win-with-social-network-enable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>500+ CSS/HTML Grid Layouts (Grid System)</title>
		<link>http://www.designersandbox.com/tools/500-plus-csshtml-grid-layouts-grid-system/</link>
		<comments>http://www.designersandbox.com/tools/500-plus-csshtml-grid-layouts-grid-system/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 05:53:44 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[Inspirational]]></category>
		<category><![CDATA[Sharing]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.designersandbox.com/?p=1658</guid>
		<description><![CDATA[&#8220;You need options. Anyone that’s spent time collaborating on web design projects knows that every developer has their own processes — even with best practices being observed there is variation in techniques. So your CSS library should give you more than one way to attack a problem. Website layouts can be a serious pain, but CSS gives [...]]]></description>
			<content:encoded><![CDATA[<div id="post-refEl-1658"><p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/500_plus_css_layout.png" alt="" title="500_plus_css_layout" width="630" height="200" class="alignnone size-full wp-image-1675" /></p>
<p>&#8220;You need options. Anyone that’s spent time collaborating on web design projects knows that every developer has their own processes — even with best practices being observed there is variation in techniques. So your CSS library should give you more than one way to attack a problem.</p>
<p>Website layouts can be a serious pain, but CSS gives you a great deal of flexibility in how you approach the layout issue. Often the home page needs a grid design while post pages have a three column layout, with other formats for custom pages. With CSS layouts already in place, you can quickly implement a layout and change as needed.</p>
<p>The following is a collection of layout libraries you can add to your own with multi-​​column static and liquid layouts. Enjoy and let us know which ones you like best!&#8221;<br />
<br /><span id="more-1658"></span><br />
by &#8220;Tara Hornor&#8221;</p>
<div class="steps">
<h3>Customized Fluid/​Variable CSS Grid Generator by Spry Soft</h3>
<p><a href="http://www.spry-soft.com/grids/" target="_blank"><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/csslayout010.jpeg" alt="" title="csslayout010" width="500" height="223" class="alignnone size-full wp-image-1668" /><br />http://www.spry-soft.com/grids/</a><br />Static not good enough for ya?! No problem. Fluid/​variable grids are easy to make with this site.</p>
</div>
<div class="steps">
<h3></h3>
<p><a href="" target="_blank"><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/csslayout011.png" alt="" title="csslayout011" width="521" height="252" class="alignnone size-full wp-image-1672" /><br /></a><br />Blueprint is a CSS framework, which aims to cut down on your development time. It gives you a solid foundation to build your project on top of, with an easy-to-use grid, sensible typography, useful plugins, and even a stylesheet for printing.</p>
</div>
<div class="steps">
<h3>20+ CSS Layouts by MaxDesign</h3>
<p><a href="http://www.maxdesign.com.au/articles/css-layouts/" target="_blank"><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/csslayout002.jpeg" alt="" title="csslayout002" width="500" height="223" class="alignnone size-full wp-image-1660" /><br />
<br />http://www.maxdesign.com.au/articles/css-layouts/</a><br />
With excellent markup walk-​​thrus and the sample CSS on-​​page, this set of CSS layouts will be easy to see in action and almost as easy to implement.
</p>
</div>
<div class="steps">
<h3>40 CSS Layouts by Layout Gala</h3>
<p><a href="http://blog.html.it/layoutgala/" target="_blank"><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/csslayout003.jpeg" alt="" title="csslayout003" width="500" height="223" class="alignnone size-full wp-image-1661" /><br />http://blog.html.it/layoutgala/</a><br />Previews are available for each format and you can even download the entire collection in one file.</p>
</div>
<div class="steps">
<h3>250+ Layouts by Free CSS</h3>
<p><a href="http://www.free-css.com/" target="_blank"><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/csslayout004.jpeg" alt="" title="csslayout004" width="500" height="223" class="alignnone size-full wp-image-1662" /><br />http://www.free-css.com/</a><br />This is a massive list with just about every layout imaginable. Preview and click again to download. The CSS is stripped down so there’s lots of room for tweaking.</p>
</div>
<div class="steps">
<h3>50+ Fixed Width Layouts by Code Sucks</h3>
<p><a href="http://www.code-sucks.com/css%20layouts/fixed-width-css-layouts/" target="_blank"><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/csslayout005.jpeg" alt="" title="csslayout005" width="500" height="223" class="alignnone size-full wp-image-1663" /><br />http://www.code-sucks.com/css%20layouts/fixed-width-css-layouts/</a><br />Click to preview and click to download. These layouts are simple with nicely developed whitespace. Worth checking out and easy to modify.</p>
</div>
<div class="steps">
<h3>10+ Unique CSS Layouts by Intensiv Station</h3>
<p><a href="http://www.intensivstation.ch/en/templates/" target="_blank"><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/csslayout006.jpeg" alt="" title="csslayout006" width="500" height="223" class="alignnone size-full wp-image-1664" /><br />http://www.intensivstation.ch/en/templates/</a><br />While on the sparse side in terms of the quantity, this collection includes some impressive tricks like floating menus and dynamic centered boxes worth having on hand.</p>
</div>
<div class="steps">
<h3>40+ CSS Layouts by Dynamic Drive</h3>
<p><a href="http://www.dynamicdrive.com/style/layouts/" target="_blank"><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/csslayout007.jpeg" alt="" title="csslayout007" width="500" height="223" class="alignnone size-full wp-image-1665" /><br />http://www.dynamicdrive.com/style/layouts/</a><br />This site has organized their CSS layouts by two-​​column, three column, fixed, liquid, and frames. Each has a nice description and the ability to preview before downloading.</p>
</div>
<div class="steps">
<h3>15+ Interesting CSS Layouts by The Noodle Incident</h3>
<p><a href="http://www.thenoodleincident.com/" target="_blank"><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/csslayout008.jpeg" alt="" title="csslayout008" width="500" height="223" class="alignnone size-full wp-image-1666" /><br />http://www.thenoodleincident.com/</a><br />This site has a unique way of guiding you thru the process of picking the layout you want. Follow the arrows, select your design, and download.</p>
</div>
<div class="steps">
<h3>Customized Static CSS Grid Generator by Grid Designer</h3>
<p><a href="http://grid.mindplay.dk/" target="_blank"><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/csslayout009.jpeg" alt="" title="csslayout009" width="500" height="223" class="alignnone size-full wp-image-1667" /><br />http://grid.mindplay.dk/</a><br />It doesn’t get much easier than this. Just set up the grid you want using the on-​​page tools and download your template.</p>
</div>
<img src="http://www.designersandbox.com/?ak_action=api_record_view&id=1658&type=feed" alt="" /><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.designersandbox.com/tools/tools-and-tips-for-everyday-web-designing-web-resolution-and-size/" title="Tools and Tips for everyday web designing &#8211; Web Resolution and Size">Tools and Tips for everyday web designing &#8211; Web Resolution and Size</a> (2)</li><li><a href="http://www.designersandbox.com/freebies/20-incredibly-free-web-and-sans-serif-fonts/" title="20 Incredibly Free Web and Sans Serif Fonts">20 Incredibly Free Web and Sans Serif Fonts</a> (0)</li><li><a href="http://www.designersandbox.com/sharing/social-engaging-email-entry-form-enter-to-win-with-social-network-enable/" title="Social Engaging Email Entry Form &#8211; Enter to Win with Social Network Enable">Social Engaging Email Entry Form &#8211; Enter to Win with Social Network Enable</a> (0)</li><li><a href="http://www.designersandbox.com/sharing/check-username-availability-on-social-community-website/" title="Check Username Availability on Social Community Website">Check Username Availability on Social Community Website</a> (8)</li><li><a href="http://www.designersandbox.com/announcement/designersandbox-roadmap-on-post-it/" title="DesignerSandbox Roadmap on post-it">DesignerSandbox Roadmap on post-it</a> (3)</li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.designersandbox.com/tools/500-plus-csshtml-grid-layouts-grid-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Motion Graphics in the User Interface &#8211; Meaningful Transitions</title>
		<link>http://www.designersandbox.com/sharing/motion-graphics-in-the-user-interface-meaningful-transitions/</link>
		<comments>http://www.designersandbox.com/sharing/motion-graphics-in-the-user-interface-meaningful-transitions/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 17:21:06 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[Inspirational]]></category>
		<category><![CDATA[Sharing]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.designersandbox.com/?p=1653</guid>
		<description><![CDATA[Meaningful Transitions &#8211; Motion Graphics in the User Interface« deals with the use of animations in the user interface. It documents transitions in a clustered way to show at which point transitions can be a helpful extension to a static user interface, because of cognitive benefits to enhance the user experience. The purpose of Meaningful [...]]]></description>
			<content:encoded><![CDATA[<div id="post-refEl-1653"><p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/meaningfulTransitions.png" alt="" title="meaningfulTransitions" width="814" height="397" class="alignnone size-full wp-image-1654" /></p>
<p>Meaningful Transitions &#8211; Motion Graphics in the User Interface« deals with the use of animations in the user interface. It documents transitions in a clustered way to show at which point transitions can be a helpful extension to a static user interface, because of cognitive benefits to enhance the user experience.<br />
<span id="more-1653"></span></p>
<p>The purpose of Meaningful Transitions is to illustrate the process of the interaction and the structure of the user interface. They focus on specific events, or clarifying the user&#8217;s interaction by animation. All transitions are divided into six categories in order to differentiate between their application. The aim is to present a scaleable collection of existing transitions. The transitions are shown in an abstract visualization to clarify their purposes, these visualizations also contain concrete examples. A closer look at a transition offers more information on the field of use, the mental model, the consistency, the cognitive benefit, and the illusion. <a href="http://www.ui-transitions.com/categories" target="_blank">see more</a></p>
<p>But too bad the transitions are all done in flash. If anyone can make all the Transition Motion into jQuery, it will be awesome to see this happen in the near future.<br />
<a href="http://www.ui-transitions.com/" target="_blank">http://www.ui-transitions.com/</a></p>
<img src="http://www.designersandbox.com/?ak_action=api_record_view&id=1653&type=feed" alt="" /><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.designersandbox.com/tools/tools-and-tips-for-everyday-web-designing-web-resolution-and-size/" title="Tools and Tips for everyday web designing &#8211; Web Resolution and Size">Tools and Tips for everyday web designing &#8211; Web Resolution and Size</a> (2)</li><li><a href="http://www.designersandbox.com/joomla/adding-multiple-attachment-for-joomla-k2-component-according-to-the-number-of-joomfishs-language/" title="Adding Multiple Attachment for Joomla K2 Component according to the number of JoomFish&#8217;s language hack">Adding Multiple Attachment for Joomla K2 Component according to the number of JoomFish&#8217;s language hack</a> (1)</li><li><a href="http://www.designersandbox.com/sharing/social-engaging-email-entry-form-enter-to-win-with-social-network-enable/" title="Social Engaging Email Entry Form &#8211; Enter to Win with Social Network Enable">Social Engaging Email Entry Form &#8211; Enter to Win with Social Network Enable</a> (0)</li><li><a href="http://www.designersandbox.com/tools/500-plus-csshtml-grid-layouts-grid-system/" title="500+ CSS/HTML Grid Layouts (Grid System)">500+ CSS/HTML Grid Layouts (Grid System)</a> (0)</li><li><a href="http://www.designersandbox.com/code/unity3d-onmousedown-onmouseup-on-guit-for-iphone-and-ipad/" title="Unity3D OnMouseDown() OnMouseUp on GUIT for iPhone and iPad">Unity3D OnMouseDown() OnMouseUp on GUIT for iPhone and iPad</a> (4)</li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.designersandbox.com/sharing/motion-graphics-in-the-user-interface-meaningful-transitions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>15 Creative Google+ Business Pages with framed photo banner</title>
		<link>http://www.designersandbox.com/sharing/15-creative-google-business-pages-with-framed-photo-banner/</link>
		<comments>http://www.designersandbox.com/sharing/15-creative-google-business-pages-with-framed-photo-banner/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 07:03:31 +0000</pubDate>
		<dc:creator>Vincent</dc:creator>
				<category><![CDATA[Inspirational]]></category>
		<category><![CDATA[Sharing]]></category>
		<category><![CDATA[banner]]></category>
		<category><![CDATA[creative]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[inspiration]]></category>

		<guid isPermaLink="false">http://www.designersandbox.com/?p=1632</guid>
		<description><![CDATA[Since the launch of Google+ page, there&#8217;s a lot of brands doing smart banner work with the system. Here&#8217;s some inspiration for your own business page+. Framed Image Banner, the idea are kinda like window shopping. I would love to see some of the department store use this well, I believe it&#8217;s a great design [...]]]></description>
			<content:encoded><![CDATA[<div id="post-refEl-1632"><p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/google+FramedBanner.png" alt="" title="google+FramedBanner" width="700" height="200" class="alignnone size-full wp-image-1650" /><br />
Since the launch of Google+ page, there&#8217;s a lot of brands doing smart banner work with the system.  Here&#8217;s some inspiration for your own business page+. Framed Image Banner, the idea are kinda like window shopping. I would love to see some of the department store use this well, I believe it&#8217;s a great design idea to create banner that fit to the window shopping idea. Specially Christmas is around the corner. Let&#8217;s have a look at this amazing google+ business pages now.<br />
<span id="more-1632"></span></p>
<div class="steps">
<h3>Google Plus Android Page</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/google_plus_android.png" alt="" title="google_plus_android" width="970" height="355" class="alignnone size-full wp-image-1633" /><br />
<a target="_blank" href="">View Google+ Page</a>
</div>
<div class="steps">
<h3>Google Plus BBS News Page</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/google_plus_bbs_news.png" alt="" title="google_plus_bbs_news" width="968" height="395" class="alignnone size-full wp-image-1634" /><br />
<a target="_blank" href="https://plus.google.com/u/0/107045876535773972576/posts">View Google+ Page</a>
</div>
<div class="steps">
<h3>Google Plus Google Chrome Page</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/google_plus_chrome.png" alt="" title="google_plus_chrome" width="966" height="382" class="alignnone size-full wp-image-1635" /><br />
<a target="_blank" href="https://plus.google.com/u/0/100585555255542998765/posts">View Google+ Page</a>
</div>
<div class="steps">
<h3>Google Plus Gmail Page</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/google_plus_gmail.png" alt="" title="google_plus_gmail" width="964" height="378" class="alignnone size-full wp-image-1636" /><br />
<a target="_blank" href="https://plus.google.com/u/0/103345707817934461425/posts">View Google+ Page</a>
</div>
<div class="steps">
<h3>Google Plus House Page</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/google_plus_house.png" alt="" title="google_plus_house" width="968" height="379" class="alignnone size-full wp-image-1637" /><br />
<a target="_blank" href="https://plus.google.com/u/0/100192472667485918762/posts">View Google+ Page</a>
</div>
<div class="steps">
<h3>Google Plus NASA Page</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/google_plus_nasa.png" alt="" title="google_plus_nasa" width="967" height="398" class="alignnone size-full wp-image-1638" /><br />
<a target="_blank" href="https://plus.google.com/u/0/102371865054310418159/posts">View Google+ Page</a>
</div>
<div class="steps">
<h3>Google Plus Nissan Page</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/google_plus_nissan.png" alt="" title="google_plus_nissan" width="971" height="365" class="alignnone size-full wp-image-1639" /><br />
<a target="_blank" href="https://plus.google.com/u/0/111258362040794495143/posts">View Google+ Page</a>
</div>
<div class="steps">
<h3>Google Plus Pepsi Page</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/google_plus_pepsi.png" alt="" title="google_plus_pepsi" width="966" height="361" class="alignnone size-full wp-image-1640" /><br />
<a target="_blank" href="https://plus.google.com/u/0/111883881632877146615/posts">View Google+ Page</a>
</div>
<div class="steps">
<h3>Google Plus Save the Children UK Page</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/google_plus_save_the_children_uk.png" alt="" title="google_plus_save_the_children_uk" width="964" height="383" class="alignnone size-full wp-image-1641" /><br />
<a target="_blank" href="https://plus.google.com/u/0/101046956874219339437/posts">View Google+ Page</a>
</div>
<div class="steps">
<h3>Google Plus The Muppets Page</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/google_plus_the_muppets.png" alt="" title="google_plus_the_muppets" width="963" height="356" class="alignnone size-full wp-image-1642" /><br />
<a target="_blank" href="https://plus.google.com/u/0/118177189004466545044/posts">View Google+ Page</a>
</div>
<div class="steps">
<h3>Google Plus Toyota Page</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/google_plus_toyota.png" alt="" title="google_plus_toyota" width="965" height="369" class="alignnone size-full wp-image-1643" /><br />
<a target="_blank" href="https://plus.google.com/u/0/110937137992985950150/posts">View Google+ Page</a>
</div>
<div class="steps">
<h3>Google Plus Trump Media Page</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/google_plus_trump_media.png" alt="" title="google_plus_trump_media" width="970" height="369" class="alignnone size-full wp-image-1644" /><br />
<a target="_blank" href="https://plus.google.com/u/0/103217007911711239128/posts">View Google+ Page</a>
</div>
<div class="steps">
<h3>Google Plus Virgin Page</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/google_plus_virgin.png" alt="" title="google_plus_virgin" width="965" height="414" class="alignnone size-full wp-image-1645" /><br />
<a target="_blank" href="https://plus.google.com/u/0/109525300902232636271/posts">View Google+ Page</a>
</div>
<div class="steps">
<h3>Google Plus Toyota USA Page</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/google_plus_toyota_usd.png" alt="" title="google_plus_toyota_usd" width="963" height="381" class="alignnone size-full wp-image-1647" /><br />
<a target="_blank" href="https://plus.google.com/u/0/109401964142949249458/posts">View Google+ Page</a>
</div>
<div class="steps">
<h3>Google Plus Yahoo! Page</h3>
<p><img src="http://www.designersandbox.com/wp-content/uploads/2011/11/google_plus_yahoo.png" alt="" title="google_plus_yahoo" width="965" height="376" class="alignnone size-full wp-image-1648" /><br />
<a target="_blank" href="https://plus.google.com/u/0/109089235717901842634/posts">View Google+ Page</a>
</div>
<p>Don&#8217;t forget to tell me which of this you like the most?<br />
Personally I like &#8220;The Muppets, Nissan and Android&#8221;.<br />
Wishing Apple would land on google+ soon, so we can see what they can come up with.</p>
<img src="http://www.designersandbox.com/?ak_action=api_record_view&id=1632&type=feed" alt="" /><h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.designersandbox.com/freebies/20-incredibly-free-web-and-sans-serif-fonts/" title="20 Incredibly Free Web and Sans Serif Fonts">20 Incredibly Free Web and Sans Serif Fonts</a> (0)</li><li><a href="http://www.designersandbox.com/sharing/social-engaging-email-entry-form-enter-to-win-with-social-network-enable/" title="Social Engaging Email Entry Form &#8211; Enter to Win with Social Network Enable">Social Engaging Email Entry Form &#8211; Enter to Win with Social Network Enable</a> (0)</li><li><a href="http://www.designersandbox.com/tools/tools-and-tips-for-everyday-web-designing-web-resolution-and-size/" title="Tools and Tips for everyday web designing &#8211; Web Resolution and Size">Tools and Tips for everyday web designing &#8211; Web Resolution and Size</a> (2)</li><li><a href="http://www.designersandbox.com/freebies/3-professional-free-online-project-manger-tools/" title="3 Professional Free Online Project Manger Tools">3 Professional Free Online Project Manger Tools</a> (4)</li><li><a href="http://www.designersandbox.com/tools/500-plus-csshtml-grid-layouts-grid-system/" title="500+ CSS/HTML Grid Layouts (Grid System)">500+ CSS/HTML Grid Layouts (Grid System)</a> (0)</li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.designersandbox.com/sharing/15-creative-google-business-pages-with-framed-photo-banner/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	<img style='margin:0;padding:0;border:0;' width='1px' height='1px' src="http://www.designersandbox.com/wp-content/plugins/mystat/mystat.php?act=time_load&id=2325413&rnd=320166730" /></channel>
</rss>

