<?xml version="1.0" encoding="utf-8"?>
<rss
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 version="2.0">
<channel>
<title>My Weblog - Pat Ramadass - emediaIT</title>
<link>http://patramadass.emediait.com/weblog/</link>
<description>My blog about my work at emediaIT and life in general</description>
<language>en-US</language>
<lastBuildDate>Sun, 07 Apr 2013 11:23:19 +0200</lastBuildDate>
<generator>http://www.typepad.com/</generator>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://patramadass.emediait.com/weblog/rss.xml" type="application/rss+xml" />
<docs>http://www.rssboard.org/rss-specification</docs>
<item>
<title>What&#39;s new in LLBLGen Pro v4.0</title>
<link>http://patramadass.emediait.com/weblog/2013/04/whats-new-in-llblgen-pro-v40.html</link>
<guid isPermaLink="true">http://patramadass.emediait.com/weblog/2013/04/whats-new-in-llblgen-pro-v40.html</guid>
<description>LLBLGen Pro v4.0 has just been released and is packed with awesome new features. </description>
<content:encoded>&lt;p&gt;&lt;a href=&quot;http://www.llblgen.com&quot; target=&quot;_blank&quot;&gt;LLBLGen Pro&lt;/a&gt; v4.0 has just been released and is packed with awesome new features. &lt;/p&gt;
&lt;p&gt;They have also introduced LLBLGen Pro Lite, a free edition which
is limited to 8 entities per model. Lite doesn&amp;#39;t come with support.&lt;/p&gt;
&lt;p&gt;&amp;#0160;V3.x users can upgrade at a 30% discount, by logging into
the customer area.&lt;/p&gt;
&lt;p&gt;&amp;#0160;You can also get an entry into a raffle to win a free
license. How?&lt;/p&gt;
&lt;p&gt;&amp;#0160;- Like LLBLGen Pro on Facebook: &lt;a href=&quot;https://www.facebook.com/LLBLGenPro&quot;&gt;https://www.facebook.com/LLBLGenPro&lt;/a&gt;
and share the latest post there about the release.&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;- Retweet the following on Twitter:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://twitter.com/LLBLGenPro/status/320537522776195073&quot;&gt;https://twitter.com/LLBLGenPro/status/320537522776195073&lt;/a&gt;
&lt;/p&gt;
&lt;h2&gt;What is LLBLGen Pro?&lt;/h2&gt;
&lt;p&gt;
LLBLGen Pro is a data-access solution.&lt;br /&gt;							You use the LLBLGen Pro Designer to create the entity/domain model, 							define the mappings and generate source-code for one of the four supported O/R mapping frameworks: Entity Framework, NHibernate, Linq to SQL or							the LLBLGen Pro Runtime Framework.&lt;br /&gt;							You use the generated code combined with the O/R mapping framework of your choice to access your database and consume the data in that database.&lt;/p&gt;
&lt;h2&gt;What&amp;#39;s new in LLBLGen Pro v4.0?&lt;/h2&gt;
&lt;h3&gt;Designer&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Visual studio integration (2010/2012).&lt;/strong&gt; The designer is now fully integrated in VS.NET 2010 and VS.NET 2012. The stand-alone designer is also available so you can choose in which environment you want to use the designer. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Table Valued Functions support&lt;/strong&gt;. The designer now supports Table Valued Functions, which allows you to map an entity or typed view on the resultset of the Table Valued Functions. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Action suggestions window.&lt;/strong&gt;&lt;strong&gt; &lt;/strong&gt;&amp;#0160;The designer now offers an action suggestions window, which shows what actions are recommended, given the last action of the user and the state of the project / designer. The action suggestions window helps with navigating the designer in common tasks, in case a particular feature might be hard to find. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Custom type shortcuts now have default length/precision/scale&lt;/strong&gt;. A type shortcut can now have a default length, precision and/or scale value which is automatically used when the type shortcut is used as a field type. This allows type aliasing and easier modeling: e.g. one could define a type shortcut called &amp;#39;Email&amp;#39; which is a type shortcut to &lt;em&gt;string&lt;/em&gt; with a length of 150.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Rule based .NET Additional Interfaces / Namespaces.&lt;/strong&gt; It&amp;#39;s now possible to 		specify a rule using fine-grained expressions with an additional interface or additional namespace to define which elements of a given type will receive the 			additional interface or additional namespace. Rules can be assigned to additional interfaces / namespaces on 		the project level, to make it even easier to define attribute 		definitions in bulk for many elements in the project.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Update / Delete rules for FK constraints&lt;/strong&gt;. It&amp;#39;s now possible to define update / delete rules (Cascade rules) for relationships and Foreign Key constraints in both database first and model first.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SQL Server 2012 Sequence support&lt;/strong&gt;. The SQL Server driver now retrieves Sequence definitions from SQL Server 2012 databases, and allows you to use them in mappings. You can also create new sequences for SQL Server 2012 from within the designer, like you can for Oracle, DB2, Firebird and PostgreSql. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Char &amp;lt;-&amp;gt; String system type converter&lt;/strong&gt;. The list of system type converters has been extended with a new char &amp;lt;-&amp;gt; string system type converter which allows you to map a char typed model element onto a DB element with type string of length(1). This is useful if you have char(1) fields in the database, which are often converted as &amp;#39;string&amp;#39; by ADO.NET providers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Re-scan of enum .typeimport files&lt;/strong&gt;. It&amp;#39;s now possible to re-scan the folders which have .typeimport files for changes to import enum types while the designer is open. This makes importing enum types much easier as the designer doesn&amp;#39;t have to be closed and re-opened again.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;The designer is now a .NET 4.0 application&lt;/strong&gt;. No more .NET 4.0 runners needed. &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Various small changes and additions&lt;/strong&gt;. See for the full list of smaller changes and additions &lt;a href=&quot;http://www.llblgen.com/documentation/4.0/Designer/hh_goto.htm#whatsnew.htm&quot; target=&quot;_blank&quot;&gt;the online documentation&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;a name=&quot;LLBLGen&quot;&gt;&lt;/a&gt;
&lt;h3&gt;LLBLGen Pro Runtime Framework&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;50% faster entity fetches&lt;/strong&gt;. An extensive refactoring of the internal storage of values inside an entity instance resulted in up to 50% faster entity fetches. As entity instances don&amp;#39;t have Entity Field instances to store their values anymore (though from the outside it will appear they will, so no code will break), memory footprints are smaller too. See &lt;a href=&quot;http://pastebin.com/AdsKitr3&quot; target=&quot;_blank&quot;&gt;http://pastebin.com/AdsKitr3&lt;/a&gt; for a benchmark of how much faster the fetches are compared to v3.5 and other ORMs.&amp;#0160; &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Extensible Query Result Caching&lt;/strong&gt;. It&amp;#39;s now possible to specify (in Linq or QuerySpec, and with minor effort also with low-level API calls) a query result cache directive to tell the runtime to cache the results for that particular query for a given amount of time. The caching system is built around an easy interface, making it easy to extend it with own cache providers for cache systems like Redis. &lt;a href=&quot;http://www.llblgen.com/documentation/4.0/LLBLGen%20Pro%20RTF/hh_goto.htm#Using%20the%20generated%20code/gencode_resultsetcaching.htm&quot; target=&quot;_blank&quot;&gt;More information...&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Table Valued Function support.&lt;/strong&gt; It&amp;#39;s now possible, using Linq and QuerySpec, to fetch entities and typed views which are mapped onto a table valued function resultset.&amp;#0160; &lt;a href=&quot;http://www.llblgen.com/documentation/4.0/LLBLGen%20Pro%20RTF/hh_goto.htm#Using%20the%20generated%20code/Linq/gencode_linq_generalusage.htm#Tvf&quot; target=&quot;_blank&quot;&gt;Linq&lt;/a&gt;, &lt;a href=&quot;http://www.llblgen.com/documentation/4.0/LLBLGen%20Pro%20RTF/hh_goto.htm#&amp;quot;Using%20the%20generated%20code/QuerySpec/gencode_queryspec_generalusage.htm#tvf&amp;quot;&quot;&gt;QuerySpec&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;DataScopes&lt;/strong&gt;. The runtime framework now offers DataScopes which greatly help managing data in memory in desktop applications.&amp;#0160; &lt;a href=&quot;http://www.llblgen.com/documentation/4.0/LLBLGen%20Pro%20RTF/hh_goto.htm#Using%20the%20generated%20code/gencode_datascopes.htm target=&quot;&gt;More information...&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Runtime Libraries are now compiled against .NET 3.5&lt;/strong&gt;. The minimum .NET version supported by the runtime framework is now .NET 3.5.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;LinqSupportClasses and QuerySpec assemblies are now merged into ORMSupportClasses&lt;/strong&gt;. The 3 assemblies are now merged into one, SD.LLBLGen.Pro.ORMSupportClasses.dll. This makes referencing assemblies simpler.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Inlining of Value Type Definitions in the designer&lt;/strong&gt;. It&amp;#39;s now possible to in-line value type definitions in the designer, which makes modeling LLBLGen Pro projects simpler. &lt;a href=&quot;http://www.llblgen.com/documentation/4.0/LLBLGen%20Pro%20RTF/hh_goto.htm#ValueTypeInlining.htm&quot; target=&quot;_blank&quot;&gt;More information...&lt;/a&gt; &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SQL Server 2012 sequences support&lt;/strong&gt; The runtime framework now supports SQL Server 2012 sequences in insert queries.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;TypedLists can now be fetched using QuerySpec&lt;/strong&gt;. Before, the low-level API had to be used to fetch typedlists. In v4.0 we made it possible to fetch TypedLists using the more powerful QuerySpec query API.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;True skip/offset support&lt;/strong&gt;. It&amp;#39;s now possible to skip n rows in a fetch without the requirement that the number of rows fetched is a multiply of n. This is in line with how Skip works in Linq. QuerySpec now has a new operator, Offset(n) which offers the same functionality.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Char &amp;lt;-&amp;gt; String(1) built-in type converter&lt;/strong&gt;. The runtime framework now has a built-in type conversion for char &amp;lt;-&amp;gt; string(1), to make it possible to have a DB field of type char(1) be used as a .NET char typed field.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Support for OData v3&lt;/strong&gt;. The ODataSupportClasses now support OData v3 and are now compiled against WCF Data Services v5.3.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;QueryExecution Tracer.&lt;/strong&gt; A new tracer has been added, to trace the actual query being executed. This information was already available through other tracers, but as these also emitted other information it could lead to a lot of data just to see which query was actually executed. This tracer solves that.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;All low-level query API elements, including UnitofWork2, are now XML Serializable&lt;/strong&gt;. All low-level query API classes, like predicates, relation collection, groupby collection but also the Unit of Work classes, are now serializable to XML, and as such passable to e.g. a WCF Service. This is for Adapter only.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr /&gt;
&lt;a name=&quot;EFSupport&quot;&gt;&lt;/a&gt;
&lt;h3&gt;Entity Framework support&lt;/h3&gt;
&lt;p&gt;In v4.0 of LLBLGen Pro, Entity Framework support has been updated to support Table Valued Functions on Entity Framework v5 on .NET 4.5.&lt;/p&gt;
&lt;hr /&gt;
&lt;a name=&quot;L2SSupport&quot;&gt;&lt;/a&gt;
&lt;h3&gt;Linq to Sql support&lt;/h3&gt;
&lt;p&gt;In v4.0 of LLBLGen Pro, Linq to Sql support has been updated to support Table Valued Functions.&lt;/p&gt;</content:encoded>


