<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">akjoshi's Blog</title><subtitle type="html">Born with black thinking hat</subtitle><id>http://weblogs.asp.net/akjoshi/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.asp.net/akjoshi/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.asp.net/akjoshi/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2008-07-16T21:34:00Z</updated><entry><title>Disabling LinkButton, HyperLink and ImageButton completely</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/akjoshi/archive/2009/10/03/disabling-linkbutton-hyperlink-and-imagebutton-completely.aspx" /><id>http://weblogs.asp.net/akjoshi/archive/2009/10/03/disabling-linkbutton-hyperlink-and-imagebutton-completely.aspx</id><published>2009-10-03T09:32:56Z</published><updated>2009-10-03T09:32:56Z</updated><content type="html">I was just going through one of my previous project and saw some code to disable the LinkButton, HyperLink and ImageButton; after going through it I remembered the issues we had faced with different browsers trying to disable these controls(with proper functionality, styling etc.). Hope posting these functions will help someone. &amp;#160; /// &amp;lt;summary&amp;gt; /// Disables the link button. /// &amp;lt;/summary&amp;gt; /// &amp;lt;param name=&amp;quot;linkButton&amp;quot;&amp;gt;The LinkButton to be disabled.&amp;lt;/param&amp;gt; public...(&lt;a href="http://weblogs.asp.net/akjoshi/archive/2009/10/03/disabling-linkbutton-hyperlink-and-imagebutton-completely.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7222142" width="1" height="1"&gt;</content><author><name>akjoshi</name><uri>http://weblogs.asp.net/members/akjoshi.aspx</uri></author><category term="ASP.Net" scheme="http://weblogs.asp.net/akjoshi/archive/tags/ASP.Net/default.aspx" /></entry><entry><title>Doloto – A new AJAX application optimization tool from MS</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/akjoshi/archive/2009/09/09/doloto-a-new-ajax-application-optimization-tool-from-ms.aspx" /><id>http://weblogs.asp.net/akjoshi/archive/2009/09/09/doloto-a-new-ajax-application-optimization-tool-from-ms.aspx</id><published>2009-09-09T09:09:00Z</published><updated>2009-09-09T09:09:00Z</updated><content type="html">Doloto is an AJAX application optimization tool, especially useful for large and complex Web 2.0 applications that contain a lot of code, such as Bing Maps, Hotmail, etc. Doloto analyzes AJAX application workloads and automatically performs code splitting of existing large Web 2.0 applications. Read more details about this tool in this blog post - http://blogs.msdn.com/somasegar/archive/2009/09/04/doloto-on-devlabs.aspx Also check other cool projects at MSDN Dev Labs - http://msdn.microsoft.com/en...(&lt;a href="http://weblogs.asp.net/akjoshi/archive/2009/09/09/doloto-a-new-ajax-application-optimization-tool-from-ms.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7197345" width="1" height="1"&gt;</content><author><name>akjoshi</name><uri>http://weblogs.asp.net/members/akjoshi.aspx</uri></author><category term="AJAX" scheme="http://weblogs.asp.net/akjoshi/archive/tags/AJAX/default.aspx" /><category term="ASP.Net" scheme="http://weblogs.asp.net/akjoshi/archive/tags/ASP.Net/default.aspx" /></entry><entry><title>Auto formatting the XAML</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/akjoshi/archive/2009/02/19/auto-formatting-the-xaml.aspx" /><id>http://weblogs.asp.net/akjoshi/archive/2009/02/19/auto-formatting-the-xaml.aspx</id><published>2009-02-19T11:00:20Z</published><updated>2009-02-19T11:00:20Z</updated><content type="html">Formatting XAML manually is very painful work and if you are used to read neatly formatted markup/code then it becomes impossible to go through other developers code. To solve this problem we thought to use Dimebrain Markup Tamer to auto format code and maintain consistency/readability; but we were not satisfied with this. Recently I found that VS itself provides very good support for formatting(auto) XAML. You just need to set few settings and that's it, you can easily format your XAML by using...(&lt;a href="http://weblogs.asp.net/akjoshi/archive/2009/02/19/auto-formatting-the-xaml.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6916733" width="1" height="1"&gt;</content><author><name>akjoshi</name><uri>http://weblogs.asp.net/members/akjoshi.aspx</uri></author><category term="Visual Studio" scheme="http://weblogs.asp.net/akjoshi/archive/tags/Visual+Studio/default.aspx" /><category term="WPF" scheme="http://weblogs.asp.net/akjoshi/archive/tags/WPF/default.aspx" /></entry><entry><title>Tech cheat sheets</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/akjoshi/archive/2009/02/03/tech-cheat-sheets.aspx" /><id>http://weblogs.asp.net/akjoshi/archive/2009/02/03/tech-cheat-sheets.aspx</id><published>2009-02-03T06:34:00Z</published><updated>2009-02-03T06:34:00Z</updated><content type="html">Just wanted to move these links from my bookmarks Agile Agile Work Resources .Net .NET Cheat Sheet The skinny on 1.1, 2.0, 3.0 and 3.5. C# and VB.NET Comparison Cheat Sheet Microsoft® Visual C#® Default Keybindings ASP.Net Microsoft AJAX Library Cheat Sheets Adjusted for RTM, DomEvent and DomElement .NET Cheat Sheet ASP.NET 2.0 Page Life Cycle &amp;amp; Common Events ASP.NET 2.0 page life cycle WPF XAML Cheat Sheet - The most common and useful XAML snippets you'll need when doing WPF or Silverlight....(&lt;a href="http://weblogs.asp.net/akjoshi/archive/2009/02/03/tech-cheat-sheets.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6878669" width="1" height="1"&gt;</content><author><name>akjoshi</name><uri>http://weblogs.asp.net/members/akjoshi.aspx</uri></author><category term="General Software Development" scheme="http://weblogs.asp.net/akjoshi/archive/tags/General+Software+Development/default.aspx" /></entry><entry><title>Using RS Scripter to create deployment script for reporting services</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/akjoshi/archive/2009/01/29/using-rs-scripter-to-create-deployment-script-for-reporting-services.aspx" /><id>http://weblogs.asp.net/akjoshi/archive/2009/01/29/using-rs-scripter-to-create-deployment-script-for-reporting-services.aspx</id><published>2009-01-29T08:01:00Z</published><updated>2009-01-29T08:01:00Z</updated><content type="html">If you are using SSRS then chances are high to come across a scenario where you want to deploy reports developed on development machine to the production server, there are various ways to do this and one of them is to use RS Scripter tool. Here are the steps to do this - 1. Creating Report Deployment Script Download the Reporting Services Scripter - http://www.sqldbatips.com/showarticle.asp?ID=62 Update the servers.xml; change the reportservice value if your ReportServer name is different. &amp;lt;server...(&lt;a href="http://weblogs.asp.net/akjoshi/archive/2009/01/29/using-rs-scripter-to-create-deployment-script-for-reporting-services.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6868097" width="1" height="1"&gt;</content><author><name>akjoshi</name><uri>http://weblogs.asp.net/members/akjoshi.aspx</uri></author><category term="Reporting Services" scheme="http://weblogs.asp.net/akjoshi/archive/tags/Reporting+Services/default.aspx" /></entry><entry><title>Lets travel back to 2001 with Google</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/akjoshi/archive/2008/10/02/lets-travel-back-to-2001-with-google.aspx" /><id>http://weblogs.asp.net/akjoshi/archive/2008/10/02/lets-travel-back-to-2001-with-google.aspx</id><published>2008-10-02T07:04:50Z</published><updated>2008-10-02T07:04:50Z</updated><content type="html">Google always comes up with something out of the box which makes you say wow , this time they have given whole world a chance to go back into the past and see how the world of web looked like in year 2001, interesting isn't it. Wouldn't you like to see how your company website looked like back then, what forums/site your boss used back then, what was making news then or what was your identity back then blah blah blah, there can be numerous reasons for you to have a look at - http://www.google.com...(&lt;a href="http://weblogs.asp.net/akjoshi/archive/2008/10/02/lets-travel-back-to-2001-with-google.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6652171" width="1" height="1"&gt;</content><author><name>akjoshi</name><uri>http://weblogs.asp.net/members/akjoshi.aspx</uri></author><category term="Google" scheme="http://weblogs.asp.net/akjoshi/archive/tags/Google/default.aspx" /></entry><entry><title>Microsoft ICE - Image Composite Editor from Microsoft Research</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/akjoshi/archive/2008/09/24/microsoft-ice-image-composite-editor-from-microsoft-research.aspx" /><id>http://weblogs.asp.net/akjoshi/archive/2008/09/24/microsoft-ice-image-composite-editor-from-microsoft-research.aspx</id><published>2008-09-24T12:29:54Z</published><updated>2008-09-24T12:29:54Z</updated><content type="html">Here comes another cool tool from Microsoft research, Image Composite Editor - Microsoft Image Composite Editor is an advanced panoramic image stitcher. You shoot a set of overlapping photographs of a scene from a single location, and Image Composite Editor creates a high-resolution panorama incorporating all your images at full resolution. Then save your stitched panorama in a wide variety of formats, from common formats like JPEG and TIFF to multi-resolution tiled formats like HD View and Silverlight...(&lt;a href="http://weblogs.asp.net/akjoshi/archive/2008/09/24/microsoft-ice-image-composite-editor-from-microsoft-research.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6640160" width="1" height="1"&gt;</content><author><name>akjoshi</name><uri>http://weblogs.asp.net/members/akjoshi.aspx</uri></author><category term="software" scheme="http://weblogs.asp.net/akjoshi/archive/tags/software/default.aspx" /></entry><entry><title>Failed to access IIS metabase error after installing reporting services</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/akjoshi/archive/2008/09/23/Failed-to-access-iis-metabase-error-after-installing-reporting-services.aspx" /><id>http://weblogs.asp.net/akjoshi/archive/2008/09/23/Failed-to-access-iis-metabase-error-after-installing-reporting-services.aspx</id><published>2008-09-23T08:15:00Z</published><updated>2008-09-23T08:15:00Z</updated><content type="html">"Failed to access IIS metabase error" after installing reporting services...(&lt;a href="http://weblogs.asp.net/akjoshi/archive/2008/09/23/Failed-to-access-iis-metabase-error-after-installing-reporting-services.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6638634" width="1" height="1"&gt;</content><author><name>akjoshi</name><uri>http://weblogs.asp.net/members/akjoshi.aspx</uri></author><category term="Reporting Services" scheme="http://weblogs.asp.net/akjoshi/archive/tags/Reporting+Services/default.aspx" /><category term="SQL Server" scheme="http://weblogs.asp.net/akjoshi/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>Google Chrome: Will It be a Killer</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/akjoshi/archive/2008/09/04/google-chrome-will-it-be-a-killer.aspx" /><id>http://weblogs.asp.net/akjoshi/archive/2008/09/04/google-chrome-will-it-be-a-killer.aspx</id><published>2008-09-04T07:31:00Z</published><updated>2008-09-04T07:31:00Z</updated><content type="html">So Google jumped into one more field( web browsing) to take on Microsoft, cool; But will it be able to become the next killer browser, provided MS is putting a great efforts to improve IE(with IE 8 beta2 released) and Firefox capturing the market quickly, hmm only time will tell :D Personally, I liked the look and feel of Chrome, as it is with Google search its very simple still feature rich. Moving the tabs on top of the window is a great move, I never thought about that while using IE/FF, but it...(&lt;a href="http://weblogs.asp.net/akjoshi/archive/2008/09/04/google-chrome-will-it-be-a-killer.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6598153" width="1" height="1"&gt;</content><author><name>akjoshi</name><uri>http://weblogs.asp.net/members/akjoshi.aspx</uri></author><category term="software" scheme="http://weblogs.asp.net/akjoshi/archive/tags/software/default.aspx" /><category term="Google" scheme="http://weblogs.asp.net/akjoshi/archive/tags/Google/default.aspx" /></entry><entry><title>Startup Delayer - A cool tool to save your time after you reboot your machine</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/akjoshi/archive/2008/08/31/Startup-delayer-_2D00_-a-cool-tool-to-save-your-time-after-you-reboot-your-machine.aspx" /><id>http://weblogs.asp.net/akjoshi/archive/2008/08/31/Startup-delayer-_2D00_-a-cool-tool-to-save-your-time-after-you-reboot-your-machine.aspx</id><published>2008-08-31T08:55:00Z</published><updated>2008-08-31T08:55:00Z</updated><content type="html">Speed up your computer's startup time by delaying applications to start at a later time....(&lt;a href="http://weblogs.asp.net/akjoshi/archive/2008/08/31/Startup-delayer-_2D00_-a-cool-tool-to-save-your-time-after-you-reboot-your-machine.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6583839" width="1" height="1"&gt;</content><author><name>akjoshi</name><uri>http://weblogs.asp.net/members/akjoshi.aspx</uri></author><category term="software" scheme="http://weblogs.asp.net/akjoshi/archive/tags/software/default.aspx" /></entry><entry><title>The page cannot be displayed problem with classic asp pages under IIS</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/akjoshi/archive/2008/08/07/the-page-cannot-be-displayed-problem-with-classic-asp-pages-under-iis.aspx" /><id>http://weblogs.asp.net/akjoshi/archive/2008/08/07/the-page-cannot-be-displayed-problem-with-classic-asp-pages-under-iis.aspx</id><published>2008-08-07T04:47:00Z</published><updated>2008-08-07T04:47:00Z</updated><content type="html">Today I was working on a requirement to use an aspx page with my classic asp application, so I created an asp.net solution, added one website project and added my old asp files to it. When I tried running my old asp pages I got "Internet Explorer cannot display the webpage" error page, I tried all sort of things, changing default website properties, my asp.net website properties etc. etc. but no luck. After a lot of hit and trial I got this error when I used Ctrl + F5 to reload the page - So it seems...(&lt;a href="http://weblogs.asp.net/akjoshi/archive/2008/08/07/the-page-cannot-be-displayed-problem-with-classic-asp-pages-under-iis.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6491461" width="1" height="1"&gt;</content><author><name>akjoshi</name><uri>http://weblogs.asp.net/members/akjoshi.aspx</uri></author><category term="ASP" scheme="http://weblogs.asp.net/akjoshi/archive/tags/ASP/default.aspx" /></entry><entry><title>VS 2005 Report Designer Glitch II</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/akjoshi/archive/2008/08/06/VS-2005-Report-Designer-glitch-II.aspx" /><id>http://weblogs.asp.net/akjoshi/archive/2008/08/06/VS-2005-Report-Designer-glitch-II.aspx</id><published>2008-08-06T06:41:00Z</published><updated>2008-08-06T06:41:00Z</updated><content type="html">Glitches with visual studio report designer...(&lt;a href="http://weblogs.asp.net/akjoshi/archive/2008/08/06/VS-2005-Report-Designer-glitch-II.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6489261" width="1" height="1"&gt;</content><author><name>akjoshi</name><uri>http://weblogs.asp.net/members/akjoshi.aspx</uri></author><category term="Reporting Services" scheme="http://weblogs.asp.net/akjoshi/archive/tags/Reporting+Services/default.aspx" /><category term="Visual Studio" scheme="http://weblogs.asp.net/akjoshi/archive/tags/Visual+Studio/default.aspx" /></entry><entry><title>Firebug Lite : Firebug for IE, Safari, and Opera</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/akjoshi/archive/2008/08/01/Firebug-lite-firebug-for-ie-safari-and-opera.aspx" /><id>http://weblogs.asp.net/akjoshi/archive/2008/08/01/Firebug-lite-firebug-for-ie-safari-and-opera.aspx</id><published>2008-08-01T06:46:00Z</published><updated>2008-08-01T06:46:00Z</updated><content type="html">Firebug Lite, a JavaScript file you can insert into your pages to simulate some Firebug features in browsers other then "Firefox".
...(&lt;a href="http://weblogs.asp.net/akjoshi/archive/2008/08/01/Firebug-lite-firebug-for-ie-safari-and-opera.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6465164" width="1" height="1"&gt;</content><author><name>akjoshi</name><uri>http://weblogs.asp.net/members/akjoshi.aspx</uri></author><category term="General Software Development" scheme="http://weblogs.asp.net/akjoshi/archive/tags/General+Software+Development/default.aspx" /></entry><entry><title>tsvn:logtemplate : Enforcing strict format to SVN check-in mails.</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/akjoshi/archive/2008/07/18/tsvn_3A00_logtemplate-_3A00_-Enforcing-strict-format-to-svn-check_2D00_in-mails.-.aspx" /><id>http://weblogs.asp.net/akjoshi/archive/2008/07/18/tsvn_3A00_logtemplate-_3A00_-Enforcing-strict-format-to-svn-check_2D00_in-mails.-.aspx</id><published>2008-07-18T14:28:00Z</published><updated>2008-07-18T14:28:00Z</updated><content type="html">TortoiseSVN is a free open-source client for the Subversion version control system. Sometimes you want to have a more detailed information about a file/directory than just the icon overlay. 

Tortoise SVN provides some very useful properties for this purpose; tsvn:logtemplate is one of them 
...(&lt;a href="http://weblogs.asp.net/akjoshi/archive/2008/07/18/tsvn_3A00_logtemplate-_3A00_-Enforcing-strict-format-to-svn-check_2D00_in-mails.-.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6415813" width="1" height="1"&gt;</content><author><name>akjoshi</name><uri>http://weblogs.asp.net/members/akjoshi.aspx</uri></author><category term="TortoiseSVN" scheme="http://weblogs.asp.net/akjoshi/archive/tags/TortoiseSVN/default.aspx" /><category term="General Software Development" scheme="http://weblogs.asp.net/akjoshi/archive/tags/General+Software+Development/default.aspx" /></entry><entry><title>Debugging classic ASP web application with Visual Studio 2005</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/akjoshi/archive/2008/07/16/Debugging-classic-asp-application-with-Visual-Studio-2005.aspx" /><id>http://weblogs.asp.net/akjoshi/archive/2008/07/16/Debugging-classic-asp-application-with-Visual-Studio-2005.aspx</id><published>2008-07-16T15:34:00Z</published><updated>2008-07-16T15:34:00Z</updated><content type="html">How to debug Active Server Pages (ASP) Web applications using Visual Studio debugging capabilities....(&lt;a href="http://weblogs.asp.net/akjoshi/archive/2008/07/16/Debugging-classic-asp-application-with-Visual-Studio-2005.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6407112" width="1" height="1"&gt;</content><author><name>akjoshi</name><uri>http://weblogs.asp.net/members/akjoshi.aspx</uri></author><category term="ASP" scheme="http://weblogs.asp.net/akjoshi/archive/tags/ASP/default.aspx" /><category term="Visual Studio" scheme="http://weblogs.asp.net/akjoshi/archive/tags/Visual+Studio/default.aspx" /></entry></feed>