<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://jayaramkrishnaswamy.sys-con.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Latest News from Jayaram Krishnaswamy</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/</link>
 <description>Latest News from Jayaram Krishnaswamy</description>
 <language>en</language>
 <copyright>Copyright 2009 Ulitzer.com</copyright>
 <generator>Ulitzer.com</generator>
 <lastBuildDate>Mon, 07 Dec 2009 09:31:18 EST</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>360</ttl>
<item>
 <title>How to Synchronize with a Cloud Database</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1211047</link>
 <description>In fortifying and solidifying its relational cloud database service-SQL Azure, Microsoft has come up with a new tool, the Microsoft Sync Framework Power Pack for SQL Azure November CTP. All that you need to do is to click and presto, you are in sync. This tool [SQL Azure Data Sync Tool for SQL Server] makes synchronizing SQL Azure with a local server that much more efficient (compared to force fitting ADO.NET) and that much more reliable.This power pack provides the SqlAzureSyncProvider that automates much of the synchronizing task, that is, a wizard will step in, and take charge. However you may need to keep your SQL Server Agent up and running and happy.&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1211047&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 06 Dec 2009 12:30:00 EST</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1211047</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1211047#feedback</comments>
</item>
<item>
 <title>Microsoft vs Salesforce: Rivalry in the Clouds</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1204167</link>
 <description>With deep pockets Microsoft is able to fight it out on multiple fronts. With Azure, in the coming months, it will take on SalesForce.com as a formidable cloud platform provider. It&#039;s no more just software as service; it will be framework as a service at the finishing line. Read up &lt;a href=&quot;http://www.computerworld.com/s/article/9141016/Microsoft_adds_app_data_marketplace_to_Windows_Azure&quot;&gt;this&lt;/a&gt; article to get a picture of what is brewing.&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;Here is Microsoft market place positioned to start any time soon:&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/SxPHGEcVP-I/AAAAAAAABJU/6DZqsuyBey0/s1600/AzureMktPlace.png&quot;&gt;&lt;img style=&quot;WIDTH: 200px; HEIGHT: 150px; CURSOR: hand&quot; id=&quot;BLOGGER_PHOTO_ID_5409886484487815138&quot; border=&quot;0&quot; alt=&quot;&quot; src=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/SxPHGEcVP-I/AAAAAAAABJU/6DZqsuyBey0/s200/AzureMktPlace.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;Here is the opponent with a big repertoire:&lt;/div&gt;&lt;a href=&quot;http://1.bp.blogspot.com/_6HQQavFER2g/SxPHiu71IfI/AAAAAAAABJc/35k9fUrp1dg/s1600/forcecomMakPlace.png&quot;&gt;&lt;img style=&quot;WIDTH: 200px; HEIGHT: 152px; CURSOR: hand&quot; id=&quot;BLOGGER_PHOTO_ID_5409886976930554354&quot; border=&quot;0&quot; alt=&quot;&quot; src=&quot;http://1.bp.blogspot.com/_6HQQavFER2g/SxPHiu71IfI/AAAAAAAABJc/35k9fUrp1dg/s200/forcecomMakPlace.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-5484765040048208708?l=hodentek.blogspot.com&#039; alt=&#039;&#039; /&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1204167&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 01 Dec 2009 04:45:00 EST</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1204167</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1204167#feedback</comments>
</item>
<item>
 <title>Using SQL Server Integration Services</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1202440</link>
 <description>Integrating data into applications or reports is one of the most important, expensive and exacting activities in building enterprise data warehousing and reporting applications. SQL Server Integration Services which first appeared in MS SQL Server 2005 and continued into MS SQL Server 2008 provides a one-stop solution to the ETL Process. The ETL Process consists of extracting data from a data source, transforming the data so that it can get in cleanly into the destination followed by loading the transformed data to the destination. Enterprise data can be of very different kinds ranging from flat files to data stored in relational databases. Recently storing and exchanging&amp;nbsp;data in XML&amp;nbsp; has become common as exchanging data in XML format has many advantages.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&lt;em&gt;This article describes how you may extract data in XML from your database using a stored procedure and persist it to the file system in either XML or text formats using Microsoft SQL Server Integration Services.&lt;/em&gt;&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.packtpub.com/article/writing-xml-data-to-file-system-with-ssis&quot;&gt;&lt;strong&gt;Writing XML data to the File System with SSIS&lt;/strong&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
You may also want to read these recent articles on SSIS:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.packtpub.com/article/mysql-data-transfer-using-sql-server-integration-services-ssis?utm_source=rk_jay2_1109&amp;amp;utm_medium=content&amp;amp;utm_campaign=ramsai&quot;&gt;MySQL Data Transfer using SQL Server Integration Services (SSIS)&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.packtpub.com/article/ground-to-sql-azure-cloud-migration-using-ms-ssis?utm_source=rk_jay2_1109&amp;amp;utm_medium=content&amp;amp;utm_campaign=ramsai&quot;&gt;Ground to SQL Azure migration using MS SQL Server Integration Services&lt;/a&gt; &lt;br /&gt;
&amp;nbsp; &lt;br /&gt;
Read my&lt;a href=&quot;http://www.packtpub.com/sql-server-integration-services-visual-studio-2005/book&quot;&gt; book&lt;/a&gt; and get a handle on many other package tasks: &lt;br /&gt;
&amp;nbsp;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-4748320486991328780?l=hodentek.blogspot.com&#039; alt=&#039;&#039; /&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1202440&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 29 Nov 2009 00:45:00 EST</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1202440</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1202440#feedback</comments>
</item>
<item>
 <title>SQL Server 2008 R2 Nov CTP Installs Easily on Windows 7</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1201912</link>
 <description>I had problems installing on Windows XP SP3 but it was very easy on Windows 7 Ultimate Evaluation copy (build 7100). If you have Visual Studio 2008 you may need to apply SP1 before you complete installation on Windows 7. I installed a named instance Hodentek\KUMORI (ver 10.50.1352) which is a minor upgrade to SQL Server 2008 RTM. If you want to work with a database in the cloud
(SQL Azure) you need SQL Server 2008 R2 Nov-CTP.&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1201912&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 27 Nov 2009 10:45:00 EST</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1201912</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1201912#feedback</comments>
</item>
<item>
 <title>Connecting to SQL server Compact from SQL Server 2008 R2 Nov_CTP</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1201913</link>
 <description>The database file is in the installation directory but you need to modify permissions. You can work on it in SSMS once you connect to it. &lt;br /&gt;
&lt;br /&gt;
Review the following blog post:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://hodentekhelp.blogspot.com/2009/11/how-do-i-connect-to-sql-server-compact.html&quot;&gt;http://hodentekhelp.blogspot.com/2009/11/how-do-i-connect-to-sql-server-compact.html&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-3802931034264621548?l=hodentek.blogspot.com&#039; alt=&#039;&#039; /&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1201913&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 26 Nov 2009 11:24:00 EST</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1201913</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1201913#feedback</comments>
</item>
<item>
 <title>On Installing/Upgrading SQL Server 2008 R2 Nov_CTP</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1195545</link>
 <description>&lt;div&gt;On a Windows XP Professional with XP3 attempts to upgrade/install SQL Server 2008 failed. The correct authentication was not recognized and only a few files were created.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#CC0000;&quot;&gt;Conclusions:&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#000099;&quot;&gt;&lt;b&gt;First attempt:&lt;/b&gt;&lt;/span&gt; To upgrade an existing SQL Server 2008 Enterprise (evaluation) [Mysorian] failed in the last step of the upgrade. However the following files were added to the SQL Server folder on the machine. It appears that the upgrade process created not only Upgrade files but also install files as shown here.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;img src=&quot;http://1.bp.blogspot.com/_6HQQavFER2g/SwVH73vOjMI/AAAAAAAABIY/cwaE2rjPK_0/s200/Figure+1.PNG&quot; style=&quot;cursor:pointer; cursor:hand;width: 200px; height: 130px;&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5405806021628038338&quot; /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#000099;&quot;&gt;&lt;b&gt;Second attempt:&lt;/b&gt;&lt;/span&gt; Tried to install a new server[Ganga]: failed.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Later in the maintenance mode, the repair option to repair the failed fresh install worked but cannot connect to the named instance of SQL Server 2008 R2 Nov CTP. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Named instance &lt;i&gt;Ganga&lt;/i&gt; of the fresh install&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;img src=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/SwVIbVj2E8I/AAAAAAAABIg/_is61zWatrQ/s200/Figure+5.PNG&quot; style=&quot;cursor:pointer; cursor:hand;width: 191px; height: 200px;&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5405806562209305538&quot; /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Error Message:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;quote&gt;&lt;br /&gt;ADDITIONAL INFORMATION:&lt;br /&gt;&lt;br /&gt;A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server, Error: -1)&lt;br /&gt;&lt;br /&gt;For help, click: &lt;a href=&quot;http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;amp;EvtSrc=MSSQLServer&amp;amp;EvtID=-1&amp;amp;LinkId=20476&quot; title=&quot;http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;amp;EvtSrc=MSSQLServer&amp;amp;EvtID=-1&amp;amp;LinkId=20476&quot;&gt;http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;amp;EvtSrc=MSSQ...&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The splash screen of the SQL Server 2008 in Management Studio appears to belong to R2 November CTP as well as the short cut for the CTP programs. However the following files were added to the SQL Server folder [MSSQL10_50.GANGA] on the machine.&lt;/quote&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;quote&gt;&lt;img src=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/SwVJktgdU-I/AAAAAAAABIo/3OT-_Y-Tt5I/s200/Figure+2.PNG&quot; /&gt;&lt;br /&gt;&lt;/quote&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-1616694153061647135?l=hodentek.blogspot.com&#039; alt=&#039;&#039; /&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1195545&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 20 Nov 2009 10:00:00 EST</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1195545</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1195545#feedback</comments>
</item>
<item>
 <title>IE 8.0 going over to IE 9.0</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1193852</link>
 <description>I thought IE 8.0 was work in progress!&lt;br /&gt;
&lt;br /&gt;
It looks like Microsoft will be talking about IE 9.0 soon. If that is the case, what about IE 8.0? The frequent hanging of the browser driving you crazy is one of the most exasperating experiences I have ever had. The funny thing is, if you click on a new tab and go back to the one that stalled it refreshes faster. But wait, Google Chrome is no better either. It hangs, and after a while the screens refresh, crawling from top to bottom soooooo slow that you wish you had clicked open &amp;nbsp;IE 8 instead. Also several of the videos I have recently viewed have pushed Chrome to crash.&lt;br /&gt;
May be Firefox is the sure thing.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-6089419669617226554?l=hodentek.blogspot.com&#039; alt=&#039;&#039; /&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1193852&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 18 Nov 2009 08:04:00 EST</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1193852</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1193852#feedback</comments>
</item>
<item>
 <title>Retrieving data on New York Times and Twitter</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1186685</link>
 <description>There is a wealth of information (tons of it) in New York Times and &amp;nbsp;the micro-blogging leader Twitter and it will be very useful and could be even remunerative to access data on them.&lt;br /&gt;
