<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" gd:etag="W/&quot;AkMER3w9cSp7ImA9WhVbEEk.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596</id><updated>2012-05-26T09:06:46.269-07:00</updated><category term="Server Administration" /><category term="infrastructure" /><category term="content management" /><category term="cloud computing" /><category term="Resources" /><category term="Ruby" /><category term="php" /><category term="Linux" /><category term="Outlook" /><category term="Rails" /><category term="Coexist" /><category term="Recruiting" /><category term="Engineering" /><category term="Tips" /><category term="word" /><category term="Windows" /><category term="Fun" /><category term="MooTools" /><category term="wordpress" /><category term="Programming" /><category term="Quiz" /><title>Fuery Solutions</title><subtitle type="html">&lt;a href="http://fuery.com"&gt;Fuery Solutions&lt;/a&gt; is a software solutions company that provides technology support, custom software development, and product management for emerging and small businesses. Our premiere product, &lt;a href="https://meruscase.com"&gt;MerusCase&lt;/a&gt;, is a complete Practice Management solution for California attorneys.</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://blog.fuery.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>21</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/FuerySolutions" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="fuerysolutions" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;A0UMQns9eip7ImA9Wx9QFEU.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-3421856933666822116</id><published>2010-12-27T14:02:00.000-08:00</published><updated>2010-12-27T14:34:43.562-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-12-27T14:34:43.562-08:00</app:edited><title>Securing the Redmine_S3 plugin</title><content type="html">We run redmine internally here at Fuery Solutions. Redmine is a fantastic tool for managing software development projects.



One of the unfortunate "features" redmine has is the habit of storing uploaded files without any security, regardless of whether the system itself is password protected or not. The redmine s3 plugin echoes this habit, setting all uploaded documents to readable by the entire internet. Obviously, the URLs are somewhat obscure, but as the cliche goes, obscurity is not...</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/3421856933666822116/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2010/12/securing-redmines3-plugin.html#comment-form" title="59 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/3421856933666822116?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/3421856933666822116?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2010/12/securing-redmines3-plugin.html" title="Securing the Redmine_S3 plugin" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>59</thr:total></entry><entry gd:etag="W/&quot;DUQMQn0zfyp7ImA9Wx5bFkU.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-6204430980039018645</id><published>2010-11-02T01:41:00.000-07:00</published><updated>2010-11-02T01:43:03.387-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-11-02T01:43:03.387-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Server Administration" /><category scheme="http://www.blogger.com/atom/ns#" term="Ruby" /><category scheme="http://www.blogger.com/atom/ns#" term="Linux" /><category scheme="http://www.blogger.com/atom/ns#" term="Coexist" /><category scheme="http://www.blogger.com/atom/ns#" term="Rails" /><title>At a Glance To-do List for Running Rails 2 and Rails 3 on the Same Linux Server</title><content type="html">This is geeky. You've been warned.



Environment: Rails 2.3.5 app - redmine,our internal project management tool, in our case - running on Ubuntu 10.04.Requirement: Install a Rails 3 app - our new corp web site in this case. Goodbye, Wordpress, hello home-grown RoR happiness.

Note: this will down your rails 2.3.5 app briefly.

Make sure your core libs are up to date:
&amp;nbsp;apt-get install libyaml-ruby
&amp;nbsp;apt-get install libzlib-ruby
Update rubygems. Ubuntu won't let you using "gem install...</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/6204430980039018645/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2010/11/at-glance-to-do-list-for-running-rails.html#comment-form" title="58 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/6204430980039018645?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/6204430980039018645?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2010/11/at-glance-to-do-list-for-running-rails.html" title="At a Glance To-do List for Running Rails 2 and Rails 3 on the Same Linux Server" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>58</thr:total></entry><entry gd:etag="W/&quot;DkQFSHs6eCp7ImA9WxFXF0k.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-7926045361625134177</id><published>2010-05-24T16:34:00.000-07:00</published><updated>2010-05-24T16:38:39.510-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-05-24T16:38:39.510-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Programming" /><title>Migrating and Cracking Tritek Legal Case Management</title><content type="html">In my development of the MerusCase module that does a data migration from Tritek to MerusCase, I have thoroughly decoded their database schema.&amp;nbsp; What a mess!&amp;nbsp; I had to develop contact 'de-duping' software using what we call 'fuzzy matching' via a Levenshtein metric.&amp;nbsp; That was really intriguing to develop.