<category>Code Generation</category>
<category>LLBLGen Pro</category>
<category>ORM</category>

<dc:creator>Venketash Ramadass</dc:creator>
<pubDate>Sun, 07 Apr 2013 11:23:19 +0200</pubDate>

</item>
<item>
<title>Microsoft Office, SharePoint, Exchange &amp; Lync 2013 Released to Manufacturing</title>
<link>http://patramadass.emediait.com/weblog/2012/10/office-sharepoint-exchange-lync-2013-released-to-manufacturing.html</link>
<guid isPermaLink="true">http://patramadass.emediait.com/weblog/2012/10/office-sharepoint-exchange-lync-2013-released-to-manufacturing.html</guid>
<description>Microsoft Office (including Visio, Project &amp; Project Server) 2013, SharePoint 2013, Exchange 2013, Lync 2013 have all been released to manufacturing.</description>
<content:encoded>&lt;p&gt;
&lt;a class=&quot;asset-img-link&quot; href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833017d3caf33a1970c-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;
&lt;/a&gt;&lt;a class=&quot;asset-img-link&quot; href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833017ee4247f69970d-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;Microsoft-office-2013-suite1&quot; border=&quot;0&quot; class=&quot;asset  asset-image at-xid-6a00e55098b7c88833017ee4247f69970d image-full&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833017ee4247f69970d-800wi&quot; title=&quot;Microsoft-office-2013-suite1&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The following products…&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a class=&quot;zem_slink&quot; href=&quot;http://office.microsoft.com/en-us/default.aspx&quot; rel=&quot;homepage&quot; target=&quot;_blank&quot; title=&quot;Microsoft Office&quot;&gt;Microsoft Office&lt;/a&gt; (including Visio, Project &amp;amp; &lt;a class=&quot;zem_slink&quot; href=&quot;http://en.wikipedia.org/wiki/Microsoft_Office_Project_Server&quot; rel=&quot;wikipedia&quot; target=&quot;_blank&quot; title=&quot;Microsoft Office Project Server&quot;&gt;Project
Server&lt;/a&gt;) 2013&lt;/li&gt;
&lt;li&gt;Microsoft &lt;a class=&quot;zem_slink&quot; href=&quot;http://sharepoint.microsoft.com&quot; rel=&quot;homepage&quot; target=&quot;_blank&quot; title=&quot;Microsoft SharePoint&quot;&gt;SharePoint&lt;/a&gt; 2013&lt;/li&gt;
&lt;li&gt;Microsoft Exchange 2013&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;zem_slink&quot; href=&quot;http://lync.microsoft.com/&quot; rel=&quot;homepage&quot; target=&quot;_blank&quot; title=&quot;Microsoft Lync&quot;&gt;Microsoft Lync&lt;/a&gt; 2013&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
…have
all been released to manufacturing. &lt;a href=&quot;http://blogs.office.com/b/office-news/archive/2012/10/11/office-reaches-rtm.aspx&quot; target=&quot;_blank&quot; title=&quot;Office Reaches RTM!&quot;&gt;This link&lt;/a&gt; sums it up quite well, but in terms of getting your hands on it...&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;quot;We will begin rolling out new capabilities to Office 365 Enterprise 
customers in our next service update, starting in November through general 
availability. 
&lt;/li&gt;
&lt;li&gt;&lt;a class=&quot;zem_slink&quot; href=&quot;http://en.wikipedia.org/wiki/Volume_license_key&quot; rel=&quot;wikipedia&quot; target=&quot;_blank&quot; title=&quot;Volume license key&quot;&gt;Volume Licensing&lt;/a&gt; customers with &lt;a class=&quot;zem_slink&quot; href=&quot;http://en.wikipedia.org/wiki/Microsoft_Software_Assurance&quot; rel=&quot;wikipedia&quot; target=&quot;_blank&quot; title=&quot;Microsoft Software Assurance&quot;&gt;Software Assurance&lt;/a&gt; will be able to download 
the Office 2013 applications as well as other Office products including 
SharePoint 2013, Lync 2013 and Exchange 2013 through the Volume Licensing 
Service Center by mid-November. These products will be available on the Volume 
Licensing price list on December 1. 
&lt;/li&gt;
&lt;li&gt;IT professionals and developers will be able to download the final version 
via their &lt;a class=&quot;zem_slink&quot; href=&quot;http://technet.microsoft.com/&quot; rel=&quot;homepage&quot; target=&quot;_blank&quot; title=&quot;Microsoft TechNet&quot;&gt;TechNet&lt;/a&gt; or &lt;a class=&quot;zem_slink&quot; href=&quot;http://en.wikipedia.org/wiki/Microsoft_Developer_Network&quot; rel=&quot;wikipedia&quot; target=&quot;_blank&quot; title=&quot;Microsoft Developer Network&quot;&gt;MSDN&lt;/a&gt; subscriptions by mid-November.&amp;quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Exciting times ahead, lots of planning and assisting with upgrades for the above, Windows Server 2012 and Windows 8 to be done!&lt;/p&gt;
&lt;p&gt;&amp;#0160;&lt;/p&gt;</content:encoded>