&lt;br /&gt;
In this article, I look at two APIs, the Twitter API and the New York Times API and see how we can access data on them using the JavaScript libraries available on the Microsoft Edge Content Network also know as Microsoft Content Delivery Network (CDN). While jQuery is used to access API retrieved data on the intranet web server, the Microsoft AJAX client templates are used in displaying them.&lt;br /&gt;
&lt;br /&gt;
Data in JSON objects are retrieved from New York Times and Twitter using jQuery and pushed into &amp;nbsp;Microsoft AJAX templates.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/Sv8pwTUT3-I/AAAAAAAABIQ/T1weIsvwK1A/s1600-h/PacktLogo.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/Sv8pwTUT3-I/AAAAAAAABIQ/T1weIsvwK1A/s320/PacktLogo.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
Read this article brought to you from Packt Publishing company at&lt;br /&gt;
&lt;a href=&quot;http://www.packtpub.com/article/hacking-new-york-times-twitter-microsoft-ajax-jquery&quot;&gt;Hacking New York Times and Twitter with Microsoft AJAX and jQuery&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-397223962922056950?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1186685&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 14 Nov 2009 17:07:00 EST</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1186685</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1186685#feedback</comments>
</item>
<item>
 <title>Printing to Canon MP 210 printer using Windows 7 Ultimate</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1185259</link>
 <description>The printer driver to print a document from a Windows 7 Ultimate computer to Canon MP 210 must be upgraded with a new driver before you can print. After installing the new driver whose download details given here it is easy to print from a computer running Windows 7 Ultimate RC.&lt;br /&gt;&lt;br /&gt;However to print to a Canon Printer MP 210 connected to a Windows 7 computer from a WiFi networked computer you may face some problems. This notes describes in detail how you may successfully print from the networked computer.&lt;div&gt;&lt;br /&gt;&lt;b&gt;&lt;span style=&quot;font-size:x-large;&quot;&gt;&lt;span style=&quot;color:blue;&quot;&gt;Computer network details&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Acer Laptop computer running Windows 7 Ultimate RC. The MP210 Canon printer is connected to this computer.&lt;/li&gt;&lt;li&gt;The Toshiba Laptop (Satellite P105-S6134) is WIFI networked with the Acer as well as several other desktops.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Follow these steps:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Verify that you can print from the Acer computer to the connected Canon MP 210.&lt;/li&gt;&lt;li&gt;When you Add a printer on the Windows XP the program prompts that a suitabe driver will be downloaded to the machine. If you go ahead it will indeed discover the MP 210 on Acer after some time as in Figure 1. However you will not be able to print.&lt;/li&gt;&lt;li&gt;Use the Canon diagnostic tool and enter into Troubleshooting window and choose the option to download a new driver. It will take you to Canon site where you can download the driver. After downloading and installing the driver restart your computer so that the changes can take effect.&lt;/li&gt;&lt;li&gt;First of all the discovered printer in step 2 would have disappeared and you need to browse for a printer again. This time it will discover the printer (make sure that Acer computer is on and running). Now you will be able to print from the Windows XP.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;Here are  some screen shots of the various steps above.&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Figure 1: Shared Printers&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/Svxhq47MhpI/AAAAAAAABIA/qJ4W9GRb2EI/s1600-h/canon4.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/Svxhq47MhpI/AAAAAAAABIA/qJ4W9GRb2EI/s320/canon4.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Figure 2: OS Compatibility of printer&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/SvxhfHw4DYI/AAAAAAAABH4/c63ebFqxOG4/s1600-h/canon3.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/SvxhfHw4DYI/AAAAAAAABH4/c63ebFqxOG4/s320/canon3.png&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/SvxhfHw4DYI/AAAAAAAABH4/c63ebFqxOG4/s1600-h/canon3.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;color:black;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;Figure 3: Downloading the driver&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://4.bp.blogspot.com/_6HQQavFER2g/SvxjVuPbFFI/AAAAAAAABII/_7gS7f6fpqU/s1600-h/canon2.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://4.bp.blogspot.com/_6HQQavFER2g/SvxjVuPbFFI/AAAAAAAABII/_7gS7f6fpqU/s320/canon2.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;Figure 4: Installing the driver&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/Svxg_54Fu3I/AAAAAAAABHo/KRNZCe2vbw0/s1600-h/canon1.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/Svxg_54Fu3I/AAAAAAAABHo/KRNZCe2vbw0/s320/canon1.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-3259715336487305667?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1185259&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 12 Nov 2009 14:45:00 EST</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1185259</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1185259#feedback</comments>
</item>
<item>
 <title>Opera browser upgrades from 9.1 to 10.01</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1183078</link>
 <description>It has a nice look and easy to install or upgrade. I did a fairly easy install. The file size is small around 6.8MB. It has quite a few new features that includes a bunch of gestures: Window, mouse, navigation, link, and wheel which allows various kinds of movements. I suppose if one is using this browsers daily one will get used to it. If you are like me who is whimsical then you may get confused. &lt;span style=&quot;color:red;&quot;&gt;SpeedDial &lt;/span&gt;gets you the page you want with one click. It is turbo-charged and getting to there should be super fast. Here is a screen shot of the speed dial. It worked quite well with several web sites but when it came to showing my intranet it did slow down a bit for some of the pages. Perhaps there is some more configuration involved. What I did was an out-of-the box experiment.&lt;br /&gt;&lt;br /&gt;Here is a screen shot of a new window in Opera10.&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/Svs1I2RVduI/AAAAAAAABHg/hXryK5zOIHs/s1600-h/SpeedDial2.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img src=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/Svs1I2RVduI/AAAAAAAABHg/hXryK5zOIHs/s320/SpeedDial2.png&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;Here there are 9 place holders. Five of them are taken up. Click on the sixth and you get a drop-down pick list of various web sites previously visited. Pick the one you want and you are done.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-1826140249261846265?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1183078&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 11 Nov 2009 17:13:00 EST</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1183078</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1183078#feedback</comments>
</item>
<item>
 <title>Open Source Surge (Google Closure Tool)</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1177179</link>
 <description>Javascript has suddenly matured and perhaps these are its best of times.  There is a large number of JavaScript libraries vying for your attention and capture your heart. Review the article describing the various libraries on &lt;a href=&quot;http://en.wikipedia.org/wiki/List_of_JavaScript_libraries&quot;&gt;Wikipedia&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;It all really started with the introduction of Dynamic HTML[DHTML] when Javascript provided the scripting ability to interact with the web page which had remained mostly static till that time. With the support of CSS and Javascript the stage was set for the web pages to take the users to the next level. The next big push came in with the introduction of AJAX. The concurrent effort by developers to somehow address the display disparity with the existing browsers and make the user experience uniform across different existing browsers and versions resulted in packaging the various libraries. Of course Microsoft Visual Studio also worked hard on making this uniform user experience across browsers a priority and the applications developed using this IDE fulfilled this wish mostly.&lt;br /&gt;&lt;br /&gt;Most recently Google made available its toolset, the Closure Compiler. It is supposed to make Javascript to download and run faster according to &lt;a href=&quot;http://code.google.com/closure/compiler/&quot;&gt;Google&lt;/a&gt;. It is more like a refactoring tool for Javascript. It also checks for script coding errors etc. Moreover it is integrated with Firefox&#039;s &lt;i&gt;PageSpeed&lt;/i&gt; and you can see for yourselves the gain in performance using the Google Tool. The tool can be used from command line as well as a simple web application.&lt;br /&gt;&lt;br /&gt;The above Google URL also has links to examples of the tool&#039;s usage. One such example shows optimizing code by removing white spaces. Review this example &lt;a href=&quot;http://code.google.com/closure/compiler/docs/gettingstarted_api.html%22&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;In the above example, it took in the script shown here:&lt;br /&gt;---------&lt;br /&gt;function hello(name){&lt;br /&gt;  //Greets the user&lt;br /&gt;  alert(&#039;Hello, &#039; +  name);&lt;br /&gt;                                 }&lt;br /&gt;hello(&#039;New User&#039;);&lt;br /&gt;------------------------&lt;br /&gt;and the Closure Tool optimized it to the following after removing white spaces (as well as the comments) :&lt;br /&gt;-----------&lt;br /&gt;function hello(name){alert&quot;Hello, &quot;+name)}hello(&quot;New User&quot;);&lt;br /&gt;------------------------------------------------&lt;br /&gt;&lt;br /&gt;Parse errors with line number and character position are provided by the tool but you will have to go and count those on your input code. Also there is no color coding or error position highlighting.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;span style=&quot;color:red;&quot;&gt;How to access the Closure compiler?&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Click on this &lt;a href=&quot;http://closure-compiler.appspot.com/&quot;&gt;URL&lt;/a&gt; and you are ready, set and go.&lt;br /&gt;.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-6595547022938910067?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1177179&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 08 Nov 2009 18:17:00 EST</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1177179</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1177179#feedback</comments>
</item>
<item>
 <title>Regarding IE 8.0 and jQuery</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1167461</link>
 <description>Microsoft has chosen jQuery from among the different javascript libraries and has been giving increasing attention to it&amp;nbsp;in its programming software regardless of this &amp;nbsp;IE 8.0 still does not render&amp;nbsp;all of jQueries selectors.&lt;br /&gt;
&lt;br /&gt;
I read on the internet about other IE 8 problems vis-a-vis jQuery.&amp;nbsp;The following figures show how different IE 8.0 renders the same content (I threw in a lot of selectors) when compared to other browsers. It appears that IE 8 can render the&amp;nbsp;ID tag selector well but none of the others. I tried it out in the latest issue of Microsoft Blend Super Preview but it appears that rendering (interpretation) has remained the same from IE 6.0 to IE 8.0.&lt;br /&gt;
&lt;br /&gt;
This is in IE 8.0&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/Su3ba-X4i7I/AAAAAAAABHA/8oXNMSdP1rk/s1600-h/jsp01.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/Su3ba-X4i7I/AAAAAAAABHA/8oXNMSdP1rk/s320/jsp01.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This one in Firefox&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/Su3bqSS-9UI/AAAAAAAABHI/1UrmsBqEOsg/s1600-h/Firefox.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/Su3bqSS-9UI/AAAAAAAABHI/1UrmsBqEOsg/s320/Firefox.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This one in Opera&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/Su3b31P_rUI/AAAAAAAABHQ/iryv28LTKiw/s1600-h/opera.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/Su3b31P_rUI/AAAAAAAABHQ/iryv28LTKiw/s320/opera.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This one in the latest issue of Super Preview. The left one is IE 6.0 and the right one is IE 8. I am not sure if the Super View is supposed to render css styles.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/Su3cdp0BvdI/AAAAAAAABHY/GeMMrKM4cEM/s1600-h/jsp02.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/Su3cdp0BvdI/AAAAAAAABHY/GeMMrKM4cEM/s320/jsp02.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-791658519369336026?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1167461&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 02 Nov 2009 11:00:00 EST</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1167461</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1167461#feedback</comments>
</item>
<item>
 <title>Installing Visual Studio 2010 Ultimate Was a Breeze</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1165816</link>
 <description>VS2010 comes in three flavors with increasing capabilities, Professional, Premium and Ultimate. Ultimate can do everything the others can and much more.&lt;br /&gt;
