<?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.thatsmith.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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>That Smith</title>
	
	<link>http://thatsmith.com</link>
	<description />
	<lastBuildDate>Sat, 27 Feb 2010 02:51:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://thatsmith.com</link>
  <url>http://thatsmith.com/favicon.ico</url>
  <title>That Smith</title>
</image>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.thatsmith.com/thatsmith" /><feedburner:info uri="thatsmith" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>37.700632</geo:lat><geo:long>-97.434303</geo:long><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /><feedburner:emailServiceId>thatsmith</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Control Google Voice using text messages</title>
		<link>http://feeds.thatsmith.com/~r/thatsmith/~3/Lb2z-oAYfrU/control-google-voice-from-text</link>
		<comments>http://thatsmith.com/2010/02/control-google-voice-from-text#comments</comments>
		<pubDate>Sat, 27 Feb 2010 00:00:18 +0000</pubDate>
		<dc:creator>Chad</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Google Voice]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SMS]]></category>

		<guid isPermaLink="false">http://thatsmith.com/?p=789</guid>
		<description><![CDATA[Google Voice is awesome. I can&#8217;t stress that enough. Last week I demonstrated how to make it do some pretty neat things when paired with a web server and Android device, but what if you don&#8217;t have mobile web or a super phone?
As it turns out, one of my fellow Kansans had this issue but [...]]]></description>
			<content:encoded><![CDATA[<p>Google Voice is awesome. I can&#8217;t stress that enough. Last week I demonstrated how to make it do some <a href="http://thatsmith.com/2010/02/google-voice-locale">pretty neat things</a> when paired with a web server and Android device, but what if you don&#8217;t have mobile web or a super phone?</p>
<p>As it turns out, one of my fellow Kansans had this issue but worked up a hack using <a href="http://www.textmarks.com/">Textmarks</a> to search his contacts and <a href="http://twitter.com/ksufinger/status/9669998317">place calls via SMS</a>.</p>
<p>I <a href="http://twitter.com/chadsmith/status/9677766001">liked the idea</a> but don&#8217;t know a thing about Textmarks so I decided to make it so you can control your Google Voice account using PHP and messages you send to your own GV number.</p>
<p><strong>Requirements:</strong></p>
<ul>
<li>Google Voice</li>
<li>Web server w/ PHP 5</li>
<li>Ability to set cron jobs</li>
</ul>
<p><strong>Part 1 &#8211; The PHP:</strong></p>
<p>The first thing I did was make a script that would access my Google Voice account, check for new messages, see if they&#8217;re from me and say to call or text someone, and perform the action if necessary.  It&#8217;s pretty straightforward, download it <a href="/googlevoice-text2call.php.txt">here</a>.</p>
<p><strong>Part 2 &#8211; Setup:</strong></p>
<p>Add your Google Voice login and password to the top of the script and rename it to some-filename<strong>.php</strong>. Next, upload it to your server and set a cron job to run it every 5 minutes or so.</p>
<p><strong>Part 3 &#8211; Usage:</strong></p>
<p>Call out or send an SMS using your Google Voice number by texting yourself.</p>
<p>To place a call, send -</p>
<ul>
<li>call 3165555555</li>
<li>dial 3165555555</li>
<li>ring 3165555555</li>
</ul>
<p>Numbers can be in any format: 3165555555, 316-555-5555, 316.555.555, 316 555 5555, (316) 555-5555 and will ring on whatever line you sent the message from as long as it&#8217;s associated with your account.</p>
<p>To send a text message, send -</p>
<ul>
<li>text 3165555555 Hey Chad, how&#8217;s it going?</li>
<li>sms 3165555555 Hey Chad, how&#8217;s it going?</li>
</ul>
<p><strong>Other things:</strong></p>
<p>Yes, I&#8217;m aware you can call your Google Voice number to place a call, and there are a number of other ways to accomplish this, but what fun is that? I doubt I&#8217;ll use this method unless <a href="http://twitter.com/TatoBites/status/8525324532">something terrible</a> happens to my Nexus One.</p>
<p>Talk to @<a href="http://twitter.com/ksufinger">ksufinger</a> if you want to hack something up that doesn&#8217;t require checking for new messages every 5 minutes. His method probably works faster since Textmarks calls his script immediately after a message is received.</p>
<p>I might integrate it with <a href="http://www.twilio.com/">Twilio</a> later and wouldn&#8217;t mind seeing the same functionality over XMPP.</p>
<hr />
<p><small>&copy; <a href="http://thatsmith.com">That Smith</a>, 2010. |
<a href="http://thatsmith.com/2010/02/control-google-voice-from-text">Permalink</a> |
<a href="http://thatsmith.com/2010/02/control-google-voice-from-text#comments">No comment</a><br/>
Post tags: <a href="http://thatsmith.com/tag/google-voice" rel="tag">Google Voice</a>, <a href="http://thatsmith.com/tag/php" rel="tag">PHP</a>, <a href="http://thatsmith.com/tag/sms" rel="tag">SMS</a><br/>
</small></p><img src="http://feeds.feedburner.com/~r/thatsmith/~4/Lb2z-oAYfrU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thatsmith.com/2010/02/control-google-voice-from-text/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thatsmith.com/2010/02/control-google-voice-from-text</feedburner:origLink></item>
		<item>
		<title>Google Voice + Locale</title>
		<link>http://feeds.thatsmith.com/~r/thatsmith/~3/ZUIMAW2h-SI/google-voice-locale</link>
		<comments>http://thatsmith.com/2010/02/google-voice-locale#comments</comments>
		<pubDate>Sat, 20 Feb 2010 03:39:24 +0000</pubDate>
		<dc:creator>Chad</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Geo-Location]]></category>
		<category><![CDATA[Google Voice]]></category>
		<category><![CDATA[Locale]]></category>

		<guid isPermaLink="false">http://thatsmith.com/?p=780</guid>
		<description><![CDATA[About a month ago I purchased one of those awesome Nexus One Google phones and started tinkering to see what cool things I could make it do.  I love the phone, and as many of you know, absolutely love Google Voice too.
I figure the only way Google Voice could be improved is if it magically knew [...]]]></description>
			<content:encoded><![CDATA[<p>About a month ago I purchased one of those awesome Nexus One Google phones and started tinkering to see what cool things I could make it do.  I love the phone, and as many of you know, absolutely love Google Voice too.</p>
<p>I figure the only way Google Voice could be improved is if it magically knew where I am and make my phones ring accordingly &#8211; so that&#8217;s exactly what I made it do.</p>
<p>You can too with an Android phone, the Locale app and a web server.</p>
<div id="_mcePaste"><strong>Goal:</strong></div>
<div><strong><span style="font-weight: normal">Tell Google Voice which phones to ring based on your current location or situation.</span></strong></div>
<p><strong>Requirements:</strong></p>
<ul>
<li>Google Voice</li>
<li>Android phone w/ internet and GPS</li>
<li>Locale for Android ($9.99, <a href="http://chart.apis.google.com/chart?cht=qr&amp;chs=200x200&amp;chl=market://search?q=pname:com.twofortyfouram.locale">QR code</a>)</li>
<li>Locale GPS Plug-In (Free, <a href="http://chart.apis.google.com/chart?cht=qr&amp;chs=200x200&amp;chl=market://search?q=locale%2520plug-in">QR code</a>)</li>
<li>HTTP Poster and Locale Plug-In (Free, <a href="http://chart.apis.google.com/chart?cht=qr&amp;chs=200x200&amp;chl=market://search?q=pname:com.steelgirder.LocaleSendEmailPlugin">QR code</a>)</li>
<li>Web server w/ PHP 5 (uses cURL and json_decode)</li>
</ul>
<p><strong>Part 1 &#8211; The PHP:</strong></p>
<ol>
<li>Download <a href="/googlevoice-locale.php.txt">googlevoice-locale.php</a></li>
<li>Add your Google Voice login and password to the top and save</li>
<li>Upload the script to a secret location on your web server</li>
</ol>
<p><strong>Part 2 &#8211; Configure Locale:</strong></p>
<ol>
<li>Create a new Situation with a condition of where or when your Google Voice settings should change (ie: while you&#8217;re sleeping, at home or in the office)</li>
<li>Add a Setting using the HTTP Post plugin to tell your server which phones to turn off or on
<p>HTTP Post settings:<br />
URL &#8211; http://yourawesomeserver.com/googlevoice-locale.php?on[]=home&amp;off[]=work<br />
Select GET<br />
Save</li>
<li>Name, save and activate the Situation</li>
</ol>
<p>The PHP script is set to toggle numbers using the names you assigned them on the <a href="https://www.google.com/voice#phone">Google Voice settings</a> page, so if your phone is named &#8220;Work&#8221; use &#8220;work&#8221; (lowercase) in the URL.</p>
<p>The possibilities with Google Voice and Locale are endless. In addition to toggling phones based on your location, you can toggle them when you&#8217;re with your mistress, when your phone is charging or about to die, and can even route your calls through Gizmo when you&#8217;re connected to your home WiFi.</p>
<p>My favorite trick is to forward all calls to my wife by turning my phone face down.</p>

<a href='http://thatsmith.com/2010/02/google-voice-locale/googlevoice-locale-1' title='Creating a new Situation'><img width="150" height="150" src="http://thatsmith.com/files/2010/02/googlevoice-locale-1-150x150.png" class="attachment-thumbnail" alt="Creating a new Situation" title="Creating a new Situation" /></a>
<a href='http://thatsmith.com/2010/02/google-voice-locale/googlevoice-locale-2' title='Adding the location Condition'><img width="150" height="150" src="http://thatsmith.com/files/2010/02/googlevoice-locale-2-150x150.png" class="attachment-thumbnail" alt="Adding the location Condition" title="Adding the location Condition" /></a>
<a href='http://thatsmith.com/2010/02/google-voice-locale/googlevoice-locale-3' title='Adding the location Condition'><img width="150" height="150" src="http://thatsmith.com/files/2010/02/googlevoice-locale-3-150x150.png" class="attachment-thumbnail" alt="Adding the location Condition" title="Adding the location Condition" /></a>
<a href='http://thatsmith.com/2010/02/google-voice-locale/googlevoice-locale-4' title='Configuring the HTTP Post settings'><img width="150" height="150" src="http://thatsmith.com/files/2010/02/googlevoice-locale-4-150x150.png" class="attachment-thumbnail" alt="Configuring the HTTP Post settings" title="Configuring the HTTP Post settings" /></a>
<a href='http://thatsmith.com/2010/02/google-voice-locale/googlevoice-locale-5' title='Configuring the HTTP Post settings'><img width="150" height="150" src="http://thatsmith.com/files/2010/02/googlevoice-locale-5-150x150.png" class="attachment-thumbnail" alt="Configuring the HTTP Post settings" title="Configuring the HTTP Post settings" /></a>
<a href='http://thatsmith.com/2010/02/google-voice-locale/googlevoice-locale-6' title='Completed Google Voice Locale Situation'><img width="150" height="150" src="http://thatsmith.com/files/2010/02/googlevoice-locale-6-150x150.png" class="attachment-thumbnail" alt="Completed Google Voice Locale Situation" title="Completed Google Voice Locale Situation" /></a>

<p>Let me know in the comments if you need help or think of other useful situations for Locale and Google Voice.  Enjoy.</p>
<hr />
<p><small>&copy; <a href="http://thatsmith.com">That Smith</a>, 2010. |
<a href="http://thatsmith.com/2010/02/google-voice-locale">Permalink</a> |
<a href="http://thatsmith.com/2010/02/google-voice-locale#comments">26 comments</a><br/>
Post tags: <a href="http://thatsmith.com/tag/android" rel="tag">Android</a>, <a href="http://thatsmith.com/tag/geo-location" rel="tag">Geo-Location</a>, <a href="http://thatsmith.com/tag/google-voice" rel="tag">Google Voice</a>, <a href="http://thatsmith.com/tag/locale" rel="tag">Locale</a><br/>
</small></p><img src="http://feeds.feedburner.com/~r/thatsmith/~4/ZUIMAW2h-SI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thatsmith.com/2010/02/google-voice-locale/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		<feedburner:origLink>http://thatsmith.com/2010/02/google-voice-locale</feedburner:origLink></item>
		<item>
		<title>XM Radio extension for Google Chrome</title>
		<link>http://feeds.thatsmith.com/~r/thatsmith/~3/mEOhfdxYC4s/xm-for-chrome</link>
		<comments>http://thatsmith.com/2010/02/xm-for-chrome#comments</comments>
		<pubDate>Thu, 04 Feb 2010 03:39:11 +0000</pubDate>
		<dc:creator>Chad</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Addons]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[XM Radio]]></category>

		<guid isPermaLink="false">http://thatsmith.com/?p=775</guid>
		<description><![CDATA[I released my first real extension for Google Chrome today &#8211; an addon that lets you access your XM Radio Online account without having to keep their ugly player open in an extra window.
I planned on making it for Firefox/Jetpack but decided I like Chrome&#8217;s addon capabilities and ease of development better.
The addon is pretty [...]]]></description>
			<content:encoded><![CDATA[<p>I released my first real extension for Google Chrome today &#8211; an addon that lets you access your XM Radio Online account without having to keep their ugly player open in an extra window.</p>
<p>I planned on making it for Firefox/Jetpack but decided I like Chrome&#8217;s addon capabilities and ease of development better.</p>
<p>The addon is pretty basic right now and requires a subscription to XM Radio Online and the Windows Media Player plugin.</p>
<p>Future versions will support VLC media player, will contain a prettier interface and features like volume control and a stop button.</p>

<a href='http://thatsmith.com/2010/02/xm-for-chrome/xmradio-chrome' title='XM Radio extension for Google Chrome'><img width="150" height="150" src="http://thatsmith.com/files/2010/02/xmradio-chrome-150x150.png" class="attachment-thumbnail" alt="XM Radio extension for Google Chrome" title="XM Radio extension for Google Chrome" /></a>

<p>Download from <a title="XM Radio for Google Chrome" href="http://j.mp/XMRadio" target="_blank">Google Chrome Extensions</a>.</p>
<hr />
<p><small>&copy; <a href="http://thatsmith.com">That Smith</a>, 2010. |
<a href="http://thatsmith.com/2010/02/xm-for-chrome">Permalink</a> |
<a href="http://thatsmith.com/2010/02/xm-for-chrome#comments">No comment</a><br/>
Post tags: <a href="http://thatsmith.com/tag/addons" rel="tag">Addons</a>, <a href="http://thatsmith.com/tag/google-chrome" rel="tag">Google Chrome</a>, <a href="http://thatsmith.com/tag/xm-radio" rel="tag">XM Radio</a><br/>
</small></p><img src="http://feeds.feedburner.com/~r/thatsmith/~4/mEOhfdxYC4s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thatsmith.com/2010/02/xm-for-chrome/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thatsmith.com/2010/02/xm-for-chrome</feedburner:origLink></item>
		<item>
		<title>Google Wave Add-on for Firefox</title>
		<link>http://feeds.thatsmith.com/~r/thatsmith/~3/briIT-bzrW4/google-wave-add-on-for-firefox</link>
		<comments>http://thatsmith.com/2009/10/google-wave-add-on-for-firefox#comments</comments>
		<pubDate>Wed, 14 Oct 2009 05:31:56 +0000</pubDate>
		<dc:creator>Chad</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Add-ons]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Wave]]></category>
		<category><![CDATA[Notifier]]></category>

		<guid isPermaLink="false">http://thatsmith.com/?p=752</guid>
		<description><![CDATA[Google probably isn&#8217;t going to be happy about this, but I present to you the first ever Google Wave Notifier&#8230; for Firefox.
This add-on reuses code from my other add-on, the Google Voice Add-on for Firefox (I&#8217;m great with names).
If you have a Google Wave account, enter your login and password in the settings and it [...]]]></description>
			<content:encoded><![CDATA[<p>Google probably isn&#8217;t going to be happy about this, but I present to you the first ever Google Wave Notifier&#8230; for Firefox.</p>
<p>This add-on reuses code from my other add-on, the <a title="Google Voice Add-on for Firefox" href="http://thatsmith.com/2009/03/google-voice-add-on-for-firefox">Google Voice Add-on for Firefox</a> (I&#8217;m great with names).</p>
<p>If you have a Google Wave account, enter your login and password in the settings and it will log you in and notify you of new wavelets in your inbox.</p>
<p>Let me know if you encounter bugs. Enjoy.</p>

<a href='http://thatsmith.com/2009/10/google-wave-add-on-for-firefox/google-wave-notifier' title='Google Wave Notifier'><img width="150" height="150" src="http://thatsmith.com/files/2009/10/google-wave-notifier-150x150.png" class="attachment-thumbnail" alt="Google Wave Notifier" title="Google Wave Notifier" /></a>

<p><strong><a name="latest">Latest Version</a>:</strong> <a href="/google-wave-addon-0.0.3.xpi">v0.0.3</a></p>
<p><strong>In this release:</strong></p>
<ul>
<li>Changed &#8220;Incompatible Browser&#8221; error to &#8220;Cookies Blocked&#8221;</li>
<li>Third-party cookies need to be enabled for wave.google.com (this fixes the issue people were having with Firefox 3.5.3 and 3.7)</li>
<li>Addon sends custom user-agent per Google Wave Team&#8217;s request</li>
<li>Limits automatic inbox checking to a minimum of 5 minutes</li>
<li>Now only attempts to check the inbox if you are logged in</li>
</ul>
<p><strong>Planned for the next release:</strong></p>
<ul>
<li>Sandboxed HTTP connection for safer third-party cookies</li>
</ul>
<p><strong>Known Issues:</strong></p>
<p>&#8220;Cookies Blocked&#8221; issue: If third-party cookies are blocked for all sites, an exception will have to be added for wave.google.com.</p>
<p>This is done by going to <em>Tools</em> -&gt; <em>Options</em> -&gt; <em>Privacy</em> -&gt; <em>Firefox will: Use custom settings for history</em> -&gt; <em>Exceptions</em> -&gt; <em>wave.google.com</em> -&gt; <em>Allow</em>.</p>
<p>This notifier is for regular Google Wave accounts, so Sandbox accounts will not work.  If you would like to use it in Sandbox, let me know and I will upload that version as well.</p>
<p><strong>Updates:</strong></p>
<p>As of this time you will not automatically receive notifications of  updates to the addon, so check this page regularly or <a title="chadsmith on Twitter" href="http://twitter.com/chadsmith">follow me on twitter</a> to be  notified of new versions.</p>
<p><strong>Support</strong>: <a title="Google Wave Add-on Support" href="https://wave.google.com/wave/#restored:wave:googlewave.com!w%252BLmY_IA5UA">Google Wave Add-on Wave</a></p>
<p><strong>Compatibility:</strong></p>
<p>This addon has been tested on and is fully functional with Firefox 3.x.x and 3.7a1pre. It has been tested using Windows XP, Vista, 7, Ubuntu, and OS X. It will install in Flock and older versions of Firefox but is unsupported outside of Firefox 3.5+.</p>
<p><strong>License:</strong></p>
<p>This addon is distributed without warranty under the MPL 1.1/GPL  2.0/LGPL 2.1 licenses.  View the addon source or visit <a href="http://www.mozilla.org/MPL/">http://www.mozilla.org/MPL/</a> for additional information on the licenses.</p>
<p><strong>Download:</strong></p>
<p><a href="/google-wave-addon-0.0.3.xpi">Google Wave Add-on for Firefox</a> v0.0.3</p>
<p><strong>Donate:</strong></p>
<p>Please consider buying me a beer if you find this plugin useful. <img src='http://thatsmith.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations"><input type="hidden" name="business" value="chad@thatsmith.com" /><input type="hidden" name="item_name" value="Google Wave Add-on" /><input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="tax" value="0">
<input type="hidden" name="lc" value="US" /><input type="hidden" name="bn" value="PP-DonationsBF">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
</form></p>
<hr />
<p><small>&copy; <a href="http://thatsmith.com">That Smith</a>, 2009. |
<a href="http://thatsmith.com/2009/10/google-wave-add-on-for-firefox">Permalink</a> |
<a href="http://thatsmith.com/2009/10/google-wave-add-on-for-firefox#comments">169 comments</a><br/>
Post tags: <a href="http://thatsmith.com/tag/add-ons" rel="tag">Add-ons</a>, <a href="http://thatsmith.com/tag/firefox" rel="tag">Firefox</a>, <a href="http://thatsmith.com/tag/google" rel="tag">Google</a>, <a href="http://thatsmith.com/tag/google-wave" rel="tag">Google Wave</a>, <a href="http://thatsmith.com/tag/notifier" rel="tag">Notifier</a><br/>
</small></p><img src="http://feeds.feedburner.com/~r/thatsmith/~4/briIT-bzrW4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thatsmith.com/2009/10/google-wave-add-on-for-firefox/feed</wfw:commentRss>
		<slash:comments>169</slash:comments>
		<feedburner:origLink>http://thatsmith.com/2009/10/google-wave-add-on-for-firefox</feedburner:origLink></item>
		<item>
		<title>How to get remote page titles</title>
		<link>http://feeds.thatsmith.com/~r/thatsmith/~3/yVK52V9bQs8/get-a-remote-page-title</link>
		<comments>http://thatsmith.com/2009/08/get-a-remote-page-title#comments</comments>
		<pubDate>Fri, 28 Aug 2009 13:00:54 +0000</pubDate>
		<dc:creator>Chad</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Get Page Title]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Mktg Dept]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://thatsmith.com/?p=743</guid>
		<description><![CDATA[If you&#8217;re an amateur web developer and have an application where you need to get the title of some other page, you probably know that doing so is no easy task.
Several of my applications already do this, but to make it easier for other developers and my future need, I made a service called Get [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re an amateur web developer and have an application where you need to get the title of some other page, you probably know that doing so is no easy task.</p>
<p>Several of my applications already do this, but to make it easier for other developers and my future need, I made a service called <a title="Get Page Title" href="http://getpagetitle.com/">Get Page Title</a>.</p>
<p>At first glance, Get Page Title is just an extremely basic site where you type a URL to retrieve its title, however the bulk of the service is an API which can be called from any script or site.</p>
<p>The <a title="Get Page Title API" href="http://posttopic.com/topic/get-page-title">Get Page Title API</a> is explained in more detail on <a title="Post Topic - Open For Discussion" href="http://posttopic.com/">Post Topic</a>. It is a free service.<script type="text/javascript">document.writeln(unescape('%3Cp%3EEnter a URL below to test the service:%3C/p%3E%3Cp%3E%3Cinput id="url" value="beerdad.com" /%3E%3C/p%3E%3Ch5%3E%3Ca%3E%3C/a%3E%3C/h5%3E%3Cscript type="text/javascript" src="http://api.mktgdept.com/decode?KGZ1bmN0aW9uKGgsaSxqLGssbCxtLG4sbyl7bz1oLmdldEVsZW1lbnRCeUlkKCd1cmwnKTtvLm9uY2hhbmdlPWZ1bmN0aW9uKGQsZSxmLGcpe2lmKCEoZD10aGlzLnZhbHVlKSlyZXR1cm47ZT0nZ3B0JysoK25ldyBEYXRlKCkpO2Y9aFtqXSgnaGVhZCcpWzBdO2c9aC5jcmVhdGVFbGVtZW50KCdzY3JpcHQnKTtpW2VdPWZ1bmN0aW9uKGIsYyl7Yz1oW2pdKG4pWzBdW2pdKCdhJylbMF07Yy5pbm5lckhUTUw9YltkXXx8ezIwMDonVGl0bGUgTm90IEZvdW5kJyw0MDQ6J1BhZ2UgTm90IEZvdW5kJyw1MDA6J0ludmFsaWQgVVJMJ31bYi5zdGF0dXNdO2MuaHJlZj1iLmxpbms7aVtlXT11bmRlZmluZWQ7dHJ5e2RlbGV0ZSBpW2VdO3BhZ2VUcmFja2VyLl90cmFja1BhZ2V2aWV3KGwrayhrKGQpKSttKyckLmdwdCcpfWNhdGNoKGEpe307aWYoZilmLnJlbW92ZUNoaWxkKGcpfTtnLnNyYz1sK2soayhkKSkrbStlO2YuYXBwZW5kQ2hpbGQoZyl9O28ub25jaGFuZ2UoKX0pKGRvY3VtZW50LHdpbmRvdywnZ2V0RWxlbWVudHNCeVRhZ05hbWUnLGVzY2FwZSwnaHR0cDovL2dldHBhZ2V0aXRsZS5jb20vJywnP2NhbGxiYWNrPScsJ2g1Jyk"%3E%3C/script%3E'));</script></p>
<hr />
<p><small>&copy; <a href="http://thatsmith.com">That Smith</a>, 2009. |
<a href="http://thatsmith.com/2009/08/get-a-remote-page-title">Permalink</a> |
<a href="http://thatsmith.com/2009/08/get-a-remote-page-title#comments">No comment</a><br/>
Post tags: <a href="http://thatsmith.com/tag/api" rel="tag">API</a>, <a href="http://thatsmith.com/tag/get-page-title" rel="tag">Get Page Title</a>, <a href="http://thatsmith.com/tag/javascript" rel="tag">JavaScript</a>, <a href="http://thatsmith.com/tag/mktg-dept" rel="tag">Mktg Dept</a>, <a href="http://thatsmith.com/tag/php" rel="tag">PHP</a>, <a href="http://thatsmith.com/tag/scripts" rel="tag">Scripts</a>, <a href="http://thatsmith.com/tag/services" rel="tag">Services</a><br/>
</small></p><img src="http://feeds.feedburner.com/~r/thatsmith/~4/yVK52V9bQs8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thatsmith.com/2009/08/get-a-remote-page-title/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thatsmith.com/2009/08/get-a-remote-page-title</feedburner:origLink></item>
		<item>
		<title>jQuery TinyMCE Plugin</title>
		<link>http://feeds.thatsmith.com/~r/thatsmith/~3/zPB7LnLNj9Y/jquery-tinymce-plugin</link>
		<comments>http://thatsmith.com/2009/08/jquery-tinymce-plugin#comments</comments>
		<pubDate>Wed, 26 Aug 2009 13:00:49 +0000</pubDate>
		<dc:creator>Chad</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Mktg Dept]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[TinyMCE]]></category>

		<guid isPermaLink="false">http://thatsmith.com/?p=727</guid>
		<description><![CDATA[A few projects of mine which are still in progress use TinyMCE for text editing.  I can&#8217;t stand the TinyMCE configuration, so a while back I wrote a jQuery plugin to make it a little less painful.
The jQuery TinyMCE plugin differs from the standard TinyMCE configuration in that any jQuery object can be used to [...]]]></description>
			<content:encoded><![CDATA[<p>A few projects of mine which are still in progress use TinyMCE for text editing.  I can&#8217;t stand the TinyMCE configuration, so a while back I wrote a jQuery plugin to make it a little less painful.</p>
<p>The jQuery TinyMCE plugin differs from the standard TinyMCE configuration in that any jQuery object can be used to create an editor rather than all textareas or a specific DOM element by ID.</p>
<p>The plugin can be downloaded from the <a title="jQuery TinyMCE Plugin" href="http://plugins.jquery.com/project/tinymce">jQuery TinyMCE project</a> page and documentation and examples can be found on <a title="jQuery TinyMCE Plugin Documentation" href="http://mktgdept.com/jquery-tinymce-plugin">Mktg Dept</a>.  The plugin is supported on <a title="jQuery TinyMCE Plugin Support" href="http://posttopic.com/topic/jquery-tinymce-plugin">Post Topic</a>.</p>
<hr />
<p><small>&copy; <a href="http://thatsmith.com">That Smith</a>, 2009. |
<a href="http://thatsmith.com/2009/08/jquery-tinymce-plugin">Permalink</a> |
<a href="http://thatsmith.com/2009/08/jquery-tinymce-plugin#comments">No comment</a><br/>
Post tags: <a href="http://thatsmith.com/tag/javascript" rel="tag">JavaScript</a>, <a href="http://thatsmith.com/tag/jquery" rel="tag">jQuery</a>, <a href="http://thatsmith.com/tag/mktg-dept" rel="tag">Mktg Dept</a>, <a href="http://thatsmith.com/tag/scripts" rel="tag">Scripts</a>, <a href="http://thatsmith.com/tag/tinymce" rel="tag">TinyMCE</a><br/>
</small></p><img src="http://feeds.feedburner.com/~r/thatsmith/~4/zPB7LnLNj9Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thatsmith.com/2009/08/jquery-tinymce-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thatsmith.com/2009/08/jquery-tinymce-plugin</feedburner:origLink></item>
		<item>
		<title>Mobile Browser Detection</title>
		<link>http://feeds.thatsmith.com/~r/thatsmith/~3/2yXcIWXeNxQ/mobile-browser-detection</link>
		<comments>http://thatsmith.com/2009/08/mobile-browser-detection#comments</comments>
		<pubDate>Tue, 25 Aug 2009 01:38:05 +0000</pubDate>
		<dc:creator>Chad</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Detection]]></category>
		<category><![CDATA[Mktg Dept]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://thatsmith.com/?p=722</guid>
		<description><![CDATA[It&#8217;s been a while since I&#8217;ve updated, but that&#8217;s only because I&#8217;ve been super busy coming up with new creative projects. Today I decided to move all future family and personal updates off-site, so don&#8217;t expect anything but project updates from here on out.
One of my recent projects is a set of open source scripts [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since I&#8217;ve updated, but that&#8217;s only because I&#8217;ve been super busy coming up with new creative projects. Today I decided to move all future <a title="The Smith Family" href="http://smithfam.net/">family and personal updates</a> off-site, so don&#8217;t expect anything but project updates from here on out.</p>
<p>One of my recent projects is a set of open source scripts for detecting and redirecting mobile visitors to another version of a website, since that seems to be something a lot of people struggle with.</p>
<p>The scripts, which are simply called <a title="Detect Mobile Browser" href="http://detectmobilebrowser.com/">Detect Mobile Browser</a>, are combined with a URL redirection service that separates mobile visitors from regular users and sends them to one address or another.</p>
<p>See my post on <a href="http://posttopic.com/topic/detect-mobile-browser">Post Topic</a> for a more detailed explanation or head right over to <a title="Detect Mobile Browser" href="http://detectmobilebrowser.com/">Detect Mobile Browser</a> to check it out. The scripts and service are both free of charge.</p>
<hr />
<p><small>&copy; <a href="http://thatsmith.com">That Smith</a>, 2009. |
<a href="http://thatsmith.com/2009/08/mobile-browser-detection">Permalink</a> |
<a href="http://thatsmith.com/2009/08/mobile-browser-detection#comments">No comment</a><br/>
Post tags: <a href="http://thatsmith.com/tag/detection" rel="tag">Detection</a>, <a href="http://thatsmith.com/tag/mktg-dept" rel="tag">Mktg Dept</a>, <a href="http://thatsmith.com/tag/mobile" rel="tag">Mobile</a>, <a href="http://thatsmith.com/tag/projects" rel="tag">Projects</a>, <a href="http://thatsmith.com/tag/scripts" rel="tag">Scripts</a><br/>
</small></p><img src="http://feeds.feedburner.com/~r/thatsmith/~4/2yXcIWXeNxQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thatsmith.com/2009/08/mobile-browser-detection/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thatsmith.com/2009/08/mobile-browser-detection</feedburner:origLink></item>
		<item>
		<title>Six Years Ago</title>
		<link>http://feeds.thatsmith.com/~r/thatsmith/~3/VhD0lEHPwoc/six-years-ago</link>
		<comments>http://thatsmith.com/2009/08/six-years-ago#comments</comments>
		<pubDate>Sat, 15 Aug 2009 05:00:17 +0000</pubDate>
		<dc:creator>Chad</dc:creator>
				<category><![CDATA[Daily Life]]></category>
		<category><![CDATA[Family]]></category>
		<category><![CDATA[Royals]]></category>
		<category><![CDATA[Twins]]></category>

		<guid isPermaLink="false">http://thatsmith.com/?p=718</guid>
		<description><![CDATA[Today is an important day in my family, so I figured I&#8217;d wipe the dust off That Smith long enough to share what makes today so special.
On this day six years ago, I met this young lady for the first time.

We met at a Royals-Twins game at Kauffman Stadium, eventually started dating, and then about [...]]]></description>
			<content:encoded><![CDATA[<p>Today is an important day in my family, so I figured I&#8217;d wipe the dust off That Smith long enough to share what makes today so special.</p>
<p>On this day six years ago, I met this young lady for the first time.</p>
<p><a class="thickbox" title="@TatoBites six years ago" href="http://lh6.ggpht.com/_deL6jkW8Cfk/SoYi6Dn7B5I/AAAAAAAADPI/pjlPtkGSuR8/s800/DSCF0047.JPG"><img src="http://lh6.ggpht.com/_deL6jkW8Cfk/SoYi6Dn7B5I/AAAAAAAADPI/pjlPtkGSuR8/s400/DSCF0047.JPG" alt="@TatoBites six years ago" /></a></p>
<p>We met at a Royals-Twins game at Kauffman Stadium, eventually started dating, and then about 3 years ago, got married.</p>
<p>Additional photos can be seen <a href="http://photos.thatsmith.com/MiscPics#5370017985685742818">here</a>.</p>
<hr />
<p><small>&copy; <a href="http://thatsmith.com">That Smith</a>, 2009. |
<a href="http://thatsmith.com/2009/08/six-years-ago">Permalink</a> |
<a href="http://thatsmith.com/2009/08/six-years-ago#comments">No comment</a><br/>
Post tags: <a href="http://thatsmith.com/tag/family" rel="tag">Family</a>, <a href="http://thatsmith.com/tag/royals" rel="tag">Royals</a>, <a href="http://thatsmith.com/tag/twins" rel="tag">Twins</a><br/>
</small></p><img src="http://feeds.feedburner.com/~r/thatsmith/~4/VhD0lEHPwoc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thatsmith.com/2009/08/six-years-ago/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://thatsmith.com/2009/08/six-years-ago</feedburner:origLink></item>
		<item>
		<title>Google Voice Add-on for Firefox</title>
		<link>http://feeds.thatsmith.com/~r/thatsmith/~3/Dj_qEmKeytw/google-voice-add-on-for-firefox</link>
		<comments>http://thatsmith.com/2009/03/google-voice-add-on-for-firefox#comments</comments>
		<pubDate>Thu, 12 Mar 2009 16:39:13 +0000</pubDate>
		<dc:creator>Chad</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Addons]]></category>
		<category><![CDATA[Click to Call]]></category>
		<category><![CDATA[Google Voice]]></category>
		<category><![CDATA[GrandCentral]]></category>

		<guid isPermaLink="false">http://thatsmith.com/?p=675</guid>
		<description><![CDATA[Google Voice is a popular telecommunications service from Google that gives you one number for all your phones.
This Firefox addon makes it so you can click-to-call numbers on any website using your Google Voice number and send text messages without leaving your browser.
There is no Google Voice API for development, but everything including SMS and [...]]]></description>
			<content:encoded><![CDATA[<p>Google Voice is a popular telecommunications service from Google that gives you one number for all your phones.</p>
<p>This Firefox addon makes it so you can click-to-call numbers on any website using your Google Voice number and send text messages without leaving your browser.</p>
<p>There is no <a title="Google Voice Add-on Development" href="http://posttopic.com/topic/google-voice-add-on-development">Google Voice API</a> for development, but everything including SMS and recorded voice messages can be received via JSON and XML requests.</p>
<p><strong>Screenshots:</strong></p>

<a href='http://thatsmith.com/2009/03/google-voice-add-on-for-firefox/google-voice-addon' title='Google Voice Add-on'><img width="150" height="150" src="http://thatsmith.com/files/2009/03/google-voice-addon-150x150.png" class="attachment-thumbnail" alt="Google Voice Add-on" title="Google Voice Add-on" /></a>
<a href='http://thatsmith.com/2009/03/google-voice-add-on-for-firefox/google-voice-tooltip' title='Addon Tooltip'><img width="150" height="118" src="http://thatsmith.com/files/2009/03/google-voice-tooltip-150x118.png" class="attachment-thumbnail" alt="Addon Tooltip" title="Addon Tooltip" /></a>
<a href='http://thatsmith.com/2009/03/google-voice-add-on-for-firefox/google-voice-statusbar-menu' title='Addon Menu'><img width="150" height="150" src="http://thatsmith.com/files/2009/03/google-voice-statusbar-menu-150x150.png" class="attachment-thumbnail" alt="Addon Menu" title="Addon Menu" /></a>
<a href='http://thatsmith.com/2009/03/google-voice-add-on-for-firefox/google-voice-addon-options' title='Add-on Options'><img width="150" height="150" src="http://thatsmith.com/files/2009/03/google-voice-addon-options-150x150.png" class="attachment-thumbnail" alt="Add-on Options" title="Add-on Options" /></a>
<a href='http://thatsmith.com/2009/03/google-voice-add-on-for-firefox/google-voice-addon-click-to-call' title='Click-to-Call'><img width="150" height="150" src="http://thatsmith.com/files/2009/03/google-voice-addon-click-to-call-150x150.png" class="attachment-thumbnail" alt="Click-to-Call" title="Click-to-Call" /></a>
<a href='http://thatsmith.com/2009/03/google-voice-add-on-for-firefox/google-voice-addon-calling' title='Calling'><img width="150" height="138" src="http://thatsmith.com/files/2009/03/google-voice-addon-calling-150x138.png" class="attachment-thumbnail" alt="Calling" title="Calling" /></a>

<p><strong><a name="latest">Latest Version</a>:</strong> <a href="/google-voice-addon-0.9.1.xpi">v0.9.1</a><strong><a name="latest"></a></strong></p>
<p><strong>Changes in v0.9.1:</strong></p>
<ul>
<li>Fixes Gizmo5 support</li>
</ul>
<p><strong>Changes in v0.9.0:</strong></p>
<ul>
<li>Adds Gizmo5 support</li>
<li>Automatically logs out and in when username or password is changed</li>
<li>No longer requires a refresh when call out number is changed</li>
<li>Fixes &#8220;Loading Calls&#8221; bug on new installs</li>
</ul>
<p><strong>Features of Google Voice for Firefox</strong><strong>:</strong></p>
<ul>
<li>Click to Call</li>
<li>Dial from Task Bar</li>
<li>SMS from Task Bar</li>
<li>Select text and double click taskbar to send as SMS</li>
<li>Select number and double click taskbar to dial</li>
<li>Auto Login/shortcut to Google Voice</li>
<li>Display most recent recent call/sms when hovered</li>
</ul>
<p><strong>Changelog</strong></p>
<ul>
<li><a href="http://posttopic.com/topic/google-voice-add-on-development#post-31">v0.0.1pre</a></li>
<li><a href="http://posttopic.com/topic/google-voice-add-on-development#post-33">v0.1.0</a></li>
<li><a href="http://posttopic.com/topic/google-voice-add-on-development#post-44">v0.1.1</a></li>
<li><a href="http://posttopic.com/topic/google-voice-add-on-development#post-53">v0.2.0b1</a></li>
<li><a href="http://posttopic.com/topic/google-voice-add-on-development/page/2#post-98">v0.2.0b2</a></li>
<li><a href="http://posttopic.com/topic/google-voice-add-on-development/page/2#post-101">v0.2.0b3</a></li>
<li><a href="http://posttopic.com/topic/google-voice-add-on-development/page/2#post-106">v0.2.0b4</a></li>
<li><a href="http://posttopic.com/topic/google-voice-add-on-development/page/2#post-113">v0.2.0b5</a></li>
<li><a href="http://posttopic.com/topic/google-voice-add-on-development/page/3#post-132">v0.5.0</a></li>
<li><a href="http://posttopic.com/topic/google-voice-add-on-development/page/4#post-167">v0.6.0</a></li>
<li><a href="http://posttopic.com/topic/google-voice-add-on-development/page/4#post-167">v0.7.0b1</a></li>
</ul>
<p><strong><a name="future">Features planned for future versions</a>:</strong></p>
<ul>
<li>New message notifications</li>
<li>New call notifications</li>
<li>New SMS notifications</li>
<li><del>Option to hide number on status bar</del> removing number in v1.0</li>
<li><del>Send SMS from status bar</del> added in v0.2.0b1</li>
<li>Listen to most recently voice mail from the status bar</li>
<li><del>Switch from XMLHttpRequest to Sandboxed HTTP connections</del> no longer necessary in v0.6.0</li>
<li>Addon update notifications</li>
</ul>
<p><strong>Setup:</strong></p>
<ul>
<li>Uninstall GrandCentral Click to Call</li>
<li>Install this addon</li>
<li>Restart Firefox</li>
<li>Open Settings&#8230;</li>
<li>Enter your Google Account e-mail address &amp; password</li>
<li>Enter the number you want to ring for outgoing calls (not your GV number)</li>
<li>Press OK</li>
</ul>
<p><strong>Known Issues</strong></p>
<p>None in v0.9.0.</p>
<p><strong>Common Problems</strong></p>
<p>Unable to place call to XXX-XXX-XXXX</p>
<blockquote><p><strong>Problem:</strong> You entered your Google Voice number as the forwarding number, or<br />
<strong>Problem:</strong> You entered a number that is not on you Google Voice account as the forwarding number</p>
<p><strong>Solution:</strong> Enter one of the numbers set up on your Google Voice account</p></blockquote>
<p>The addon does not detect numbers on &#8220;&#8230;..&#8221;</p>
<blockquote><p><strong>Problem:</strong> The page you are viewing contains frames, or<br />
<strong>Problem:</strong> The number you are trying to click is loaded via AJAX after the add-on scans for numbers</p>
<p><strong>Solution:</strong> If the content was loaded dynamically you can detect new numbers by double clicking the GV icon in the status bar. If the page contains frames (such as Google Contacts) there is nothing you can do at this time.</p></blockquote>
<p>The addon does not work in Flock</p>
<blockquote><p><strong>Problem:</strong> You are using Flock</p>
<p><strong>Solution:</strong> This is the Google Voice Add-on for <em>Firefox</em>. Quit whining and download Firefox.</p></blockquote>
<p>I do not see the addon in the toolbar</p>
<blockquote><p><strong>Problem:</strong> You are looking in the wrong place</p>
<p><strong>Solution:</strong> Make sure your status bar is not hidden because that&#8217;s where the Google Voice Add-on for Firefox is located.</p></blockquote>
<p><strong>Updates:</strong></p>
<p>As of this time you will not automatically receive notifications of updates to the addon, so check this page regularly or <a title="chadsmith on Twitter" href="http://twitter.com/chadsmith">follow me on twitter</a> to be notified of new versions.</p>
<p><strong>Compatibility:</strong></p>
<p>This addon has been tested on and is fully functional with Firefox 3.x.x and 3.7a1pre. It has been tested using Windows XP, Vista, 7, Ubuntu, and OS X. Please notify me of any other compatible versions or platforms in the comments. The addon <em>will</em> install in Flock and older versions of Firefox but is unsupported outside of Firefox 3.5.</p>
<p><strong>License:</strong></p>
<p>This addon is distributed without warranty under the MPL 1.1/GPL 2.0/LGPL 2.1 licenses.  View the addon source or visit <a href="http://www.mozilla.org/MPL/">http://www.mozilla.org/MPL/</a> for additional information on the licenses.</p>
<p><strong>Download:</strong></p>
<p><a href="/google-voice-addon-0.9.1.xpi">Google Voice Add-on for Firefox</a> v0.9.1</p>
<p><strong>Support:</strong></p>
<p>Since the comments are getting a bit lengthy, please post bug reports and support requests <a title="Google Voice Add-on Development" href="http://posttopic.com/topic/google-voice-add-on-development">here</a>.</p>
<p>If you are looking to update or develop your own application for Google Voice, <a title="Google Voice Add-on Development" href="http://posttopic.com/topic/google-voice-add-on-development">here</a> is  a little information to get you started.</p>
<p><strong>Donate:</strong></p>
<p>Please consider buying me coffee if you find this plugin useful. <img src='http://thatsmith.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations"><input type="hidden" name="business" value="chad@thatsmith.com" /><input type="hidden" name="item_name" value="Google Voice Firefox Add-on" /><input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD" /><input type="hidden" name="tax" value="0">
<input type="hidden" name="lc" value="US" /><input type="hidden" name="bn" value="PP-DonationsBF">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online.">
</form></p>
<p><strong>Related:</strong></p>
<p>For a fun preview of what you might see in future versions of the addon, try taking the <a title="Google Voice Captcha Challenge" href="http://mktgdept.com/captcha">Google Voice Captcha Challenge</a>.</p>
<hr />
<p><small>&copy; <a href="http://thatsmith.com">That Smith</a>, 2009. |
<a href="http://thatsmith.com/2009/03/google-voice-add-on-for-firefox">Permalink</a> |
<a href="http://thatsmith.com/2009/03/google-voice-add-on-for-firefox#comments">200 comments</a><br/>
Post tags: <a href="http://thatsmith.com/tag/addons" rel="tag">Addons</a>, <a href="http://thatsmith.com/tag/click-to-call" rel="tag">Click to Call</a>, <a href="http://thatsmith.com/tag/firefox" rel="tag">Firefox</a>, <a href="http://thatsmith.com/tag/google-voice" rel="tag">Google Voice</a>, <a href="http://thatsmith.com/tag/grandcentral" rel="tag">GrandCentral</a><br/>
</small></p><img src="http://feeds.feedburner.com/~r/thatsmith/~4/Dj_qEmKeytw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thatsmith.com/2009/03/google-voice-add-on-for-firefox/feed</wfw:commentRss>
		<slash:comments>200</slash:comments>
		<feedburner:origLink>http://thatsmith.com/2009/03/google-voice-add-on-for-firefox</feedburner:origLink></item>
		<item>
		<title>Wichita Domain Names pt. 6</title>
		<link>http://feeds.thatsmith.com/~r/thatsmith/~3/HvszmDFYNKY/wichita-domain-names-pt-6</link>
		<comments>http://thatsmith.com/2009/03/wichita-domain-names-pt-6#comments</comments>
		<pubDate>Tue, 03 Mar 2009 16:12:36 +0000</pubDate>
		<dc:creator>Chad</dc:creator>
				<category><![CDATA[Available Domain Names]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[keyword optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[small business]]></category>
		<category><![CDATA[wichita]]></category>

		<guid isPermaLink="false">http://thatsmith.com/?p=655</guid>
		<description><![CDATA[As many of you already know, a quality domain name can go a long way in bringing relevant traffic to your website, and a good local domain name is no different when your goal is to serve the local market.
Up until this point, I have shared 125 available domain names from my list of 300+ [...]]]></description>
			<content:encoded><![CDATA[<p>As many of you already know, a <a title="Google Search" rel="nofollow" href="http://www.google.com/search?q=cider+beer&amp;pws=0">quality domain name</a> can go <a title="Google Search" rel="nofollow" href="http://www.google.com/search?q=old+laundry&amp;pws=0">a long way</a> in bringing <a title="Google Search" rel="nofollow" href="http://www.google.com/search?q=open+analytics&amp;pws=0">relevant traffic</a> to your website, and a <a title="Google Search" rel="nofollow" href="http://www.google.com/search?q=wichita+paper&amp;pws=0">good local domain name</a> is <a title="Google Search" rel="nofollow" href="http://www.google.com/search?q=wichita+coffee&amp;pws=0">no different</a> when your goal is to <a title="Google Search" rel="nofollow" href="http://www.google.com/search?q=wichita+blogs&amp;pws=0">serve the local market</a>.</p>
<p>Up until this point, I have shared 125 available domain names from my list of 300+ that are excellent candidates to be used by local small businesses. See  names <a href="/2008/08/available-wichita-domains/">1-25</a>, <a href="/2008/08/more-wichita-domains/">26-50</a>, <a href="/2008/09/25-more-wichita-domains/">51-75</a>, <a href="/2008/09/another-list-of-wichita-domains/">76-100</a>, and <a href="/2009/02/wichita-domain-names-pt-5/">100-125</a>. This list covers numbers 126-150.</p>
<p><img class="size-full wp-image-656" src="http://thatsmith.com/files/2009/03/wichita-domain-names-6.png" alt="Wichita Domain Names" width="291" height="601" /></p>
<p>If your small business is new to the local web, welcome.  You should know there are tons of good options out there for registering a .com, usually for around $7/yr, and countless places willing to host your website &#8211; ad free &#8211; starting around $4/month.  (Read: Don&#8217;t be suckered into high prices.)</p>
<p>If you have questions about registering a domain at the lowest cost, or setting one up for e-mail, <a title="Mktg Dept - Freelance Marketing &amp; SEO in Wichita, KS" href="http://mktgdept.com/">Mktg Dept</a> and a handful of other local webbies are always willing to meet over a cup of <a title="Wichita Coffee" href="http://wichitacoffee.com/">Wichita coffee</a>. <img src='http://thatsmith.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><span style="color: #999999"><em>Disclaimer: Please do not register a Wichita domain name only to attempt to resell it. My studies show that most people in Wichita are NOT willing to pay extra for a name that is already taken.</em></span></p>
<hr />
<p><small>&copy; <a href="http://thatsmith.com">That Smith</a>, 2009. |
<a href="http://thatsmith.com/2009/03/wichita-domain-names-pt-6">Permalink</a> |
<a href="http://thatsmith.com/2009/03/wichita-domain-names-pt-6#comments">One comment</a><br/>
Post tags: <a href="http://thatsmith.com/tag/available-domain-names" rel="tag">Available Domain Names</a>, <a href="http://thatsmith.com/tag/internet-marketing" rel="tag">internet marketing</a>, <a href="http://thatsmith.com/tag/keyword-optimization" rel="tag">keyword optimization</a>, <a href="http://thatsmith.com/tag/seo" rel="tag">SEO</a>, <a href="http://thatsmith.com/tag/small-business" rel="tag">small business</a>, <a href="http://thatsmith.com/tag/wichita" rel="tag">wichita</a><br/>
</small></p><img src="http://feeds.feedburner.com/~r/thatsmith/~4/HvszmDFYNKY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://thatsmith.com/2009/03/wichita-domain-names-pt-6/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://thatsmith.com/2009/03/wichita-domain-names-pt-6</feedburner:origLink></item>
	</channel>
</rss>