<category>Exchange</category>
<category>Lync</category>
<category>Office</category>
<category>SharePoint</category>

<dc:creator>Venketash Ramadass</dc:creator>
<pubDate>Sat, 13 Oct 2012 15:03:42 +0200</pubDate>

</item>
<item>
<title>emediaIT is now a Dell Preferred Partner</title>
<link>http://patramadass.emediait.com/weblog/2012/08/emediait-is-now-a-dell-preferred-partner.html</link>
<guid isPermaLink="true">http://patramadass.emediait.com/weblog/2012/08/emediait-is-now-a-dell-preferred-partner.html</guid>
<description>emediaIT is committed to growing our relationships with our strategic partners and we have now achieved Dell Preferred Partner status.</description>
<content:encoded>&lt;p&gt;
&lt;a class=&quot;asset-img-link&quot; href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c8883301761789212a970c-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;
&lt;/a&gt;&lt;a class=&quot;asset-img-link&quot; href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c888330177446fb2dd970d-pi&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;Dell_PartnerDirect_Preferred_2011_RGB&quot; border=&quot;0&quot; class=&quot;asset  asset-image at-xid-6a00e55098b7c888330177446fb2dd970d image-full&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c888330177446fb2dd970d-800wi&quot; title=&quot;Dell_PartnerDirect_Preferred_2011_RGB&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;emediaIT&lt;/strong&gt; is committed to growing our &lt;strong&gt;relationships&lt;/strong&gt; with our &lt;strong&gt;strategic partners&lt;/strong&gt; and we have now achieved D&lt;strong&gt;ell Preferred Partner&lt;/strong&gt; status.&lt;/p&gt;
&lt;p&gt;This further certifies our &lt;strong&gt;skills&lt;/strong&gt;, &lt;strong&gt;expertise &lt;/strong&gt;and &lt;strong&gt;experience&lt;/strong&gt; in terms of delivering &lt;strong&gt;products &lt;/strong&gt;and &lt;strong&gt;services &lt;/strong&gt;from Dell.&lt;/p&gt;
&lt;p&gt;To achieve &lt;strong&gt;Dell Preferred Partner&lt;/strong&gt; status emediaIT was required to complete both &lt;strong&gt;sales &lt;/strong&gt;and &lt;strong&gt;technical training &lt;/strong&gt;and &lt;strong&gt;certifications&lt;/strong&gt;. We are now able to &lt;strong&gt;provide even more to our customers &lt;/strong&gt;through a &lt;strong&gt;closer relationship with Dell&lt;/strong&gt;. Benefits to our customers include h&lt;strong&gt;ighly competitive pricing&lt;/strong&gt;, comprehensive &lt;strong&gt;solutions analysis&lt;/strong&gt; and &lt;strong&gt;design &lt;/strong&gt;as well as enhanced &lt;strong&gt;technical support&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Read more &lt;a href=&quot;http://www.emediait.com/about/news/2012/08/31/emediait-is-now-a-dell-preferred-partner&quot; target=&quot;_blank&quot; title=&quot;emediaIT is now a Dell Preferred Partner &quot;&gt;here&lt;/a&gt;.&lt;/p&gt;</content:encoded>