However, in order to properly map data from their system to ours, I needed a working copy of the software to reference from and see how that data was being stored in their...</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/7926045361625134177/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2010/05/crack-tritek-legal-case-management-and.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/7926045361625134177?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/7926045361625134177?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2010/05/crack-tritek-legal-case-management-and.html" title="Migrating and Cracking Tritek Legal Case Management" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>4</thr:total></entry><entry gd:etag="W/&quot;AkIFSHw8fSp7ImA9WxFTF00.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-7178235179659746306</id><published>2010-04-07T23:35:00.000-07:00</published><updated>2010-04-07T23:35:19.275-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-07T23:35:19.275-07:00</app:edited><title>How to Record Help Videos Using Open Source Tools and Youtube</title><content type="html">We've just begin using this method for recording How-To videos for the MerusCase Knowledge Base. It's a little involved, but sometimes nothing works better than "show me how".



Download and install CamStudio, open source Screen Recording software.&amp;nbsp;
Most of us here use a dual-monitor setup. This is an ideal situation because you can record one entire screen. Set your screen resolution to a video-friendlier size, like 800x600. You'll also need to set your primary monitor to the screen that...</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/7178235179659746306/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2010/04/how-to-record-help-videos-using-open.html#comment-form" title="13 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/7178235179659746306?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/7178235179659746306?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2010/04/how-to-record-help-videos-using-open.html" title="How to Record Help Videos Using Open Source Tools and Youtube" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>13</thr:total></entry><entry gd:etag="W/&quot;CUMNRX44eSp7ImA9WxFTEk0.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-2356863803536733377</id><published>2010-04-02T03:16:00.000-07:00</published><updated>2010-04-02T03:18:14.031-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-04-02T03:18:14.031-07:00</app:edited><title>Basing the Business on Cloud Computing</title><content type="html">Sometime in late 2008, the team here at Fuery Solutions made the decision to base the future of our business on software-as-a-service products targeted at legal professionals.



MerusCase, the first of what may become a suite of products, is focused on Workers Compensation attorenys in California. For a variety of reasons, MerusCase is a web-based, "software as a service" (SaaS) application running entirely on the infrastructure provided by Amazon Web Services. Our salespeople and partners...</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/2356863803536733377/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2010/04/basing-business-on-cloud-computing.html#comment-form" title="6 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/2356863803536733377?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/2356863803536733377?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2010/04/basing-business-on-cloud-computing.html" title="Basing the Business on Cloud Computing" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>6</thr:total></entry><entry gd:etag="W/&quot;DE4CSX0-fip7ImA9WxBWE04.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-4226790616689673707</id><published>2010-02-04T18:24:00.000-08:00</published><updated>2010-02-04T18:29:28.356-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-02-04T18:29:28.356-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Programming" /><category scheme="http://www.blogger.com/atom/ns#" term="MooTools" /><title>MooTools Users: Implement a Hash.sort method</title><content type="html">I notice that Firefox seems to maintain the order of key:value pairs in objects when iterating over them, while Safari and Chrome seem to sort the object internally (within their respective JS engines). &amp;nbsp;I&amp;nbsp; noticed this especially when making select elements. &amp;nbsp;I store the options as an object, then when drawing the page, I iterate over that&amp;nbsp; object making option elements.&amp;nbsp;

