<?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>Menasoft</title>
	<atom:link href="http://www.menasoft.com/blog/?feed=rss2&#038;p=114" rel="self" type="application/rss+xml" />
	<link>http://www.menasoft.com/blog</link>
	<description>Dennis Robinsons Rants, Research, and Projects</description>
	<lastBuildDate>Wed, 27 Mar 2013 20:27:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Menasoft Introduction</title>
		<link>http://www.menasoft.com/blog/?p=96</link>
		<comments>http://www.menasoft.com/blog/?p=96#comments</comments>
		<pubDate>Mon, 07 Mar 2011 16:32:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Project News]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://www.menasoft.com/blog/?p=96</guid>
		<description><![CDATA[Welcome to the Menasoft main site! This site is a showcase for projects, research, philosophy/rants and gripes by Dennis Robinson and sometimes others. Be sure to check out the Blog section for posts, news, feedback etc. and the Projects page for a synopsis of Menasoft software projects. Please contact us at contact@menasoft.com with any questions [...]]]></description>
				<content:encoded><![CDATA[<p><span style="font-family: Arial; color: #ff3300; font-size: small;"><strong>Welcome to the Menasoft main site!</strong></span></p>
<p><a title="Introduction" href="http://www.menasoft.com/blog/?p=35"><img title="Introduction" src="http://www.menasoft.com/images/blog.jpg" border="0" alt="Introduction" hspace="8" vspace="8" align="left" /></a></p>
<p>This site is a showcase for projects, research, philosophy/rants and gripes by Dennis Robinson and sometimes others. Be sure to check out the <a href="http://www.menasoft.com/blog">Blog</a> section for posts, news, feedback etc. and the <a href="http://www.menasoft.com/blog/?cat=9">Projects</a> page for a synopsis of Menasoft software projects. Please contact us at <a href="mailto:contact@menasoft.com">contact@menasoft.com</a> with any questions or comments. My RSS feed can be found at <a href="http://www.menasoft.com/rss.xml">http://www.menasoft.com/rss.xml</a><br />
<span id="more-96"></span></p>
<p><strong>General philosophy of this site </strong></p>
<p>I&#8217;ve decided to create this site in hopes of giving back a little bit to all that I get from the Internet. Whenever I want to learn about some odd new technical issue I just Google it up and oddly very often someone has written something about it in a blog somewhere. Sometimes no one has written about it. I&#8217;m going to try to keep a log of some of the odd technical research I do, hoping someone somewhere might benefit from it. Maybe I&#8217;ll gain some karma points, who knows.</p>
<p>I couldn&#8217;t help but want to make a page dedicated to my fellow software colleagues. I for one love what I do and have a need to make the world of software development a better place. I hope someday to actually find that perfect development team. I&#8217;ve come close a few times. So I&#8217;m going to rant and rave about the bad and good things I&#8217;ve seen and what I did and didn&#8217;t like about them. And of course the world will be a better place as a result. Most of my posts will likely be left completely unfinished and some topics are really just an outline and maybe some vague thoughts that came off the top of my head. Consider this to be a draft of a work in progress.</p>
<p>In general if you find some point I write about to be interesting, just ping me (email) for more information and I may continue working on any given topic.</p>
<pre><a href="http://www.menasoft.com/blog/?feed=rss">http://www.menasoft.com/blog/?feed=rss</a></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.menasoft.com/blog/?feed=rss2&#038;p=96</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Creating and using a code signing certificate for Windows application development</title>
		<link>http://www.menasoft.com/blog/?p=223</link>
		<comments>http://www.menasoft.com/blog/?p=223#comments</comments>
		<pubDate>Wed, 28 Oct 2009 21:21:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Unfinished]]></category>
		<category><![CDATA[Code Signing]]></category>

		<guid isPermaLink="false">http://www.menasoft.com/blog/?p=223</guid>
		<description><![CDATA[I recently developed a couple of plugins for Microsoft IE and Firefox/Mozilla Browsers. People these days (myself included) are getting more and more paranoid about software running on their machines. I want to know that any code running on my machine has not been tampered with in any way. In the case of Microsoft IE, [...]]]></description>
				<content:encoded><![CDATA[<p>I recently developed a couple of plugins for Microsoft IE and Firefox/Mozilla Browsers. People these days (myself included) are getting more and more paranoid about software running on their machines. I want to know that any code running on my machine has not been tampered with in any way. In the case of Microsoft IE, it loudly complains if you try to load a plugin that is not digitally signed. We are only going to see more and more use of signed apps now that Microsoft is making it a requirement for 64 bit drivers in Windows 7.</p>
<p>In my travels I&#8217;ve gathered a fair amount of information about public key cryptography, document and code signing and specifically (and more usefully) how this is performed for Windows development. I&#8217;ll give a brief (for dummies style) intro to signing and a walk through of how to buy and sign code from start to finish. (at least as far as it worked for me) Its my hope that this might be the only article a developer needs to read if they want to produce  a signed executable for Windows.</p>
<p><span id="more-223"></span>As usual (for my writing), this is the article i really wish i had found when i discovered I needed to do code signing. There are many paths branching off the course i describe. I found a process that worked for me. I&#8217;m sure there are other ways to do this.</p>
<p><strong>Signing and Encryption in General:</strong></p>
<p>Public Key Cryptography and document / code signing is based on the RSA algorithm for encryption plus a hash algorithm (usually SHA2).</p>
<p>There is  not shortage of simplistic descriptions of RSA on the internet. Its is basically an equation for taking 2 very large prime numbers and combining them to produce a public key a private key and a shared exponent. Producing the key, especially finding suitable prime numbers is a bit of a CPU intensive process. Most people are familiar with the ability to encrypt with the public key and decrypt a message with the private key. ala PGP messaging.  The often unappreciated trick here for code/message/etc signing is that the keys are arbitrarily interchangeable. This means that I can encode a message using the private key that only the public key can decode. This is what is used in the signing process. The private key encodes something about the original state of the document (like its hash code) that you can only decode with the public key.  The important part being that only the owner of the private key can encode  it in such a way that it will decode properly. NOTE: there are some brute force hacks to try to add data to the end of a document to force it to conform to the original hash. These attacks can be easily thwarted just by knowing the correct size of the file.</p>
<p>The hash is for reducing the size of the set of data needing to be encrypted. Since RSA is not a block cipher encryption like RC4, AES, Blowfish, etc it is extremely CPU expensive to use on blocks of data. It is combined with a hash code to encrypt data as a single large number. i.e. One single crypt/mathematical operation. This is analogous to how SSL will use RC4 or other block cipher in conjunction with RSA for optimization purposes.</p>
<p><strong>How to get a code signing certificate.</strong></p>
<p>Firstly, a code signing certificate is <strong>not</strong> exactly the same thing as a security certificate that you might get from say godaddy.com.</p>
<p>There are multiple &#8220;usages&#8221; for certificates. (called &#8216;Certificate Key Usage&#8217;) Most providers of certificates do not sell code signing certs. They usually just sell SSL certs. In fact ask Godaddy for a code signing certificate and they wont even know what you are talking about. (happened to me)  Even though the keys may look the same and all the same math applies. The validation chain will not allow a key to be used for something other than its declared (purchased) purpose/usage.</p>
<p>Code signing certificates are expensive. I have heard that if you are an FOSS (open source) developer you can get a free certificate from <a href="http://certum.eu/" rel="nofollow">Certum</a>. But in most cases you have to pay someone to validate you are who you say you are. They are here to establish your identity so you can be trusted. I use Comodo since they seem to be the cheapest issuer in the default certification authority (CA) trees/root that are loaded by default on most machines/browsers. There are several other good issuers that are very expensive such as Thawte and Verisign.</p>
<p>The process of  the cert issuer checking you out and making sure you really are who you say you are can be long and require many back and forths to check all the boxes. For individuals you must give proof of you identity. For corporations you need proof you ar ea corp. If you list a domain name as yours, the physical (street) address on the certificate MUST match the address for the domain. I assume the more expensive code issuers must do a more thorough background check?</p>
<p>Comodo typically provides 2048 bit keys for code signing.</p>
<p><strong>How to use a code signing certificate.</strong></p>
<p>There are several file formats that can hold a certificate either in full format (public and private) or in public format. Microsoft (as usual for MS) has their own formats that are not directly compatible with everyone else (They need conversion). Certificates can also be stored in a &#8220;certificate store&#8221;, usually attached to your browser of choice.</p>
<p>Relevant file formats.</p>
<ul>
<li>pfx</li>
<li>crt</li>
<li>p12 &#8211; importable into Mozilla</li>
<li>pem</li>
<li>key</li>
<li>cer</li>
<li>pvk/spc</li>
</ul>
<p>When you finally get your code signing cert it is usually in the form of a link to an encoded page on a web server. This server will add the cert to you local cert store on that machine.</p>
<p>If you are using Mozilla, got to the certificate store and export it to .PEM or Backup to .P12 format.</p>
<p>Start up I.E and import this PEM or .P12 format cert.</p>
<p>Export the cert from IE as a .PFX file.</p>
<p>You need to get the signtool.exe from microsoft to sign code/apps.</p>
<p>Code certificates can be optionally time stamped to make them last longer than the prescribed time period. For example if your cert expires on Jan 1 2010, not only can you not sign any new code but anything that is signed with your certs is now considered to be unsafe. The act of including a time stamp that is itself signed proves that the document/app was signed in the period when your cert was valid. For instance I use Verisigns signed time stamp service at http://timestamp.verisign.com/scripts/timestamp.dll</p>
<p>Signing with a cert held in a pfx file. (not very secure if someone can get read access to your system)</p>
<p>signtool.exe sign /v /f $(ProjectDir)..\DennisSign.pfx /t http://timestamp.verisign.com/scripts/timestamp.dll $(TargetPath)</p>
<p>Sign with a cert held in a pfx file that has a password assigned. (More secure than above from read snoopers)</p>
<p>Sign with a cert held in local cert storage. Cert is locked down on you machine.</p>
<p><strong>How to see apps that have certificates:</strong></p>
<p>In windows just right click on a file and get its properties.If you see a &#8216;Digital Signatures&#8217; tag you now it is signed. Unsigned apps/docs dont have this.</p>
<p>To see certificates for all your running processes get a program called ProcessExplorer. It is downloadable from the Microsoft <a href="Sign with a cert held in a pfx file that has a password assigned.">site</a>. Turn on the &#8216;Verify Image Signatures&#8217; mode in procexp and it will show all valid certificates for all processes that have them.</p>
<p><strong>How to programatically validate a code signing certificate:</strong></p>
<p>MS has provided some API calls for validating code certificates. Check out the WinVerifyTrust() API call.</p>
<p><strong>Links to useful stuff:</strong></p>
<p><a href="http://www.comodo.com/">comodo</a> &#8211; the best price i could find for code signing certs.</p>
<p><a href="http://www.bobsgear.com/display/garnet/The+High+Cost+of+Digital+Code+Signing+Certificates+To+Give+Away+Free+Applications">BobsGear</a> &#8211; has some interesting comments on the subject</p>
<p><a href="http://en.wikipedia.org/wiki/Code_signing">Code Signing</a> &#8211; Wikipedia</p>
]]></content:encoded>
			<wfw:commentRss>http://www.menasoft.com/blog/?feed=rss2&#038;p=223</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gripes &#8211; Gate.com</title>
		<link>http://www.menasoft.com/blog/?p=216</link>
		<comments>http://www.menasoft.com/blog/?p=216#comments</comments>
		<pubDate>Mon, 26 Oct 2009 19:50:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Gripes]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[gate.com sucks]]></category>

		<guid isPermaLink="false">http://www.menasoft.com/blog/?p=216</guid>
		<description><![CDATA[A word of advice to those looking for a new web host. Avoid gate.com. I have been using gate.com uneventfully for the last couple years. It was originally hostsave.com then got renamed/bought as gate.com at some point.  It seems like they have really changed direction lately. The have done a major &#8216;upgrade&#8217; which in effect [...]]]></description>
				<content:encoded><![CDATA[<p>A word of advice to those looking for a new web host. Avoid gate.com. I have been using gate.com uneventfully for the last couple years. It was originally hostsave.com then got renamed/bought as gate.com at some point.  It seems like they have really changed direction lately.</p>
<p>The have done a major &#8216;upgrade&#8217; which in effect was not an upgrade at all. They consolidated their servers and removed features they didn&#8217;t feel like supporting anymore. They at least did send a warning email a few days before the switch saying they were doing this. I have to admit part of the problem is that i didn&#8217;t read it. Though they didn&#8217;t say exactly when the switch was. Truly amateur performance on their part.</p>
<p>As you might expect my site fell apart on the day of the switch.</p>
<p>My first gripe is the bullshit/lie that this was an &#8216;upgrade&#8217;. Since as far as i can tell it was not any sort of upgrade from any customers point of view.</p>
<p>They forced reconfiguration of all mail accounts and eliminated &#8216;catch-all&#8217; support. Because i quote &#8220;It just increases spam&#8221; and all other hosts seem to be dropping support for it. Firstly, I don&#8217;t care what other hosts are doing. Secondly its total crap. I have never gotten much spam on any of the unused addresses on my site. That should be my problem anyhow. What the heck do they care?!</p>
<p>The reason that the catch-all is such a need for me is that i frequently give out unique emails for different sites i subscribe to in order to track who is giving out my address to spammers. I don&#8217;t bother to track what addresses i give out. I have literally hundreds of aliases that would have to be tracked down and email forwarders created for.</p>
<p>gate.com sucks. Sorry, I have to add this to the text since most people doing a search for gripes on something do a search for &#8220;XX sucks&#8221;. how fun.</p>
<p>gate.com seems to be run by total amateurs.</p>
<p>For those interested i have now switched to dreamhost.com. They are faster and support WAY more features than gate.com. Truly no comparison. They have a rep for NOT doing the sort of crap that other hosts do in this department. Its a little hard to get used to their control panel. It has an odd format but provides a lot of power. The nicest feature is that you may host multiple sites on the same account. Very nice.</p>
<p>Links:</p>
<p><a href="http://www.webhostingstuff.com/review/GatecombyAffinity.html">Affinitys review of Gate.com &#8211; http://www.webhostingstuff.com/review/GatecombyAffinity.html</a></p>
<p><a href="http://www.hostingsthatsuck.com/gate-com-sucks/">http://www.hostingsthatsuck.com/gate-com-sucks/</a></p>
<p><a href="http://darksiren.net/node/126">http://darksiren.net/node/126</a></p>
<p><a href="http://www.complaintsboard.com/complaints/gatecom-c7326.html">http://www.complaintsboard.com/complaints/gatecom-c7326.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.menasoft.com/blog/?feed=rss2&#038;p=216</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VenueGen</title>
		<link>http://www.menasoft.com/blog/?p=194</link>
		<comments>http://www.menasoft.com/blog/?p=194#comments</comments>
		<pubDate>Fri, 12 Jun 2009 20:49:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[The Venue Network]]></category>
		<category><![CDATA[Venuegen]]></category>

		<guid isPermaLink="false">http://www.menasoft.com/blog/?p=194</guid>
		<description><![CDATA[Imagine a cross between Webex and Second Life, geared towards meetings and training. VenueGen. The first on-demand enterprise web 3D conferencing solution that can be integrated into any web-based offering. The company deploys as a SaaS based web service to consumers and business customers that currently serve the multi-billion dollar distance learning, social networking, web [...]]]></description>
				<content:encoded><![CDATA[<p><a title="VenueGen" href="http://www.venuegen.com"><img title="VenueGen" alt="VenueGen" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/venuegen_revised.png" width="235" height="72" align="left" border="0" hspace="3" vspace="3" /></a></p>
<p>Imagine a cross between Webex and Second Life, geared towards meetings and training. <a title="VenueGen" href="http://www.venuegen.com">VenueGen</a>.</p>
<p>The first on-demand enterprise web 3D conferencing solution that can be integrated into any web-based offering. The company deploys as a SaaS based web service to consumers and business customers that currently serve the multi-billion dollar distance learning, social networking, web conferencing, content publishing and live event markets. Founded in 2007, the Company offers the first practical application of web 3D technology that can be seamlessly integrated into its customers’ web offerings integrating their 2D content and delivered as an on-demand service. Venuegen is optimized to equip virtual presenters with powerful and intuitive communication capabilities that radically lower event costs and extend market reach.</p>
<p><span id="more-194"></span></p>
<div id="attachment_193" class="wp-caption alignnone" style="width: 310px"><a href="http://www.menasoft.com/blog/wp-content/uploads/2009/06/venuegenhead.jpg"><img class="size-medium wp-image-193" title="venuegenhead" alt="Test the dressing room for venuegen" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/venuegenhead-300x260.jpg" width="300" height="260" /></a><p class="wp-caption-text">Test the dressing room for VenueGen</p></div>
<p>A gallery of screen shots:<br />

<a href='http://www.menasoft.com/blog/?attachment_id=424' title='001'><img data-attachment-id="424" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/001.jpg" data-orig-size="556,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="001" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/001-300x161.jpg" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/001.jpg" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/001-150x150.jpg" class="attachment-thumbnail" alt="001" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=425' title='01'><img data-attachment-id="425" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/01.jpg" data-orig-size="580,360" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="01" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/01-300x186.jpg" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/01.jpg" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/01-150x150.jpg" class="attachment-thumbnail" alt="01" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=426' title='03'><img data-attachment-id="426" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/03.jpg" data-orig-size="580,360" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="03" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/03-300x186.jpg" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/03.jpg" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/03-150x150.jpg" class="attachment-thumbnail" alt="03" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=427' title='04'><img data-attachment-id="427" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/04.jpg" data-orig-size="580,360" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="04" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/04-300x186.jpg" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/04.jpg" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/04-150x150.jpg" class="attachment-thumbnail" alt="04" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=428' title='05'><img data-attachment-id="428" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/05.jpg" data-orig-size="580,360" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="05" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/05-300x186.jpg" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/05.jpg" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/05-150x150.jpg" class="attachment-thumbnail" alt="05" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=429' title='06'><img data-attachment-id="429" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/06.jpg" data-orig-size="580,360" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="06" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/06-300x186.jpg" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/06.jpg" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/06-150x150.jpg" class="attachment-thumbnail" alt="06" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=430' title='07'><img data-attachment-id="430" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/07.jpg" data-orig-size="580,360" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="07" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/07-300x186.jpg" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/07.jpg" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/07-150x150.jpg" class="attachment-thumbnail" alt="07" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=431' title='08'><img data-attachment-id="431" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/08.jpg" data-orig-size="580,360" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="08" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/08-300x186.jpg" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/08.jpg" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/08-150x150.jpg" class="attachment-thumbnail" alt="08" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=432' title='20warroom'><img data-attachment-id="432" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/20warroom.jpg" data-orig-size="556,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="20warroom" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/20warroom-300x161.jpg" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/20warroom.jpg" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/20warroom-150x150.jpg" class="attachment-thumbnail" alt="20warroom" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=433' title='amphitheater_300x560'><img data-attachment-id="433" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/amphitheater_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="amphitheater_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/amphitheater_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/amphitheater_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/amphitheater_300x560-150x150.png" class="attachment-thumbnail" alt="amphitheater_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=434' title='board_room_300x560'><img data-attachment-id="434" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/board_room_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="board_room_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/board_room_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/board_room_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/board_room_300x560-150x150.png" class="attachment-thumbnail" alt="board_room_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=435' title='boardroom1'><img data-attachment-id="435" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom1.png" data-orig-size="1280,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="boardroom1" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom1-300x187.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom1-1024x640.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom1-150x150.png" class="attachment-thumbnail" alt="boardroom1" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=436' title='boardroom2'><img data-attachment-id="436" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom2.png" data-orig-size="1280,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="boardroom2" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom2-300x187.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom2-1024x640.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom2-150x150.png" class="attachment-thumbnail" alt="boardroom2" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=437' title='boardroom2_as'><img data-attachment-id="437" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom2_as.jpg" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="boardroom2_as" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom2_as-300x160.jpg" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom2_as.jpg" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom2_as-150x150.jpg" class="attachment-thumbnail" alt="boardroom2_as" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=438' title='boardroom3'><img data-attachment-id="438" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom3.png" data-orig-size="1280,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="boardroom3" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom3-300x187.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom3-1024x640.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom3-150x150.png" class="attachment-thumbnail" alt="boardroom3" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=439' title='boardroom4'><img data-attachment-id="439" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom4.png" data-orig-size="1280,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="boardroom4" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom4-300x187.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom4-1024x640.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boardroom4-150x150.png" class="attachment-thumbnail" alt="boardroom4" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=440' title='boat1'><img data-attachment-id="440" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boat1.png" data-orig-size="1280,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="boat1" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boat1-300x187.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boat1-1024x640.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/boat1-150x150.png" class="attachment-thumbnail" alt="boat1" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=441' title='church_300x560'><img data-attachment-id="441" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/church_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="church_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/church_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/church_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/church_300x560-150x150.png" class="attachment-thumbnail" alt="church_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=442' title='circle_of_chairs_300x560'><img data-attachment-id="442" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/circle_of_chairs_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="circle_of_chairs_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/circle_of_chairs_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/circle_of_chairs_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/circle_of_chairs_300x560-150x150.png" class="attachment-thumbnail" alt="circle_of_chairs_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=443' title='classroom_lab_300x560'><img data-attachment-id="443" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/classroom_lab_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="classroom_lab_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/classroom_lab_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/classroom_lab_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/classroom_lab_300x560-150x150.png" class="attachment-thumbnail" alt="classroom_lab_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=444' title='classroom1'><img data-attachment-id="444" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/classroom1.png" data-orig-size="1280,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="classroom1" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/classroom1-300x187.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/classroom1-1024x640.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/classroom1-150x150.png" class="attachment-thumbnail" alt="classroom1" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=445' title='classroom2'><img data-attachment-id="445" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/classroom2.png" data-orig-size="1280,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="classroom2" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/classroom2-300x187.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/classroom2-1024x640.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/classroom2-150x150.png" class="attachment-thumbnail" alt="classroom2" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=446' title='coffee_shop_300x560'><img data-attachment-id="446" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/coffee_shop_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="coffee_shop_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/coffee_shop_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/coffee_shop_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/coffee_shop_300x560-150x150.png" class="attachment-thumbnail" alt="coffee_shop_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=447' title='coffee1'><img data-attachment-id="447" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/coffee1.png" data-orig-size="1280,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="coffee1" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/coffee1-300x187.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/coffee1-1024x640.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/coffee1-150x150.png" class="attachment-thumbnail" alt="coffee1" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=448' title='coffee2'><img data-attachment-id="448" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/coffee2.png" data-orig-size="1280,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="coffee2" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/coffee2-300x187.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/coffee2-1024x640.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/coffee2-150x150.png" class="attachment-thumbnail" alt="coffee2" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=449' title='collaborate'><img data-attachment-id="449" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/collaborate.jpg" data-orig-size="580,360" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="collaborate" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/collaborate-300x186.jpg" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/collaborate.jpg" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/collaborate-150x150.jpg" class="attachment-thumbnail" alt="collaborate" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=450' title='conference_room_300x560'><img data-attachment-id="450" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/conference_room_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="conference_room_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/conference_room_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/conference_room_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/conference_room_300x560-150x150.png" class="attachment-thumbnail" alt="conference_room_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=451' title='courthouse_300x560'><img data-attachment-id="451" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courthouse_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="courthouse_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courthouse_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courthouse_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courthouse_300x560-150x150.png" class="attachment-thumbnail" alt="courthouse_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=452' title='courtyard_dinette_300x560'><img data-attachment-id="452" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard_dinette_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="courtyard_dinette_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard_dinette_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard_dinette_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard_dinette_300x560-150x150.png" class="attachment-thumbnail" alt="courtyard_dinette_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=453' title='courtyard_dual_lecterns_300x560'><img data-attachment-id="453" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard_dual_lecterns_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="courtyard_dual_lecterns_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard_dual_lecterns_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard_dual_lecterns_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard_dual_lecterns_300x560-150x150.png" class="attachment-thumbnail" alt="courtyard_dual_lecterns_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=454' title='courtyard_panel_300x560'><img data-attachment-id="454" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard_panel_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="courtyard_panel_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard_panel_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard_panel_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard_panel_300x560-150x150.png" class="attachment-thumbnail" alt="courtyard_panel_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=455' title='courtyard_stage_300x560'><img data-attachment-id="455" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard_stage_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="courtyard_stage_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard_stage_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard_stage_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard_stage_300x560-150x150.png" class="attachment-thumbnail" alt="courtyard_stage_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=456' title='courtyard1'><img data-attachment-id="456" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard1.png" data-orig-size="1280,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="courtyard1" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard1-300x187.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard1-1024x640.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard1-150x150.png" class="attachment-thumbnail" alt="courtyard1" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=457' title='courtyard2'><img data-attachment-id="457" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard2.png" data-orig-size="1280,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="courtyard2" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard2-300x187.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard2-1024x640.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/courtyard2-150x150.png" class="attachment-thumbnail" alt="courtyard2" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=458' title='debate_hall_300x560'><img data-attachment-id="458" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/debate_hall_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="debate_hall_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/debate_hall_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/debate_hall_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/debate_hall_300x560-150x150.png" class="attachment-thumbnail" alt="debate_hall_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=459' title='event'><img data-attachment-id="459" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/event.jpg" data-orig-size="580,360" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="event" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/event-300x186.jpg" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/event.jpg" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/event-150x150.jpg" class="attachment-thumbnail" alt="event" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=460' title='focusgroup-tweaked'><img data-attachment-id="460" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/focusgroup-tweaked.jpg" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="focusgroup-tweaked" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/focusgroup-tweaked-300x160.jpg" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/focusgroup-tweaked.jpg" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/focusgroup-tweaked-150x150.jpg" class="attachment-thumbnail" alt="focusgroup-tweaked" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=461' title='home_theater_300x560'><img data-attachment-id="461" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/home_theater_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="home_theater_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/home_theater_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/home_theater_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/home_theater_300x560-150x150.png" class="attachment-thumbnail" alt="home_theater_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=462' title='late_show_300x560'><img data-attachment-id="462" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/late_show_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="late_show_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/late_show_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/late_show_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/late_show_300x560-150x150.png" class="attachment-thumbnail" alt="late_show_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=463' title='lecture_hall_300x560'><img data-attachment-id="463" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/lecture_hall_300x560.png" data-orig-size="557,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="lecture_hall_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/lecture_hall_300x560-300x161.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/lecture_hall_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/lecture_hall_300x560-150x150.png" class="attachment-thumbnail" alt="lecture_hall_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=464' title='living_room_300x560'><img data-attachment-id="464" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/living_room_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="living_room_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/living_room_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/living_room_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/living_room_300x560-150x150.png" class="attachment-thumbnail" alt="living_room_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=465' title='office_300x560'><img data-attachment-id="465" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/office_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="office_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/office_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/office_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/office_300x560-150x150.png" class="attachment-thumbnail" alt="office_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=466' title='office1'><img data-attachment-id="466" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/office1.png" data-orig-size="1280,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="office1" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/office1-300x187.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/office1-1024x640.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/office1-150x150.png" class="attachment-thumbnail" alt="office1" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=467' title='office2'><img data-attachment-id="467" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/office2.png" data-orig-size="1280,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="office2" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/office2-300x187.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/office2-1024x640.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/office2-150x150.png" class="attachment-thumbnail" alt="office2" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=468' title='opera_house_300x560'><img data-attachment-id="468" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/opera_house_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="opera_house_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/opera_house_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/opera_house_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/opera_house_300x560-150x150.png" class="attachment-thumbnail" alt="opera_house_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=469' title='operahouse1'><img data-attachment-id="469" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse1.png" data-orig-size="1280,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="operahouse1" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse1-300x187.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse1-1024x640.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse1-150x150.png" class="attachment-thumbnail" alt="operahouse1" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=470' title='operahouse2'><img data-attachment-id="470" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse2.png" data-orig-size="1280,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="operahouse2" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse2-300x187.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse2-1024x640.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse2-150x150.png" class="attachment-thumbnail" alt="operahouse2" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=471' title='operahouse3'><img data-attachment-id="471" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse3.png" data-orig-size="1280,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="operahouse3" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse3-300x187.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse3-1024x640.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse3-150x150.png" class="attachment-thumbnail" alt="operahouse3" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=472' title='operahouse4'><img data-attachment-id="472" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse4.png" data-orig-size="1280,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="operahouse4" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse4-300x187.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse4-1024x640.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse4-150x150.png" class="attachment-thumbnail" alt="operahouse4" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=473' title='operahouse5'><img data-attachment-id="473" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse5.png" data-orig-size="1280,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="operahouse5" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse5-300x187.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse5-1024x640.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse5-150x150.png" class="attachment-thumbnail" alt="operahouse5" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=474' title='operahouse6'><img data-attachment-id="474" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse6.png" data-orig-size="1280,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="operahouse6" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse6-300x187.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse6-1024x640.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/operahouse6-150x150.png" class="attachment-thumbnail" alt="operahouse6" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=475' title='ownersbox_as'><img data-attachment-id="475" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/ownersbox_as.jpg" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="ownersbox_as" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/ownersbox_as-300x160.jpg" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/ownersbox_as.jpg" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/ownersbox_as-150x150.jpg" class="attachment-thumbnail" alt="ownersbox_as" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=476' title='panel_discussion_300x560'><img data-attachment-id="476" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/panel_discussion_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="panel_discussion_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/panel_discussion_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/panel_discussion_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/panel_discussion_300x560-150x150.png" class="attachment-thumbnail" alt="panel_discussion_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=477' title='sailboat_300x560'><img data-attachment-id="477" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/sailboat_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="sailboat_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/sailboat_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/sailboat_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/sailboat_300x560-150x150.png" class="attachment-thumbnail" alt="sailboat_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=478' title='social_hall_300x560'><img data-attachment-id="478" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/social_hall_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="social_hall_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/social_hall_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/social_hall_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/social_hall_300x560-150x150.png" class="attachment-thumbnail" alt="social_hall_300x560" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=479' title='tradebooth'><img data-attachment-id="479" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/tradebooth.jpg" data-orig-size="150,81" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="tradebooth" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/tradebooth.jpg" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/tradebooth.jpg" width="150" height="81" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/tradebooth.jpg" class="attachment-thumbnail" alt="tradebooth" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=480' title='training'><img data-attachment-id="480" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/training.jpg" data-orig-size="580,360" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="training" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/training-300x186.jpg" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/training.jpg" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/training-150x150.jpg" class="attachment-thumbnail" alt="training" /></a>
<a href='http://www.menasoft.com/blog/?attachment_id=481' title='university_classroom_300x560'><img data-attachment-id="481" data-orig-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/university_classroom_300x560.png" data-orig-size="560,300" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="university_classroom_300x560" data-image-description="" data-medium-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/university_classroom_300x560-300x160.png" data-large-file="http://www.menasoft.com/blog/wp-content/uploads/2009/06/university_classroom_300x560.png" width="150" height="150" src="http://www.menasoft.com/blog/wp-content/uploads/2009/06/university_classroom_300x560-150x150.png" class="attachment-thumbnail" alt="university_classroom_300x560" /></a>
</p>
<p>Others Links for VenueGen</p>
<p><span style="font-family: Calibri,Verdana,Helvetica,Arial;"><span style="font-size: 11pt;"><a href="http://www.workplace-mag.com/VenueGen-offers-a-virtual-and-fun-meeting-place.html">http://www.workplace-mag.com/VenueGen-offers-a-virtual-and-fun-meeting-place.html</a></span></span></p>
<p><a href="http://www.collaborate.com/?q=blog/2009/11/02/3d-presence-and-virtual-meetings">http://www.collaborate.com/?q=blog/2009/11/02/3d-presence-and-virtual-meetings</a></p>
<p><span style="font-family: Calibri,Verdana,Helvetica,Arial;"><span style="font-size: 11pt;"><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.menasoft.com/blog/?feed=rss2&#038;p=194</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MagicJack as a main home phone</title>
		<link>http://www.menasoft.com/blog/?p=114</link>
		<comments>http://www.menasoft.com/blog/?p=114#comments</comments>
		<pubDate>Fri, 22 May 2009 14:12:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.menasoft.com/blog/?p=114</guid>
		<description><![CDATA[I have been paying ~$60 a month for a Verizon home phone line that I almost never use. I have 2 cell phones that I use most of the time. (iPhones are pretty cool, different post). I really like having a phone line other than my cell phone so I can give that number out [...]]]></description>
				<content:encoded><![CDATA[<p>I have been paying ~$60 a month for a Verizon home phone line that I almost never use. I have 2 cell phones that I use most of the time. (iPhones are pretty cool, different post). I really like having a phone line other than my cell phone so I can give that number out to utilities and people who I don&#8217;t really want to talk to directly. It seems really silly to pay $60/month just for a voice mail line.</p>
<p>I decided to look around to see what my options were. I saw some adds for MagicJack  for $40 a year. Installed it about a month ago and canceled my Verizon account.</p>
<p><span id="more-114"></span>I disconnected the Verizon service wires at the box in my garage. I plugged the MJ phone line into a house extension to support all extensions in my house. As a result all the phones in my house will ring as they used to. The caller id box downstairs doesn&#8217;t seem to work (not a huge deal). I can answer incoming calls but i had some trouble placing calls from other phones in the house.</p>
<p><strong>Pros:</strong><br />
I get email when i get vmail messages on the MJ telephone number.</p>
<p>Cant beat the price. $40 a year is a not brainer.</p>
<p><strong>Cons:</strong><br />
I didn&#8217;t get to keep my existing telephone number. They had to issue me a new number.</p>
<p>The popup you get a start up really sucks. Takes about 2 minutes to go away and it is topmost and cant be moved.</p>
<p>The call quality totally sucks. It is so staticy that the use as an actual phone is totally unacceptable. I will try to attach the MJ USB dongle to another computer in a less noisy part of the house and see if that fixes the static.</p>
<p>The MJ app has exited spontaneously several times. This leaves my house phone not working til i discover it and fix it. The only way to know this is to look at the computer it is running on and check. Or you notice messages going to voice mail when you didnt hear a ring. I tried installing the software update today. We&#8217;ll see how that goes.</p>
<p>No Linux support (yet)</p>
<p><strong>Similar:</strong><br />
Skype is good as well for pc to pc calls. I don&#8217;t know if you get an actual telephone number with Skype?</p>
<p><strong>Conclusion:</strong></p>
<p>If all you want is voicemail that goes to your email box it certainly does the job. As an actual phone its not so cool. The call quality totally sucks. As I said this might be fixable. The software might be flaky.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.menasoft.com/blog/?feed=rss2&#038;p=114</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 RC1</title>
		<link>http://www.menasoft.com/blog/?p=117</link>
		<comments>http://www.menasoft.com/blog/?p=117#comments</comments>
		<pubDate>Fri, 22 May 2009 14:01:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.menasoft.com/blog/?p=117</guid>
		<description><![CDATA[I just installed the RC (Release Candidate) for Windows 7. This replacement for the much maligned Windows Vista is scheduled for full release in 2010 i think. Its a bit buggy but i must admit i haven&#8217;t decided to hate it yet. I managed to totally avoid all contact with Windows Vista, but i decided [...]]]></description>
				<content:encoded><![CDATA[<p>I just installed the RC (Release Candidate) for <a href="http://en.wikipedia.org/wiki/Windows_7">Windows 7</a>. This replacement for the much maligned Windows Vista is scheduled for full release in 2010 i think.</p>
<p>Its a bit buggy but i must admit i haven&#8217;t decided to hate it yet.</p>
<p>I managed to totally avoid all contact with Windows Vista, but i decided i cant avoid Microsoft OS&#8217;s forever. XP is getting a bit old and creaky feeling.</p>
<p>I installed W7 on top of an existing XP machine. I did not use the update feature. It nicely copied the Program files, Windows and Documents and settings folders into a folder called &#8216;windows.old&#8217; and replaced them with the much more sane &#8216;Users&#8217;, &#8216;Windows&#8217; and &#8216;Program Files (x86)&#8217; folders. OK, I&#8217;m somewhat impressed by how clean that was.</p>
<p><span id="more-117"></span></p>
<p><strong>Bugs:</strong></p>
<p>Here&#8217;s a list of the problems i experienced in the process. Some of the first problems i saw with the RC went away after I did &#8216;windows update&#8217; so make sure you run the patches.</p>
<p>Cant customize instances of File Explorer like XP could. Single instances of File Explorer used to remember their settings. Now it seems the settings just revert to the last usage. For instance if you resize the file explorer window or decide to view a particular folder as icons instead of details, etc.</p>
<p>Once the File Explorer turns off the folder view (Navigation pane), I had a lot of trouble figuring out how to turn it back on again. Hello microsoft ! properties for an app should be controlled from within the app !! Maybe the &#8216;View&#8217; menu would be a good place for this option. Its &#8216;hidden&#8217; in a menu you can only get to via icons.</p>
<p>Some old installer files become mysteriously locked and unusable. I overwrote my machine with W7 from XP. I have a habit of placing any new programs i install in a folder called &#8216;installs&#8217;. Just in case i need to reinstall them. Some of these files now give me the mysterious message &#8216;Windows cannot access the specific device, path, or file. You may not have the appropriate permissions to access the item &#8216;.  (I have admin rights, so this should not be true) I can download them again from there original source and they seem fine. It is not obvious why i cant use the existing files. The &#8216;Toubleshoot compatibility&#8217; option seems like it would be promising but ultimately does nothing. Pressing the &#8216;Start the Program&#8230;&#8217; button makes the app just blink at me. I finally discovered that the issue was security right assigned to files. Not obvious. Just assign full permissions for that file to the &#8216;Users&#8217; user group and the problem goes away.</p>
<p>No support for displaying 32&#215;32 icons which most older apps prefer. So almost all apps look weird with stretched icons. Visual Studio 2005 looks weird.</p>
<p>Simple drag and drop doesnt work if the app is running as administrator. I used to be able to drag files from file explorer over to Visual Studio 2005. That doesnt work in W7.</p>
<p>Windows Search got introduced in XP. It is wonderfully useless. Most of the time i just want to find a file by its name.� This feature seems to have been removed in W7. Remember the old fashioned &#8216;find a file by name &#8216; in File Explorer with the irritating dog mascot? Both seem to be gone.</p>
<p>The UAC (User Access Control) warning messages when starting applications is every bit is annoying and useless as the Apple commercials describe for Vista. Microsoft still has not figured out how to make these less annoying. I have read there is a well hidden option to turn off UAC for trusted applications but I have yet to find it. Ideally it would be a button on the warning popup dialog, saying something like &#8220;always trust this app&#8221; but that would be way too easy. At least maybe for <span style="text-decoration: underline;"><span style="color: #000000;">signed</span></span> apps ?</p>
<p><img class="alignnone size-full wp-image-205" title="Win7WarningApp" src="http://www.menasoft.com/blog/wp-content/uploads/2009/05/Win7WarningApp.png" alt="Win7WarningApp" width="474" height="264" /></p>
<p>OK Here&#8217;s one i really hate. Microsoft has created in Vista the notion of &#8216;Junctions&#8217;. It remaps directories to other directories. This is similar to the Linux concept of symbolic links, which is fine. The Windows File Explorer just gives the error &#8216;Access Denied&#8217; when you try to open them. They are sometimes drawn as slightly grayed or have a tiny link arrow square on the icon to show they are different from normal directories. (ex. &#8216;Documents and Settings&#8217;) This would lead one to believe that it&#8217;s a security problem, which it is not. There is no good way to figure out where these junctions go from WFE. Right click and bringing up the properties dialog does not show any useful information. Still looking into this.</p>
<p><strong>Conclusion:</strong></p>
<p>Its hard to not prejudice myself against W7 just because i&#8217;m not used to it. Ultimately I think Microsoft needs to find themselves some fresh focus groups to point out the blatantly obvious non intuitive user interface issues. Maybe Microsoft has become so insular they dont ask opinions from people who aren&#8217;t microsoft employees ?</p>
<p>On the flip side it really has some things that have been smoothed out from previous versions of Windows. When a file is in use by another app and i cant delete it, W7 now tells you what file has it locked. That has always been a big pet peeve of mine from XP.</p>
<p>I&#8217;m going to keep using W7. Some of the issues really are just a matter of getting used to it. Speed wise I&#8217;d say its about even with XP. Much prettier &#8216;Aero&#8217; glassy look. For any who wonder if they should upgrade. I&#8217;m not seeing a huge compelling reason to do so, unless you are like me and need to debug apps that have Vista/W7 specific issues.</p>
<p>I suspect cost might be a big issue for people. The trial of RC1 is so far free. Vista was WAY too expensive. It was much more than XP. It is rumored that W7 will be even more expensive and come in more pointlessly confusing varieties. We&#8217;ll see. The <a href="http://www.youtube.com/watch?v=8jeH6Bav11o">Apple commercials</a> do a pretty good job of describing how ridiculous this is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.menasoft.com/blog/?feed=rss2&#038;p=117</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows problems that are multiple generations old</title>
		<link>http://www.menasoft.com/blog/?p=102</link>
		<comments>http://www.menasoft.com/blog/?p=102#comments</comments>
		<pubDate>Thu, 29 Jan 2009 19:20:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Gripes]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.menasoft.com/blog/?p=102</guid>
		<description><![CDATA[Gripe, Gripe, Gripe. Ok here are a few recurring problems i want to gripe about. Problems that have been in multiple generations of MS Windows that have never really been addressed. 1. My computer is completely lagged, I can&#8217;t move windows around or click on anything. The CPU bar shows less than 5% CPU usage. [...]]]></description>
				<content:encoded><![CDATA[<p>Gripe, Gripe, Gripe.</p>
<p>Ok here are a few recurring problems i want to gripe about. Problems that have been in multiple generations of MS Windows that have never really been addressed.</p>
<p><span id="more-102"></span></p>
<p>1. My computer is completely lagged, I can&#8217;t move windows around or click on anything. The CPU bar shows less than 5% CPU usage. Sometimes even the mouse stops moving. I suppose it must be a disk bottleneck. But there is no system tools that can tell my what is going on.<br />
2. I tried to open a network share for a computer that is offline and my system locks up for 5 minutes. MS has never been able to deal with such a simple problem as this ever since Windows 3.1. I&#8217;m trying Windows 7 now to see if it is any better.<br />
3. I try to delete a file and windows says i cant because it in use by some other application. There are no other applications open. I think Windows 7 might have acutally solved this problem. Can you beleive it ?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.menasoft.com/blog/?feed=rss2&#038;p=102</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a home server</title>
		<link>http://www.menasoft.com/blog/?p=55</link>
		<comments>http://www.menasoft.com/blog/?p=55#comments</comments>
		<pubDate>Tue, 12 Aug 2008 16:56:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.menasoft.com/blog/?p=55</guid>
		<description><![CDATA[A have a bunch of computers in my house. They are noisy, hot and consume lots of power. I use them for work, play, controlling my house, answering my phone, lots of stuff. But I just keep thinking that this is not a very optimal configuration. I remember reading some old scifi books years ago [...]]]></description>
				<content:encoded><![CDATA[<p>A have a bunch of computers in my house. They are noisy, hot and consume lots of power. I use them for work, play, controlling my house, answering my phone, lots of stuff. But I just keep thinking that this is not a very optimal configuration.</p>
<p>I remember reading some old scifi books years ago where people had a &#8216;house computer&#8217; that would monitor their needs and talk to them, take their calls, make sure the house was ok. etc. Is anything like that possible for reasonable money today?</p>
<p>I&#8217;m toying with the idea of a trying to build this home server for my next machine. I&#8217;ve a number of ideas for it. But lets let the imagination run a bit wild for what this is supposed to do.</p>
<p><span id="more-55"></span><strong>Free Association:</strong></p>
<p>Imagine this machine. 24/7 availability. On all the time.</p>
<p>low power consumption. based on possibly the Intel Atom. Would be nice to have 20Watts of power or less. getting the most processing power for the watt. The atom 330 is the dual processor, 230 is the single.</p>
<p>Run Linux. Is free, has samba shares and VNC control. Can act as a domain controller for all other machines in the house ?</p>
<p>Runs house phone system via Magic Jack or Asterisk? Ideal that it would just be a cheap internet phone system. voice mail accessed via web browser.</p>
<p>Media server with 1TB of possibly RAID configured drives. 3*500GB drives? Must support 3.5 inch drives since 2.5 inch drives don&#8217;t come large enough. music plus video served to any player boxes in the house that ask.</p>
<p>Video capture or tuner card for incoming cable DVR? mp4 encoding in real time might be more processor power than this can handle ? tuner might be power hungry.</p>
<p>torrent client for file downloading from the net.</p>
<p>Truecrypt secure drive for crypt of all data.</p>
<p>Ideally its something that is a fully sealed fanless case. It should have 2 wires going in. Power + network. maybe video cable input ?</p>
<p>Bury this in my basement for thermal heat transfer into the ground.</p>
<p>Manage house security cameras/monitoring via network or wifi. Ideally the video stream is archived locally but pushed immediately to remote servers over the internet. i.e when someone breaks in and steals the home server the video of their act is not also stolen.</p>
<p>maybe take over functions of the router or cable modem. Act as a whole system smart firewall?</p>
<p>Basic web server ?</p>
<p><strong>Results of Search for described machine:<br />
</strong></p>
<p>I found a link to a like minded persons site: <a href="http://gcleric.wordpress.com/2009/01/24/planning-ubuntu-based-fanless-media-front-end-box/">http://gcleric.wordpress.com/2009/01/24/planning-ubuntu-based-fanless-media-front-end-box/</a></p>
<p>http://www.klopfenstein.net/lorenz.aspx/fanless-intel-atom-d945gclf2</p>
<p>http://blog.scottnolan.org/2008/12/08/grumble-intel-atom-330-is-close-but-not-quite-there/</p>
<p>It just doesnt look like the low power version of this is quite ready yet. At least not for reasonable money.</p>
<p>The Intel Atom 230 is a decent lower power cpu, but the 330 is better. They are both X86 compatible making software compatibility a non problem. The big problems is there isnt a good low power support chip set to go with it. Intel insists on bundling it with the total pig Intel 945GC. Making it totally pointless. (i.e. it still needs a fan) The NVIDIA ION platform might be a solution to this. But it doesn&#8217;t seem like any systems are quite ready yet.</p>
<p><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16813121359">http://www.newegg.com/Product/Product.aspx?Item=N82E16813121359</a> &#8211; Close to what i might want.</p>
<p>http://www.aleutia.com/products/p1 &#8211; very close.</p>
<p>http://smart-home-blog.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.menasoft.com/blog/?feed=rss2&#038;p=55</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Being an iPhone Joiner</title>
		<link>http://www.menasoft.com/blog/?p=52</link>
		<comments>http://www.menasoft.com/blog/?p=52#comments</comments>
		<pubDate>Tue, 12 Aug 2008 16:53:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Gripes]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[iphone cell phone]]></category>

		<guid isPermaLink="false">http://www.menasoft.com/blog/?p=52</guid>
		<description><![CDATA[I held out as long as i could, but I finally joined the iPhone club. (Not the Apple/Mac club yet) I just got the iPhone 3G. I waited in line for about 4 hours the day after they were released. Very silly I know.But at least i didn&#8217;t camp out overnight. hehe. Being me, I [...]]]></description>
				<content:encoded><![CDATA[<p>I held out as long as i could, but I finally joined the <a href="http://www.apple.com/iphone/">iPhone</a> club. (Not the Apple/Mac club yet) I just got the iPhone 3G. I waited in line for about 4 hours the day after they were released. Very silly I know.But at least i didn&#8217;t camp out overnight. hehe.</p>
<p>Being me, I now have to figure out how every bit of it works.</p>
<p>For anyone looking at phones and is considering an iPhone I&#8217;ll try to do a mental dump of what I&#8217;m seeing. Ultimately i recommend it but there are some things that might be a turn off for some.</p>
<p><span id="more-52"></span><strong>Jail breaking:</strong></p>
<p>The locked in nature of the iphone is very unsettling for us engineers. I can only do what Apple has decided i can do. I have considered<a href="http://www.iphonehacks.com/jailbreak_iphone/"> jailbreaking</a> it so i can run an actual SSH shell and possibly using the file system on it directly but I&#8217;m just not quite ready for that level of commitment. Once the phone is jailbroken its unclear how apple upgrades will work in the future. In the past once you jail break a phone it seems you are locked out of all future apple software updates. It is possible that a jail broken phone could be restored to apple original condition before being upgraded.</p>
<p><strong>Iphone Lacks (in rough order of importance (to me))</strong></p>
<ul>
<li>Poor battery life. If you are on vacation and actively using maps etc, expect the phone to die half way through the day. This has somewhat improved with software updates.</li>
<li>No stereo blue tooth. A2DP is not available. Promised for v3.0 software.</li>
<li>No Cut and Paste between applications. Must retype all text.</li>
<li>Has a weird new connector. only chargers and docking stations specific to 3g will connect . All your old ipod and iphone stuff is not usable.</li>
<li>Needs a decent camera. The current 2MPix camera is just not very good and is very motion sensitive.</li>
<li>Needs &#8216;voice dial&#8217; Feature. I cant speak &#8220;call home&#8221; or &#8220;play a song&#8221; etc.</li>
<li>Needs spoken turn by turn directions for the map. I must look at the phone to read directions as i drive.</li>
<li>No video recording.</li>
<li>Does not give directional orientation for the map. I have no idea which direction i am looking in relation to the map displayed.</li>
<li>Poor speaker volume.</li>
<li>Tethering is not allowed in the US at any price. This is more of and ATT issue than Apple issue.</li>
<li>Would be nice to have auto answer function for when listening to music.</li>
<li>Restricts ringtones to itunes paid only. I cant use my own tunes for ring tones.</li>
<li>No native voice recording &#8211; there are some 3rd party apps that do this so i hear.</li>
<li>A removable SD card would be nice, or at least have the phone act as a stoarge drive so i can place random files on it,</li>
</ul>
<p>read more at: <a href="http://iphone.macworld.com/2007/06/obvious_missing_features.php">http://iphone.macworld.com/2007/06/obvious_missing_features.php</a></p>
<p><strong>Useful Links:</strong></p>
<p>http://www.appleinsider.com</p>
<p>http://www.iphonehacks.com/jailbreak_iphone/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.menasoft.com/blog/?feed=rss2&#038;p=52</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Computing Clouds</title>
		<link>http://www.menasoft.com/blog/?p=48</link>
		<comments>http://www.menasoft.com/blog/?p=48#comments</comments>
		<pubDate>Wed, 02 Jan 2008 20:04:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Unfinished]]></category>
		<category><![CDATA[clustering]]></category>
		<category><![CDATA[computing clouds]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.menasoft.com/blog/?p=48</guid>
		<description><![CDATA[Google, Amazon and several others have announced availability of renting space on there servers. Not just space as in disk storage space but actual computing time. These systems that allow this are referred to as Computing Clouds (CC) The hot trend in software for the last 2 years has been the idea of SOA or [...]]]></description>
				<content:encoded><![CDATA[<p>Google, Amazon and several others have announced availability of renting space on there servers. Not just space as in disk storage space but actual computing time. These systems that allow this are referred to as Computing Clouds (CC)</p>
<p><span id="more-48"></span>The hot trend in software for the last 2 years has been the idea of SOA or Service Oriented Architecture. Instead of allowing your customers to take a copy of your software and run it on their own machines, you can run the software yourself on some machine under your control and just rent the usage of your software to your customers. They interact with your software only over the internet, either by a web page or via some sort of internet protocol web service. This moves the worry of configuring and maintaining the hardware that the software product runs on from the customer to the service provider or software vendor.</p>
<p>Another related term used for this concept is SAS (software as a service).</p>
<p>Sounds like a great idea. You don&#8217;t actually have to own lots of computer equipment, you can just rent big machines on the internet as you need them. So do we get rid of our home/personal computers ? That has some great benefits but also some drawbacks. One big one is that you lose some control over the data. Companies can get sold, go out of business, change their pricing/policies at any time without asking you. Having a trusted home server might help to balance out those issues.</p>
<p>The concept of computing clouds is similar and complimentary to SOA. This allows a third party to enter the picture. The computing cloud now provides the platform and hardware for the software to be run. It creates a set of standard OS environments for the software to be run. The cloud provider maintains the hardware and provides a set of standard API&#8217;s to run whatever software the users might want. In the SOA case, neither the customer (end user) or the software vendor (service provider) needs to worry about the physical hardware the is running their service (SOA) software.</p>
<p>Imagine for instance you have created a software product as a SOA that has heavy usage but only during certain hours of the day. Before CC you had to own as much hardware to support the maximum load that you would imagine you needed, plus a little more to allow for failures. With computing clouds you now just need to trust the CC provider to provide you with this hardware when you need it. This can provide theoretically infinite scalability.</p>
<p>Amazon seems the farthest along on providing these services with a workable pricing model. They have data storage called S3, virtual Linux machines called E2, and even billing services.</p>
<p>I am in the process of evaluating this technology for my current projects. I&#8217;ll update this post when i get more information on it.</p>
<p>Some possible issues:</p>
<p>Monitoring tools.</p>
<p>API wars between CC standards</p>
<p>Internet lag, latency &#8211; with little control over where the servers are physically located.</p>
<p>Pricing &#8211; If you have 100% utilization of a server, does the price of CC compare to the price of a traditional dedicated server. For instance running a small scale windows Amazon server for a full month costs ~$90 and renting a dedicated equivalent server at ultrahosting.com is ~$40. So the key is that if you know you are going to fully utilize a dedicated machine then traditional hosting still makes sense.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.menasoft.com/blog/?feed=rss2&#038;p=48</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