<category>Dell</category>
<category>emediaIT</category>

<dc:creator>Venketash Ramadass</dc:creator>
<pubDate>Fri, 31 Aug 2012 13:56:28 +0200</pubDate>

</item>
<item>
<title>Day 1 - Using an Exercise Ball as a Desk Chair</title>
<link>http://patramadass.emediait.com/weblog/2012/05/day-1-using-an-exercise-ball-as-a-desk-chair.html</link>
<guid isPermaLink="true">http://patramadass.emediait.com/weblog/2012/05/day-1-using-an-exercise-ball-as-a-desk-chair.html</guid>
<description>I spend quite a lot of time at my desk over the course of the week (and weekends) and find myself slouching even with chairs which have decent lumbar support. I have looked into the concept of a standing workstation before and although it&#39;s something that I would like to try in the future, I decided to go ahead with replacing my desk chair with an exercise ball as an initial step. </description>
<content:encoded>&lt;p&gt;I spend quite a lot of time at my desk over the course of the week (and weekends) and find myself slouching even with chairs which have decent lumbar support. I have looked into the concept of a standing workstation before and although it&amp;#39;s something that I would like to try in the future, I decided to go ahead with replacing my desk chair with an exercise ball as an initial step.&lt;/p&gt;
&lt;p&gt;There are various opinions on whether or not this has any positive effect on posture, calories burnt, core strengthening etc, but as they say, change is as good as a holiday (sometimes).&lt;br /&gt;&lt;br /&gt;Before:&lt;br /&gt;&lt;br /&gt; &lt;a class=&quot;asset-img-link&quot; href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c888330168eba18353970c-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;WP_000050&quot; class=&quot;asset  asset-image at-xid-6a00e55098b7c888330168eba18353970c&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c888330168eba18353970c-120wi&quot; title=&quot;WP_000050&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;After:&lt;/p&gt;
&lt;p&gt;&lt;a class=&quot;asset-img-link&quot; href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c888330167669fb710970b-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;WP_000051&quot; class=&quot;asset  asset-image at-xid-6a00e55098b7c888330167669fb710970b&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c888330167669fb710970b-120wi&quot; title=&quot;WP_000051&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I am not the tallest so I decided to go ahead with the 65cm Trojan Burst Resistant option. I have spent about 3 hours working on it today and so far so good. I seem to be sitting more upright, moving around more and stretching a bit. As per other articles read and videos on YouTube hooking your ankles in under the front of the ball definitely helps.&lt;br /&gt;&lt;br /&gt;Will see how the next few days go, but wont be getting rid of the chair just yet!&lt;/p&gt;</content:encoded>