For example, I am making a select box that lists users&amp;nbsp; alphabetically. &amp;nbsp;Users are...</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/4226790616689673707/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2010/02/mootools-users-implement-hashsort.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/4226790616689673707?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/4226790616689673707?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2010/02/mootools-users-implement-hashsort.html" title="MooTools Users: Implement a Hash.sort method" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>3</thr:total></entry><entry gd:etag="W/&quot;A04HQHs-cSp7ImA9WxBQGEg.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-8343981696201969802</id><published>2010-01-18T16:12:00.000-08:00</published><updated>2010-01-18T16:12:11.559-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-18T16:12:11.559-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Programming" /><category scheme="http://www.blogger.com/atom/ns#" term="Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="php" /><title>Chomp your PHP for good health.</title><content type="html">We had some weird problems in testing one of our applications today. It turned out to be a newline after a ?&amp;gt; tag in a core config php file, so anything being outputted was preceded by a newline. Normally this isn't much of a problem--web browsers don't care that much about whitespace. Pickier clients, however, got thrown off and would complain about data being corrupt.</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/8343981696201969802/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2010/01/chomp-your-php-for-good-health.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/8343981696201969802?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/8343981696201969802?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2010/01/chomp-your-php-for-good-health.html" title="Chomp your PHP for good health." /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>3</thr:total></entry><entry gd:etag="W/&quot;AkUGSXw6eSp7ImA9WxBRGUQ.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-7186278215968881509</id><published>2010-01-08T16:48:00.000-08:00</published><updated>2010-01-08T16:50:28.211-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-08T16:50:28.211-08:00</app:edited><title>Where Tritek Case Management Stores Passwords and Login Information</title><content type="html">In order to move Tritek users over to MerusCase, the superior case management system, one of my projects has been to reverse engineer and write a migration system for Tritek.



If you have lost your password or simply would like to hack into Tritek or impersonate someone else, it is easy to find the passwords and logins in plain text in the DATA/ folder that Tritek uses.



First, if you don't know where to find where Tritek is storing its data tables, open up the executable SETUP1.exe in the...</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/7186278215968881509/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2010/01/where-tritek-case-management-stores.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/7186278215968881509?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/7186278215968881509?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2010/01/where-tritek-case-management-stores.html" title="Where Tritek Case Management Stores Passwords and Login Information" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>2</thr:total></entry><entry gd:etag="W/&quot;DU8ERH86fip7ImA9WxBRGUQ.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-5296472444960832149</id><published>2010-01-08T16:42:00.000-08:00</published><updated>2010-01-08T16:43:25.116-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2010-01-08T16:43:25.116-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="word" /><category scheme="http://www.blogger.com/atom/ns#" term="Fun" /><title>Word 2007: How to enable editing on a read-only protected template</title><content type="html">1. Rename word .docx file to .zip. &amp;nbsp;Unzip with your favorite zip program.

2. Open file (archive)/word/settings.xml in text editor.

3. Change property w:enforcement from "1" to "0" within node that reads something like this:



&amp;lt;w:documentProtection w:edit="forms" w:enforcement="0" w:cryptProviderType="rsaFull" w:cryptAlgorithmClass="hash" w:cryptAlgorithmType="typeAny" w:cryptAlgorithmSid="4" w:cryptSpinCount="100000" w:hash="KyPJG/+vxA4Let1njKgfCpSvJNc="...</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/5296472444960832149/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2010/01/word-2007-how-to-enable-editing-on-read.html#comment-form" title="5 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/5296472444960832149?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/5296472444960832149?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2010/01/word-2007-how-to-enable-editing-on-read.html" title="Word 2007: How to enable editing on a read-only protected template" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>5</thr:total></entry><entry gd:etag="W/&quot;AkMMQn44cCp7ImA9WxBREk0.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-7037266477641402204</id><published>2009-12-30T13:24:00.000-08:00</published><updated>2009-12-30T13:28:03.038-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-30T13:28:03.038-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="content management" /><title>Brief Review of Office Live's Web Site Tool</title><content type="html">I've recently investigated Microsoft's Office Live service for Small Business as a possible resource for some of our lower-end customers. Office Live is more or less Microsoft's answer to Google Apps, providing a basic web site (a la Google Sites), online document sharing and collaboration (a la Google Docs), and email (using Hotmail instead of Gmail).



Here's a site I setup in about 20 minutes (it's a template, no design work):

http://meruscasesupport.web.officelive.com



Pros