&lt;br /&gt;
With the gathering of stuff in the clouds VS 2010 is built-in with capabilities to master the clouds by supporting Windows Azure.&lt;br /&gt;
&lt;br /&gt;
It&#039;s only a short hop from now to launch time (March 2010) but it is worth trying it out.&lt;br /&gt;
&lt;br /&gt;
Although it was a marathon installation experience (some 4 hours are so with two or three boots), it went on well on my Windows XP with Sp3 without a hitch except for the fact that Silverlight 3(one of the many programs in the installation package) failed to install. Yes, there was one more thing. The last message screen had a button which would take me to some documentation that failed as well. Anyway this time around the experience may be even termed pleasurable.&lt;br /&gt;
&lt;br /&gt;
Here is a screen shot of the latest of the Visual Studio products.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/SumMPRLmVxI/AAAAAAAABG4/TTEQvCC37dE/s1600-h/210ultimate.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/SumMPRLmVxI/AAAAAAAABG4/TTEQvCC37dE/s320/210ultimate.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Download Microsoft Visual Studio 2010 Professional &lt;a href=&quot;http://www.microsoft.com/visualstudio/en-us/try/default.mspx#download&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Download Microsoft Visual Studio 2010 Premium Beta 2 – Web Bootstrapper &lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=95da956a-f2fc-4c6e-bff9-0fa6e95be907&amp;amp;displaylang=en&quot;&gt;here&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download Microsoft Visual Studio 2010 Ultimate Beta 2 Web Bootstrapper &lt;a href=&quot;http://www.microsoft.com/downloads/details.aspx?FamilyID=92c65d2d-0a6b-4507-a4dc-767f4cc6e823&amp;amp;displaylang=en&quot;&gt;here&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-8462941772488564863?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1165816&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 30 Oct 2009 10:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1165816</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1165816#feedback</comments>
</item>
<item>
 <title>Competition in the Clouds for Microsoft - Amazon RDS</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1163897</link>
 <description>Microsoft cannot sleep comfortably. There is assault from all flanks- be it mobile, be it OS, be it the venerable Office, almost anything one can think of. Now SQL Azure has a competitor.  &lt;a href=&quot;http://aws.typepad.com/aws/2009/10/introducing-rds-the-amazon-relational-database-service-.html&quot;&gt;Amazon Web  Services&lt;/a&gt; is out with a relational database service, the Amazon RDS. It is still in beta and seems to do everything that SQL Azure will and can do: infrastructure provisioning, software maintenance, etc. What&#039;s more MySQL 5.1 database, the darling of open source gang will get stronger as it takes up center stage for Amazon RDS.&lt;br /&gt;
Also it is not 1GB or 10GB database, you can start up with 20GB if you want. It&#039;s going to cost money. Looks like it can range from 11c/hr to $3.10/hour depending on the size of the database you want to take to the clouds.&lt;br /&gt;
&lt;br /&gt;
Sign up here for &lt;a href=&quot;http://aws.amazon.com/rds/&quot;&gt;Amazon RDS&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
When you sign up you will be agreeing to use the following:&lt;br /&gt;
&lt;br /&gt;
Amazon RDS&lt;br /&gt;
Amazon Elastic Compute Cloud&lt;br /&gt;
Amazon Simple Storage Service&lt;br /&gt;
&lt;br /&gt;
Even if you don&#039;t use the latter two, you may have to pay for ECC since RDS uses  ECC for CloudWatch Metrics.&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;After this you will be allowed to explore Amazon RDS&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;What about the tool to use to work with Amazon RDS?&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
You can use the MySQL tools to work with the RDS. For monitoring the usage, you use CloudWatch.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-6003946088922091032?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1163897&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 29 Oct 2009 11:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1163897</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1163897#feedback</comments>
</item>
<item>
 <title>Oct 2009 Philly.net CodeCamp a grand success</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1148185</link>
 <description>&lt;div class=&quot;MsoNormal&quot;&gt;This was my second attendance at Philly.net Code Camp at DeVry in &lt;st1:place st=&quot;on&quot;&gt;&lt;st1:placetype st=&quot;on&quot;&gt;Fort&lt;/st1:placetype&gt; &lt;st1:placename st=&quot;on&quot;&gt;Washington&lt;/st1:placename&gt;&lt;/st1:place&gt; (Oct 17) and I found it extremely interesting.The &lt;i&gt;joie de vivre&lt;/i&gt; was contagious and all pervasive; the attendance was massive; the tracks were plenty and plenty of tracks covering most of everything about Microsoft products. The organizers must be congratulated for their excellent work.&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;I attended and sampled the various talks and the impression I carry is very positive. There were tracks for the beginners as well as for those who were already adept with many years of field experience.&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;I attended the following talks:&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;In Joshua Lynn&#039;s, ‘Advanced Workflow Process in T-SQL&#039;, he discussed the subtle differences between Exec and sp_executesql; executing dynamic strings; inversion of control, DQSM etc.&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;Miguel Castro did an excellent job of uncovering the innards of ASP.NET in his &#039;Understanding ASP.NET Under the covers&#039;. He had seriously prepared and the talk (mostly on HTTP) was very informative and detailed.&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;John Angelini in his &#039;XAML Animation&#039; did a good job of explaining Xaml animation both using Code and Expression Studio. I wish I were nearer to the screen. The code is too crowded to see from a distance.&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;Tim Dodd&#039;s &#039;Case Study: Clouds Demystified&#039; was very informative. This was mostly infrastructure related and would have been more interesting if a portion of the talk was spent on laying the ground work for the general audience. &lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;Chris Rolon&#039;s &#039;Introduction to SQL Azure&#039; was very informative as he described his own experience in working with this product which is still in CTP. His presentation was clear and concise.&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot;&gt;Well, I plan to attend the Code Camp coming April and if any of you are near Philly or &lt;st1:place st=&quot;on&quot;&gt;South Jersy&lt;/st1:place&gt;, I urge you to register with Philly.net.&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-4056941828834242380?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1148185&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 18 Oct 2009 11:51:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1148185</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1148185#feedback</comments>
</item>
<item>
 <title>Do you want to create a web page with Microsoft CDN?</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1145118</link>
 <description>Recently Microsoft placed javascript files that can be used to create web pages a la ASP.NET AJAX on their CDN. You can use them for free and create web pages. This article shows you how with an example and some background information. You can also access jQuery from the CDN.&lt;br /&gt;
&lt;br /&gt;
Read this article [brought to you by eggheadcafe.com].&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.eggheadcafe.com/tutorials/aspnet/0c44e024-1c33-4910-b8ca-b9d5d1348f25&quot;&gt;Microsoft ASP.NET AJAX on Microsoft CDN&lt;/a&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/_6HQQavFER2g/StYR84VdjaI/AAAAAAAABGQ/klkCagYNuLI/s1600-h/EggHeadLogo.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/_6HQQavFER2g/StYR84VdjaI/AAAAAAAABGQ/klkCagYNuLI/s320/EggHeadLogo.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;Web page on IE 8.0&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/_6HQQavFER2g/StaifLyXkVI/AAAAAAAABGY/iJCtFJhh7gQ/s1600-h/cdn03.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://4.bp.blogspot.com/_6HQQavFER2g/StaifLyXkVI/AAAAAAAABGY/iJCtFJhh7gQ/s320/cdn03.png&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://4.bp.blogspot.com/_6HQQavFER2g/StaifLyXkVI/AAAAAAAABGY/iJCtFJhh7gQ/s1600-h/cdn03.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&lt;b&gt;Web Page on other browsers&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/Staj8Jf-oBI/AAAAAAAABGg/spZYotIIW5A/s1600-h/cdn04.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/Staj8Jf-oBI/AAAAAAAABGg/spZYotIIW5A/s320/cdn04.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-2782771792597705965?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1145118&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 14 Oct 2009 14:02:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1145118</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1145118#feedback</comments>
</item>
<item>
 <title>EnterpriseDB ratchet up its Postgres Plus Standard Server one more rung</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1143400</link>
 <description>With the release of v8.4 today this open source database is moving ahead full steam. The new release is&amp;nbsp; reported to include many new features such as,&lt;br /&gt;
&lt;br /&gt;
Parallel Database Restore&lt;br /&gt;
Per-column permissions&lt;br /&gt;
Per-database collation&lt;br /&gt;
ANSI SQL 2003 windowing functions&lt;br /&gt;
Provide pre-integrated and pre-installed enterprise add-on modules&lt;br /&gt;
Value integrated testing of add ons&lt;br /&gt;
and many, many more...&lt;br /&gt;
&lt;br /&gt;
Download page for Postgres Plus Standard Server 8.x is&lt;br /&gt;
&lt;a href=&quot;http://www.enterprisedb.com/products/postgres_plus/getinstaller.do&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
For getting one-up on working with EnterpriseDB read my comprehensive earlier articles on this product at:&lt;br /&gt;
&lt;a href=&quot;http://draft.blogger.com/%20http://hodentek.blogspot.com/2009/05/here-are-my-recent-articles-on.html&quot;&gt; http://hodentek.blogspot.com/2009/05/here-are-my-recent-articles-on.html&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-8433878231721412061?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1143400&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 13 Oct 2009 16:24:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1143400</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1143400#feedback</comments>
</item>
<item>
 <title>You Want to Chart XML Data?</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1141205</link>
 <description>You can use Microsoft&#039;s Chart Control in ASP.NET 3.5 and craft your chart with ease. The following article brought to you from Packt Publishing shows you how. You can chart both attribute-centric as well as element-centric data with this chart control. The article also shows the code you need to write to add title and configure the axes.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.packtpub.com/article/microsoft-chart-with-xml-data&quot;&gt;Microsoft Chart with XML Data&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/StNHmVUHOCI/AAAAAAAABGI/ygS4gRgRDP4/s1600-h/XMLChart.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/StNHmVUHOCI/AAAAAAAABGI/ygS4gRgRDP4/s320/XMLChart.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-4415768709167658437?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1141205&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 13 Oct 2009 03:30:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1141205</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1141205#feedback</comments>