<category>General</category>
<category>Office</category>
<category>Productivity</category>

<dc:creator>Venketash Ramadass</dc:creator>
<pubDate>Sun, 20 May 2012 15:25:57 +0200</pubDate>

</item>
<item>
<title>Western Digital Velociraptors SATA HDDs vs Corsair Force 3 Series SSDs in RAID 0</title>
<link>http://patramadass.emediait.com/weblog/2011/12/western-digital-velociraptors-sata-hdds-vs-corsair-force-3-series-ssds-in-raid-0.html</link>
<guid isPermaLink="true">http://patramadass.emediait.com/weblog/2011/12/western-digital-velociraptors-sata-hdds-vs-corsair-force-3-series-ssds-in-raid-0.html</guid>
<description>Drives used…

2x Western Digital Velociraptor 450GB 10k RPM SATA HDDs - WD4500HLHX
2x Corsair Force 3 Series MLC 120GB 2.5&quot; - F120GB3-BK</description>
<content:encoded>&lt;p&gt;I have been putting off the move to SSDs for ages now, mainly due to cost, but the disk I/O on my machine was becoming an increasing bottleneck from what I could tell and there is more multi-tasking and juggling of responsibilities at work. I have been running 2x Western Digital Velociraptors in RAID 0 for the last few months and apart from one drive failure I was really pleased with the performance, especially coming from a RAID 0 7200 RPM laptop hard drive configuration on my soon to be retired Dell XPS M1730 (Almost 4 awesome years of service and still under full warranty from Dell!).&lt;/p&gt;
&lt;p&gt;I decided to take the plunge into the SSD world yesterday (Early Christmas present to myself and well timed as I will be working through the holidays) and with it being a choice between the Intel 510s and the Corsair Force 3 Series (OCZ Vertex 3 is not that easily available around here), I opted for the latter due to &lt;a href=&quot;http://www.anandtech.com/bench/Product/400?vs=375&quot; target=&quot;_self&quot;&gt;comparable performance&lt;/a&gt; in most areas and much smaller cost. Installation into my Thermaltake Level 10 GT chassis was simple enough once I ditched the 3.5&amp;quot; brackets the SSDs came with and just used the GTs own removable brackets which have support for 2.5&amp;quot; drives. I also decided to stick with RAID 0 despite there not being TRIM support on the SSDs in RAID currently, but this is seemingly going to be there in a &lt;a href=&quot;http://www.techspot.com/news/46364-intel-adding-trim-support-for-ssds-in-raid-0-with-rst-115.html&quot; target=&quot;_self&quot;&gt;future Intel RST Driver release&lt;/a&gt; from what I have seen online and there are conflicting opinions on how much of an issue it actually is if a machine is left to idle/garbage collect etc. Below are the benchmarks in ATTO and also the WEI results (Ignore the CPU and Memory, it&amp;#39;s a result of different overclocking settings on the i7 2600k) used.&lt;/p&gt;
&lt;p&gt;Drives used…&lt;/p&gt;
&lt;p&gt;2x Western Digital Velociraptor 450GB 10k RPM SATA HDDs - WD4500HLHX&lt;br /&gt; 2x Corsair Force 3 Series MLC 120GB 2.5&amp;quot; - F120GB3-BK&lt;/p&gt;
&lt;p&gt;…with the SSDs obviously being far smaller (Which is not an issue as I will keep the Velociraptors in a RAID 1 config for important data/archiving etc) but both have full SATA III 6Gb/s support.&lt;/p&gt;
&lt;p&gt;Velociraptors:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c888330162fda4719b970d-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;VelociraptorsATTO-2011.12.10&quot; class=&quot;asset  asset-image at-xid-6a00e55098b7c888330162fda4719b970d&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c888330162fda4719b970d-120wi&quot; title=&quot;VelociraptorsATTO-2011.12.10&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c8883301543822745a970c-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;VelociraptorsWEI-2011.12.10&quot; class=&quot;asset  asset-image at-xid-6a00e55098b7c8883301543822745a970c&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c8883301543822745a970c-120wi&quot; title=&quot;VelociraptorsWEI-2011.12.10&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Force 3 Series:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c8883301675e984ff3970b-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;CorsairForce3Series-2011.12.10&quot; class=&quot;asset  asset-image at-xid-6a00e55098b7c8883301675e984ff3970b&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c8883301675e984ff3970b-120wi&quot; title=&quot;CorsairForce3Series-2011.12.10&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c8883301675e9850ad970b-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;CorsairForce3SeriesWEI-2011.12.10&quot; class=&quot;asset  asset-image at-xid-6a00e55098b7c8883301675e9850ad970b&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c8883301675e9850ad970b-120wi&quot; title=&quot;CorsairForce3SeriesWEI-2011.12.10&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;So from a straight benchmark point of view, the SSDs obviously run away with it by some way, but it will be interesting to see what a difference it will be for real world/general productivity when it comes to day to day activities including general applications, Visual Studio etc.&lt;/p&gt;</content:encoded>


