<?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>TheSolver.us Consulting and Services</title>
	<atom:link href="http://thesolver.us/feed/" rel="self" type="application/rss+xml" />
	<link>http://thesolver.us</link>
	<description>There is a solution...</description>
	<lastBuildDate>Fri, 18 Sep 2015 23:48:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.7.5</generator>
<site xmlns="com-wordpress:feed-additions:1">21658340</site>	<item>
		<title>Privacy Isn&#8217;t Just for Criminals</title>
		<link>http://thesolver.us/2014/06/privacy-isnt-just-for-criminals/</link>
		<pubDate>Sat, 21 Jun 2014 17:36:23 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://thesolver.us/?p=319</guid>
		<description><![CDATA[An important part of technology is making it so only those who should access your data do access your data. Governments included. Here is a quick article on my religious blog about a secure e-mail service (ProtonMail) I recommend you check out, sign up for, and donate to: &#8220;Privacy Isn&#8217;t Just for Criminals&#8221; P.S. A [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>An important part of technology is making it so only those who should access your data do access your data.</p>
<p>Governments included.</p>
<p>Here is a quick article on my religious blog about a secure e-mail service (ProtonMail) I recommend you check out, sign up for, and donate to:</p>
<p><a title="Privacy Isn't Just for Criminals" href="http://slv.nu/oa15w" target="_blank">&#8220;Privacy Isn&#8217;t Just for Criminals&#8221;</a></p>
<p>P.S. A couple of other posts of interest about ProtonMail:</p>
<p><a href="http://bgr.com/2014/05/19/most-secure-email-service-protonmail/" target="_blank">&#8220;A group of MIT and Harvard students is creating the most secure email system ever&#8221;</a></p>
<p><a href="http://www.cryptocoinsnews.com/news/inside-look-protonmail-end-end-encrypted-email/2014/05/03" target="_blank">&#8220;An Inside Look at ProtonMail: End-to-End Encrypted Email&#8221;</a></p>
]]></content:encoded>
		<post-id xmlns="com-wordpress:feed-additions:1">319</post-id>	</item>
		<item>
		<title>Don&#8217;t Forget to Eject</title>
		<link>http://thesolver.us/2014/06/dont-forget-to-eject/</link>
		<pubDate>Mon, 16 Jun 2014 06:43:03 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Nerd Notes]]></category>

		<guid isPermaLink="false">http://thesolver.us/?p=314</guid>
		<description><![CDATA[Have you ever wondered if you really to eject your external hard drive, flash drive, etcetera. According to a recent article on Popular Mechanics, yes: &#8220;Does It Really Matter if You Eject Disks Properly?&#8221; So&#8230;don&#8217;t forget to eject&#8230;]]></description>
				<content:encoded><![CDATA[<p>Have you ever wondered if you <em>really</em> to eject your external hard drive, flash drive, etcetera.  According to a recent article on Popular Mechanics, yes:</p>
<p><a href="http://www.popularmechanics.com/technology/gadgets/tech-news/does-it-actually-matter-if-you-eject-disks-properly-16887900" title="Does It Really Matter if You Eject Disks Properly?" target="_blank">&#8220;Does It Really Matter if You Eject Disks Properly?&#8221;</a></p>
<p>So&#8230;don&#8217;t forget to eject&#8230;</p>
]]></content:encoded>
		<post-id xmlns="com-wordpress:feed-additions:1">314</post-id>	</item>
		<item>
		<title>MarsEdit Stripping Characters with WordPress</title>
		<link>http://thesolver.us/2013/12/marsedit-stripping-characters-with-wordpress/</link>
		<pubDate>Thu, 26 Dec 2013 04:11:00 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Nerd Notes]]></category>

		<guid isPermaLink="false">http://thesolver.us/?p=303</guid>
		<description><![CDATA[If you go to use MarsEdit to edit blog posts with WordPress and find that it is stripping off characters (e.g. double-quotes, less than, and greater than signs), then please check out this article: &#8220;Is Mars Edit stripping quote marks?&#8221; Short story&#8230;some providers have an old libxml2 with PHP. If they are not willing to [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>If you go to use <a title="MarsEdit" href="http://www.red-sweater.com/marsedit/" target="_blank">MarsEdit</a> to edit blog posts with WordPress and find that it is stripping off characters (e.g. double-quotes, less than, and greater than signs), then please check out this article:</p>
<p><a title="Is Mars Edit stripping quote marks?" href="http://www.red-sweater.com/forums/discussion/2237/is-mars-edit-stripping-quote-marks/p1" target="_blank">&#8220;Is Mars Edit stripping quote marks?&#8221;</a></p>
<p>Short story&#8230;some providers have an old libxml2 with PHP. If they are not willing to upgrade it, then this command (with the most recent version of MarsEdit) will get around it:</p>
<p><code>defaults write com.red-sweater.marsedit RSUseNumericXMLEntityEncodings -bool YES</code></p>
<p>And, this is how you would remove it once all is well:</p>
<p><code>defaults delete com.red-sweater.marsedit RSUseNumericXMLEntityEncodings</code></p>
<p>Kudos to MarsEdit for creating a work around (since often we are too small of a fish to get a large ISP to upgrade a library.)</p>
<p>P.S. I highly recommend MarsEdit&#8230;</p>
]]></content:encoded>
		<post-id xmlns="com-wordpress:feed-additions:1">303</post-id>	</item>
		<item>
		<title>Acting School with Nick Searcy</title>
		<link>http://thesolver.us/2013/01/acting-school-with-nick-searcy/</link>
		<pubDate>Thu, 24 Jan 2013 02:51:07 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Consistency]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Reputation]]></category>

		<guid isPermaLink="false">http://thesolver.us/?p=253</guid>
		<description><![CDATA[I had the unique opportunity today to attend a conference call with Peabody Award-winning international film and television star Nick Searcy, Iraq war veteran and Purple Heart recipient Bryan Anderson, and filmmaker Chris Burgard. Along with that special access, I was given an early &#34;secret&#34; link to Nick&#39;s fifth episode of Acting School: I&#39;ve been [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I had the unique opportunity today to attend a conference call with Peabody Award-winning international film and television star Nick Searcy, Iraq war veteran and Purple Heart recipient Bryan Anderson, and filmmaker Chris Burgard. Along with that special access, I was given an early &quot;secret&quot; link to Nick&#39;s fifth episode of Acting School:</p>
<iframe class='youtube-player' type='text/html' width='480' height='300' src='http://www.youtube.com/embed/0pvu17_qd-4?version=3&#038;rel=0&#038;fs=1&#038;autohide=2&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;wmode=transparent' allowfullscreen='true' style='border:0;'></iframe>
<p>I&#39;ve been a fan of Nick Searcy ever since the short-lived television series, <em><a href="http://www.imdb.com/title/tt0111880/" title="American Gothic" target="_blank">American Gothic</a></em> (it ran in 1995 &amp; 1996). More recently, I was impressed by his off-the-wall <a href="http://www.hermancain.com/" title="Herman Cain" target="_blank">Herman Cain</a> <a href="http://www.youtube.com/watch?v=dSlC7BxmSqY" title="He Carried Yellow Flowers" target="_blank">&quot;He Carried Yellow Flowers&quot; YouTube advertisement</a> during last yea&#39;s Republican primary season. The purpose of the ad was to endorse Mr. Cain, but it also introduced an implicitly self-ridiculing persona of an egotistical Hollywood star. (Go figure, who would <em>ever</em> think those would exist?!)<span id="more-253"></span></p>
<p>Searcy has taken that initial character, put it on steroids, and re-released it to the wild as the star of <a href="http://www.nicksearcy.com/acting-school/" title="Acting School with Nick Searcy" target="_blank">Acting School with Nick Searcy</a>. Sometimes he plays the part so effectively (and convincingly) it&#39;s painful. However, most of the time I can&#39;t stop smiling and chuckling at the surreal advice he provides.  For instance, digest this from the second episode, <a href="http://www.youtube.com/watch?v=6csaGHjXS-8" title="Family Time" target="_blank">&quot;Family Time&quot;</a>:</p>
<blockquote><p>You know, being a successful working actor like me requires a tremendous amount of focus and attention. And all of that focus and attention has to be on myself, because an actor is like a musician, except that his instrument is himself. And that means at all times I have to make sure that my instrument is polished, prepared, warmed up, and ready to go. And anything that distracts me from focusing on my instrument can be a problem.</p>
<p>Now an actor like me, who is married with children, already has built into his life one of the greatest distractions that any actor can face. And how you manage this distraction can be the key to success or failure.  And I&#8217;m talking about the distraction of family time.</p></blockquote>
<p>At that point his son comes running out of the door, full basketball gear on, and says, &quot;Come on dad, let&#39;s go!&quot; Then, very seriously, Searcy continues:</p>
<blockquote><p>See what I mean? He wants me to shoot some baskets with him. And I know that every moment I spend with my son is a moment I am not spending focused on my career. And I know that I&#8217;ll never get those precious moments back.</p></blockquote>
<p>Followed by a long, pensive look.</p>
<p>It kills me every time. <img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>I have multiple blogs, and one could argue this write-up might be more appropriate elsewhere than on this, my business one. So, why did I post it here?</p>
<p>Because hidden within the humor is some real commentary on Hollywood, society, politics, and so on&#8230;and some not-so-obviously &quot;real&quot; advice&#8230;for instance, Nick&#39;s guidance to &quot;always stay in character.&quot;</p>
<p>Watch the video&#8230;it is both hilarious and disturbing to see him arguing over a handicapped parking space and then wrestling with a veteran missing both legs. I can assure you from following Searcy&#39;s Twitter feed (<a href="http://twitter.com/yesnicksearcy" title="Nick Searcy on Twitter" target="_blank">@yesnicksearcy</a>) that he is a man who both supports and respects our military and the principles they fight for. So, it must have been very tempting for Searcy to get out of character during the call and sound like Robert Redford discussing his tradecraft (talk about a way to ruin <em>Butch Cassidy and the Sundance Kid</em>!)&#8230;but Nick never did&#8230;even when the decorated veteran joined the call. Not for even a second did either stop playing their parts.</p>
<p>As businessmen and women, we have a persona, both as individuals and as an organization, that we should keep for our clients and our customers (although I would suggest it would be best not to have one quite as&#8230;err&#8230;disquieting as Searcy&#39;s Acting School identity).</p>
<p>And, not matter what the temptation, if it is the right persona you should stick with it. If you are known to provide good customer service, <em>always</em> provide good customer service&mdash;even if the client is a jerk and you&#39;ve got a massive headache. If you pride yourself on high quality, <em>don&#39;t ever</em> cut corners because you want to save a few bucks.</p>
<p>A single moment out of character can completely damage your brand or your reputation.</p>
<p>Visit <a href="http://www.nicksearcy.com/acting-school/" title="Acting School with Nick Searcy" target="_blank">the web site</a> for Nick&#39;s Acting School (or <a href="https://www.facebook.com/ActingSchoolwithNick" title="Acting School with Nick Searcy on Facebook" target="_blank">its Facebook Page</a>) and <a href="http://twitter.com/yesnicksearcy"" title="Nick Searcy on Twitter" target="_blank">follow him on Twitter</a>&#8230;and have a good laugh&#8230;if you have any sense of humor at all&#8230; <img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>But don&#39;t lose track of the important lesson.</p>
<p><em>Always stay in character.</em></p>
<p>P.S. As a warning, there is some foul language in Acting School episodes and if you are of the liberal persuasion, you&#39;ll likely find his Twitter feed problematic. With the latter I can&#39;t say I am entirely comfortable with some of his interpersonal approaches, but I appreciate his genuine willingness to interact with his fans.</p>
<p>P.P.S. How could I forget to mention this?! Nick is also a star on the FX television series, <a href="http://www.fxnetworks.com/justified" title="Justified" target="_blank"><em>Jusitified,</em></a> which just began its fourth season.</p>
]]></content:encoded>
		<post-id xmlns="com-wordpress:feed-additions:1">253</post-id>	</item>
		<item>
		<title>New FillmoreFarms.com is Live!</title>
		<link>http://thesolver.us/2012/05/new-fillmorefarms-com-is-live/</link>
		<pubDate>Mon, 07 May 2012 02:51:28 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Clients]]></category>
		<category><![CDATA[Web Site]]></category>

		<guid isPermaLink="false">http://thesolver.us/?p=241</guid>
		<description><![CDATA[We are proud to announce the completion of a new WordPress-based web site for fillmorefarms.com. Fillmore Farms grows the worlds best organic English Walnuts. Trust us, we&#8217;ve been snacking on them. 🙂 Please take time to visit their site&#8230;and order some walnuts&#8230;you will not be disappointed!]]></description>
				<content:encoded><![CDATA[<p>We are proud to announce the completion of a new WordPress-based web site for <a href="http://www.fillmorefarms.com/" title="Fillmore Farms" target="_blank">fillmorefarms.com</a>. Fillmore Farms grows the worlds best organic English Walnuts.  Trust us, we&#8217;ve been snacking on them. <img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>Please take time to visit their site&#8230;and order some walnuts&#8230;you will not be disappointed!</p>
]]></content:encoded>
		<post-id xmlns="com-wordpress:feed-additions:1">241</post-id>	</item>
		<item>
		<title>Is the PC Dying a Slow Death?</title>
		<link>http://thesolver.us/2011/08/is-the-pc-dying-a-slow-death/</link>
		<pubDate>Thu, 11 Aug 2011 18:53:18 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Future]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://thesolver.us/?p=237</guid>
		<description><![CDATA[Although much of &#8220;IBM Leads the Way in the Post-PC Era&#8221; is just an IBM advertisement in disguise (and not much of a disguise at that), Mark Dean has a history that makes it worth considering his statement that&#8230; &#8230;while PCs will continue to be much-used devices, they’re no longer at the leading edge of [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Although much of <a href="http://asmarterplanet.com/blog/2011/08/ibm-leads-the-way-in-the-post-pc-era.html">&#8220;IBM Leads the Way in the Post-PC Era&#8221;</a> is just an IBM advertisement in disguise (and not much of a disguise at that), Mark Dean has a history that makes it worth considering his statement that&#8230;</p>
<blockquote><p>&#8230;while PCs will continue to be much-used devices, they’re no longer at the leading edge of computing. They’re going the way of the vacuum tube, typewriter, vinyl records, CRT and incandescent light bulbs.</p></blockquote>
<p>(I assume the last item just means that Congress will outlaw them in the future :-))</p>
<p>Dean  &#8220;was one of a dozen IBM engineers who designed the first machine and was fortunate to have lead subsequent IBM PC designs through the 1980s&#8221;&#8230;so his words have some weight. I think they are hyperbolic&#8230;but non-PCs will be more-and-more a factor&#8230;what is your business doing to stay ahead of the curve?</p>
<p>Finally, before you take that question and run out and create interfaces for Android, iOS, and whatever other new toy that comes out, please also consider this:</p>
<blockquote><p>PCs are being replaced at the center of computing not by another type of device—though there’s plenty of excitement about smart phones and tablets—but by new ideas about the role that computing can play in progress. These days, it’s becoming clear that innovation flourishes best not on devices but in the social spaces between them, where people and ideas meet and interact. It is there that computing can have the most powerful impact on economy, society and people’s lives.</p></blockquote>
<p>Thoughts?</p>
<p>(Credit to <a href="http://twitter.com/#!/threatpost/status/101684409496907776" target="_blank">ThreatPost</a> and <a href="http://www.bbc.co.uk/news/technology-14490709" target="_blank">BBC News</a> for the link. This article is cross-posted at our ticketing technology blog, <a href="http://www.tixxtech.com/" target="_blank">TixxTech</a>.)</p>
]]></content:encoded>
		<post-id xmlns="com-wordpress:feed-additions:1">237</post-id>	</item>
		<item>
		<title>Security Triads</title>
		<link>http://thesolver.us/2011/07/security-triads/</link>
		<pubDate>Tue, 19 Jul 2011 19:52:12 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://thesolver.us/?p=229</guid>
		<description><![CDATA[Scanning through (way too many) RSS feeds today, I ran into this great article by Marcus Cary in the Rapid 7 Community: &#8220;Disclosure, Destruction, and Denial&#8221; Even if you don&#8217;t consider yourself a security techie, it&#8217;s worth taking the time to read. It&#8217;ll help you see vulnerabilities from the eyes of your &#8220;enemy&#8221; and it [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Scanning through (way too many) RSS feeds today, I ran into this great article by Marcus Cary in the Rapid 7 Community:</p>
<p><a title="Disclosure, Destruction, and Denial" href="https://community.rapid7.com/community/infosec/blog/2011/07/19/the-attackers-triad" target="_blank">&#8220;Disclosure, Destruction, and Denial&#8221;</a></p>
<p>Even if you don&#8217;t consider yourself a security techie, it&#8217;s worth taking the time to read. It&#8217;ll help you see vulnerabilities from the eyes of your &#8220;enemy&#8221; and it makes a couple great points about how not properly categorizing security requirements you risk everything. For instance:<span id="more-229"></span></p>
<blockquote>
<p>Disclosure is the opposite of Confidentiality. Organizations need to do assessements and categorize their data. This rarely happens; employees need to be aware so they can protect corporate assets. For instance the Department of Defense (DoD) classifies data as:</p>
<ul>
<li>Top Security &#8211; disclosure would cause grave harm to country</li>
<li>Secret &#8211; disclosure would cause significant harm to country</li>
<li>Confidential &#8211; disclosure would cause embarrassment to country</li>
<li>Unclassified &#8211; public dissemination</li>
</ul>
<p><strong>Companies usually wrap everything up into corporate &#8220;confidential&#8221; which leads to problems. Again, if you try to protect everything with the same level of security, you will fail</strong>. Corporations need to tier the confidentiality of their data in the same way the Government does:</p>
<ul>
<li>Confidential Level 3 &#8211; disclosure would cause grave harm to company (company closure)</li>
<li>Confidential Level 2 &#8211; disclosure would cause significant harm to company (stock tanking, layoffs)</li>
<li>Confidential Level 1 &#8211; disclosure would cause embarrassment to company (bad press)</li>
<li>Public &#8211; public dissemination</li>
</ul>
</blockquote>
<p>(Emphasis mine.)</p>
<p>Give it a read.  It&#8217;s not that long, and afterward you may start choosing the DDD triad over the CIA one. <img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>(This is cross-posted on our <a title="TixxTech Blog" href="http://www.TixxTech.com/" target="_blank">TixxTech blog</a>.)</p>
]]></content:encoded>
		<post-id xmlns="com-wordpress:feed-additions:1">229</post-id>	</item>
		<item>
		<title>&#8220;Krebs’s 3 Basic Rules for Online Safety&#8221;</title>
		<link>http://thesolver.us/2011/06/krebs-3-basic-rules-for-online-safety/</link>
		<pubDate>Wed, 22 Jun 2011 21:53:33 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://thesolver.us/?p=224</guid>
		<description><![CDATA[During our blog-silence one of the articles that came through that warrants your attention was &#8220;Krebs’s 3 Basic Rules for Online Safety.&#8221; You should read the whole post (it&#8217;s well worth the time), but it&#8217;s three primary bits of safety advice are (quoted from the article): Krebs’s Number One Rule for Staying Safe Online: “If you [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>During our blog-silence one of the articles that came through that warrants your attention was <a title="Krebs’s 3 Basic Rules for Online Safety" href="http://krebsonsecurity.com/2011/05/krebss-3-basic-rules-for-online-safety/" target="_blank">&#8220;Krebs’s 3 Basic Rules for Online Safety.&#8221;</a> You should read the whole post (it&#8217;s well worth the time), but it&#8217;s three primary bits of safety advice are (quoted from the article):</p>
<ul>
<li>Krebs’s Number One Rule for Staying Safe Online: “If you didn’t go looking for it, don’t install it!”</li>
<li>Krebs’s Rule #2 for Staying Safe Online: “If you installed it, update it.”</li>
<li>Krebs’s Rule #3 for Staying Safe Online: “If you no longer need it, remove it.”</li>
</ul>
<p>And he did add one more in a later piece, <a title="Software Cracks: A Great Way to Infect Your PC" href="http://krebsonsecurity.com/2011/06/software-cracks-a-great-way-to-infect-your-pc/" target="_blank">&#8220;Software Cracks: A Great Way to Infect Your PC&#8221;</a> (again directly quoted):</p>
<ul>
<li>It is almost never safe to download executable programs from peer-to-peer file sharing networks because they are a major source of malware infections.</li>
</ul>
<p>I&#8217;m hoping all four of them are common sense enough you don&#8217;t personally need to be reminded of them&#8230;but chances are plenty of your family, friends, and coworkers can use the advice&#8230;</p>
<p>P.S. This has been cross-posted (with a slight modifications) on our <a href="http://www.TixxTech.com/" target="_blank">TixxTech blog</a>.</p>
]]></content:encoded>
		<post-id xmlns="com-wordpress:feed-additions:1">224</post-id>	</item>
		<item>
		<title>Blog Silence</title>
		<link>http://thesolver.us/2011/06/blog-silence/</link>
		<pubDate>Tue, 21 Jun 2011 14:38:55 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Good Ideas]]></category>

		<guid isPermaLink="false">http://thesolver.us/?p=219</guid>
		<description><![CDATA[So&#8230;TheSolver.us&#8217; blog has been a bit silent&#8230;so, a quick explanation. We (well&#8230;&#8221;I&#8221; since TheSolver.us is just one person now&#8230;but it feels weird to say &#8220;I&#8221; on a company blog)&#8230; We were offered a contract writing a mobile ticketing interface for the iPad.  It required leveraging and interacting with technologies we hadn&#8217;t used before&#8230;and within (given [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>So&#8230;TheSolver.us&#8217; blog has been a bit silent&#8230;so, a quick explanation.</p>
<p>We (well&#8230;&#8221;I&#8221; since TheSolver.us is just one person now&#8230;but it feels weird to say &#8220;I&#8221; on a company blog)&#8230;</p>
<p>We were offered a contract writing a mobile ticketing interface for the iPad.  It required leveraging and interacting with technologies we hadn&#8217;t used before&#8230;and within (given the unfamiliarity) a very short period of time (with plenty of other time-consuming obligations worked in).  Focusing on the job at hand led to the blog entry silence&#8230;but in the future we&#8217;ll keep some items coming even during push periods.</p>
<p>And there definitely was plenty to write about the last month&#8230;</p>
<p>We also hope to pen some entries based on what was learned during that contract, but just in case we don&#8217;t, to summarize:</p>
<ul>
<li>Web services are the way to go for rapid development and flexibility</li>
<li>jQuery is great</li>
<li>jQuery Mobile is also great, but does live up to its alpha status now-and-then (although it&#8217;s alpha is better than a lot of betas)</li>
<li>Program from the get-go with internationalization, language support, and future functionality in mind (which we did)</li>
<li>Don&#8217;t give up on working past issues, even when they seem out of your control (e.g. did you know that iOS puts a 300ms delay in the normal click event)</li>
</ul>
<p>And so on <img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>It was a great experience that will hopefully lead to more work. We wish we could point you to a demo of our work&#8230;but&#8230;the one who paid for it owns it. <img src="https://s.w.org/images/core/emoji/2.2.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>(This article, slightly edited, was cross-posted on our <a href="http://www.TixxTech.com/" target="_blank">TixxTech blog</a>.)</p>
]]></content:encoded>
		<post-id xmlns="com-wordpress:feed-additions:1">219</post-id>	</item>
		<item>
		<title>WordPress &#8220;Blank Screen of Death&#8221;</title>
		<link>http://thesolver.us/2011/06/wordpress-blank-screen-of-death/</link>
		<pubDate>Tue, 21 Jun 2011 14:23:18 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Nerd Notes]]></category>

		<guid isPermaLink="false">http://thesolver.us/?p=216</guid>
		<description><![CDATA[This morning looked like it was going to be eaten by an unexpected glitch&#8230;you can read more about it at our TixxTech Blog. (Probably only of interest if you are a WordPress user&#8230;)]]></description>
				<content:encoded><![CDATA[<p>This morning looked like it was going to be eaten by an unexpected glitch&#8230;<a title="Wordpress 'Blank Screen of Death'" href="http://www.tixxtech.com/2011/06/wordpress-blank-screen-of-death.html" target="_blank">you can read more about it at our TixxTech Blog</a>. (Probably only of interest if you are a WordPress user&#8230;)</p>
]]></content:encoded>
		<post-id xmlns="com-wordpress:feed-additions:1">216</post-id>	</item>
	</channel>
</rss>