The tools...</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/7037266477641402204/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2009/12/brief-review-of-office-lives-web-site.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/7037266477641402204?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/7037266477641402204?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2009/12/brief-review-of-office-lives-web-site.html" title="Brief Review of Office Live's Web Site Tool" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>3</thr:total></entry><entry gd:etag="W/&quot;DUQBR3o8fCp7ImA9WxBREU4.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-5865995296934638247</id><published>2009-12-27T17:38:00.000-08:00</published><updated>2009-12-29T17:42:36.474-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-29T17:42:36.474-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="wordpress" /><category scheme="http://www.blogger.com/atom/ns#" term="infrastructure" /><category scheme="http://www.blogger.com/atom/ns#" term="content management" /><category scheme="http://www.blogger.com/atom/ns#" term="cloud computing" /><title>Eating Our Own Dog Food: Moving Everything to the Cloud</title><content type="html">This post is an extension of internal Fuery Solutions dialog. It’s designed to be an exercise in “Thinking out loud”, here for enrichment, a bit of transparency, and, if nothing else, food for thought.

I recognize that some of the content that follows represents a change in tone of this blog. That’s ok; I think that the benefits of being more open and transparent are worth the possibility of some competitive disadvantage. We fashion ourselves to be a Generation-Y company, and our online...</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/5865995296934638247/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2009/12/eating-our-own-dog-food-moving.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/5865995296934638247?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/5865995296934638247?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2009/12/eating-our-own-dog-food-moving.html" title="Eating Our Own Dog Food: Moving Everything to the Cloud" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>1</thr:total></entry><entry gd:etag="W/&quot;DUIDQn87eip7ImA9WxBREU4.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-5439514855999735317</id><published>2009-12-16T17:43:00.000-08:00</published><updated>2009-12-29T17:46:13.102-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-29T17:46:13.102-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Programming" /><title>Cool Colors for Komodo Edit 5.2.4</title><content type="html">The default font and color schemes for Komodo Edit were disgusting in my opinion. &amp;nbsp;So I made a scheme that looks like Zend/Eclipse or Mac Textmate. &amp;nbsp;I am using Windows 7 and this .ksf file goes into 

C:\Users\Michael\AppData\Roaming\ActiveState\KomodoEdit\5.2\schemes 

but for XP it’d probably be like

C:\Documents and Settings\Michael\Application&amp;nbsp;Data\ActiveState\KomodoEdit\5.2\schemes  

I installed these extensions and now it is my favorite code editor:&amp;nbsp;ColorTab,...</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/5439514855999735317/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2009/12/cool-colors-for-komodo-edit-524.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/5439514855999735317?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/5439514855999735317?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2009/12/cool-colors-for-komodo-edit-524.html" title="Cool Colors for Komodo Edit 5.2.4" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>1</thr:total></entry><entry gd:etag="W/&quot;DUMMRnk7fip7ImA9WxBREU4.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-3784943278843569962</id><published>2009-10-08T17:44:00.000-07:00</published><updated>2009-12-29T17:44:47.706-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-29T17:44:47.706-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Quiz" /><category scheme="http://www.blogger.com/atom/ns#" term="Programming" /><category scheme="http://www.blogger.com/atom/ns#" term="Recruiting" /><category scheme="http://www.blogger.com/atom/ns#" term="Engineering" /><title>Take Our Engineering Quiz!</title><content type="html">It’s hiring time here at Fuery Solutions, and with the help of Craigslist, 10%+ unemployment, and a chipper ad, we have far too many applicants.

As such, we’re asking all of you job hunters to take a quick test.

1. Nuts and Bolts.



See&amp;nbsp;http://crm.documents.s3.amazonaws.com/crm_comment/15/2009-09-25_1342.png



Build any single major UI piece in this screen shot wholly from JavaScript. You can use any framework you wish, but bonus points if you use either only core JS (impressive) or...</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/3784943278843569962/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2009/12/take-our-engineering-quiz.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/3784943278843569962?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/3784943278843569962?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2009/12/take-our-engineering-quiz.html" title="Take Our Engineering Quiz!" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>1</thr:total></entry><entry gd:etag="W/&quot;DUIASHc-eyp7ImA9WxBREU4.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-580489209579015504</id><published>2009-10-05T17:40:00.000-07:00</published><updated>2009-12-29T17:45:49.953-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-29T17:45:49.953-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Outlook" /><category scheme="http://www.blogger.com/atom/ns#" term="Windows" /><title>Shout Out: Fix for “Cannot Start Outlook. Cannot Open the Outlook Window”</title><content type="html">This particular issue had been plaguing me for a few days, forcing me to go around it to OWA (the Outlook web interface).