<category>Hardware</category>
<category>Information Technology</category>

<dc:creator>Venketash Ramadass</dc:creator>
<pubDate>Sat, 10 Dec 2011 19:03:51 +0200</pubDate>

</item>
<item>
<title>Quick Office Braai</title>
<link>http://patramadass.emediait.com/weblog/2011/10/quick-office-braai.html</link>
<guid isPermaLink="true">http://patramadass.emediait.com/weblog/2011/10/quick-office-braai.html</guid>
<description></description>
<content:encoded>&lt;p&gt;&amp;#0160;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://patramadass.emediait.com/files/photo_c196f96565664997662898deb04aca0a.jpg&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;Photo_C196F965-6566-4997-6628-98DEB04ACA0A.jpg&quot; class=&quot;asset  asset-image at-xid-6a00e55098b7c888330153921bafc1970b&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c888330153921bafc1970b-580wi&quot; title=&quot;Photo_C196F965-6566-4997-6628-98DEB04ACA0A.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded>


<category>emediaIT</category>

<dc:creator>Venketash Ramadass</dc:creator>
<pubDate>Thu, 06 Oct 2011 13:36:47 +0200</pubDate>

</item>
<item>
<title>Unified Communications - Increase Productivity - Presentation</title>
<link>http://patramadass.emediait.com/weblog/2011/09/unified-communications-increase-productivity-presentation.html</link>
<guid isPermaLink="true">http://patramadass.emediait.com/weblog/2011/09/unified-communications-increase-productivity-presentation.html</guid>
<description>emediaIT - Unified Communications Event - Improve Productivity</description>
<content:encoded>&lt;div id=&quot;__ss_9095145&quot; style=&quot;width: 425px;&quot;&gt;&lt;strong style=&quot;display: block; margin: 12px 0 4px;&quot;&gt;&lt;a href=&quot;http://www.slideshare.net/pat.ramadass/emediait-unified-communications-20110901-9095145&quot; title=&quot;emediaIT - Unified Communications - 2011.09.01&quot;&gt;emediaIT - Unified Communications - 2011.09.01&lt;/a&gt;&lt;/strong&gt;
&lt;object data=&quot;http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=emediait-unifiedcommunications-2011-09-01-110901064913-phpapp01&amp;amp;stripped_title=emediait-unified-communications-20110901-9095145&amp;amp;userName=pat.ramadass&quot; height=&quot;355&quot; id=&quot;__sse9095145&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;425&quot;&gt;
&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;
&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot; /&gt;
&lt;param name=&quot;src&quot; value=&quot;http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=emediait-unifiedcommunications-2011-09-01-110901064913-phpapp01&amp;amp;stripped_title=emediait-unified-communications-20110901-9095145&amp;amp;userName=pat.ramadass&quot; /&gt;
&lt;param name=&quot;name&quot; value=&quot;__sse9095145&quot; /&gt;
&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot; /&gt;
&lt;/object&gt;
&lt;div style=&quot;padding: 5px 0 12px;&quot;&gt;View more &lt;a href=&quot;http://www.slideshare.net/&quot;&gt;presentations&lt;/a&gt; from &lt;a href=&quot;http://www.slideshare.net/pat.ramadass&quot;&gt;Venketash (Pat) Ramadass&lt;/a&gt;.&lt;/div&gt;
&lt;/div&gt;</content:encoded>


