<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Design Clipboard</title>
	
	<link>http://designclipboard.com</link>
	<description>Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</description>
	<lastBuildDate>Sat, 23 Apr 2011 15:21:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DesignClipboard" /><feedburner:info uri="designclipboard" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Are You Suffering from Charset=UTF-8 Blindness?</title>
		<link>http://feedproxy.google.com/~r/DesignClipboard/~3/zw-HZVN7Vlw/</link>
		<comments>http://designclipboard.com/utf-8-charset-blindness/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 12:59:02 +0000</pubDate>
		<dc:creator>Jacob Lett</dc:creator>
				<category><![CDATA[Resources & Tools]]></category>
		<category><![CDATA[html codes]]></category>

		<guid isPermaLink="false">http://www.designclipboard.com/?p=515</guid>
		<description><![CDATA[<p><p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><p>There are a many roads that can lead to becoming a web designer. Some start off as programmers and then see the need to "design" graphics for the sites they are building. While others start out learning about color, kerning, and strong visual layouts before learning how to "code" — this is me. Whichever direction [...]</p></p><p><a href="http://designclipboard.com/utf-8-charset-blindness/">Are You Suffering from Charset=UTF-8 Blindness?</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><p>There are a many roads that can lead to becoming a web designer. Some start off as programmers and then see the need to "design" graphics for the sites they are building. While others start out learning about color, kerning, and strong visual layouts before learning how to "code" — this is me. Whichever direction you follow you're bound to learn something new along the way. Something which seems common knowledge to other designers or programmers, you simply overlook. I will explain an example of this below.</p>

<h2>My Character Set UTF-8 Blindness</h2>
<p>I must have built hundreds of webpages with the following meta tag inserted in the head of the page ...</p>
<span class="codeLabel">HTML</span>
<pre class="brush: xml; title: sss;">
&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot;&gt;
...
&lt;/head&gt;
</pre>
<p>I knew I needed it there but I never wondered why it needed to be there.</p>
<p>I just went along building pages with charset blindness. I often would copy and paste international text from Microsoft Word documents and then paste them into my HTML page, refresh the browser and then see a bunch of missing symbol characters everywhere (?). Well that is no good, so I would search Google for a table of HTML special characters, find the ones I was missing, copy and paste. Done.</p>

<h2>It Turns Out, I Was Doing It Wrong</h2>
<p>Someone on Reddit suggested I read an article written by Joel Spolsky titled, "<a rel="nofollow" href="http://www.joelonsoftware.com/articles/Unicode.html" title="The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)">The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)</a>". I would go a step further and say everyone using the internet should read this, or at least understand Unicode.</p>
<p>Joel explains in the early days of computers there was no continuity between countries and languages. A computer sold in the USA would focus on English characters and have little or no support for languages such as Hebrew or Chinese. Wikipedia defines <acronym title="The American Standard Code for Information Interchange">ASCII</acronym> as <q> a character-encoding scheme based on the ordering of the English alphabet.</q> So it is basically an English-centric character encoding. This reminds me of how the US hasn't adopted the metric measurement system or how atlas's have the USA in the left corner of the map.</p>

<p>Each language would have english at its core and fill empty character slots with whatever they wished. The inconsistency of what was included in the free spaces caused a global communication problem.</p>

<figure>
<img src="http://designclipboard.com/wp-content/uploads/2011/04/ascii-borders.jpg" alt="dos character borders" title="ascii-borders" width="587" height="350" class="alignleft size-full wp-image-631" />

	<figcaption>Other countries used this space to add the characters they needed, while the USA filled these spots with graphics to create text-based borders on the screen.</figcaption>
</figure>

<h2>The Internet Set the Stage for Unicode</h2>
<p>Before the internet, a computer in China and a computer in the USA could live happy lives. But as soon as they started talking, a clear message quickly turned into gargley  gook.</p>

<blockquote>
	<p>But of course, as soon as the Internet happened, it became quite commonplace to move strings from one computer to another, and the whole mess came tumbling down. Luckily, Unicode had been invented.</p>
	<cite>Joel Spolsky</cite>
</blockquote>
 
<p><a rel="nofollow" href="http://www.unicode.org/" title="Unicode">Unicode</a> goes a step further then ASCII by creating an all encompassing character set for all of the languages. Each letter is given a unicode reference such as U+0041. The "U" stands for Unicode and the numbers are a Hexadecimal value, similar to what is used in referencing colors in CSS.</p>


<h2>How to Find and Add Unicode to Your Document?</h2>
<p>The best way I have found to add the Unicode characters is to use the <a rel="nofollow" href="http://docs.info.apple.com/article.html?path=Mac/10.6/en/8164.html" title="character map included on your computer">character map included on your computer</a>. Locate the character, and either copy and paste or drag and drop. I have noticed I only need to do this when I am copying text from word documents or webpages encoded in anything but Unicode.</p>

<p><b>So</b>, if you ever notice a missing character symbol on your page, first check the encoding in your HEAD and then replace it with a Unicode encoded character from your OS's character map palette.</p>





<img src="http://designclipboard.com/wp-content/uploads/2011/04/unicode-characters1.jpg" alt="unicode encoding palette osx" title="unicode-characters" width="587" height="350" class="alignleft size-full wp-image-633" />
<br/>
<h2>—  Adi<b>ó</b>s</h2>

<p><a href="http://designclipboard.com/utf-8-charset-blindness/">Are You Suffering from Charset=UTF-8 Blindness?</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/cdRcAWF09ItScLRNJ6OuZtk_AjA/0/da"><img src="http://feedads.g.doubleclick.net/~a/cdRcAWF09ItScLRNJ6OuZtk_AjA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/cdRcAWF09ItScLRNJ6OuZtk_AjA/1/da"><img src="http://feedads.g.doubleclick.net/~a/cdRcAWF09ItScLRNJ6OuZtk_AjA/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/DesignClipboard/~4/zw-HZVN7Vlw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://designclipboard.com/utf-8-charset-blindness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://designclipboard.com/utf-8-charset-blindness/</feedburner:origLink></item>
		<item>
		<title>Centering a div Horizontally and Vertically</title>
		<link>http://feedproxy.google.com/~r/DesignClipboard/~3/ejzWlWsh-yU/</link>
		<comments>http://designclipboard.com/centering-a-div-horizontally-and-vertically/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 17:53:38 +0000</pubDate>
		<dc:creator>Jacob Lett</dc:creator>
				<category><![CDATA[Cross Browser HTML Codes]]></category>
		<category><![CDATA[CSS Clipboard]]></category>
		<category><![CDATA[commonly used css]]></category>
		<category><![CDATA[css building blocks]]></category>

		<guid isPermaLink="false">http://www.designclipboard.com/cross-browser-html-codes/centering-a-div-horizontally-and-vertically/</guid>
		<description><![CDATA[<p><p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><p>CSS code to center a div horizontally and vertically</p></p><p><a href="http://designclipboard.com/centering-a-div-horizontally-and-vertically/">Centering a div Horizontally and Vertically</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><h2><strong>Centering a div</strong> horizontally</h2>
<span class="codeLabel">HTML</span>

<pre class="brush: xml; title: sss;">
&lt;div class=&quot;outerDiv&quot;&gt;
&lt;div class=&quot;innerDiv&quot;&gt;
		&lt;!-- HTML code goes here --&gt;
		#&lt;/div&gt;
&lt;!-- .innerDiv --&gt;&lt;/div&gt;
&lt;!-- .outerDiv --&gt;
</pre>

<span class="codeLabel">CSS</span>

<pre class="brush: css; title: sss;">
.outerDiv { overflow:hidden;}
.innerDiv { margin:0 auto;
			width: 50%; /* adjust width to suit your needs */
			}
</pre>
<h2><strong>Centering a div</strong> vertically</h2>
<span class="codeLabel">HTML</span>

<pre class="brush: xml; title: sss;">
&lt;div class=&quot;outerDiv&quot;&gt;
&lt;div class=&quot;innerDiv&quot;&gt;
		&lt;!-- HTML code goes here --&gt;
		#&lt;/div&gt;
&lt;!-- .innerDiv --&gt;&lt;/div&gt;
&lt;!-- .outerDiv --&gt;
</pre>


<span class="codeLabel">CSS</span>

<pre class="brush: css; title: sss;">
.outerDiv { position:relative;
			height:300px; /* Set fixed height value */
			width:300px; /* Set fixed width value */
			border:1px solid red;
			}
.innerDiv { position:absolute; top:50%;
			height:100px; /* Set fixed height value */
			margin-top:-50px; /* Top margin is half the height */
			border:1px solid green;
			}
</pre>

Source: <a rel="nofollow" href="http://phrogz.net/css/vertical-align/index.html">http://phrogz.net/css/vertical-align/index.html</a><p><a href="http://designclipboard.com/centering-a-div-horizontally-and-vertically/">Centering a div Horizontally and Vertically</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/8XXD4ihW5IoLvn0-eCriPl54hMw/0/da"><img src="http://feedads.g.doubleclick.net/~a/8XXD4ihW5IoLvn0-eCriPl54hMw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/8XXD4ihW5IoLvn0-eCriPl54hMw/1/da"><img src="http://feedads.g.doubleclick.net/~a/8XXD4ihW5IoLvn0-eCriPl54hMw/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/DesignClipboard/~4/ejzWlWsh-yU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://designclipboard.com/centering-a-div-horizontally-and-vertically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://designclipboard.com/centering-a-div-horizontally-and-vertically/</feedburner:origLink></item>
		<item>
		<title>Create a Contact Sheet of an iStockphoto Lightbox</title>
		<link>http://feedproxy.google.com/~r/DesignClipboard/~3/DUK2jfOESP8/</link>
		<comments>http://designclipboard.com/istockphoto-lightbox-contact-sheet/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 12:17:40 +0000</pubDate>
		<dc:creator>Jacob Lett</dc:creator>
				<category><![CDATA[Resources & Tools]]></category>
		<category><![CDATA[screencast]]></category>

		<guid isPermaLink="false">http://www.designclipboard.com/?p=431</guid>
		<description><![CDATA[<p><p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><p>Download a Lightbox of Images from Istockphoto

Thank you for visiting Design Clipboard

This video will show you how to download a lightbox of images from inside iStockhphoto.

Recently I created a lightbox in iStockphoto and I was looking for a way to quickly download the images.

I was trying to put together a contact sheet PDF so that I could discuss image options with a client. 

Surprisingly this feature does not exist and so I had to open and save each image individually. The more images you have the more time you lose.</p></p><p><a href="http://designclipboard.com/istockphoto-lightbox-contact-sheet/">Create a Contact Sheet of an iStockphoto Lightbox</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><iframe class="youtube" title="YouTube video player" width="587" height="360" src="http://www.youtube.com/embed/EmPDYeANcP4?rel=0&amp;hd=1" frameborder="0" allowfullscreen></iframe>


<h2>This video will show you how to download a lightbox of images from inside iStockhphoto to quickly create a contact sheet.</h2>

<p>Recently I created a lightbox in iStockphoto and I was looking for a way to quickly download the images.</p>

<p>I was trying to put together a contact sheet PDF so that I could discuss image options with a client. </p>

<p>Surprisingly this feature does not exist and so I had to open and save each image individually. The more images you have the more time you lose.</p>

<p>So I then searched the iStockphoto forums for possible solutions and found a script written by Sean Locke that eliminates the repetitive steps.</p>

<h2>Before You Start You Will Need</h2>
<ol>
	<li>A lightbox saved inside <a rel="nofollow" href="http://www.istockphoto.com/" title="iStockphoto">iStockphoto</a></li>
	<li><a rel="nofollow" href="http://www.mozilla.com/en-US/firefox/" title="Firefox Download">Firefox</a> browser installed</li>
	<li><a rel="nofollow" href="http://getfirebug.com/" title="Get Firebug">Firebug plugin</a> installed</li>
	<li><a rel="nofollow" href="http://www.digitalplanetdesign.com/scripts/IS_search_imageOnlyPage.user.js" title="IS_search_imageOnlyPage">Contact Sheet Script</a> Script written by Sean Locke (also provided at the end of this post)</li>
</ol>

<h2>When Ready Follow These Steps</h2>
<ol>
	<li>Open Firefox</li>
	<li>Open <a rel="nofollow" href="http://www.digitalplanetdesign.com/scripts/IS_search_imageOnlyPage.user.js" title="IS_search_imageOnlyPage">Contact Sheet Script</a> by Sean Locke</li>
	<li>Login to iStockphoto and navigate to the lightbox you would like to download</li>
	<li>Open Firebug and make sure the console tab is selected</li>
	<li>Select the entire Sean Locke script and copy to your clipboard</li>
	<li>Return to the lightbox page and paste the script in the console tab in Firebug</li>
	<li>Click run</li>
	<li>You should then see a gray button above your lightbox that says "Create tab of only images", Click it</li>
	<li>Save the page that opens as a complete web page to your computer</li>
	<li>You now have a folder of all the images inside your lightbox</li>
</ol>



<br/><br/>

<span class="codeLabel">JavaScript</span>
<pre class="brush: jscript; title: sss;">
// ==UserScript==
// @name           IS_search_imageOnlyPage
// @namespace      sjlocke
// @include        http://www.istockphoto.com/search*
// ==/UserScript==
// upon visiting a lightbox search page, a button will show.
// clicking it will open a new tab with all the images from that page

function showImagesOnly() {

	var html = &quot;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;table&gt;\n&quot;;

	// Show royalties for your files on this page
	var nodeList = document.getElementsByTagName(&quot;div&quot;);
	// Find divs like srItem_15084285
	patternMatch = /srItem/gi;
	var numInRow = 0;
	for (i=0;i&lt;nodeList.length;i++) {
		// find images on page
		if (nodeList[i].id.match(patternMatch)){
			if (!numInRow) html += &quot;&lt;tr&gt;\n&quot;;
			// Trying to get:
			///file_thumbview_approve/8828681/1/8828681-old-movie-projector.jpg
			
			// skip over flames and icons
			var preThumbImages = nodeList[i].childNodes[0].childNodes.length;
			preThumbImages -= 1;
			// /stock-photo-8828681-old-movie-projector.php
			var imageLink = nodeList[i].childNodes[0].childNodes[preThumbImages].href;
			if (!imageLink) alert (preThumbImages);
			imageLink = imageLink.replace(&quot;http://www.istockphoto.com/stock-photo-&quot;,&quot;&quot;);
			imageLink = imageLink.replace(&quot;http://www.istockphoto.com/stock-illustration-&quot;,&quot;&quot;);
			imageLink = imageLink.replace(&quot;http://www.istockphoto.com/stock-video-&quot;,&quot;&quot;);
			imageLink = imageLink.replace(&quot;php&quot;,&quot;jpg&quot;);
			var imageString = &quot;/file_thumbview_approve/&quot;;
			var imageNumber = nodeList[i].id.slice( nodeList[i].id.indexOf('_')+1 );
			imageString += imageNumber + &quot;/2/&quot; + imageLink;
			html += &quot;&lt;td&gt;\n&lt;img src=\&quot;http://www.istockphoto.com&quot;+imageString+&quot;\&quot; /&gt;\n&quot;;
			html += (&quot;&lt;br /&gt;\ncontent id: &quot;+imageNumber +&quot;\n&quot;);
			// find the meta data area div under the content
			var textDataDiv = nodeList[i].childNodes[1];
			if (textDataDiv) {
				for (j=0;j&lt;textDataDiv.childNodes.length;j++) {
					if ((textDataDiv.childNodes[j].className == &quot;srTitle trnct&quot;)  &amp;&amp; (textDataDiv.childNodes[j].style.display != &quot;none&quot;))
						html += (&quot;&lt;br /&gt;content title: &quot; + textDataDiv.childNodes[j].innerHTML + &quot;\n&quot;);
					if ((textDataDiv.childNodes[j].className == &quot;srContributor trnct&quot;) &amp;&amp; (textDataDiv.childNodes[j].style.display != &quot;none&quot;))
						html += (&quot;&lt;br /&gt;content author: &quot; + textDataDiv.childNodes[j].childNodes[0].innerHTML + &quot;\n&quot;);
					if ((textDataDiv.childNodes[j].className == &quot;srDownload&quot;) &amp;&amp; (textDataDiv.childNodes[j].style.display != &quot;none&quot;))
						html += (&quot;&lt;br /&gt;content downloads: &quot; + textDataDiv.childNodes[j].innerHTML + &quot;\n&quot;);
				}	
			}
			html += &quot;&lt;/td&gt;\n&quot;;
			numInRow++;
			if (numInRow == 2) {
				numInRow = 0;
				html += &quot;&lt;/tr&gt;\n&quot;;
			}
			//i = nodeList.length
		}
	}
	if (numInRow == 1) {
		html += &quot;&lt;/tr&gt;\n&quot;;
	}
	html += &quot;&lt;/table&gt;&quot;;
	var newTab = window.open('','_newtab');
	newTab.document.write();
	newTab.document.close();
	element = newTab.document.createElement(&quot;div&quot;);
	newTab.document.body.appendChild(element);
	element.innerHTML = html;

	// doesn't work in chrome
	//newTab.document.write(html);
	//newTab.document.close();
}

// Create the button and place it
// Find the div at the top

searchTitle = document.getElementById(&quot;searchTitle&quot;);

var div;
tmp = document.getElementById(&quot;searchReturnInterface_div&quot;);
if(!tmp){

	element = document.createElement(&quot;div&quot;);
	element.setAttribute(&quot;id&quot;, &quot;searchReturnInterface_div&quot;);
	element.style.padding = &quot;6px&quot;;
	element.style.backgroundColor = &quot;#DDDDFF&quot;;
	searchTitle.appendChild(element);
	div = element;
} else
	div = tmp;

element = document.createElement(&quot;input&quot;);
element.setAttribute(&quot;type&quot;, &quot;button&quot;);
element.setAttribute(&quot;value&quot;, &quot;Create Tab of only images&quot;);
element.setAttribute(&quot;name&quot;, &quot;showImagesOnly_btn&quot;);
element.style.width=&quot;300px&quot;;
element.style.margin=&quot;2px&quot;;
element.addEventListener(&quot;click&quot;,showImagesOnly,true);
// get the parent of the div and add the button
div.appendChild(element);
</pre><p><a href="http://designclipboard.com/istockphoto-lightbox-contact-sheet/">Create a Contact Sheet of an iStockphoto Lightbox</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/ensYTC22G14X8BzMFgbwxW6XWmY/0/da"><img src="http://feedads.g.doubleclick.net/~a/ensYTC22G14X8BzMFgbwxW6XWmY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/ensYTC22G14X8BzMFgbwxW6XWmY/1/da"><img src="http://feedads.g.doubleclick.net/~a/ensYTC22G14X8BzMFgbwxW6XWmY/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/DesignClipboard/~4/DUK2jfOESP8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://designclipboard.com/istockphoto-lightbox-contact-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://designclipboard.com/istockphoto-lightbox-contact-sheet/</feedburner:origLink></item>
		<item>
		<title>CSS 3 Columns</title>
		<link>http://feedproxy.google.com/~r/DesignClipboard/~3/ul3rUOEBvzI/</link>
		<comments>http://designclipboard.com/css-3-columns/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 10:33:46 +0000</pubDate>
		<dc:creator>Jacob Lett</dc:creator>
				<category><![CDATA[Cross Browser HTML Codes]]></category>
		<category><![CDATA[CSS Clipboard]]></category>
		<category><![CDATA[commonly used css]]></category>
		<category><![CDATA[css building blocks]]></category>
		<category><![CDATA[css columns]]></category>

		<guid isPermaLink="false">http://www.designclipboard.com/cross-browser-html-codes/css-3-columns/</guid>
		<description><![CDATA[<p><p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><p>CSS 3 Columns code. Add this code to your page to divide an area into 3 equal thirds. Similar to having a three column table.</p></p><p><a href="http://designclipboard.com/css-3-columns/">CSS 3 Columns</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><p>Divide your page with the CSS 3 columns code below.</p>

<p>First add the following code to your CSS file&hellip;</p>

<span class="codeLabel">CSS</span>
<pre class="brush: css; title: sss;">
.threeCol {margin-bottom:1em;overflow:hidden;}
.threeCol .leftCol, .threeCol .centerCol, .threeCol .rightCol {width:32.5%;float:left;overflow:hidden;}
</pre>

<p>and insert the following HTML code anywhere you would like to divide the content area in thirds. In case you're wondering what the overflow:hidden property does, it clears any floats it contains. Float clearing can be a gotcha in IE and Firefox and this simple property tells the the browser to do its job and wrap the contents inside of it. Otherwise it just chops it off. For more detail on this bug <a rel="nofollow" href="http://www.quirksmode.org/css/clearing.html">read this</a>.</p>

<span class="codeLabel">HTML</span>
<pre class="brush: xml; title: sss;">
&lt;div class=&quot;threeCol&quot;&gt;
	&lt;div class=&quot;leftCol&quot;&gt;
		&lt;!-- HTML code goes here --&gt;
	&lt;/div&gt;&lt;!-- .leftCol --&gt;
	&lt;div class=&quot;centerCol&quot;&gt;
		&lt;!-- HTML code goes here --&gt;
	&lt;/div&gt;&lt;!-- .centerCol --&gt;
	&lt;div class=&quot;rightCol&quot;&gt;
		&lt;!-- HTML code goes here --&gt;
	&lt;/div&gt;&lt;!-- .rightCol --&gt;
&lt;/div&gt;&lt;!-- .threeCol --&gt;
</pre><p><a href="http://designclipboard.com/css-3-columns/">CSS 3 Columns</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/Ag6wpeSGVPt5_4ujpMjz2EUJSqA/0/da"><img src="http://feedads.g.doubleclick.net/~a/Ag6wpeSGVPt5_4ujpMjz2EUJSqA/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Ag6wpeSGVPt5_4ujpMjz2EUJSqA/1/da"><img src="http://feedads.g.doubleclick.net/~a/Ag6wpeSGVPt5_4ujpMjz2EUJSqA/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/DesignClipboard/~4/ul3rUOEBvzI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://designclipboard.com/css-3-columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://designclipboard.com/css-3-columns/</feedburner:origLink></item>
		<item>
		<title>CSS 2 Columns</title>
		<link>http://feedproxy.google.com/~r/DesignClipboard/~3/xUUJAc-rMXU/</link>
		<comments>http://designclipboard.com/css-2-columns/#comments</comments>
		<pubDate>Sat, 05 Mar 2011 10:30:57 +0000</pubDate>
		<dc:creator>Jacob Lett</dc:creator>
				<category><![CDATA[Cross Browser HTML Codes]]></category>
		<category><![CDATA[CSS Clipboard]]></category>
		<category><![CDATA[commonly used css]]></category>
		<category><![CDATA[css building blocks]]></category>
		<category><![CDATA[css columns]]></category>

		<guid isPermaLink="false">http://www.designclipboard.com/?p=397</guid>
		<description><![CDATA[<p><p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><p>CSS 2 Columns code. Add this code to your page to divide an area into 2 equal halves. Similar to having a two column table.</p></p><p><a href="http://designclipboard.com/css-2-columns/">CSS 2 Columns</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><p>Divide your page with the CSS 2 columns code below.</p>
<p>First add the following code to your CSS file&hellip;</p>

<span class="codeLabel">CSS</span>
<pre class="brush: css; title: sss;">
.twoCol {margin-bottom:1em;overflow:hidden;}
.leftCol, .rightCol {width:49%;overflow:hidden;}
.leftCol {float:left;}
.rightCol {float:right;}
</pre>
<p>and insert the following HTML code anywhere you would like to divide the content area in half. Common uses would be to have pictures on the right and text on left or dividing a really long bullet list in half. In case you're wondering what the overflow:hidden property does, it clears any floats it contains. Float clearing can be a gotcha in IE and Firefox and this simple property tells the the browser to do its job and wrap the contents inside of it. Otherwise it just chops it off. For more detail on this bug <a rel="nofollow" href="http://www.quirksmode.org/css/clearing.html">read this</a>.</p>

<span class="codeLabel">HTML</span>
<pre class="brush: xml; title: sss;">
&lt;div class=&quot;twoCol&quot;&gt;
	&lt;div class=&quot;leftCol&quot;&gt;
		&lt;!-- HTML code goes here --&gt;
	&lt;/div&gt;&lt;!-- .leftCol --&gt;
	&lt;div class=&quot;rightCol&quot;&gt;
		&lt;!-- HTML code goes here --&gt;
	&lt;/div&gt;&lt;!-- .rightCol --&gt;
&lt;/div&gt;&lt;!-- .twoCol --&gt;
</pre><p><a href="http://designclipboard.com/css-2-columns/">CSS 2 Columns</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/y47bXyJWY7sTySe5R6BQdggdz9g/0/da"><img src="http://feedads.g.doubleclick.net/~a/y47bXyJWY7sTySe5R6BQdggdz9g/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/y47bXyJWY7sTySe5R6BQdggdz9g/1/da"><img src="http://feedads.g.doubleclick.net/~a/y47bXyJWY7sTySe5R6BQdggdz9g/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/DesignClipboard/~4/xUUJAc-rMXU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://designclipboard.com/css-2-columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://designclipboard.com/css-2-columns/</feedburner:origLink></item>
		<item>
		<title>If Condition Is Met, Show Content</title>
		<link>http://feedproxy.google.com/~r/DesignClipboard/~3/Fxv_eTvx4ww/</link>
		<comments>http://designclipboard.com/if-condition-is-met-show-content/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 10:36:47 +0000</pubDate>
		<dc:creator>Jacob Lett</dc:creator>
				<category><![CDATA[Cross Browser HTML Codes]]></category>
		<category><![CDATA[PHP Clipboard]]></category>
		<category><![CDATA[php functions]]></category>

		<guid isPermaLink="false">http://www.designclipboard.com/cross-browser-html-codes/if-condition-is-met-show-content/</guid>
		<description><![CDATA[<p><p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><p>Show content only when a condition is met. This can be teamed up with other conditions to include one sidebar.php file with all of your secondary navigation, and then show the proper navigation on a certain page. The code above also makes it easier to add HTML between PHP without the need for echo</p></p><p><a href="http://designclipboard.com/if-condition-is-met-show-content/">If Condition Is Met, Show Content</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><span class="codeLabel">PHP</span>
<pre class="brush: php; title: sss;">
&lt;?php
// Checks to see if the URL contains the text string 
// and if it does, it writes the HTML code to the page
if( stristr($_SERVER['PHP_SELF'], '/foo/bar/1/') == TRUE )
&lt;?php { ?&gt;
&lt;!--Your HTML Content Goes Here--&gt;
&lt;?php } ?&gt;
</pre>

<p>Show content only when a condition is met. This can be teamed up with other conditions to include one sidebar.php file with all of your secondary navigation, and then show the proper navigation on a certain page. The code above also makes it easier to add HTML between PHP without the need for echo ' '</p>

<p>
<b>Source: </b>
<a rel="nofollow" href="http://php.net/manual/en/control-structures.elseif.php">http://php.net/manual/en/control-structures.elseif.php</a></p>



<p><a href="http://designclipboard.com/if-condition-is-met-show-content/">If Condition Is Met, Show Content</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/-Q6fzV7kZQCSEESe-qQxw91OiOI/0/da"><img src="http://feedads.g.doubleclick.net/~a/-Q6fzV7kZQCSEESe-qQxw91OiOI/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/-Q6fzV7kZQCSEESe-qQxw91OiOI/1/da"><img src="http://feedads.g.doubleclick.net/~a/-Q6fzV7kZQCSEESe-qQxw91OiOI/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/DesignClipboard/~4/Fxv_eTvx4ww" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://designclipboard.com/if-condition-is-met-show-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://designclipboard.com/if-condition-is-met-show-content/</feedburner:origLink></item>
		<item>
		<title>Display Content on Certain Page &amp; Set Link Active</title>
		<link>http://feedproxy.google.com/~r/DesignClipboard/~3/e68fKaVFd5Y/</link>
		<comments>http://designclipboard.com/display-content-on-certain-page-and-set-link-active/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 01:36:46 +0000</pubDate>
		<dc:creator>Jacob Lett</dc:creator>
				<category><![CDATA[Cross Browser HTML Codes]]></category>
		<category><![CDATA[dynamic content]]></category>
		<category><![CDATA[php functions]]></category>

		<guid isPermaLink="false">http://www.designclipboard.com/cross-browser-html-codes/display-content-on-a-certain-page-and-set-a-nav-link-active/</guid>
		<description><![CDATA[<p><p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><p>Let's say you have a sidebar included on every page. The php code above displays the sidebar nav only if your browser is pointed to that page. The JavaScript underneath will then set the current page active by adding a class name to it, which you can then apply your styling in CSS.</p></p><p><a href="http://designclipboard.com/display-content-on-certain-page-and-set-link-active/">Display Content on Certain Page &#038; Set Link Active</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><span class="codeLabel">PHP</span>
<pre class="brush: php; title: sss;">
&lt;?php
// Checks to see if the URL contains the text string 
// and if it does, it writes the HTML code to the page
if( stristr($_SERVER['PHP_SELF'], &#8216;/foo/bar/1/&#8217;) == TRUE )
&lt;?php { ?&gt;

&lt;ul class=&quot;nav&quot;&gt;
&lt;li&gt;&lt;a href=&quot;/foo/bar/1/&quot;&gt;Link to Page 1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;/foo/bar/2/&quot;&gt;Link to Page 2&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;?php } ?&gt;
</pre>

<span class="codeLabel">JavaScript</span>
<pre class="brush: jscript; title: sss;">
	&lt;script src=&quot;https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;	
	&lt;script type=&quot;text/javascript&quot;&gt;
		// Searches the secondary nav and matches the site URL to the link HREF to make the link active
		// For this example, the link to Page 1 will be set active
		$(&quot;.nav a&quot;).each(function() {
			if(this.href == window.location) $(this).addClass(&quot;active&quot;);
		});
	&lt;/script&gt;
</pre>
<p>Let&#8217;s say you have a sidebar included on every page. The php code above displays the sidebar nav only if your browser is pointed to that page. The JavaScript underneath will then set the current page active by adding a class name to it, which you can then apply your styling in CSS.</p><p><a href="http://designclipboard.com/display-content-on-certain-page-and-set-link-active/">Display Content on Certain Page &#038; Set Link Active</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/aJOzHN7uMYUyxgwBg8i7jskt0vk/0/da"><img src="http://feedads.g.doubleclick.net/~a/aJOzHN7uMYUyxgwBg8i7jskt0vk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/aJOzHN7uMYUyxgwBg8i7jskt0vk/1/da"><img src="http://feedads.g.doubleclick.net/~a/aJOzHN7uMYUyxgwBg8i7jskt0vk/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/DesignClipboard/~4/e68fKaVFd5Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://designclipboard.com/display-content-on-certain-page-and-set-link-active/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://designclipboard.com/display-content-on-certain-page-and-set-link-active/</feedburner:origLink></item>
		<item>
		<title>Finding the Right Symbol Code for the Right Symbol</title>
		<link>http://feedproxy.google.com/~r/DesignClipboard/~3/83yJG_KEh50/</link>
		<comments>http://designclipboard.com/right-symbol-html-code/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 13:02:08 +0000</pubDate>
		<dc:creator>Jacob Lett</dc:creator>
				<category><![CDATA[Resources & Tools]]></category>

		<guid isPermaLink="false">http://www.designclipboard.com/?p=283</guid>
		<description><![CDATA[<p><p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><p>When building websites for clients you will often receive word documents full of special characters. Without the proper HTML character code, your symbol could display improperly. Common symbols I look for are registered trademark, copyright, quote marks, em and en spaces, and left and right symbols. I would generally type in the name of the [...]</p></p><p><a href="http://designclipboard.com/right-symbol-html-code/">Finding the Right Symbol Code for the Right Symbol</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><p>When building websites for clients you will often receive word documents full of special characters. Without the proper HTML character code, your symbol could display improperly. Common symbols I look for are registered trademark, copyright, quote marks, em and en spaces, and left and <a rel="nofollow" href="http://www.designclipboard.com/html-character-symbols-codes/">right symbols</a>.</p>
<p>I would generally type in the name of the symbol inside <a rel="nofollow" rel="nofollow" href="http://www.google.com/#sclient=psy&amp;hl=en&amp;client=firefox-a&amp;hs=6du&amp;rls=org.mozilla:en-US%3Aofficial&amp;q=html+symbols&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=html+symbols&amp;bav=on.1,or.&amp;fp=8077e84e2fa921e0">Google</a> to find the proper code. But most sites made it difficult to find the <strong>right symbol</strong> I was looking for because they were small and hard to see. I created a page of symbols with the ones most commonly used towards the top. I hope this helps you in your everyday search for the <strong>right symbol</strong> code for your projects.</p>
<p><a rel="nofollow" href="http://www.designclipboard.com/codes-for-html-symbols/"><img class="alignnone size-full wp-image-589" title="right-symbol" src="http://www.designclipboard.com/wp-content/uploads/2011/02/right-symbol.png" alt="" width="586" height="352" /></a></p>
<p><span id="more-283"></span><br />
Click here to see entire table of <a rel="nofollow" href="http://www.designclipboard.com/html-character-symbols-codes/">codes for html symbols</a>. Now finding the <strong>right symbol</strong> is a little easier.</p>
<p><a href="http://designclipboard.com/right-symbol-html-code/">Finding the Right Symbol Code for the Right Symbol</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/vkSn0DphlLTkyncka2sP8kDrKZs/0/da"><img src="http://feedads.g.doubleclick.net/~a/vkSn0DphlLTkyncka2sP8kDrKZs/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/vkSn0DphlLTkyncka2sP8kDrKZs/1/da"><img src="http://feedads.g.doubleclick.net/~a/vkSn0DphlLTkyncka2sP8kDrKZs/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/DesignClipboard/~4/83yJG_KEh50" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://designclipboard.com/right-symbol-html-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://designclipboard.com/right-symbol-html-code/</feedburner:origLink></item>
		<item>
		<title>Web Font Stacks</title>
		<link>http://feedproxy.google.com/~r/DesignClipboard/~3/r-nszPQ4WRQ/</link>
		<comments>http://designclipboard.com/font-stacks/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 14:49:11 +0000</pubDate>
		<dc:creator>Jacob Lett</dc:creator>
				<category><![CDATA[CSS Clipboard]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[font stacks]]></category>
		<category><![CDATA[html codes]]></category>

		<guid isPermaLink="false">http://www.designclipboard.com/?p=193</guid>
		<description><![CDATA[<p><p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><p>A list of commonly used used web font stacks to help choose the best typography for your site. Grouped by their preferred usage of headlines vs. paragraphs.</p></p><p><a href="http://designclipboard.com/font-stacks/">Web Font Stacks</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><span class="codeLabel">CSS</span>
<pre class="brush: css; title: sss;">
/*
Web Font Stacks
BALANCED FOR PARAGRAPHS
*/
font-family: Baskerville, &quot;Times New Roman&quot;, Times, serif;?
font-family: Garamond, &quot;Hoefler Text&quot;, Times New Roman, Times, serif;
font-family: Geneva, &quot;Lucida Sans&quot;, &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, Verdana, sans-serif;?
font-family: Georgia, Palatino,&quot; Palatino Linotype&quot;, Times, &quot;Times New Roman&quot;, serif;?
font-family: &quot;Gill Sans&quot;, Calibri, &quot;Trebuchet MS&quot;, sans-serif;?
font-family: &quot;Helvetica Neue&quot;, Arial, Helvetica, sans-serif;
font-family: Palatino, &quot;Palatino Linotype&quot;, Georgia, Times, &quot;Times New Roman&quot;, serif;?
font-family: Tahoma, Geneva, Verdana;?
font-family: &quot;Trebuchet MS&quot;, &quot;Lucida Sans Unicode&quot;, &quot;Lucida Grande&quot;,&quot; Lucida Sans&quot;, Arial, sans-serif;?
font-family: Verdana, Geneva, Tahoma, sans-serif;?

/*
BALANCED FOR TITLES;
*/
font-family: Baskerville, Times, &quot;Times New Roman&quot;, serif;
font-family: Garamond, &quot;Hoefler Text&quot;, Palatino, &quot;Palatino Linotype&quot;, serif;
font-family: Geneva, Verdana, &quot;Lucida Sans&quot;, &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, sans-serif;
font-family: Georgia, Times, &quot;Times New Roman&quot;, serif;
font-family: &quot;Gill Sans&quot;, &quot;Trebuchet MS&quot;, Calibri, sans-serif;
font-family: Helvetica, &quot;Helvetica Neue&quot;, Arial, sans-serif;
font-family: Palatino, &quot;Palatino Linotype&quot;, &quot;Hoefler Text&quot;, Times, &quot;Times New Roman&quot;, serif;
font-family: Tahoma, Verdana, Geneva;
font-family: &quot;Trebuchet MS&quot;, Tahoma, Arial, sans-serif;
font-family: Verdana, Tahoma, Geneva, sans-serif;

/*
BALANCED FOR BOTH TITLES &amp;amp; PARAGRAHS
*/

font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif;
font-family: Cambria, Georgia, Times, &quot;Times New Roman&quot;, serif;
font-family: &quot;Century Gothic&quot;, &quot;Apple Gothic&quot;, sans-serif;
font-family: Consolas, &quot;Lucida Console&quot;, Monaco, monospace;
font-family: &quot;Copperplate Light&quot;, &quot;Copperplate Gothic Light&quot;, serif;
font-family: &quot;Courier New&quot;, Courier, monospace;
font-family: &quot;Franklin Gothic Medium&quot;, &quot;Arial Narrow Bold&quot;, Arial, sans-serif;
font-family: Futura, &quot;Century Gothic&quot;, AppleGothic, sans-serif;
font-family: Impact, Haettenschweiler, &quot;Arial Narrow Bold&quot;, sans-serif;
font-family: &quot;Lucida Sans&quot;, &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, sans-serif;
font-family: Times, &quot;Times New Roman&quot;, Georgia, serif;
</pre><p><a href="http://designclipboard.com/font-stacks/">Web Font Stacks</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/UK4lXxGW8PyULX7AbBRrhx2Hx5g/0/da"><img src="http://feedads.g.doubleclick.net/~a/UK4lXxGW8PyULX7AbBRrhx2Hx5g/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/UK4lXxGW8PyULX7AbBRrhx2Hx5g/1/da"><img src="http://feedads.g.doubleclick.net/~a/UK4lXxGW8PyULX7AbBRrhx2Hx5g/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/DesignClipboard/~4/r-nszPQ4WRQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://designclipboard.com/font-stacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://designclipboard.com/font-stacks/</feedburner:origLink></item>
		<item>
		<title>Rename File Names Quickly and Easily on a Mac</title>
		<link>http://feedproxy.google.com/~r/DesignClipboard/~3/iHg_wT46HfY/</link>
		<comments>http://designclipboard.com/batch-image-resize-and-image-file-renaming/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 10:20:10 +0000</pubDate>
		<dc:creator>Jacob Lett</dc:creator>
				<category><![CDATA[Resources & Tools]]></category>

		<guid isPermaLink="false">http://www.designclipboard.com/?p=146</guid>
		<description><![CDATA[<p><p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><p>Do you have a folder of images that you would like to rename into a sequential order? The OSX finder is somewhat limited in the file renaming department&#8230; Which is why I love this tool called NameChanger. I often have a folder of a bunch of images that I need to link up in a [...]</p></p><p><a href="http://designclipboard.com/batch-image-resize-and-image-file-renaming/">Rename File Names Quickly and Easily on a Mac</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://designclipboard.com">Design Clipboard - Design Clipboard was created to make a web designers job easier by offering code, tools, and resources to help you work more efficiently.</a></p><h2>Do you have a folder of images that you would like to rename into a sequential order?</h2>
<p>The OSX finder is somewhat limited in the file renaming department&#8230; Which is why I love this tool called <a rel="nofollow" title="NameChanger" href="http://www.mrrsoftware.com/MRRSoftware/NameChanger.html" target="_blank">NameChanger</a>. I often have a folder of a bunch of images that I need to link up in a photo gallery.</p>
<p>&nbsp;</p>
<h2>My workflow is usually something like this.</h2>
<ol>
<li>Collect images in a folder</li>
<li>Rename all images inside the folder to be in sequential order using NameChanger (imageGallery-1.jpg, imageGallery-2.jpg, imageGallery-3.jpg, and so on.)</li>
<li>Then I open the folder in Fireworks and do a batch resize and save the originals as a backup.</li>
<li>I also add &#8220;-thumb&#8221; to the image names with Fireworks</li>
<li>Upload the images and link to them inside the HTML document. Each link will be the same except for its number. This sure beats having to change the src, alt, href, and title for each image.</li>
</ol>
<p>Not only is it free and easy to use, but it works.</p>
<h3><a rel="nofollow" href="http://web.mac.com/mickeyroberson/MRR_Software/Demo.html">You can watch a demo on how it works here.</a></h3>
<p><a href="http://designclipboard.com/batch-image-resize-and-image-file-renaming/">Rename File Names Quickly and Easily on a Mac</a>
<a href="http://designclipboard.com">Design Clipboard</a></p>
<p><a href="http://feedads.g.doubleclick.net/~a/HSyqrm_J9V30_8HT3Ra31nzAJxE/0/da"><img src="http://feedads.g.doubleclick.net/~a/HSyqrm_J9V30_8HT3Ra31nzAJxE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/HSyqrm_J9V30_8HT3Ra31nzAJxE/1/da"><img src="http://feedads.g.doubleclick.net/~a/HSyqrm_J9V30_8HT3Ra31nzAJxE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/DesignClipboard/~4/iHg_wT46HfY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://designclipboard.com/batch-image-resize-and-image-file-renaming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://designclipboard.com/batch-image-resize-and-image-file-renaming/</feedburner:origLink></item>
	</channel>
</rss>

