<?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>Propaganda Party &#187; Tips, Tricks &amp; Tools</title>
	<atom:link href="http://blog.popstalin.com/articles/category/design/tips-tricks-tools/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.popstalin.com</link>
	<description>The Pop Stalin Design Manifesto</description>
	<lastBuildDate>Sat, 11 Jul 2009 18:51:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What Year Does Your Footer Show?</title>
		<link>http://blog.popstalin.com/articles/design/tips-tricks-tools/what-year-does-your-footer-show</link>
		<comments>http://blog.popstalin.com/articles/design/tips-tricks-tools/what-year-does-your-footer-show#comments</comments>
		<pubDate>Sun, 13 Jan 2008 14:00:19 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
				<category><![CDATA[Tips, Tricks & Tools]]></category>

		<guid isPermaLink="false">http://blog.popstalin.com/what-year-does-your-footer-show/</guid>
		<description><![CDATA[Is it still copyright 2007? If so, this is your friendly reminder to change it. Better yet, why not use a little bit of code that does it for you?]]></description>
			<content:encoded><![CDATA[<p>Is it still copyright 2007? If so, this is your friendly reminder to change it. Better yet, why not use a little bit of code that does it for you?</p>

<div class="wp_syntax"><table summary="Highlighted Code"><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
</pre></td><td class="code"><pre class="php" style="font-family:monospace;">Copyright &amp;copy;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #666666; font-style: italic;">// automatically update the copyright date each year</span>
      <span style="color: #990000;">ini_set</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'date.timezone'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'America/New_York'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
     <span style="color: #000088;">$startYear</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">2000</span><span style="color: #339933;">;</span>
     <span style="color: #000088;">$thisYear</span> <span style="color: #339933;">=</span> <span style="color: #990000;">date</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Y'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
 <span style="color: #990000;">echo</span> <span style="color: #0000ff;">&quot;<span style="color: #006699; font-weight: bold;">{$startYear}</span> - <span style="color: #006699; font-weight: bold;">{$thisYear}</span>&quot;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">?&gt;</span> all rights reserved</pre></td></tr></table></div>

<p>You can get a <a href="http://www.php.net/manual/en/timezones.php">list of timezones</a> from the PHP manual.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.popstalin.com/articles/design/tips-tricks-tools/what-year-does-your-footer-show/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Design Javascript Bookmarklet</title>
		<link>http://blog.popstalin.com/articles/design/tips-tricks-tools/design-javascript-bookmarklet</link>
		<comments>http://blog.popstalin.com/articles/design/tips-tricks-tools/design-javascript-bookmarklet#comments</comments>
		<pubDate>Thu, 03 Jan 2008 18:44:40 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
				<category><![CDATA[Tips, Tricks & Tools]]></category>

		<guid isPermaLink="false">http://blog.popstalin.com/?p=129</guid>
		<description><![CDATA[<p>I&#8217;m a big fan of tools to help me with my work, especially if they&#8217;re web-based. I have great love for the Firefox &#8216;<a href="http://chrispederick.com/work/web-developer/">Web Developer&#8217;s</a>&#8216; extension but I just came across a tool today that I&#8217;m quite excited about; It&#8217;s called <em><a href="http://www.sprymedia.co.uk/article/Design">Design</a></em> and it&#8217;s a Javascript&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a big fan of tools to help me with my work, especially if they&#8217;re web-based. I have great love for the Firefox &#8216;<a href="http://chrispederick.com/work/web-developer/">Web Developer&#8217;s</a>&#8216; extension but I just came across a tool today that I&#8217;m quite excited about; It&#8217;s called <em><a href="http://www.sprymedia.co.uk/article/Design">Design</a></em> and it&#8217;s a Javascript bookmarklet that helps with measurement and alignment in web design.</p>
<blockquote><p><em>Design</em> is a suite of web-design and development assistive tools which can be utilised on any web-page. Encompassing utilities for grid layout, measurement and alignment, <em>Design</em> is a uniquely powerful JavaScript bookmarklet.</p></blockquote>
<p>Below are some screenshots of the bookmarklet in action.</p>
<div class="fimg">
<strong>Grid:</strong> Overlays a highly configurable layout grid over a web-page. Grid can be set to match any set of dimensions, allowing easy development of CSS layouts in the web-browser.<br />
<img src='http://blog.popstalin.com/wp-content/uploads/2008/01/design-grid.png' alt='Design Bookmarklet Grid Screenshot' style="margin-top:10px" /></div>
<div class="fimg">
<strong>Ruler:</strong> Displays rulers on a page, with all the expected features of the rulers found in a desktop design application, including guides which snap to block display elements and origin location control.<br />
<img src='http://blog.popstalin.com/wp-content/uploads/2008/01/design-ruler.png' alt='Design Bookmarklet Ruler Screenshot' style="margin-top:10px" /></div>
<div class="fimg">
<strong>Unit:</strong> Allows measurements to be made between any two points on a web-page, giving basic information about each of the points clicked on, and drawing a line on the page for the measurement.<br />
<img src='http://blog.popstalin.com/wp-content/uploads/2008/01/design-unit.png' alt='Design Bookmarklet Unit Screenshot' style="margin-top:10px" /></div>
<div class="fimg">
<strong>Crosshair:</strong> Draws a crosshair cursor on the page to assist in layout alignment. Cursor information is also presented in a tooltip.<br />
<img src='http://blog.popstalin.com/wp-content/uploads/2008/01/design-crosshair.png' alt='Design Bookmarklet Crosshair Screenshot' style="margin-top:10px" /></div>
<p><a href="http://www.sprymedia.co.uk/article/Design">Download it today</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.popstalin.com/articles/design/tips-tricks-tools/design-javascript-bookmarklet/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>John Chow Dot Com: Review My Blog Linkback Program</title>
		<link>http://blog.popstalin.com/articles/design/tips-tricks-tools/john-chow-dot-com-review-my-blog-linkback-program</link>
		<comments>http://blog.popstalin.com/articles/design/tips-tricks-tools/john-chow-dot-com-review-my-blog-linkback-program#comments</comments>
		<pubDate>Tue, 27 Feb 2007 20:09:33 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
				<category><![CDATA[Tips, Tricks & Tools]]></category>

		<guid isPermaLink="false">http://blog.popstalin.com/?p=74</guid>
		<description><![CDATA[<p><a href="http://www.johnchow.com/">John Chow</a> wants you to <a href="http://www.johnchow.com/review-my-blog-get-a-free-linkback/">review his blog</a> (note: this page is currently not showing on his site). In return you get a linkback from the &#8220;459th most popular blog on the Internet, according to <a href="http://www.technorati.com/search/www.johnchow.com">Technorati</a>.&#8221; In 200 words here&#8217;s what I think of John&#8217;s blog:</p>
<p>John seems&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.johnchow.com/">John Chow</a> wants you to <a href="http://www.johnchow.com/review-my-blog-get-a-free-linkback/">review his blog</a> (note: this page is currently not showing on his site). In return you get a linkback from the &#8220;459th most popular blog on the Internet, according to <a href="http://www.technorati.com/search/www.johnchow.com">Technorati</a>.&#8221; In 200 words here&#8217;s what I think of John&#8217;s blog:</p>
<p>John seems to use every trick in the book to monetize his web sites and what&#8217;s good about his blog is that he shares his tips and tricks, helping you too become a &#8220;Dot Com Mogul.&#8221; Whether or not he shares all of his tips remains unknown but the advice he does offer is quite useful. Just today he posted about <a href="http://www.johnchow.com/how-i-got-banned-then-unbanned-from-technorati/">gaming Technorati</a> and it makes me wonder how many people will now begin employing the same tactics. With his recent Technorati gaming exercise his ranking now stands at 258. Some may not want to employ his tactics but there are many others out there that will. In return many of the blogs he links to noticed an increase in their Technorati standings as well. It&#8217;s a shame I didn&#8217;t finish writing this review sooner I suppose.</p>
<p>Though I apply none of his tips to my own design blog it&#8217;s good to know some of the things he writes about because you may have a client that is interested in doing this sort of thing—and any information you can provide a client, the better chance of a referral or repeat business you&#8217;ll have. I also find it useful to read blogs that don&#8217;t necessarily apply to your exact line of business. Of course, I like to learn as much as possible about as many things as I can just &#8217;cause I like to learn stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.popstalin.com/articles/design/tips-tricks-tools/john-chow-dot-com-review-my-blog-linkback-program/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Discovering Cool Things a Mac Can Do</title>
		<link>http://blog.popstalin.com/articles/design/tips-tricks-tools/discovering-cool-things-a-mac-can-do</link>
		<comments>http://blog.popstalin.com/articles/design/tips-tricks-tools/discovering-cool-things-a-mac-can-do#comments</comments>
		<pubDate>Fri, 19 Jan 2007 10:00:34 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
				<category><![CDATA[Tips, Tricks & Tools]]></category>

		<guid isPermaLink="false">http://blog.popstalin.com/?p=41</guid>
		<description><![CDATA[<p>Want to know how to cycle through a folder without having to use the aliases in the sidebar of your Finder window? Just &#8220;Command+Click&#8221; the folder&#8217;s name at the top of the window.</p>
<p>Maybe you&#8217;d like to open a new Finder window from a sidebar item—just&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Want to know how to cycle through a folder without having to use the aliases in the sidebar of your Finder window? Just &#8220;Command+Click&#8221; the folder&#8217;s name at the top of the window.</p>
<p>Maybe you&#8217;d like to open a new Finder window from a sidebar item—just &#8220;Command+Click&#8221; on the folder name in the sidebar.</p>
<p>Using a Mac laptop? To delete items to the right of your cursor, &#8220;Function+Delete&#8221; does the trick.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.popstalin.com/articles/design/tips-tricks-tools/discovering-cool-things-a-mac-can-do/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add Flare to Your Feeds: Creating a Feedburner FeedFlare</title>
		<link>http://blog.popstalin.com/articles/design/tips-tricks-tools/add-flare-to-your-feeds-creating-a-feedburner-feedflare</link>
		<comments>http://blog.popstalin.com/articles/design/tips-tricks-tools/add-flare-to-your-feeds-creating-a-feedburner-feedflare#comments</comments>
		<pubDate>Thu, 18 Jan 2007 23:44:25 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
				<category><![CDATA[Tips, Tricks & Tools]]></category>

		<guid isPermaLink="false">http://blog.popstalin.com/?p=40</guid>
		<description><![CDATA[<p>After reading <a href="http://www.pronetadvertising.com/">Pronet Advertising&#8217;s</a> post &#8220;<a href="http://www.pronetadvertising.com/articles/making-your-content-delicious.html">Making Your Content Del.icio.us</a>&#8221; I wanted to place an &#8220;Add to Del.icio.us&#8221; link in my feeds. It took some searching but I finally found out how to add it to my <a href="http://www.feedburner.com/fb/a/developers/feedflare">Feedburner</a> feeds. I also noticed that Pronet Advertising had a link&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>After reading <a href="http://www.pronetadvertising.com/">Pronet Advertising&#8217;s</a> post &#8220;<a href="http://www.pronetadvertising.com/articles/making-your-content-delicious.html">Making Your Content Del.icio.us</a>&#8221; I wanted to place an &#8220;Add to Del.icio.us&#8221; link in my feeds. It took some searching but I finally found out how to add it to my <a href="http://www.feedburner.com/fb/a/developers/feedflare">Feedburner</a> feeds. I also noticed that Pronet Advertising had a link at the bottom of their RSS entitled &#8220;Consulting from Pronet Advertising.&#8221; Not to be outdone, I wanted my own custom &#8220;<a href="http://www.popstalin.com/contact/">Hire Pop Stalin Design</a>&#8221; link at the bottom of my <a href="http://feeds.feedburner.com/thepropagandaparty">RSS feeds</a>. Here&#8217;s how to do it. <span id="more-40"></span><br />
<!--more--><br />
Feedburner has a tool on their site called &#8220;<a href="http://www.feedburner.com/fb/a/developers/flarescratchpad">FeedFlare Scratchpad</a>&#8221; and this is where the testing for your feed can be done once it&#8217;s created. Below is an example of code I used to accomplish this.</p>
<p>&lt;FeedFlareUnit&gt;<br />
 &lt;Catalog&gt;<br />
  &lt;Title&gt;Title for Flare Item&lt;/Title&gt;<br />
  &lt;Description&gt;Description for Flare Item&lt;/Description&gt;<br />
 &lt;/Catalog&gt;<br />
 &lt;FeedFlare&gt;<br />
  &lt;Text&gt;Text that will appear in your feed&lt;/Text&gt;<br />
  &lt;Link href=&quot;http://www.yourlinkhere.com/&quot;/&gt;<br />
 &lt;/FeedFlare&gt;<br />
&lt;/FeedFlareUnit&gt;</p>
<p>Save the above as a XML file in your favorite text editor, upload to your Feedburner FeedFlare page and voil&#224;—a custom link in your RSS feeds. There are many more things you can do with it that I don&#8217;t understand but maybe you will! Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.popstalin.com/articles/design/tips-tricks-tools/add-flare-to-your-feeds-creating-a-feedburner-feedflare/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Aligning Items in Photoshop with Smart Guides</title>
		<link>http://blog.popstalin.com/articles/design/tips-tricks-tools/aligning-items-in-photoshop-with-smart-guides</link>
		<comments>http://blog.popstalin.com/articles/design/tips-tricks-tools/aligning-items-in-photoshop-with-smart-guides#comments</comments>
		<pubDate>Sun, 14 Jan 2007 15:17:53 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
				<category><![CDATA[Tips, Tricks & Tools]]></category>

		<guid isPermaLink="false">http://blog.popstalin.com/?p=35</guid>
		<description><![CDATA[<p>I&#8217;m quite certain most people know about this handy little trick in Photoshop CS2 but for those of us discovering it late in the game, it can be a god-send. I&#8217;m referring to &#8220;Smart Guides.&#8221;</p>
<p>To enable &#8220;Smart Guides&#8221; navigate to &#8220;View > Show > Smart Guides.&#8221; Once&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.adobe.com/images/store/product_boxshots/150x150/box_photoshopCS2_150x150.jpg" alt="Adobe Photoshop CS2" style="float:left;margin-right:5px" />I&#8217;m quite certain most people know about this handy little trick in Photoshop CS2 but for those of us discovering it late in the game, it can be a god-send. I&#8217;m referring to &#8220;Smart Guides.&#8221;</p>
<p>To enable &#8220;Smart Guides&#8221; navigate to &#8220;View > Show > Smart Guides.&#8221; Once you&#8217;ve done that move something around in your file and you will see a fuschia line following it about. It&#8217;s almost like magic. Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.popstalin.com/articles/design/tips-tricks-tools/aligning-items-in-photoshop-with-smart-guides/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Coding Practices From Other Developers</title>
		<link>http://blog.popstalin.com/articles/design/tips-tricks-tools/learning-coding-practices-from-other-developers</link>
		<comments>http://blog.popstalin.com/articles/design/tips-tricks-tools/learning-coding-practices-from-other-developers#comments</comments>
		<pubDate>Tue, 15 Aug 2006 01:32:30 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
				<category><![CDATA[Tips, Tricks & Tools]]></category>

		<guid isPermaLink="false">http://blog.popstalin.com/?p=16</guid>
		<description><![CDATA[<p>I&#8217;m preparing to work on a new site design that I want to incorporate some accessibility into and in doing so, wanted to take a look at one of my favorite accessibility sites&#8217; stylesheet&#8212;<a href="http://www.456bereastreet.com/" title="456 Berea Street">456 Berea Street</a>. Roger, in my opinion is an accessibility guru and&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m preparing to work on a new site design that I want to incorporate some accessibility into and in doing so, wanted to take a look at one of my favorite accessibility sites&#8217; stylesheet&#8212;<a href="http://www.456bereastreet.com/" title="456 Berea Street">456 Berea Street</a>. Roger, in my opinion is an accessibility guru and I learn a lot from him. </p>
<p><span id="more-16"></span></p>
<p>What I saw at the top of Roger&#8217;s stylesheet, for me anyway, was one of those things that make you smack your forehead and think, &#8220;Now why the hell didn&#8217;t <em>I</em> think of that?&#8221; After just having that moment I thought I&#8217;d share this epiphany with everyone else and officially state for the record, I&#8217;m using his idea from here on out. That said, and I&#8217;m sure I&#8217;m not alone in this, I don&#8217;t know how many times I&#8217;ve gone searching through a stylesheet to get the hexadecimal value of a color for a link or a heading or any other major color element in a site.</p>
<p>Below is what Roger has in place and to me it&#8217;s just ingenious really. </p>
<blockquote><p>/*<br />
Colours</p>
<p>Dark green headings (Main articles): 8A8E27<br />
Light green headings (Home page sections): 828368<br />
Green headings (Secondary): 578A1C<br />
Green border colour: b6c8b0<br />
Links: AE4F0C<br />
Link hover: D03900<br />
Heading link border: cfcfa0<br />
Beige background colour: f1efe7<br />
Light green background colour: f4f6e0</p>
<p>*/</p></blockquote>
<p>Just for good measure, I&#8217;m smacking my forehead once more.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.popstalin.com/articles/design/tips-tricks-tools/learning-coding-practices-from-other-developers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free (or low cost) Royalty-Free Images</title>
		<link>http://blog.popstalin.com/articles/design/tips-tricks-tools/free-or-low-cost-royalty-free-images</link>
		<comments>http://blog.popstalin.com/articles/design/tips-tricks-tools/free-or-low-cost-royalty-free-images#comments</comments>
		<pubDate>Fri, 04 Aug 2006 15:07:05 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
				<category><![CDATA[Tips, Tricks & Tools]]></category>

		<guid isPermaLink="false">http://blog.popstalin.com/?p=15</guid>
		<description><![CDATA[<p>Over at <a href="http://www.webdesignfromscratch.com/recommended-image-libraries.cfm">Web Design From Scratch</a> Ben Hunt talks about Royalty-Free Image Libraries and makes some suggestions to paid services. I think his suggestions are worthwhile and you will need to end up belonging to one of the subscription services he suggests. However, I thought I&#8217;d&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Over at <a href="http://www.webdesignfromscratch.com/recommended-image-libraries.cfm">Web Design From Scratch</a> Ben Hunt talks about Royalty-Free Image Libraries and makes some suggestions to paid services. I think his suggestions are worthwhile and you will need to end up belonging to one of the subscription services he suggests. However, I thought I&#8217;d share a few links to free services I use as well as one pay service that wasn&#8217;t mentioned.<br />
<span id="more-15"></span><br />
<strong><a href="http://www.sxc.hu/index.phtml">Stock.XCHNG</a></strong><br />
<cite>Stock.XCHNG was launched in February 2001, as an alternative for expensive stock photography. The idea was to create a site where creative people could exchange their photos for inspiration or work. In about two years the site evolved into this massive community you see now &#8211; there are about 500,000 registered users and more than 180,000 photos online!</cite></p>
<p>The only thing you have to watch out for with this site, are folks who you need to seek permission from to use their photos in public works otherwise, the best (that I&#8217;ve found) free stock photo site out there.</p>
<p><strong><a href="http://www.morguefile.com/">Morgue File</a></strong><br />
<cite>A place to keep post production materials for use of reference, an inactive job file. This morgue file contains free high resolution digital stock photography for either corporate or public use.</cite></p>
<p>Morgue File tends to be more &#8220;snap-shotty&#8221; than Stock.XCHNG but you can still find some very usable images there.</p>
<p><strong><a href="http://www.deviantart.com/">Deviant Art</a></strong><br />
This place can be hard to navigate and even harder to find what you&#8217;re really looking for but it&#8217;s a great source for stock photos, especially textures.</p>
<p><strong><a href="http://www.istockphoto.com/index.php">iStockPhoto</a></strong><br />
<cite>iStockphoto® is the world&#8217;s preeminent collection of member-generated royalty-free images, at the world&#8217;s best prices. There are no subscription fees or extra costs. Just the best Stock Photography, Vector illustrations, and Flash files online, at prices for everyone.</cite></p>
<p>iStockPhoto works with credits, you don&#8217;t need to pay a subscription fee, just a per image fee, which is nice if you need one or two images for a project but don&#8217;t want to pay $80-$200 per image.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.popstalin.com/articles/design/tips-tricks-tools/free-or-low-cost-royalty-free-images/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clearing a Form Field</title>
		<link>http://blog.popstalin.com/articles/design/tips-tricks-tools/clearing-a-form-field</link>
		<comments>http://blog.popstalin.com/articles/design/tips-tricks-tools/clearing-a-form-field#comments</comments>
		<pubDate>Wed, 19 Jul 2006 13:50:19 +0000</pubDate>
		<dc:creator>Jen</dc:creator>
				<category><![CDATA[Tips, Tricks & Tools]]></category>

		<guid isPermaLink="false">http://blog.popstalin.com/?p=13</guid>
		<description><![CDATA[Another little touch to spruce up your designs, clearing a form field that has a predetermined value with onclick. ]]></description>
			<content:encoded><![CDATA[<p>This is actually quite an easy task but when I need to do it, I often forget what the code is, so I&#8217;m putting it here for posterity.</p>

<div class="wp_syntax"><table summary="Highlighted Code"><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>input type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text&quot;</span> <span style="color: #000066;">name</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;text_field&quot;</span> size<span style="color: #339933;">=</span><span style="color: #CC0000;">50</span> value<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;Fill in this text field! &quot;</span> onClick<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;this.value=''&quot;</span><span style="color: #339933;">/&gt;</span></pre></td></tr></table></div>

<p><strong><a href="http://www.peminoz.com/">Stu Hall adds</a>:</strong></p>
<p>You can use:</p>

<div class="wp_syntax"><table summary="Highlighted Code"><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #000066;">onfocus</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;if(this.value=='Fill in this text field!')this.value='';&quot;</span> 
<span style="color: #000066;">onblur</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;if(this.value=='')this.value='Fill in this text field!';&quot;</span></pre></td></tr></table></div>

<p>&#8230;to put the text back in when you click out of it as well rather than leaving it blank. Just another one for posterity!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.popstalin.com/articles/design/tips-tricks-tools/clearing-a-form-field/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