<category>emediaIT</category>
<category>Lync</category>
<category>Unified Communications</category>

<dc:creator>Venketash Ramadass</dc:creator>
<pubDate>Thu, 01 Sep 2011 15:31:29 +0200</pubDate>

</item>
<item>
<title>Building &quot;Windows 8&quot; - Video #1</title>
<link>http://patramadass.emediait.com/weblog/2011/06/building-windows-8-video-1.html</link>
<guid isPermaLink="true">http://patramadass.emediait.com/weblog/2011/06/building-windows-8-video-1.html</guid>
<description></description>
<content:encoded>&lt;iframe width=&quot;560&quot; height=&quot;349&quot; src=&quot;http://www.youtube.com/embed/p92QfWOw88I&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;</content:encoded>


<category>Windows 8</category>

<dc:creator>Venketash Ramadass</dc:creator>
<pubDate>Sat, 18 Jun 2011 13:16:43 +0200</pubDate>

</item>
<item>
<title>emediaIT is Hiring! - Advanced Systems Engineers</title>
<link>http://patramadass.emediait.com/weblog/2011/03/emediait-is-hiring-advanced-systems-engineers.html</link>
<guid isPermaLink="true">http://patramadass.emediait.com/weblog/2011/03/emediait-is-hiring-advanced-systems-engineers.html</guid>
<description>We are looking for an Advanced Systems Engineer to join our fast-moving team. They will work alongside our sales team, technical team, partners, suppliers and will be involved in pre-sales, support (client facing), internal systems and research &amp; development including...</description>
<content:encoded>&lt;p&gt;We are looking for an Advanced Systems Engineer to join our fast-moving team. They will work alongside our sales team, technical team, partners, suppliers and will be involved in pre-sales, support (client facing), internal systems and research &amp;amp; development including project management. They will be able to work in a team or alone and have the drive for continuous improvement and on-going skills development including certifications (Microsoft, Cisco etc) in key areas.&lt;br /&gt; &lt;br /&gt;We need someone who is intelligent, hardworking, highly presentable, well-spoken, hugely ambitious, committed and looking for a career rather than a step along the way. Our company is fast paced, leading edge and we only want the best. We reward performance and results.&lt;br /&gt; &lt;br /&gt;The candidate will need to be flexible, have the ability to learn quickly and adapt to different environments and services, products and technologies. We need someone who is as passionate about our services and products as we are.&lt;/p&gt;
&lt;p&gt;It is expected that within the first 3 months of the candidate being employed they will:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Complete handover from person they will be replacing (Initial Month)&lt;/li&gt;
&lt;li&gt;Familiarise themselves with processes and products/services&lt;/li&gt;
&lt;li&gt;Take full ownership of specific responsibilities assigned to them&lt;/li&gt;
&lt;li&gt;Advise on areas where they feel there can be improvement&lt;/li&gt;
&lt;li&gt;Completed initial assessments and exams required by the company (Microsoft based)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Understanding of IT Products and Services. Familiarity/Experience (Minimum 2-3 years) with most/all of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&amp;#0160;Software Development&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;Networking       
&lt;ul&gt;
&lt;li&gt;IP addressing, routers, ADSL, firewalls, DNS, DHCP, Dynamic DNS, port forwarding, shared/networked printers, drive mapping, VPNs, wireless&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Hosting       
&lt;ul&gt;
&lt;li&gt;Web&lt;/li&gt;
&lt;li&gt;Email&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Connectivity       
&lt;ul&gt;
&lt;li&gt;ADSL&lt;/li&gt;
&lt;li&gt;VPN&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Unified Communications       
&lt;ul&gt;
&lt;li&gt;Asterisk&lt;/li&gt;
&lt;li&gt;Microsoft OCS/Lync&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Hardware       
&lt;ul&gt;
&lt;li&gt;Servers/Workstations&lt;/li&gt;
&lt;li&gt;Dell preferably&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Microsoft Server Products       
&lt;ul&gt;
&lt;li&gt;Windows Server 2003/2008&lt;/li&gt;
&lt;li&gt;SQL Server 2005/2008&lt;/li&gt;
&lt;li&gt;Exchange Server 2007/2010&lt;/li&gt;
&lt;li&gt;etc&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Microsoft SharePoint 2007/2010&lt;/li&gt;
&lt;li&gt;Microsoft Dynamics CRM 4.0/2011&lt;/li&gt;
&lt;li&gt;Virtualisation (Hyper-V etc)&lt;/li&gt;
&lt;li&gt;Active Directory&lt;/li&gt;
&lt;li&gt;Certificates&lt;/li&gt;
&lt;li&gt;Cabling&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Related and up to date Microsoft certifications will be a big advantage. Click &lt;a href=&quot;http://www.emediait.com/Careers.aspx&quot;&gt;here&lt;/a&gt; for more information.&lt;/p&gt;</content:encoded>