The solution, found over at ElectroGeek, is to start outlook from the command line with the flag “/resetnavpane”.



Thanks, ElectroGeek.

</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/580489209579015504/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2009/10/shout-out-fix-for-cannot-start-outlook.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/580489209579015504?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/580489209579015504?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2009/10/shout-out-fix-for-cannot-start-outlook.html" title="Shout Out: Fix for “Cannot Start Outlook. Cannot Open the Outlook Window”" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>2</thr:total></entry><entry gd:etag="W/&quot;DUQGSHg6cCp7ImA9WxBREU4.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-5777990354101076441</id><published>2009-05-14T17:02:00.000-07:00</published><updated>2009-12-29T17:42:09.618-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-29T17:42:09.618-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Programming" /><category scheme="http://www.blogger.com/atom/ns#" term="MooTools" /><title>Why doesn’t Mootools have a String.truncate() method?</title><content type="html">I need a quick way to truncate strings! I’m surprised that neither MooTools’ String.js or String.Extras.js has such a method.&amp;nbsp; They have so many super-awesome functions, methods and extensions (I especially love the Date.js extensions!!).&amp;nbsp; Yeah, I really love mootools, and I feel compelled to share with the community.&amp;nbsp; So anyway, I wrote out a simple, straightforward String.truncate() function:



