<?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>Nerdaphernalia &#187; Gadgets and Gewgaws</title>
	<atom:link href="http://striderweb.com/nerdaphernalia/category/gadgets-and-gewgaws/feed/" rel="self" type="application/rss+xml" />
	<link>http://striderweb.com/nerdaphernalia</link>
	<description>"It's All Geek To Me"</description>
	<lastBuildDate>Wed, 21 Dec 2011 18:51:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Search Everywhere in MySQL</title>
		<link>http://striderweb.com/nerdaphernalia/2010/05/search-everywhere-in-mysql/</link>
		<comments>http://striderweb.com/nerdaphernalia/2010/05/search-everywhere-in-mysql/#comments</comments>
		<pubDate>Mon, 17 May 2010 16:04:35 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA['Nuff  said]]></category>
		<category><![CDATA[Gadgets and Gewgaws]]></category>
		<category><![CDATA[On the Front Lines]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2010/05/search-everywhere-in-mysql/</guid>
		<description><![CDATA[In recent months I&#8217;ve been tasked with taking over management of a web site programmed by somebody else. They used Drupal, with which I&#8217;m not familiar, and so a big part of the job is simply figuring out how that system works. In many cases I&#8217;ve wanted to search the entire database for a particular [...]]]></description>
			<content:encoded><![CDATA[<p>In recent months I&#8217;ve been tasked with taking over management of a web site programmed by somebody else.  They used Drupal, with which I&#8217;m not familiar, and so a big part of the job is simply figuring out how that system works.  In many cases I&#8217;ve wanted to search the entire database for a particular string of text, in order simply to find out where certain data is stored in the database.</p>
<p>I hunted over the web looking for a way to search an entire MySQL database &#8212; all tables, all fields &#8212; for text.  For the most part I find forums with answers such as &#8220;Well, you set up your database wrong&#8221;.  These kinds of responses remind me of the sequence in the movie &#8220;Funny Farm&#8221; where the truck driver is trying to find the town of Redbud.  In short:</p>
<p>&#8220;Hey Mac, how do you get to Redbud?&#8221;</p>
<p>&#8220;If I wanted to go to Redbud, I wouldn&#8217;t start from here.&#8221;</p>
<p>Nonsensical and useless.  If you&#8217;re here now, then this is where you&#8217;re starting from; telling me to start from somewhere else is simply a non-answer.  <span class="pullquote">Funny in a movie, but frustrating in real life</span>.</p>
<p>Today I came across a most excellent script, the <a href="http://sewmyheadon.com/2009/mysql-search-replace-tool/">MySQL Database Search &#038; Replace Tool</a>.  It&#8217;s a PHP page that you can drop into a web site and call from your browser.  It will search the entire database for a string of text &#8212; exactly what I needed.</p>
<p>In a quick test run it threw out a couple errors but then gave me useful results; so it&#8217;s not entirely polished, but quite functional and useful.  Kudos to <a href="http://www.mgdigital.co.uk/">Mark Jackson</a> and <a href="http://sewmyheadon.com">Eric Amundson</a> for releasing this great tool!</p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2010
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2010/05/search-everywhere-in-mysql/">Permalink to Search Everywhere in MySQL</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2010/05/search-everywhere-in-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome Rocks</title>
		<link>http://striderweb.com/nerdaphernalia/2008/09/chrome-rocks/</link>
		<comments>http://striderweb.com/nerdaphernalia/2008/09/chrome-rocks/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 15:13:36 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Gadgets and Gewgaws]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web apps]]></category>
		<category><![CDATA[web browsers]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/?p=201</guid>
		<description><![CDATA[Just trying out Google&#8217;s new browser, Chrome. The admin back end for WordPress (that is, the page I&#8217;m working on as I type this) is blazingly fast running on Chrome. Faster than Firefox, IE or Safari &#8212; as in: No Contest. Google set out with a specific goal: to create a browser that is designed [...]]]></description>
			<content:encoded><![CDATA[<p>Just trying out <a href="http://www.google.com/chrome/">Google&#8217;s new browser</a>, Chrome.  The admin back end for WordPress (that is, the page I&#8217;m working on as I type this) is blazingly fast running on Chrome.  Faster than Firefox, IE or Safari &#8212; as in: No Contest.</p>
<p>Google set out with a specific goal: to create a browser that is designed to run mature, full featured web applications; and at first blush, it appears that they have entirely succeeded.  I haven&#8217;t even tried it on Google&#8217;s own applications, such as their online word processor.</p>
<p>The design of this browser is quite different from other browsers, especially under the hood.  I&#8217;ll probably keep Firefox for general browsing, but I will almost certainly use this for &#8220;application&#8221; use, from blogging to online banking.</p>
<p>Bravo.</p>
<p>(&#8230;and get that Mac version released!)</p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2008
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2008/09/chrome-rocks/">Permalink to Chrome Rocks</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2008/09/chrome-rocks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The newest thing from Apple!</title>
		<link>http://striderweb.com/nerdaphernalia/2007/07/the-newest-thing-from-apple/</link>
		<comments>http://striderweb.com/nerdaphernalia/2007/07/the-newest-thing-from-apple/#comments</comments>
		<pubDate>Mon, 02 Jul 2007 16:29:24 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Amusing]]></category>
		<category><![CDATA[Gadgets and Gewgaws]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[reviews]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2007/07/40/</guid>
		<description><![CDATA[Jeff quotes Cali Lewis of Geek Brief TV, on the iPhone: The user interface is the most beautiful tech experience I&#8217;ve ever had, and I have to go to the point of near-blasphemy if I tell you what it feels like in my heart when I interact with it. Heh. I think she just had [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://theshapeofdays.com/2007/07/02/only-blasphemy-gets-the-job-done.html">Jeff</a> quotes <a href="http://geekbriefwp.podshow.com/gbtv-0193-geekbrieftv">Cali Lewis</a> of Geek Brief TV, on the iPhone:</p>
<blockquote><p>The user interface is the most beautiful tech experience I&#8217;ve ever had, and I have to go to the point of near-blasphemy if I tell you what it feels like in my heart when I interact with it.</p></blockquote>
<p>Heh.  I think she just had an iGasm.  <img src='http://striderweb.com/nerdaphernalia/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2007
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2007/07/the-newest-thing-from-apple/">Permalink to The newest thing from Apple!</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2007/07/the-newest-thing-from-apple/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Stealth Platform</title>
		<link>http://striderweb.com/nerdaphernalia/2007/06/the-stealth-platform/</link>
		<comments>http://striderweb.com/nerdaphernalia/2007/06/the-stealth-platform/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 22:09:05 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Gadgets and Gewgaws]]></category>
		<category><![CDATA[Webcraft]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[web browsers]]></category>

		<guid isPermaLink="false">http://striderweb.com/nerdaphernalia/2007/06/the-stealth-platform/</guid>
		<description><![CDATA[Apple has just just released the Safari web browser for Microsoft Windows. At my count, that makes this the third application (after Quicktime and iTunes) that Apple has ported from Mac-only into the greater world of Windows. The question becomes, &#8220;Why?&#8221; And better yet&#8230; &#8220;Why now?&#8221; I think I have an idea. Back in the [...]]]></description>
			<content:encoded><![CDATA[<p>Apple has just <a href="http://www.apple.com/safari/">just released the Safari web browser for Microsoft Windows.</a>  At my count, that makes this the third application (after Quicktime and iTunes) that Apple has ported from Mac-only into the greater world of Windows.  The question becomes,  &#8220;Why?&#8221;  And better yet&#8230; &#8220;Why now?&#8221;  I think I have an idea.</p>
<p>Back in the bad old days of the original Browser Wars, Netscape and Internet Explorer duked it out for prominence.  One of the primary munitions in this conflict was introducing display features and custom code that the other browser didn&#8217;t have.  The downside of this was that web developers had two choices &#8212; code for one browser or the other (and if you were on the Internet back then, you surely remember the ubiquitous &#8220;Best Viewed with XXX Browser&#8221; signs), or bend over backwards with multiple forking and buggy browser sniffing trying to get the damned thing to work on what amounted to two incompatible platforms.  Then Microsoft came up with their cunning &#8220;Drive them out of business by giving ours away for free&#8221; strategy, and in one grand gesture, won the war.  Internet Explorer, of course, has been dominant ever since.</p>
<p>The Netscape people didn&#8217;t rest, however, and to make a long story short:  Firefox.</p>
<p>Even as IE dominated the browser market all those years, there were other browsers.  The problem was that most web coders didn&#8217;t give a rat&#8217;s ass &#8212; they designed and tested their websites in the (buggy) Internet Explorer, and <span class="pullquote">all those little pissant browsers that &#8220;nobody&#8221; uses be damned</span>.  The fact that the other browsers followed the official HTML and CSS standards better than IE made no difference; coders just coded for the bugs in IE &#8212; most likely not even realizing they were doing it.</p>
<p>But these days, Firefox has grown in popularity, and with that, coders are finally realizing that there&#8217;s another browser out there &#8212; and starting to write &#8220;standards compliant&#8221; web pages that work on both.  Unfortunately, while an improvement, this is really a type of &#8220;more of the same&#8221;.  There are still more than the two browsers.</p>
<p>Apple has had their own browser for a few years now, but it has been Mac OS X-only.  This pretty much means that anybody not alrady running on a Mac is not going to be doing any testing for it.  They can&#8217;t &#8212; at least not easily.  Up until now, Apple has been happy to quietly improve their browser and give it out as just another advantage of using a Mac instead of one of The Other Guys.</p>
<p>Enter the iPhone.</p>
<p>One of the big touted features of the iPhone is that it has a full-fledged web browser built-in.  For the first time, people who don&#8217;t necessarily have a Macintosh computer will be using the Safari web browser.  Suddenly, Steve Jobs has a lot bigger reason to want web developers to test their sites on Safari &#8212; his big new product&#8217;s web ability depends on it.  As web sites continue to morph into web apps, the increasingly complex code requires more testing to work properly.  And Steve wants it to work on the iPhone.</p>
<p>Thus, Safari for Windows.  Much as in the past several years he has encouraged Mac developers by giving away the XCode development environment, he is now giving away a Mac testing ground that works on 90% of the world&#8217;s computers.  With a dash of luck and a bit of that Jobsian voodoo, Safari just might break out past its current 5% market share &#8212; and I&#8217;m sure that wouldn&#8217;t break his heart either &#8212; but I think his biggest motivation at this particular point was to make Safari a more universally tested browser, so that the iPhone can more easily attract the development community it deserves.</p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2007
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2007/06/the-stealth-platform/">Permalink to The Stealth Platform</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2007/06/the-stealth-platform/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Steve, you bitch.&#8221;</title>
		<link>http://striderweb.com/nerdaphernalia/2007/01/steve-you-bitch/</link>
		<comments>http://striderweb.com/nerdaphernalia/2007/01/steve-you-bitch/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 22:36:58 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Amusing]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Gadgets and Gewgaws]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Steve Jobs]]></category>
		<category><![CDATA[strategy]]></category>

		<guid isPermaLink="false">http://www.striderweb.com/nerdaphernalia/2007/01/steve-you-bitch/</guid>
		<description><![CDATA[Via Brian:

"Geez. You know what this is? It's the True Video iPod AND the Mac Tablet AND the iPhone."]]></description>
			<content:encoded><![CDATA[<p>Via Brian:</p>
<p><a href="http://www.grotto11.com/blog/archive/1168362360.shtml">&#8220;Geez. You know what this is? It&#8217;s the True Video iPod AND the Mac Tablet AND the iPhone.&#8221;</a></p>
<p>(Oh, and he was talking to Steve Jobs.  Not me.)</p>
<p class="note"><a href="/blog/2007/01/steve-you-bitch/">[cross-posted in Striderweb blog]</a></p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2007
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2007/01/steve-you-bitch/">Permalink to &#8220;Steve, you bitch.&#8221;</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2007/01/steve-you-bitch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go Robot, Go!</title>
		<link>http://striderweb.com/nerdaphernalia/2007/01/go-robot-go/</link>
		<comments>http://striderweb.com/nerdaphernalia/2007/01/go-robot-go/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 20:51:14 +0000</pubDate>
		<dc:creator>Stephen R</dc:creator>
				<category><![CDATA[Gadgets and Gewgaws]]></category>

		<guid isPermaLink="false">http://www.striderweb.com/nerdaphernalia/2007/01/go-robot-go/</guid>
		<description><![CDATA[There's a new irobot in town....]]></description>
			<content:encoded><![CDATA[<p>I recently bought a Roomba (robot vacuum cleaner), and was interested to see an explicit statement from the company that makes them, iRobot, saying that the device is made specifically in a way that allows developers to modify it and do interesting things with it.  The Roomba is genuinely a highly sophisticated device, and hacker types have been <a href="http://www.google.com/search?q=roomba%20hack">tinkering with them</a> for a while now.</p>
<p>iRobot has apparently decided to run with that concept, and has now released a device based on the same platform, minus the vacuum cleaner and plus a highly modifiable chassis and programmable &#8220;brain&#8221;:  the <a href="http://www.irobot.com/sp.cfm?pageid=292">iRobot Create</a>.</p>
<p>iRobot is interesting to me, as they are one of the forefront companies working to bring consumer robotics into the home as mainstream products.  This is the first thing I&#8217;ve seen from them aimed squarely at hacker-types, but what they&#8217;ve really done here is created a true &#8220;HDK&#8221; &#8212; a serious &#8220;Hardware Development Kit&#8221; which clever inventers can build upon to create some very interesting products.</p>
<p>I think it is going to be interesting to see what people come up with for this thing.  </p>
<hr />
© <a href="http://striderweb.com/">Stephen Rider</a> 2007
<p>This article was originally published at <a href="http://striderweb.com/nerdaphernalia">Nerdaphernalia</a>.  <a href="http://planetwordpress.planetozh.com/" rel="nofollow">Planet WordPress</a> is authorized to reproduce WordPress-related entries.  <em>If you're reading this at any other web site, the site owner is stealing copyrighted work.  Please visit the original page:</em></p>

<small><a href="http://striderweb.com/nerdaphernalia/2007/01/go-robot-go/">Permalink to Go Robot, Go!</a></small>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://striderweb.com/nerdaphernalia/2007/01/go-robot-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