<category>emediaIT</category>

<dc:creator>Venketash Ramadass</dc:creator>
<pubDate>Thu, 31 Mar 2011 14:36:00 +0200</pubDate>

</item>
<item>
<title>Mobility Solutions - Work Anywhere, Anytime - Photos</title>
<link>http://patramadass.emediait.com/weblog/2011/03/mobility-solutions-work-anywhere-anytime-photos.html</link>
<guid isPermaLink="true">http://patramadass.emediait.com/weblog/2011/03/mobility-solutions-work-anywhere-anytime-photos.html</guid>
<description>Below are photos taken at our recent Mobility Solutions event held with Microsoft and K2.</description>
<content:encoded>&lt;p&gt;Below are photos taken at our recent &lt;a href=&quot;http://www.emediait.com/news/11-02-25/Mobility_Solutions_-_Work_Anywhere_Anytime_-_Event.aspx&quot; target=&quot;_self&quot;&gt;Mobility Solutions event&lt;/a&gt; held with Microsoft and K2.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833014e8699fa85970d-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;DSC02417&quot; class=&quot;asset  asset-image at-xid-6a00e55098b7c88833014e8699fa85970d&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833014e8699fa85970d-120wi&quot; title=&quot;DSC02417&quot; /&gt;&lt;/a&gt;&amp;#0160;&lt;a href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c888330147e319e649970b-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;DSC02418&quot; class=&quot;asset  asset-image at-xid-6a00e55098b7c888330147e319e649970b&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c888330147e319e649970b-120wi&quot; title=&quot;DSC02418&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833014e8699fb1b970d-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;DSC02422&quot; class=&quot;asset  asset-image at-xid-6a00e55098b7c88833014e8699fb1b970d&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833014e8699fb1b970d-120wi&quot; title=&quot;DSC02422&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833014e8699fb59970d-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;DSC02424&quot; class=&quot;asset  asset-image at-xid-6a00e55098b7c88833014e8699fb59970d&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833014e8699fb59970d-120wi&quot; title=&quot;DSC02424&quot; /&gt;&lt;/a&gt;&amp;#0160;&lt;a href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833014e8699fbf0970d-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;DSC02438&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833014e8699fbf0970d-120wi&quot; title=&quot;DSC02438&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833014e8699fc7d970d-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;DSC02442&quot; class=&quot;asset  asset-image at-xid-6a00e55098b7c88833014e8699fc7d970d&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833014e8699fc7d970d-120wi&quot; title=&quot;DSC02442&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c888330147e319e86a970b-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;DSC02455&quot; class=&quot;asset  asset-image at-xid-6a00e55098b7c888330147e319e86a970b&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c888330147e319e86a970b-120wi&quot; title=&quot;DSC02455&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833014e5fbf14e0970c-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;DSC02464&quot; class=&quot;asset  asset-image at-xid-6a00e55098b7c88833014e5fbf14e0970c&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833014e5fbf14e0970c-120wi&quot; title=&quot;DSC02464&quot; /&gt;&lt;/a&gt;&amp;#0160;&lt;a href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c888330147e319ea03970b-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;DSC02471&quot; class=&quot;asset  asset-image at-xid-6a00e55098b7c888330147e319ea03970b&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c888330147e319ea03970b-120wi&quot; title=&quot;DSC02471&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833014e8699fe69970d-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;DSC02478&quot; class=&quot;asset  asset-image at-xid-6a00e55098b7c88833014e8699fe69970d&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833014e8699fe69970d-120wi&quot; title=&quot;DSC02478&quot; /&gt;&lt;/a&gt; &lt;a href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833014e5fbf1357970c-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;DSC02430&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833014e5fbf1357970c-120wi&quot; title=&quot;DSC02430&quot; /&gt;&lt;/a&gt;&amp;#0160;&lt;a href=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833014e5fbf1525970c-popup&quot; onclick=&quot;window.open( this.href, &amp;#39;_blank&amp;#39;, &amp;#39;width=640,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0&amp;#39; ); return false&quot; style=&quot;display: inline;&quot;&gt;&lt;img alt=&quot;DSC02465&quot; class=&quot;asset  asset-image at-xid-6a00e55098b7c88833014e5fbf1525970c&quot; src=&quot;http://patramadass.emediait.com/.a/6a00e55098b7c88833014e5fbf1525970c-120wi&quot; title=&quot;DSC02465&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</content:encoded>


<category>emediaIT</category>
<category>K2</category>
<category>Windows Mobile</category>
<category>Windows Phone 7</category>

<dc:creator>Venketash Ramadass</dc:creator>
<pubDate>Wed, 09 Mar 2011 17:23:40 +0200</pubDate>

</item>

</channel>
</rss>

<!-- ph=1 -->