String.implement({
    /**
     * String.truncate(max, atChar, trail)
     *
     *...</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/5777990354101076441/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2009/05/i-need-quick-way-to-truncate-strings-im.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/5777990354101076441?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/5777990354101076441?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2009/05/i-need-quick-way-to-truncate-strings-im.html" title="Why doesn’t Mootools have a String.truncate() method?" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>1</thr:total></entry><entry gd:etag="W/&quot;Ak4MQ3c-cSp7ImA9WxBREk0.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-6911474713841173129</id><published>2009-05-05T13:30:00.000-07:00</published><updated>2009-12-30T13:36:22.959-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-30T13:36:22.959-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Programming" /><category scheme="http://www.blogger.com/atom/ns#" term="MooTools" /><category scheme="http://www.blogger.com/atom/ns#" term="Fun" /><title>World Peace via Mootools</title><content type="html">MerusCase disposes of A1Law and Tritek using Mootools.



While I was at it, I created a one line algorthm to solve world peace using  our JS framework of choice, Mootools. &amp;nbsp;Yes, we love the moo over here at Fuery  Solutions!







If you can't quite make out what that says, here's a recap:



MerusInit = function(){

&amp;nbsp;&amp;nbsp;$$('A1Law','Tritek').each(function(e){

&amp;nbsp;&amp;nbsp; &amp;nbsp; e.dispose();

&amp;nbsp;&amp;nbsp;}

}





World.Peace =...</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/6911474713841173129/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2009/05/world-peace-via-mootools.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/6911474713841173129?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/6911474713841173129?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2009/05/world-peace-via-mootools.html" title="World Peace via Mootools" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_WWthMo5qOt8/SzvG1Ip7bqI/AAAAAAAAABk/CfVUIl5H66E/s72-c/0430092116-00-js-soln-to-world-peace.jpg" height="72" width="72" /><thr:total>1</thr:total></entry><entry gd:etag="W/&quot;A0QMQ3syeSp7ImA9WxBREk0.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-8283613857852679535</id><published>2009-04-05T13:36:00.000-07:00</published><updated>2009-12-30T13:43:02.591-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-30T13:43:02.591-08:00</app:edited><title>Problem Solved: Windows Update redirecting to Google</title><content type="html">I had a piece of adware installed that seemed to randomly redirect me to  various sites I didn’t ask for… sometimes reputable, sometimes offshore viagra.  Turns out it also consistently redirected any link to a microsoft update or  download site to Google’s English language home page.



I think the cluprit was Vundo.JC.dll — found this little tidbit of love after  running Defender in safe mode. However, even after removal, the redirection  continued.



The clue was that this redirection was...</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/8283613857852679535/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2009/04/problem-solved-windows-update.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/8283613857852679535?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/8283613857852679535?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2009/04/problem-solved-windows-update.html" title="Problem Solved: Windows Update redirecting to Google" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CEcGQns9eip7ImA9WxBREkw.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-4221654133812026594</id><published>2009-01-19T14:26:00.000-08:00</published><updated>2009-12-30T14:27:03.562-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-30T14:27:03.562-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Resources" /><title>Building Word AddIn Utilities</title><content type="html">We have a need to build a "Save to (your custom web application)" Add-In for  Microsoft Word. This book should help:

Mastering  VBA in Microsoft Office 2007</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/4221654133812026594/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2009/01/building-word-addin-utilities.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/4221654133812026594?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/4221654133812026594?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2009/01/building-word-addin-utilities.html" title="Building Word AddIn Utilities" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CEUGQ3k_fyp7ImA9WxBREkw.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-5168504843155449147</id><published>2009-01-13T15:51:00.000-08:00</published><updated>2009-12-30T14:30:22.747-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-30T14:30:22.747-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Fun" /><title>The Unix Epoch Reachs 1234567890 Seconds!</title><content type="html">On Friday the Thirteenth, February 13, 2009 at 15:31:30 (or 3:31:30 pm) PST,  the Unix Epoch count reached 1234567890 seconds! 



My good friend and coworker  Derek found this website that Michael was able to get a screenshot of:&amp;nbsp;http://coolepochcountdown.com/</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/5168504843155449147/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2009/01/unix-epoch-reachs-1234567890-seconds.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/5168504843155449147?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/5168504843155449147?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2009/01/unix-epoch-reachs-1234567890-seconds.html" title="The Unix Epoch Reachs 1234567890 Seconds!" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CkcERno4eip7ImA9WxBREkw.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-3199278122072019700</id><published>2008-11-25T13:52:00.000-08:00</published><updated>2009-12-30T13:53:27.432-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-30T13:53:27.432-08:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Resources" /><title>Bookshelf Additions for November</title><content type="html">This month we added these additional resources to the bookshelf in our  office:

The  Business Side of Creativity. I read the first edition of this years ago,  back when the internet was synonymous with "Netscape". While we're not a design  firm, we do, on occasion have to address client "look and feel" desires on  occasion -- especially the message on unified branding, measuring effectiveness  of a marketing effort, and other such "business sense" type issues.
High  Performance Web Sites...</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/3199278122072019700/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2008/11/bookshelf-additions-for-november.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/3199278122072019700?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/3199278122072019700?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2008/11/bookshelf-additions-for-november.html" title="Bookshelf Additions for November" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>1</thr:total></entry><entry gd:etag="W/&quot;A04HSXo4eyp7ImA9WxBREk0.&quot;"><id>tag:blogger.com,1999:blog-1299395948776749596.post-3371231199462041307</id><published>2008-11-13T13:51:00.000-08:00</published><updated>2009-12-30T13:52:18.433-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-12-30T13:52:18.433-08:00</app:edited><title>The Maiden Post</title><content type="html">Welcome!



I'm Johnny Fuery, Principal Engineer here at Fuery Solutions. We've been  working on our core message for quite some time -- despite doing web  applications for a living, it seems like our own site is never complete. The old  cliche about how "a contractor's house is never painted" comes to mind. :-)



With the birth of this new blog, I, along with the rest of the team here at  Fuery Solutions, will be publishing ongoing updates. We hope to go beyond the  standard "pseudo press...</content><link rel="replies" type="application/atom+xml" href="http://blog.fuery.com/feeds/3371231199462041307/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://blog.fuery.com/2009/12/maiden-post.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/3371231199462041307?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/1299395948776749596/posts/default/3371231199462041307?v=2" /><link rel="alternate" type="text/html" href="http://blog.fuery.com/2009/12/maiden-post.html" title="The Maiden Post" /><author><name>MerusCase Support</name><uri>http://www.blogger.com/profile/04935401188654725995</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://2.bp.blogspot.com/_WWthMo5qOt8/Szqr_oM_13I/AAAAAAAAAAM/_WCYMIBjSMQ/S220/shiny.png" /></author><thr:total>0</thr:total></entry></feed>