</item>
<item>
 <title>Finally SVG in Visual Studio</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1138716</link>
 <description>&lt;div style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&quot;&gt;I really liked SVG from the time it surfaced. Few tags are all that is needed for stunning graphics and amazing animations&amp;nbsp;that can be scaled up and down. It&#039;s cute. Previously (even now, perhaps) all kinds of plug-ins were needed for visualizing, but now it appears that VS studio &lt;a href=&quot;http://blogs.msdn.com/webdevtools/archive/2009/10/06/working-with-svg-files-in-visual-studio-and-visual-web-developer.aspx&quot;&gt;supports&lt;/a&gt; SVG files and what is more you can get even intellisense support. &lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/Ss3wfUZOprI/AAAAAAAABFo/e05Cr_v5zF0/s1600-h/svg01.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; cssfloat: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img $r=&quot;true&quot; border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/Ss3wfUZOprI/AAAAAAAABFo/e05Cr_v5zF0/s320/svg01.png&quot; /&gt;&lt;/a&gt;According to the referenced link the author extrapolates that it would work in VS 2010. With the VS 2010 on my Windows 7 RC, it could not be repeated. However, the browser (internal as well as IE 8.0) seems to recognize the svg canvas. The intellisense also seems to work (so,so) but perhaps the SVG.xsd file may still have some cleaning up remaining. &lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-4910181167145788820?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1138716&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 08 Oct 2009 10:01:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1138716</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1138716#feedback</comments>
</item>
<item>
 <title>Migrating a table from SQL Server 2008 to SQL Azure</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1132641</link>
 <description>With the popularity that SQL Azure is gaining [over 2 mega hits on Google today], one of the first things you may want to do is get your hands on to the product and get some experience creating databases, creating tables, populating tables, etc. Various tools have emerged, briefly summarized &lt;a href=&quot;http://hodentek.blogspot.com/2009/09/sql-azure-and-ms-sql-server-integration.html&quot;&gt;here&lt;/a&gt; and available in detail elsewhere on the internet and the MSDN  &lt;a href=&quot;http://social.msdn.microsoft.com/Forums/en-US/ssdsgetstarted/threads&quot;&gt;forums&lt;/a&gt;. One such option is to use the SQL Server BI&#039; s Integration Services [built for the specific purpose of integrating enterprise database resources]. This article brought to you from Packt Publishing shows the details of taking a table from SQL Server 2008 to SQL Azure using the Integration Services template in Visual Studio 2008.&lt;div&gt;&lt;br /&gt;&lt;div&gt;&lt;img src=&quot;http://4.bp.blogspot.com/_6HQQavFER2g/Ssn1_XkX-_I/AAAAAAAABFY/60W75fh61_0/s200/PacktLogo.png&quot; style=&quot;cursor:pointer; cursor:hand;width: 90px; height: 50px;&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5389108898132655090&quot; /&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://www.packtpub.com/article/ground-to-sql-azure-cloud-migration-using-ms-ssis&quot;&gt;Ground to SQL Azure migration using MS SQL Server Integration Services&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-2659188439218179584?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1132641&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 05 Oct 2009 09:30:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1132641</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1132641#feedback</comments>
</item>
<item>
 <title>Slice and dice with Pivot Tables and Pivot Charts</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1132640</link>
 <description>You want to visualize your data and make business decisions using your data on the backend server, but you are not an experienced BI developer using Microsoft SQLServer&#039;s BIDS or Visual Studio. Well, you can do nearly the same thing using your Excel product. You can look up data on an ad-hoc basis using Pivot Table and Pivot Charts using Microsoft Excel. If you want to know the mechanics of doing it, read the detailed article brought to you by DotNetSlackers.com.&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://dotnetslackers.com/articles/sql/Creating-Pivot-Table-and-Pivot-Chart-with-data-from-SQL-Server-2008.aspx&quot;&gt;Creating Pivot Table and Pivot Chart with data from SQL Server 2008&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-2684062083448721771?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1132640&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 05 Oct 2009 09:11:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1132640</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1132640#feedback</comments>
</item>
<item>
 <title>Start using immediately the Oracle SQL Developer Tool 1.5.4</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1013267</link>
 <description>Download Oracle SQL Developer Tool 1.5.4 from Oracle&#039;s web site:

&lt;a href=&quot;http://www.oracle.com/technology/software/products/sql/index.html&quot; title=&quot;http://www.oracle.com/technology/software/products/sql/index.html&quot;&gt;http://www.oracle.com/technology/software/products/sql/index.html&lt;/a&gt;

Immediately after unzipping you are ready to start developing. Read this article before you start off so that you know what to do.
&lt;a href=&quot;http://www.sswug.org/articles/guestarticle.aspx?id=44384&quot; title=&quot;http://www.sswug.org/articles/guestarticle.aspx?id=44384&quot;&gt;http://www.sswug.org/articles/guestarticle.aspx?id=44384&lt;/a&gt;


If you want some help with the previous versions of this tool you may want to read this in my blog.

&lt;a href=&quot;http://hodentek.blogspot.com/2007/08/do-you-know-how-to-use-oracle-sql.html&quot;&gt;here&lt;/a&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1013267&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 04 Oct 2009 20:43:06 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1013267</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1013267#feedback</comments>
</item>
<item>
 <title>Microsoft ASP.NET AJAX debut on CDN</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1130904</link>
 <description>Microsoft&#039;s ASP.NET launched a new Microsoft AJAX CDN service that provides caching support for AJAX libraries (ASP.NET AJAX and jquery) &lt;a href=&quot;http://weblogs.asp.net/scottgu/archive/2009/09/15/announcing-the-microsoft-ajax-cdn.aspx&quot;&gt;recently&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Google, Yahoo and AOL have been doing the same for quite sometime. The idea of hosting these files on CDN is to distribute your javascript and css libraries on several servers around the world and serve the user with requested information from a location nearest to the user. This is the main advantage of a CDN, delivering content from a location closest to the user to reduce delay. The CDN&#039;s are a combination of software and hardware.This is mostly used for content that does not chage over time significantly.  The content servers are provided by such companies as Akamai, Mirror Image Internet, Limelight etc. It was rumored that Microsoft has an interest in Limelight but it appears many more are interested.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Google hosts several popular ajax libraries at the &lt;a href=&quot;http://code.google.com/apis/ajaxlibs/&quot;&gt;Google site&lt;/a&gt;. These libraries hosted on Google &lt;a href=&quot;http://www.ditii.com/2008/05/28/ajax-libraries-api-speed-up-your-ajax-apps-with-google-cdn/&quot;&gt;CDN&lt;/a&gt; can be used for animations, easier DOM navigation, Gadgets, etc.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://dojotoolkit.org/&quot;&gt;Dojo Toolkit&lt;/a&gt; organization hosts its javascript and style related files on the AOL CDN. If you need to use Dojo this may be easiest &lt;a href=&quot;http://build.dojotoolkit.org/1.0.0/&quot;&gt;place &lt;/a&gt;to start with. These are also on Google CDN.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Read my &lt;a href=&quot;http://www.packtpub.com/article/jquery-embedded-in-dojo-accordion-panes&quot;&gt;article&lt;/a&gt; where I used javascript hosted on AOL CDN and the style sheets from my intranet to demo jQuery inside a DOJO accordion.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Yahoo&#039;s YUI (Yahoo User Interface) library hosts its Javascript and CSS on Yahoo CDN. Read more about Yahoo CDN &lt;a href=&quot;http://developer.yahoo.com/performance/rules.html#cdn&quot;&gt;here&lt;/a&gt;..&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-8516863233954910869?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1130904&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 04 Oct 2009 11:18:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1130904</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1130904#feedback</comments>
