<?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>Tolsdorf.NET &#187; Software Development</title>
	<atom:link href="http://www.tolsdorf.net/tag/software-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tolsdorf.net</link>
	<description>Family, programming and everything in between.</description>
	<lastBuildDate>Tue, 02 Feb 2010 16:29:22 +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>Adobe Photoshop Keyboard Shortcuts</title>
		<link>http://www.tolsdorf.net/2009/12/23/adobe-photoshop-keyboard-shortcuts/</link>
		<comments>http://www.tolsdorf.net/2009/12/23/adobe-photoshop-keyboard-shortcuts/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 00:46:23 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://www.tolsdorf.net/?p=190</guid>
		<description><![CDATA[ 

I have used several image editing applications over the years.  My favorite has been Paint Shop Pro, and more recently Paint.NET.  I haven&#8217;t done anything overly exotic in the past, and in fact I still have Paint Shop Pro version 7 (from when it was developed by Jasc).  Paint.NET is a completely free photo editing application, and [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: 'Times New Roman'; line-height: normal; font-size: small;"> </span></p>
<div style="background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #ffffff; font: normal normal normal 13px/19px Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; background-position: initial initial; padding: 0.6em; margin: 0px;">
<p><a href="http://www.tolsdorf.net/wp-content/uploads/2009/12/copyright.jpg"><img class="alignright size-full wp-image-203" style="float: right; border: 0px initial initial;" title="copyright" src="http://www.tolsdorf.net/wp-content/uploads/2009/12/copyright.jpg" alt="" width="75" height="75" /></a>I have used several image editing applications over the years.  My favorite has been <a href="http://www.corel.com/servlet/Satellite/us/en/Product/1184951547051#versionTabview=tab1&amp;tabview=tab0" target="_blank">Paint Shop Pro</a>, and more recently <a href="http://paint.net/" target="_blank">Paint.NET</a>.  I haven&#8217;t done anything overly exotic in the past, and in fact I still have Paint Shop Pro version 7 (from when it was developed by Jasc).  Paint.NET is a completely free photo editing application, and is very impressive.  However, I am currently involved with a new opportunity and found myself diving headfirst into the power that is <a href="http://www.adobe.com/products/photoshop/photoshop/" target="_blank">Adobe Photoshop</a>.</p>
<p>I needed to display the copyright symbol in a footer, and I wanted to do so without digging through the character map.  I love keyboard shortcuts, so I set out to find one.  I found that you can fall back to the old &#8220;Alt-ASCII&#8221; standby!  Here are a few common ones:</p>
<div id="_mcePaste">
<ul>
<li>€ &#8211; euro &#8211; Alt-0128</li>
<li>™ &#8211; trademark &#8211; Alt-0153</li>
<li>¢ &#8211; cents &#8211; Alt-0162</li>
<li>£ &#8211; pound &#8211; Alt-0163</li>
<li>© &#8211; copyright symbol &#8211; Alt-0169</li>
<li>® &#8211; registered trademark &#8211; Alt-0174</li>
<li>µ &#8211; micro &#8211; Alt-0181</li>
</ul>
<p>To use any of the above while in text mode, simply hold down the Alt key, type the 4-digit code using your keypad and then release the Alt key.  The character will appear and behave just like regular text.</p>
<p>Do you have a symbol you can&#8217;t find?  Leave a comment and I&#8217;ll see if I can find it!</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.tolsdorf.net/2009/12/23/adobe-photoshop-keyboard-shortcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Javascript Tooltip Library</title>
		<link>http://www.tolsdorf.net/2009/08/11/great-javascript-tooltip-library/</link>
		<comments>http://www.tolsdorf.net/2009/08/11/great-javascript-tooltip-library/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 15:56:09 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.tolsdorf.net/?p=32</guid>
		<description><![CDATA[When it comes to development, I typically treat 3rd party tools and libraries like the plague.  Sure they might something cool, but if you account for the time debugging their implementation you could sometimes write them yourself.  Or worse yet, you cannot upgrade the parent application without breaking the 3rd party add-on!  When it comes [...]]]></description>
			<content:encoded><![CDATA[<p>When it comes to development, I typically treat 3rd party tools and libraries like the plague.  Sure they might something cool, but if you account for the time debugging their implementation you could sometimes write them yourself.  Or worse yet, you cannot upgrade the parent application without breaking the 3rd party add-on!  When it comes to mission critical applications (database, web server, etc), I champion native, fully supported solutions <em>only</em>.</p>
<p>Much like any piece of code, there are occasional exceptions.  Recently I wanted to add tooltip functionality to several web screens.  I wanted something beyond the native browser tooltips, those always feel junky and unreliable.  In the process of writing a small library, I stumbled on to <a href="http://www.walterzorn.com/tooltip/tooltip_e.htm" target="_blank">Walter Zorn&#8217;s tooltip library</a>.  I scanned the documentation, then paused.  On the surface it looked great, it had the tweaks I really wanted: cross-browser support, delay for opening and closing and HTML support.  But would it really work?</p>
<p>Implementation was simple enough, download the javascript files, reference them and call a single function.  Ok, I like simplicity, I like the way he passes parameters to his functions and the script files were small enough.  So I decided to give it a try&#8230;and was very impressed!  Sure enough, it worked as advertised the first time.  I tested in a few browsers (FF 3 and 3.5, IE 7 and 8 and Chrome) and the tooltips worked and looked great.  They even have drop shadows, a very nice touch.</p>
<p>So I must say that this library is an exception to my rule, I am very impressed and plan to use it more throughout my sites.  Tooltips are a small but elegant addition to a quality site, they provide necessary but unobtrusive help to the user.  This library gives you the ability to add them quickly and easily&#8230;<a href="http://www.walterzorn.com/tooltip/tooltip_e.htm" target="_blank">download</a> and try it today.  He has several other javascript libraries, I hope to find time to experiment with them sometime soon.  Highly recommended!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tolsdorf.net/2009/08/11/great-javascript-tooltip-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