</item>
<item>
 <title>Mahatma Gandhi - Champion of the under dogs</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1130632</link>
 <description>To day is the day we should remember Mahatma Gandhi (&lt;span style=&quot;color: #454545; font-family: &#039;Times New Roman&#039;, Times, serif; font-size: large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-size: 17px; line-height: 19px;&quot;&gt;1869-1948)&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; color: #454545; font-family: &#039;Times New Roman&#039;, Times, serif; font-size: 17px; line-height: 19px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: black; font-family: &#039;Times New Roman&#039;; font-size: medium; line-height: normal;&quot;&gt;. He was the root cause for India coming out of the&amp;nbsp;occupation by the&amp;nbsp;&amp;nbsp;British Empire and find itself once again as one nation under the sun. He was a straight shooter and did not mince &amp;nbsp;words. He has to his credit many quotes, the one I like is this,&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-family: &#039;Times New Roman&#039;, Times, serif; font-size: 17px; line-height: 19px;&quot;&gt;&lt;b&gt;&lt;span style=&quot;color: red;&quot;&gt;Happiness is when what you think, what you say, and what you do are in harmony.&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: red; font-family: &#039;Times New Roman&#039;, Times, serif; font-size: large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-size: 17px; line-height: 19px;&quot;&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &#039;Times New Roman&#039;, Times, serif; font-size: large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-size: 17px; line-height: 19px;&quot;&gt;India has entered a new era of prosperity but we should always keep in mind how Gandhi overcame the odds against him, and the nation. We should remember that he did it in a manner that is&amp;nbsp;gentlemanly, &amp;nbsp;unique and original.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &#039;Times New Roman&#039;, Times, serif; font-size: large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-size: 17px; line-height: 19px;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &#039;Times New Roman&#039;, Times, serif; font-size: large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-size: 17px; line-height: 19px;&quot;&gt;Read his autobiography on Amazon.com:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: &#039;Times New Roman&#039;, Times, serif; font-size: large;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; font-size: 17px; line-height: 19px;&quot;&gt;&lt;a href=&quot;http://www.amazon.com/Gandhi-Autobiography-Story-Experiments-Truth/dp/0807059099/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1254509552&amp;amp;sr=1-1&quot;&gt;http://www.amazon.com/Gandhi-Autobiography-Story-Experiments-Truth/dp/0807059099/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1254509552&amp;amp;sr=1-1&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-4597483423786982516?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1130632&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 02 Oct 2009 14:54:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1130632</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1130632#feedback</comments>
</item>
<item>
 <title>Read my Cold Fusion articles</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1130631</link>
 <description>Not the low-temperature nuclear fusion articles but the down to earth Adobe&#039;s Cold Fusion. Presently it is version 9.0 but the articles I wrote a couple of years ago are still useful. In fact I am planning to revisit Cold Fusion 9 to savor the enhancements.&lt;br /&gt;
&lt;br /&gt;
I hear there is even a &amp;lt;cfspreadsheet&amp;gt; tag to interact with all kinds of data. This and the &amp;lt;cfchart&amp;gt; tag should be a very interesting combination. To get the latest on Cold Fusion and find out what&#039;s new read this article by&lt;a href=&quot;http://www.adobe.com/devnet/coldfusion/articles/coldfusion9_whatsnew.html&quot;&gt; Ben Forta.&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
In the mean time brush up your skill set reveiwing the following articles.&lt;br /&gt;
&lt;br /&gt;
&lt;table align=&quot;left&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;MsoNormalTable&quot; style=&quot;border-collapse: collapse; margin-left: 6.75pt; margin-right: 6.75pt; width: 233px;&quot;&gt;&lt;tbody&gt;
&lt;tr style=&quot;height: 25.5pt; mso-yfti-firstrow: yes; mso-yfti-irow: 0;&quot;&gt;   &lt;td style=&quot;height: 25.5pt; padding: 0in 5.4pt 0in 5.4pt; width: 175.1pt;&quot; valign=&quot;bottom&quot; width=&quot;233&quot;&gt;   &lt;div class=&quot;MsoNormal&quot; style=&quot;mso-element-anchor-horizontal: column; mso-element-anchor-vertical: paragraph; mso-element-frame-hspace: 9.0pt; mso-element-top: .05pt; mso-element-wrap: around; mso-element: frame; mso-height-rule: exactly;&quot;&gt;&lt;u&gt;&lt;span style=&quot;color: blue; font-family: Arial; font-size: 10.0pt;&quot;&gt;&lt;a href=&quot;http://www.devarticles.com/c/a/ColdFusion/Installing-the-ColdFusion-MX-Server/&quot;&gt;Installing   the ColdFusion MX Server&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-element-anchor-horizontal: column; mso-element-anchor-vertical: paragraph; mso-element-frame-hspace: 9.0pt; mso-element-top: .05pt; mso-element-wrap: around; mso-element: frame; mso-height-rule: exactly;&quot;&gt;&lt;span style=&quot;color: blue; font-family: Arial; font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; text-decoration: underline;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;height: 25.5pt; mso-yfti-irow: 1;&quot;&gt;&lt;td style=&quot;height: 25.5pt; padding: 0in 5.4pt 0in 5.4pt; width: 175.1pt;&quot; valign=&quot;bottom&quot; width=&quot;233&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-element-anchor-horizontal: column; mso-element-anchor-vertical: paragraph; mso-element-frame-hspace: 9.0pt; mso-element-top: .05pt; mso-element-wrap: around; mso-element: frame; mso-height-rule: exactly;&quot;&gt;&lt;u&gt;&lt;span style=&quot;color: blue; font-family: Arial; font-size: 10.0pt;&quot;&gt;&lt;a href=&quot;http://www.devarticles.com/c/a/ColdFusion/My-First-Application-on-ColdFusion-MX-Server/&quot;&gt;My   First Applcaition on ColdFusion MX_Server&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-element-anchor-horizontal: column; mso-element-anchor-vertical: paragraph; mso-element-frame-hspace: 9.0pt; mso-element-top: .05pt; mso-element-wrap: around; mso-element: frame; mso-height-rule: exactly;&quot;&gt;&lt;span style=&quot;color: blue; font-family: Arial; font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; text-decoration: underline;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;height: 25.5pt; mso-yfti-irow: 2;&quot;&gt;   &lt;td style=&quot;height: 25.5pt; padding: 0in 5.4pt 0in 5.4pt; width: 175.1pt;&quot; valign=&quot;bottom&quot; width=&quot;233&quot;&gt;   &lt;div class=&quot;MsoNormal&quot; style=&quot;mso-element-anchor-horizontal: column; mso-element-anchor-vertical: paragraph; mso-element-frame-hspace: 9.0pt; mso-element-top: .05pt; mso-element-wrap: around; mso-element: frame; mso-height-rule: exactly;&quot;&gt;&lt;u&gt;&lt;span style=&quot;color: blue; font-family: Arial; font-size: 10.0pt;&quot;&gt;&lt;a href=&quot;http://www.devarticles.com/c/a/ColdFusion/Everything-You-Must-Know-About-ColdFusion-Variables/&quot;&gt;Everything   You Must Know About ColdFusion Variables&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-element-anchor-horizontal: column; mso-element-anchor-vertical: paragraph; mso-element-frame-hspace: 9.0pt; mso-element-top: .05pt; mso-element-wrap: around; mso-element: frame; mso-height-rule: exactly;&quot;&gt;&lt;span style=&quot;color: blue; font-family: Arial; font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; text-decoration: underline;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;height: 25.5pt; mso-yfti-irow: 3;&quot;&gt;   &lt;td style=&quot;height: 25.5pt; padding: 0in 5.4pt 0in 5.4pt; width: 175.1pt;&quot; valign=&quot;bottom&quot; width=&quot;233&quot;&gt;   &lt;div class=&quot;MsoNormal&quot; style=&quot;mso-element-anchor-horizontal: column; mso-element-anchor-vertical: paragraph; mso-element-frame-hspace: 9.0pt; mso-element-top: .05pt; mso-element-wrap: around; mso-element: frame; mso-height-rule: exactly;&quot;&gt;&lt;u&gt;&lt;span style=&quot;color: blue; font-family: Arial; font-size: 10.0pt;&quot;&gt;&lt;a href=&quot;http://www.devarticles.com/c/a/ColdFusion/What-You-Must-Know-About-Operators-in-ColdFusion/&quot;&gt;What   You Must Know About Operators in ColdFusion!&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-element-anchor-horizontal: column; mso-element-anchor-vertical: paragraph; mso-element-frame-hspace: 9.0pt; mso-element-top: .05pt; mso-element-wrap: around; mso-element: frame; mso-height-rule: exactly;&quot;&gt;&lt;span style=&quot;color: blue; font-family: Arial; font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; text-decoration: underline;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;height: 25.5pt; mso-yfti-irow: 4;&quot;&gt;   &lt;td style=&quot;height: 25.5pt; padding: 0in 5.4pt 0in 5.4pt; width: 175.1pt;&quot; valign=&quot;bottom&quot; width=&quot;233&quot;&gt;   &lt;div class=&quot;MsoNormal&quot; style=&quot;mso-element-anchor-horizontal: column; mso-element-anchor-vertical: paragraph; mso-element-frame-hspace: 9.0pt; mso-element-top: .05pt; mso-element-wrap: around; mso-element: frame; mso-height-rule: exactly;&quot;&gt;&lt;u&gt;&lt;span style=&quot;color: blue; font-family: Arial; font-size: 10.0pt;&quot;&gt;&lt;a href=&quot;http://www.devarticles.com/c/a/ColdFusion/What-You-Must-Know-About-ColdFusion-FlowControls/&quot;&gt;What   You Must Know About ColdFusion Flow-Controls&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-element-anchor-horizontal: column; mso-element-anchor-vertical: paragraph; mso-element-frame-hspace: 9.0pt; mso-element-top: .05pt; mso-element-wrap: around; mso-element: frame; mso-height-rule: exactly;&quot;&gt;&lt;span style=&quot;color: blue; font-family: Arial; font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; text-decoration: underline;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;height: 25.5pt; mso-yfti-irow: 5;&quot;&gt;   &lt;td style=&quot;height: 25.5pt; padding: 0in 5.4pt 0in 5.4pt; width: 175.1pt;&quot; valign=&quot;bottom&quot; width=&quot;233&quot;&gt;   &lt;div class=&quot;MsoNormal&quot; style=&quot;mso-element-anchor-horizontal: column; mso-element-anchor-vertical: paragraph; mso-element-frame-hspace: 9.0pt; mso-element-top: .05pt; mso-element-wrap: around; mso-element: frame; mso-height-rule: exactly;&quot;&gt;&lt;u&gt;&lt;span style=&quot;color: blue; font-family: Arial; font-size: 10.0pt;&quot;&gt;&lt;a href=&quot;http://www.devarticles.com/c/a/ColdFusion/Querying-SQL-2000-Server-from-ColdFusion/&quot;&gt;Querying   SQL 2000 Server with ColdFusion&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;height: 25.5pt; mso-yfti-irow: 6;&quot;&gt;   &lt;td style=&quot;height: 25.5pt; padding: 0in 5.4pt 0in 5.4pt; width: 175.1pt;&quot; valign=&quot;bottom&quot; width=&quot;233&quot;&gt;   &lt;div class=&quot;MsoNormal&quot; style=&quot;mso-element-anchor-horizontal: column; mso-element-anchor-vertical: paragraph; mso-element-frame-hspace: 9.0pt; mso-element-top: .05pt; mso-element-wrap: around; mso-element: frame; mso-height-rule: exactly;&quot;&gt;&lt;u&gt;&lt;span style=&quot;color: blue; font-family: Arial; font-size: 10.0pt;&quot;&gt;&lt;a href=&quot;http://www.devarticles.com/c/a/ColdFusion/CFAjax-What-it-is-and-How-to-Use-it/&quot;&gt;CFAjax   What it is and how to use it?&lt;/a&gt;&lt;/span&gt;&lt;/u&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-element-anchor-horizontal: column; mso-element-anchor-vertical: paragraph; mso-element-frame-hspace: 9.0pt; mso-element-top: .05pt; mso-element-wrap: around; mso-element: frame; mso-height-rule: exactly;&quot;&gt;&lt;span style=&quot;color: blue; font-family: Arial; font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; text-decoration: underline;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;height: 25.5pt; mso-yfti-irow: 8;&quot;&gt;&lt;td style=&quot;height: 25.5pt; padding: 0in 5.4pt 0in 5.4pt; width: 175.1pt;&quot; valign=&quot;bottom&quot; width=&quot;233&quot;&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-element-anchor-horizontal: column; mso-element-anchor-vertical: paragraph; mso-element-frame-hspace: 9.0pt; mso-element-top: .05pt; mso-element-wrap: around; mso-element: frame; mso-height-rule: exactly;&quot;&gt;&lt;u&gt;&lt;span style=&quot;color: blue; font-family: Arial; font-size: 10.0pt;&quot;&gt;&lt;a href=&quot;http://www.devarticles.com/c/a/ColdFusion/Creating-a-Web-Service-with-ColdFusion-the-Basics/&quot;&gt;Creating   a web service with ColdFusion: the basics&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-element-anchor-horizontal: column; mso-element-anchor-vertical: paragraph; mso-element-frame-hspace: 9.0pt; mso-element-top: .05pt; mso-element-wrap: around; mso-element: frame; mso-height-rule: exactly;&quot;&gt;&lt;span style=&quot;color: blue; font-family: Arial; font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; text-decoration: underline;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;height: 25.5pt; mso-yfti-irow: 9;&quot;&gt;   &lt;td style=&quot;height: 25.5pt; padding: 0in 5.4pt 0in 5.4pt; width: 175.1pt;&quot; valign=&quot;bottom&quot; width=&quot;233&quot;&gt;   &lt;div class=&quot;MsoNormal&quot; style=&quot;mso-element-anchor-horizontal: column; mso-element-anchor-vertical: paragraph; mso-element-frame-hspace: 9.0pt; mso-element-top: .05pt; mso-element-wrap: around; mso-element: frame; mso-height-rule: exactly;&quot;&gt;&lt;u&gt;&lt;span style=&quot;color: blue; font-family: Arial; font-size: 10.0pt;&quot;&gt;&lt;a href=&quot;http://www.devarticles.com/c/a/ColdFusion/CFXML-Probing-XMLDOM-in-ColdFusion/&quot;&gt;CFXML:   Probing XMLDOM in ColdFusion&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;MsoNormal&quot; style=&quot;mso-element-anchor-horizontal: column; mso-element-anchor-vertical: paragraph; mso-element-frame-hspace: 9.0pt; mso-element-top: .05pt; mso-element-wrap: around; mso-element: frame; mso-height-rule: exactly;&quot;&gt;&lt;span style=&quot;color: blue; font-family: Arial; font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 13px; text-decoration: underline;&quot;&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;tr style=&quot;height: 25.5pt; mso-yfti-irow: 10; mso-yfti-lastrow: yes;&quot;&gt;   &lt;td style=&quot;height: 25.5pt; padding: 0in 5.4pt 0in 5.4pt; width: 175.1pt;&quot; valign=&quot;bottom&quot; width=&quot;233&quot;&gt;   &lt;div class=&quot;MsoNormal&quot; style=&quot;mso-element-anchor-horizontal: column; mso-element-anchor-vertical: paragraph; mso-element-frame-hspace: 9.0pt; mso-element-top: .05pt; mso-element-wrap: around; mso-element: frame; mso-height-rule: exactly;&quot;&gt;&lt;u&gt;&lt;span style=&quot;color: blue; font-family: Arial; font-size: 10.0pt;&quot;&gt;&lt;a href=&quot;http://www.devarticles.com/c/a/ColdFusion/How-to-Access-a-SQL-Anywhere-Database-with-ColdFusion/&quot;&gt;How   to Access a SQL Anywhere Database with ColdFusion&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/u&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/td&gt;  &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-7439490607467737256?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1130631&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 02 Oct 2009 09:17:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1130631</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1130631#feedback</comments>
</item>
<item>
 <title>SQL Azure and MS SQL Server Integration Services</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1122206</link>
 <description>Enterprise data can be of very different kinds ranging from flat files to data stored in relational databases and XML datasources. The extraordinary number of database related products, and their historic evolution, makes this task exacting. The entry of cloud computing has brought area into the forefront as SSIS has been one of the methods indicated for bringing ground based data to cloud storage in SQL Azure, the next milestone in Microsoft Data Management. Presently the following methods are indicated:
&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;Run Insert statements SQL Manager to populate tables schema created using SQL Azure MW&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: red;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: large;&quot;&gt;*&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Configure SSIS to bring in data&lt;/li&gt;
&lt;li&gt;BCP [perhaps in next CTP of SQL Azure]&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;The first method works and can be very fast (only a small table was tested )&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;It may be noted that SSIS is another tool to bring in tables (so far only tried this object in the initial tests) to SQL Azure although only table schema is migrated and not the data. If the table were to have a clustered index, data porting may also be possible. In the test conducted the table did not even have a primary key column.&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: red; font-size: large; font-weight: bold;&quot;&gt;*&lt;/span&gt; It appears that the recent tweaking of SQL Azure MW can bring in the entire database according to a posting on the Oakleaf Systems &lt;a href=&quot;http://oakleafblog.blogspot.com/&quot;&gt;blog&lt;/a&gt; site.&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-1986885793960574251?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1122206&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 28 Sep 2009 19:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1122206</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1122206#feedback</comments>
</item>
<item>
 <title>Designing a data access page with EnterpriseDB Data</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1122080</link>
 <description>Microsoft Data Access Pages (DAP) was a great hit when suddenly data could be web enabled dynamically and user could say good bye to static HTML. There are still many DAPs fans who continue to use DAPs. With Office 2007 that ability was lost and Microsoft showed that ability was &lt;a href=&quot;http://office.microsoft.com/en-us/access/HA100308321033.aspx&quot;&gt;available&lt;/a&gt; in MS SharePoint Services. However, there are many who cannot move over to Office 2007 as they have their resources (programs) tied to older technologies. &lt;br /&gt;
&lt;br /&gt;
The following article brought to you by EggHeadCafe.com is addressed to those folks and DAC aficionados and shows step by step how you may develop a DAP with data on a Postgres Database. &lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/Sr5tfUBlt2I/AAAAAAAABFA/IBZt8TGxHZ8/s1600-h/EggHeadLogo.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/Sr5tfUBlt2I/AAAAAAAABFA/IBZt8TGxHZ8/s320/EggHeadLogo.png&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;Please review the article at eggheadcafe.com &lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.eggheadcafe.com/tutorials/aspnet/3d962921-a3ce-41b7-b85e-f3e625e35771/web-access-to-enterprised.aspx&quot;&gt;Web access to EnterpriseDB with Data Access Pages&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-1659733272873831817?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1122080&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 26 Sep 2009 16:34:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1122080</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1122080#feedback</comments>
</item>
<item>
 <title>Two Great Tools to Work with SQL Azure</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1120619</link>
 <description>SQL Azure Migration Wizard is a nice tool. It can connect to (local)Server as well as it supports running scripts. I tried running a script to create &#039;pubs&#039; on SQL Azure. It did manage to bring in some tables and not all. It does not like &#039;USE&#039; in SQL statements(to know what is allowed and what is not you must go to MSDN). For running the script I need to be in Master(but how?, I could not fathom). I went through lots of &quot;encountered some problem, searching for a solution&quot; messages. On the whole it is very easy to use tool.&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1120619&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 26 Sep 2009 15:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1120619</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1120619#feedback</comments>
</item>
<item>
 <title>Getting Started with SQL Azure</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1116931</link>
 <description>It was quite easy to connect to SQL Azure using IIS 7 Database Manager in my Windows 7 machine. Given the fact that the products are still in initial stages this is very reassuring.

The messages that comes from SQL Azure to IIS 7 Database Server&#039;s interface are at best confusing but if you can sweat it out (Keep trying!!!) you will see some light. Other featrures(!) of the connectivity are slow response |No Response etc.&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1116931&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 23 Sep 2009 08:30:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1116931</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1116931#feedback</comments>
</item>
<item>
 <title>My experience connecting to an SQL Azure database</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1115097</link>
 <description>I got my invitation code to a space on the SQL Azure. After accepting and validating the same, a master was created for me. I created my first cloud based database HodentekModa. &lt;br /&gt;
&lt;br /&gt;
I tried connecting to my database using SQLCMD but got a strange syntax error.&lt;br /&gt;
&lt;br /&gt;
Pursued another avenue. Created a UDL file to test the connection. This was a success. Here are the steps if you want to test.&lt;br /&gt;
&lt;br /&gt;
Step 1: Create a text file and change its name and extension to create a UDL file. Herein it was named: AzureSQL.UDL&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step2: Double click the file to open the Data Link Properties page&lt;br /&gt;
&lt;br /&gt;
Step3: Fill the details as detailed here:&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;Provider:&lt;/span&gt; SQL Server Native Client 10.0&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;Select or enter servername&lt;/span&gt;: tcp:xxxx.ctp.database.windows.net&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;Use a specific user name and passord:&lt;/span&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;User Name:&lt;/span&gt; yourUserName@xxxx&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;Password:&lt;/span&gt; Your Password (1 number, 1 special character and few letters)&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;Select Database :&lt;/span&gt; Type in the name of database you created in SQL Azure&lt;br /&gt;
&lt;br /&gt;
Your test connection should be successful with the above settings.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-7965964879837025272?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1115097&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 21 Sep 2009 17:19:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1115097</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1115097#feedback</comments>
</item>
<item>
 <title>SQL Azure Will Dominate the Cloud</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1112965</link>
 <description>With SQL Azure Microsoft&#039;s SQL Server enters the AZURE environment providing similar services as its ground based product. The Community Technology Preview is available for download on registering but I am yet to get mine. For details of why and how, access the team blog at &lt;a href=&quot;http://blogs.msdn.com/ssds/&quot; title=&quot;http://blogs.msdn.com/ssds/&quot;&gt;http://blogs.msdn.com/ssds/&lt;/a&gt;.


SQL CTP&#039;s main technical features:

Relational data model supporting many features of T&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1112965&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 21 Sep 2009 05:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1112965</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1112965#feedback</comments>
</item>
<item>
 <title>Twitter and Pornography</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1114612</link>
 <description>Recently I have noticed a number of people trying to follow me (&lt;a href=&quot;http://twitter/subbagiri&quot; title=&quot;http://twitter/subbagiri&quot;&gt;http://twitter/subbagiri&lt;/a&gt;). I was naturally flattered. My elation subsided when I clicked on the URLs to find they just had Pornographic  content.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-2632425404516763258?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1114612&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 21 Sep 2009 08:40:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1114612</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1114612#feedback</comments>
</item>
<item>
 <title>My articles on Data Access Pages</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1113029</link>
 <description>Dynamic content is at the heart of successful presentation of enterprise information on the Internet. Without the ability to present data with user interaction, Internet based commerce will be ineffective. It is possible to create dynamic web pages with data from the enterprise by using several technologies, including MS Access. Why MS Access in these days and times? Well, many businesses still use them. &lt;br /&gt;
&lt;br /&gt;
Data Access Pages, a client side technology, depends on DynamicHTML. It is DHTML data binding with ADO that makes Data Access Pages possible. If you are using MS Access and attempting to place your data on the web do yourself a favor by reviewing the following articles:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.aspfree.com/c/a/Microsoft-Access/Data-Access-Pages-What-they-are-and-how-to-create-one/&quot;&gt;Data Access Pages: What they are and how to create one ?&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.aspfree.com/c/a/Microsoft-Access/Using-Microsoft-Script-Editor-for-Data-Access-Pages/&quot;&gt;Using Microsoft Script Editor for Data Access Pages&lt;/a&gt; &lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://draft.blogger.com/%20http://www.aspfree.com/c/a/Microsoft-Access/Scripting-a-Data-Access-Page-a-Simple-Example/&quot;&gt;Scripting a Data Access Page: a Simple Example&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://draft.blogger.com/%20http://www.aspfree.com/c/a/Microsoft-Access/Creating-Data-Access-Pages-from-Scratch/&quot;&gt;Creating Data Access Pages from Scratch &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.aspfree.com/c/a/Microsoft-Access/Creating-Data-Access-Pages-with-Charts-using-Office-Web-Components/&quot;&gt;Creating Data Access Pages with Charts using Office Web Components &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;[compare these &lt;a href=&quot;http://www.aspfree.com/c/a/Microsoft-Access/Creating-Data-Access-Pages-with-Charts-using-Office-Web-Components/&quot;&gt;charts&lt;/a&gt; to those created by &lt;a href=&quot;http://dotnetslackers.com/articles/aspnet/Microsoft-Chart-with-ASP-NET-35-Part2.aspx&quot;&gt;MS Chart Control in ASP.NET 3.5&lt;/a&gt;]&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-4658806532521892316?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1113029&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 19 Sep 2009 17:58:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1113029</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1113029#feedback</comments>
</item>
<item>
 <title>Teacher&#039;s Day (September 5) in India</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1104748</link>
 <description>&quot;The aim of education is not the acquisition of information, although important, or acquistion of technical skills, though essential in modern society, but the development of that bent of mind, that attitude of reason, that spirit of democracy which will make us responsible citizens&quot;&lt;br /&gt;Dr. S. RadhaKrishnan&lt;br /&gt;&lt;br /&gt;President and philosopher who figured in the early years of India whose birthday is celebrated as Teacher&#039;s day&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-8495687539425739814?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1104748&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 05 Sep 2009 06:17:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1104748</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1104748#feedback</comments>
</item>
<item>
 <title>On USING SSIS to transfer data between SQL Server 2008 and MySQL</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1104747</link>
 <description>There are a large number of posts on various difficulties experienced while transferring data from MySQL using Microsoft SQL Server Integration Services. While the transfer of data from MySQL to Microsoft SQL Server 2008 is not fraught with any blocking issues, transfer of data from SQL Server 2008 to MySQL has presented various problems.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For data interchange with MySQL there are two options one of which can be accessed in the connection wizards of SQL Server Integration Services assuming you have installed the programs. The other can be used to set up a ODBC DSN as described further down. The two connection options are:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;MySQL Connector/ODBC 5.1&lt;/li&gt;&lt;li&gt;Connector/Net 5.2 New versions 6.0 &amp;amp; 6.1&lt;/li&gt;&lt;/ul&gt;In this article we will be using the ODBC connector for MySQL which can be downloaded from the MySQL Site. The connector will be used to create an ODBC DSN. The article describes in detail how the transfer is carried out. Read on ....&lt;br /&gt;this article brought to you by PACKT PUBLISHING.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.packtpub.com/article/mysql-data-transfer-using-sql-server-integration-services-ssis&quot;&gt;MySQL Data Transfer using Sql Server Integration Services (SSIS)&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Pick up the mechanics of working with SQL Server Integration 2005 under 10 days reading my &lt;a href=&quot;http://www.packtpub.com/sql-server-integration-services-visual-studio-2005/book&quot;&gt;no brainer book &lt;/a&gt;on SQL Server Integration Serivces.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-5483181242357560898?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1104747&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 04 Sep 2009 07:36:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1104747</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1104747#feedback</comments>
</item>
<item>
 <title>Do you want to generate a Microsoft Chart chart from your Linq Data?</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1104746</link>
 <description>LINQ, short for Language Integrated Query, provides an object oriented approach to not only querying relational databases but also any kind of source such as XML, Collection of objects, etc. LINQ to SQL provides (O/R) object-relational mapping and Visual Studio 2008 IDE provides a (O/R) designer. Visual Studio 2008 also has a web server control called LinqDataSource control. This control requires a DataContext which is provided by the LINQ-to-SQL classes, a class generator that maps SQL objects to the model. Without this control one may have to generate the classes from scratch or by using the SQLMetal.exe utility which generates tables and columns.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article brought to you by PACKT PUBLISHING shows how a table on your SQL Server 2008 can be bound to a LinqDataSource Control and then use it as the source of data for the chart. Read on...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.packtpub.com/article/binding-ms-chart-control-to-linq-data-source-control&quot;&gt;Binding MS Chart Control to LINQ Data Source Control&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-3244829897273300252?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1104746&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 04 Sep 2009 07:21:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1104746</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1104746#feedback</comments>
</item>
<item>
 <title>Things I did not know about India</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1082896</link>
 <description>Visiting Bengaluru in India I found there were things I did not know about India. I found India is tougher (more frequent) on emission standards than USA. Here are some I did not know about. I may add to this list......&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;I did not know that they do emission testing for cars every six months&lt;/li&gt;&lt;li&gt;I did not know that they do emission testing every 3 months for two wheelers and three wheelers&lt;/li&gt;&lt;li&gt;I did not know that consttuoonally you have a choice of not casting your vote to any candidate if you so wish as, &quot;I do not want to vote for anyone on this poll as no one in my opinion is good&quot; is one of the choices.&lt;/li&gt;&lt;li&gt;I did not now that gas prices can be set as odd as Rs 15.32 per liter. [While Rs 0.3 is worthless what good is there in going to the next decimal place].&lt;/li&gt;&lt;li&gt;I did not know that selection of students to top technical / medical colleges has become very transparent (no influence peddling)&lt;/li&gt;&lt;li&gt;I did not know that there is a constitution backed PCPNDT act in India which makes it illegal to determine the sex in prenatal diagnostics.&lt;/li&gt;&lt;li&gt;I did not know that most traffic signals derive their power from Solar panels.&lt;/li&gt;&lt;li&gt;I did not know...&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-2637257611485955232?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1082896&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 25 Aug 2009 09:12:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1082896</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1082896#feedback</comments>
</item>
<item>
 <title>A New Video Tutorial on Microsoft SQL Services Integration Services</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1079833</link>
 <description>I confess this is my first video tutorial and it is made possible by an evaluation&lt;br /&gt;copy of Adobe&#039;s Captivate. Adobe Captivate is an easy to use programme.&lt;br /&gt;&lt;br /&gt;The video describes fully, in a matter of 10 mintues the SSIS 2005 IDE. SSIS 2008&lt;br /&gt;is almost similar to SSIS 2005 in most respects. The IDE is described in even fuller detail&lt;br /&gt;in my book on integration services, &#039;Beginners guide to Microsoft SQL Server Integration Services 2005&#039;&lt;br /&gt;published by Packt Publishers in UK.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.sswug.org/articles/guestarticle.aspx?id=44780&quot;&gt;Video: Visual Studio 2005 IDE for SQL Server Integration Services&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Watch this video and update your knowledge about this important product from Microsoft. You&lt;br /&gt;may watch this video for free by regstering as a guest.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-7228358336570054074?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1079833&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 24 Aug 2009 14:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1079833</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1079833#feedback</comments>
</item>
<item>
 <title>Extremely promising High performance &#039;Lithium Air Battery&#039; Development in Japan</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1077083</link>
 <description>A February 2009 report by the National Institute of Advanced Industrial Science and Technology (AIST) describes a new type of Lithium Air battery, the salient features of which are as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;The lithium air battery uses a combination of aqueous and organic based electrolytes&lt;/li&gt;
&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;&amp;nbsp;Has achieved a capacity of 50000mAh/g based on an air electrode&lt;/li&gt;
&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;The lithium fuel battery is comprised of using lithium metal in the form of cassettes or other forms&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
Here is a schematic of the battery from their publication and a chart showing its performance. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Figure 1: Schematic of the battery&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/_6HQQavFER2g/Souo726HaoI/AAAAAAAABEI/HXDnyga8cUQ/s1600-h/FigAIST01.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; cssfloat: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; sj=&quot;true&quot; src=&quot;http://4.bp.blogspot.com/_6HQQavFER2g/Souo726HaoI/AAAAAAAABEI/HXDnyga8cUQ/s320/FigAIST01.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: left;&quot;&gt;&lt;strong&gt;Figure 2: Performance of the battery being developed&lt;/strong&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: left;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: left;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/SounrGbt4rI/AAAAAAAABEA/ZDiI35LYRxc/s1600-h/FifAIst02.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; cssfloat: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; sj=&quot;true&quot; src=&quot;http://3.bp.blogspot.com/_6HQQavFER2g/SounrGbt4rI/AAAAAAAABEA/ZDiI35LYRxc/s320/FifAIst02.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;The author of this blog is responsible for the translation of figure details and is grateful to the public relations department of &lt;a href=&quot;http://www.aist.go.jp/&quot;&gt;The Naional Institute of Advnaced Industrial Science and Technology&lt;/a&gt; for the use of the notes and figures (Figures 1 and 2).&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-1144144074424428236?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1077083&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 19 Aug 2009 11:13:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1077083</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1077083#feedback</comments>
</item>
<item>
 <title>SQL Anywhere Server and AJAX </title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/646922</link>
 <description>AJAX has dominated the web space so extensively that it needs no introduction. Connecting to a server via XMLHttpRequest and making a partial page refresh is what makes this technique so attractive. However, use of these AJAX requests, although very attractive, can pose dangers as well. JavaScript acts as a vector to infect websites with worms, such as SAMY, using cross-site scripting, also known as CSS or XSS.&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/646922&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 19 Aug 2009 09:45:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/646922</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/646922#feedback</comments>
</item>
<item>
 <title>Rich Content with a Database Server</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1073425</link>
 <description>Enterprises are increasingly being called upon to provide a high level of user experience with compelling and interactive content. Serving enterprise content and data securely to internet / intranet has become a very common necessity and is routinely handled by web servers. Web services technology, on the other hand, addresses the application-to-application transparent interaction over the web using industry standards. Delivery of web services can also be handled by databases which are responsive to HTTP requests. In this article a simple example of serving a static web page containing dynamic content from a SQL Anywhere 11 database server is described. The web page has examples of jQuery, DOJO, as well as an embedded ADOBE flash file. 
&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1073425&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 17 Aug 2009 22:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1073425</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1073425#feedback</comments>
</item>
<item>
 <title>My problem with VS2010 Beta turned out to be a bug</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1068538</link>
 <description>Microsoft recently provided a link to fix the problem in response to my Connect feedback:&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=481884&amp;amp;wa=wsignin1.0&quot;&gt;https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=481884&amp;amp;wa=wsignin1.0&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This appears to be a bug which will be corrected in Visual Studio Beta2 (date tbd).&lt;br /&gt;&lt;br /&gt;The following preventative measure is provided in this KB article from Microsoft. Thank you Microsoft for following up the connect feedback.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://support.microsoft.com/kb/2001109&quot;&gt;http://support.microsoft.com/kb/2001109&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The problem is summarized here:&lt;div&gt;&lt;a href=&quot;http://hodentek.blogspot.com/2009/08/problems-installing-microsoft-visual.html&quot;&gt;http://hodentek.blogspot.com/2009/08/problems-installing-microsoft-visual.html&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-1560370507621766676?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1068538&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 11 Aug 2009 19:10:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1068538</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1068538#feedback</comments>
</item>
<item>
 <title>You should give credit to the web site or the article author</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1064942</link>
 <description>Information is available in plenty on the Internet, but it does not mean that you &lt;br /&gt;
can copy and reproduce without giving credit to the web site or the&lt;br /&gt;
author of the article. This amounts to plagiarism. &lt;br /&gt;
&lt;br /&gt;
I have given enough notice and warned the web site of the following &lt;br /&gt;
article to give credit where it is due or take it off. A few of the sites &lt;br /&gt;
which violated were warned and they took immediate action. The following &lt;br /&gt;
site has refused to take action even though it was warned twice.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/Sn8bOmcOfHI/AAAAAAAABDA/l4I1yM2g4bI/s1600-h/Plagiarism2.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/Sn8bOmcOfHI/AAAAAAAABDA/l4I1yM2g4bI/s320/Plagiarism2.JPG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/_6HQQavFER2g/Sn8cGfM2OLI/AAAAAAAABDI/DNwQTtpJXHY/s1600-h/Plagiarism2.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/_6HQQavFER2g/Sn8cGfM2OLI/AAAAAAAABDI/DNwQTtpJXHY/s1600-h/Plagiarism2.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/_6HQQavFER2g/Sn8cGfM2OLI/AAAAAAAABDI/DNwQTtpJXHY/s1600-h/Plagiarism2.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;
&lt;/a&gt;&lt;a href=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/Sn8cS-kl8ZI/AAAAAAAABDQ/XvIHfZjrWC4/s1600-h/Plagiarism.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/Sn8cS-kl8ZI/AAAAAAAABDQ/XvIHfZjrWC4/s320/Plagiarism.JPG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Well, I would consdier removing this post if the web master contacts me regarding this post at his / her site.&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-5532638220389729906?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1064942&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sun, 09 Aug 2009 15:05:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1064942</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1064942#feedback</comments>
</item>
<item>
 <title>Microsoft Jet or MSDASQL for Linked Servers?</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1064612</link>
 <description>In SQL Server 2008 you can create linked servers with a variety of data sources as seen in this figure. Linked Servers are created using OLE DB technology and there are two possible ways that&lt;br /&gt;you can connect to MS Access, using Microsoft.Jet.OLEDB.4.0 or MSDASQL.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/Snw0_W_-N0I/AAAAAAAABC4/At69sDDW8xM/s1600-h/TwoProviders.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/Snw0_W_-N0I/AAAAAAAABC4/At69sDDW8xM/s320/TwoProviders.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;The connection strings for these are:&lt;br /&gt;&lt;br /&gt;[oledb]&lt;br /&gt;; Everything after this line is an OLE DB initstring&lt;br /&gt;Provider=&lt;span style=&quot;color:red;&quot;&gt;&lt;b&gt;Microsoft.Jet.OLEDB.4.0&lt;/b&gt;&lt;/span&gt;;Data Source=C:\Program Files\Microsoft Office\OFFICE11\SAMPLES\Northwind.mdb;Persist Security Info=False&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;[oledb]&lt;br /&gt;; Everything after this line is an OLE DB initstring&lt;br /&gt;Provider=&lt;span style=&quot;color:blue;&quot;&gt;&lt;b&gt;MSDASQL&lt;/b&gt;&lt;/span&gt;.1;Persist Security Info=False;Data Source=FromAccess&lt;br /&gt;&lt;br /&gt;Now which is better for a linked server? You will find the answer to this in the following article brought to you by SSWUG.ORG. This is site where you subscribe, but you can register as a guest to view this article.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.sswug.org/articles/guestarticle.aspx?id=44218&quot;&gt;Microsoft Access 2003 Linked Server on SQL Server 2008 using the JET and MSDASQL Providers&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-5044434273567011861?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1064612&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Fri, 07 Aug 2009 10:05:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1064612</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1064612#feedback</comments>
</item>
<item>
 <title>Problems Installing Microsoft Visual Studio Team System 2010</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1062032</link>
 <description>Installing this software (humongous) has been very challenging. Take for example the following which I removed completly from my Windows 7 RC by restoring the system to the earliest date (When windows 7 RC was installed for the first time) since it did not work. 

The installation program might have sent what went wrong to Microsoft perhaps a dozen times. I have posted the problems to the appropriate forums after each such trial, but no positive answers so far.

Well, Windows 7 itself is in RC and on top of this another beta. It is really getting out of hand. 
  
Looks like I am not the only with the problems, &lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1062032&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 06 Aug 2009 10:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1062032</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1062032#feedback</comments>
</item>
<item>
 <title>Fortifying Microsoft SQL Server Integration Services</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1061301</link>
 <description>Change Data Capture is the most recent important change in the way the ETL Process is perceived for a dynamic business environment. In a generic sense CDC may be understood as, &quot;What did change since the last time I looked it up?&quot; In an image recognition situation this may mean what has changed in the scenery from the previous frame (it could be a few pixels or, a major part of a scene). In a database with huge amount of data one may want to know what has changed in the last ten days? ten minutes? ten seconds? to make a intelligent business decision.&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1061301&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 05 Aug 2009 13:15:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1061301</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1061301#feedback</comments>
</item>
<item>
 <title>MySQL Linked Server</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1060191</link>
 <description>Linking servers provides an easy solution when you are faced with running queries against databases on distributed servers or looking at your distributed assets on disparate databases.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This article (brought to you by Packt Publishing Inc.) explains how to set up a MySQL linked server on SQL Server 2008 Enterprise. Configuring a linked MySQL server as well as querying a table on the MySQL linked server is described. The reader would benefit reviewing the&lt;a href=&quot;http://hodentek.blogspot.com/2009/07/taking-table-over-to-mysql-from-ms.html&quot;&gt; first article&lt;/a&gt; on this series on MySQL Servers.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.packtpub.com/article/mysql-linked-server-on-sql-server-2008&quot;&gt;MySQL Linked Server on SQL Server 2008&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-5088056855312641662?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1060191&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 04 Aug 2009 17:16:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1060191</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1060191#feedback</comments>
</item>
<item>
 <title>Web enabling MySQL Data</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1058247</link>
 <description>Web enabling business data is one of the key devices used to advertise and market products. This can be done with various technologies such as VB, ASP, JSP, ASP.Net and many others. This article shows how you may view data from a table in a database on a MySQL database server on a web page.&lt;br /&gt;&lt;br /&gt;This article is brought to you by &lt;a href=&quot;http://www.packtpub.com/article-network&quot;&gt;Packt Publishing&lt;/a&gt; Inc.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.packtpub.com/article/displaying-mysql-data-on-asp.net-web-page&quot;&gt;Displaying MySQL data on an ASP.NET Web Page&lt;/a&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-5073366180109281257?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1058247&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 03 Aug 2009 11:49:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1058247</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1058247#feedback</comments>
</item>
<item>
 <title>Am I missing an Indian Language here?</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1058246</link>
 <description>Microsoft has a big stake in India. Microsoft has &lt;em&gt;lotsa&lt;/em&gt; software workers of Indian origin. How come I cannot see any Indian Language here? &lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/Snb58lRXVJI/AAAAAAAABCI/Spn-ye78Tt8/s1600-h/India.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; cssfloat: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/Snb58lRXVJI/AAAAAAAABCI/Spn-ye78Tt8/s320/India.jpg&quot; vj=&quot;true&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-2266271436050624606?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1058246&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 03 Aug 2009 10:55:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1058246</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1058246#feedback</comments>
</item>
<item>
 <title>Improved calculator application on Windows 7</title>
 <link>http://jayaramkrishnaswamy.sys-con.com/node/1055524</link>
 <description>Some new features have been added to the calculator (calc.exe). Even programmers and statisticians&amp;nbsp;may want to&amp;nbsp;use this tool.&lt;br /&gt;
&lt;br /&gt;
All 4 calculator types can be accessed from the view menu. Here are the four different types.&lt;br /&gt;
Standard&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/_6HQQavFER2g/SnHlQrNCj-I/AAAAAAAABB4/R9o9zTQAvUM/s1600-h/cal01.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; cssfloat: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://4.bp.blogspot.com/_6HQQavFER2g/SnHlQrNCj-I/AAAAAAAABB4/R9o9zTQAvUM/s320/cal01.jpg&quot; vj=&quot;true&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Scientific&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none; clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/SnHkeM5CGXI/AAAAAAAABBg/h0gV-bBeNJ8/s1600-h/cal2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; cssfloat: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/SnHkeM5CGXI/AAAAAAAABBg/h0gV-bBeNJ8/s320/cal2.jpg&quot; vj=&quot;true&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Programmer&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&quot;&gt;&lt;a href=&quot;http://4.bp.blogspot.com/_6HQQavFER2g/SnHkm1iZ6FI/AAAAAAAABBo/gA_rcwv4luQ/s1600-h/cal3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; cssfloat: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://4.bp.blogspot.com/_6HQQavFER2g/SnHkm1iZ6FI/AAAAAAAABBo/gA_rcwv4luQ/s320/cal3.jpg&quot; vj=&quot;true&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Statistics&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/SnHkusrk8WI/AAAAAAAABBw/Ash0lNNKxdg/s1600-h/cal4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; cssfloat: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/_6HQQavFER2g/SnHkusrk8WI/AAAAAAAABBw/Ash0lNNKxdg/s320/cal4.jpg&quot; vj=&quot;true&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;border-bottom: medium none; border-left: medium none; border-right: medium none; border-top: medium none;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;&lt;img width=&#039;1&#039; height=&#039;1&#039; src=&#039;https://blogger.googleusercontent.com/tracker/29532919-7350599948985706052?l=hodentek.blogspot.com&#039;/&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://jayaramkrishnaswamy.sys-con.com/node/1055524&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Thu, 30 Jul 2009 14:28:00 EDT</pubDate>
 <guid isPermaLink="true">http://jayaramkrishnaswamy.sys-con.com/node/1055524</guid>
 <comments>http://jayaramkrishnaswamy.sys-con.com/node/1055524#feedback</comments>
</item>
</channel>
</rss>
