<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://bloggingabout.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Mischa Kroon : Things to try, General</title><link>http://bloggingabout.net/blogs/mischa/archive/tags/Things+to+try/General/default.aspx</link><description>Tags: Things to try, General</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Another free webeditor - Aptana</title><link>http://bloggingabout.net/blogs/mischa/archive/2006/07/30/aptana-free-web-ide.aspx</link><pubDate>Sun, 30 Jul 2006 07:26:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:13174</guid><dc:creator>Mischa Kroon</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bloggingabout.net/blogs/mischa/rsscomments.aspx?PostID=13174</wfw:commentRss><comments>http://bloggingabout.net/blogs/mischa/archive/2006/07/30/aptana-free-web-ide.aspx#comments</comments><description>&lt;P&gt;&lt;A href="http://www.aptana.com/"&gt;Aptana &lt;/A&gt;is a free / open source project built on the eclipse RDT environment. &lt;/P&gt;
&lt;P&gt;It's main focus is on javascript. &lt;/P&gt;
&lt;P&gt;For which it brings a nice code completion / information interface and delivers hints and code completion for:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Javascript&lt;/LI&gt;
&lt;LI&gt;CSS &lt;/LI&gt;
&lt;LI&gt;and HTML&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;There are also quite a few videos about how well it supports the different Javascript libraries out there. &lt;/P&gt;
&lt;P&gt;You can check them out &lt;A href="http://www.aptana.tv/"&gt;here&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=13174" width="1" height="1"&gt;</description><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+to+try/default.aspx">Things to try</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/General/default.aspx">General</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/ASP+_2F00_+VBscript+_2F00_+COM+/default.aspx">ASP / VBscript / COM </category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Asp.Net/default.aspx">Asp.Net</category></item><item><title>Some links and tutorials about Django</title><link>http://bloggingabout.net/blogs/mischa/archive/2006/06/13/12482.aspx</link><pubDate>Tue, 13 Jun 2006 11:17:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:12482</guid><dc:creator>Mischa Kroon</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bloggingabout.net/blogs/mischa/rsscomments.aspx?PostID=12482</wfw:commentRss><comments>http://bloggingabout.net/blogs/mischa/archive/2006/06/13/12482.aspx#comments</comments><description>&lt;p&gt;2 Articles about Django from 2 different people:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://kurafire.net/log/archive/2006/05/22/django-first-impressions"&gt;Django: first impressions - overview with links&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.sillydomainname.com/2006/05/16/django-first-impressions/"&gt;Django: first impressions - technical overview&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;The first one covers a lot of ground through it's links and is a pretty good starting point for Django. &lt;/p&gt;
&lt;p&gt;The main upside of Django is that it gives you a very nice Admin interface with almost no work + it has a pretty nice template language. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=12482" width="1" height="1"&gt;</description><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+to+try/default.aspx">Things to try</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/General/default.aspx">General</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+from+around+the+web/default.aspx">Things from around the web</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Ruby+and+Ruby+on+Rails/default.aspx">Ruby and Ruby on Rails</category></item><item><title>Reading and writing excel files and other Ado.Net tutorials</title><link>http://bloggingabout.net/blogs/mischa/archive/2006/05/30/12271.aspx</link><pubDate>Tue, 30 May 2006 10:06:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:12271</guid><dc:creator>Mischa Kroon</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bloggingabout.net/blogs/mischa/rsscomments.aspx?PostID=12271</wfw:commentRss><comments>http://bloggingabout.net/blogs/mischa/archive/2006/05/30/12271.aspx#comments</comments><description>&lt;p&gt;I've known for some time now that it's possible to use Ado.Net to read from Excel files, I didn't know it was also possible to write to them. &lt;/p&gt;
&lt;p&gt;At least I have found a workaround by using SQL server and registering Excel files as an external resource. &lt;/p&gt;
&lt;p&gt;&lt;a href="http://davidhayden.com/blog/dave/archive/2006/05/26/2973.aspx"&gt;Reading and writing from excel&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://davidhayden.com/blog/dave/category/26.aspx?Show=All"&gt;Other Ado.Net tutorials&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;I have no idea how this performs but it should be an interesting alternative to using the &lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.aspnetpro.com/NewsletterArticle/2003/09/asp200309so_l/asp200309so_l.asp"&gt;Other methods&amp;nbsp;of exporting data to excel&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=12271" width="1" height="1"&gt;</description><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+to+try/default.aspx">Things to try</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/General/default.aspx">General</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+from+around+the+web/default.aspx">Things from around the web</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Asp.Net/default.aspx">Asp.Net</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/.Net/default.aspx">.Net</category></item><item><title>Developments in Ruby - Part 1 - Editors </title><link>http://bloggingabout.net/blogs/mischa/archive/2006/05/09/12159.aspx</link><pubDate>Tue, 09 May 2006 12:53:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:12159</guid><dc:creator>Mischa Kroon</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bloggingabout.net/blogs/mischa/rsscomments.aspx?PostID=12159</wfw:commentRss><comments>http://bloggingabout.net/blogs/mischa/archive/2006/05/09/12159.aspx#comments</comments><description>&lt;p&gt;Ruby's star&amp;nbsp;is&amp;nbsp;rising fast at the moment. &lt;/p&gt;
&lt;p&gt;It's star is rising fast it even has the thought leadership at the moment &lt;a href="http://pluralsight.com/blogs/dbox/archive/2006/04/27/22819.aspx"&gt;according to Don Box.&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;IDE support is rising for it as well in the form of free editors and paid editors alike. &lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.radrails.org/"&gt;RadRails&lt;/a&gt; is going strong in the Eclipse camp, this isn't really a Ruby perse editor but an editor made especially for Ruby on Rails. &lt;br /&gt;
Which is also playing a very big part in getting Ruby out to the world. &lt;/p&gt;
&lt;p&gt;The editor is good but there is still a lot of room for improvement when your main issue for productivity is a key combo to switch views.&amp;nbsp;&lt;br /&gt;
Which in this case means switching&amp;nbsp;from controller to view to model&amp;nbsp;since we are talking about a MVC framework with Rails. &lt;/p&gt;
&lt;p&gt;It is a great feature though :)&lt;/p&gt;
&lt;p&gt;A new player in the field is, &lt;a href="http://www.sapphiresteel.com/"&gt;Sapphire in Steel&lt;/a&gt; which is an editor plugin for VS 2005 which hits a bit closer to home for me :)&lt;br /&gt;
They already seem to have a first draft of a debugger running, code completion and quite a few other things are also on their roadmap. &lt;/p&gt;
&lt;p&gt;Looking very promising.... &lt;/p&gt;
&lt;p&gt;In the commercial arena, it looks like: &lt;a href="http://www.ruby-ide.com/ruby/ruby_ide_and_ruby_editor.php"&gt;Arachno Ruby&lt;/a&gt; is hard to beat.&amp;nbsp;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;But this isn't all, there are also some project underway for getting Ruby running on our sweet lil CLR. &lt;br /&gt;
Hopefully I will be able to give an overview of whats coocking in this department soon. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=12159" width="1" height="1"&gt;</description><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+to+try/default.aspx">Things to try</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/General/default.aspx">General</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Ruby+and+Ruby+on+Rails/default.aspx">Ruby and Ruby on Rails</category></item><item><title>Ruby on Rails finally gets it's editor</title><link>http://bloggingabout.net/blogs/mischa/archive/2005/10/15/9837.aspx</link><pubDate>Sat, 15 Oct 2005 05:18:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:9837</guid><dc:creator>Mischa Kroon</dc:creator><slash:comments>3</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bloggingabout.net/blogs/mischa/rsscomments.aspx?PostID=9837</wfw:commentRss><comments>http://bloggingabout.net/blogs/mischa/archive/2005/10/15/9837.aspx#comments</comments><description>One of the big things in stopping people from adapting Ruby on Rails is it's lack of a&amp;nbsp; good editor. &lt;br /&gt;
&lt;br /&gt;
Now it seems that this is a thing of the past. &lt;br /&gt;
&lt;br /&gt;
Some people have made it possible to make Dreamweaver mx 2004 into a good Ruby on Rails editor. &lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://rubygarden.org/ruby/ruby?action=browse&amp;amp;diff=1&amp;amp;id=DreamweaverMX"&gt;The howto for rhtml files&lt;/a&gt;. &lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.bdcsoftware.com/dev_rubyonrails_dreamweaver_codehints.php"&gt;The howto for intellisence on .rb files&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
This is a very big step for Ruby on Rails. &lt;br /&gt;
&lt;br /&gt;
More about Ruby on Rails and comparing it to Asp.Net will come later. &lt;br /&gt;
&lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=9837" width="1" height="1"&gt;</description><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+to+try/default.aspx">Things to try</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/General/default.aspx">General</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+from+around+the+web/default.aspx">Things from around the web</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Ruby+and+Ruby+on+Rails/default.aspx">Ruby and Ruby on Rails</category></item><item><title>Setting priorities and planning features</title><link>http://bloggingabout.net/blogs/mischa/archive/2005/10/12/9719.aspx</link><pubDate>Wed, 12 Oct 2005 09:11:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:9719</guid><dc:creator>Mischa Kroon</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bloggingabout.net/blogs/mischa/rsscomments.aspx?PostID=9719</wfw:commentRss><comments>http://bloggingabout.net/blogs/mischa/archive/2005/10/12/9719.aspx#comments</comments><description>Usually Joelonsoftware.com produces some interesting points of conversation around the blogospere. &lt;br /&gt;
&lt;br /&gt;
His latest posting is a really good (IMHO)&amp;nbsp; post about setting priorities in a project. &lt;br /&gt;
One of the good things in having a time based schedule and not a feature based schedule is that you can usually drop a few features which could be called fluf. &lt;br /&gt;
&lt;br /&gt;
For getting to the good part of the post just skip half of it, because the first part is all fluff no stuff. &lt;br /&gt;
&lt;br /&gt;
Anyway here's &lt;a href="http://www.joelonsoftware.com/articles/SetYourPriorities.html"&gt;the post&lt;/a&gt;&lt;br /&gt;
Which also goes pretty well with &lt;a href="http://www.joelonsoftware.com/articles/PickingShipDate.html"&gt;this post&lt;/a&gt;. About setting a shipping date. &lt;br /&gt;
&lt;br /&gt;
Hope you like it.&amp;nbsp; &lt;br /&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=9719" width="1" height="1"&gt;</description><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+to+try/default.aspx">Things to try</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/General/default.aspx">General</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+from+around+the+web/default.aspx">Things from around the web</category></item><item><title>Adding search to your ASP.Net site the easy way</title><link>http://bloggingabout.net/blogs/mischa/archive/2005/09/06/9261.aspx</link><pubDate>Tue, 06 Sep 2005 00:18:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:9261</guid><dc:creator>Mischa Kroon</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bloggingabout.net/blogs/mischa/rsscomments.aspx?PostID=9261</wfw:commentRss><comments>http://bloggingabout.net/blogs/mischa/archive/2005/09/06/9261.aspx#comments</comments><description>&lt;p&gt;This is a great way to add search to a website, and it's so simple that you will probably love it. &lt;/p&gt;
&lt;p&gt;The code needed:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;string&lt;/span&gt; search &lt;span&gt;=&lt;/span&gt; &lt;span&gt;string&lt;/span&gt;.Format(&lt;span&gt;&amp;quot;http://beta.search.msn.com/results.aspx?q=site%3yoursitehere.com+{0}&amp;amp;format=rss&amp;quot;&lt;/span&gt;, &lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HttpUtility.HtmlEncode(SearchText.Text));&lt;br /&gt;
RssFeed1.DataSource &lt;span&gt;=&lt;/span&gt; search;&lt;br /&gt;
RssFeed1.DataBind();&lt;/p&gt;
&lt;p&gt;RssFeed1 is a &lt;a href="http://aspnet.4guysfromrolla.com/articles/102903-1.aspx"&gt;SKM RssFeed control&lt;/a&gt;&amp;nbsp; which can be downloaded &lt;a href="http://www.gotdotnet.com/workspaces/workspace.aspx?id=6a116a0f-66c4-4f91-9e13-a0d00960b9ad"&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;Only thing to do after this is add some visually pleasing styles and your done. &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;An example of this in action can be found &lt;a href="http://ryanfarley.com/search.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This idea came from:&lt;br /&gt;
&lt;a href="http://ryanfarley.com/blog/archive/2005/01/12/1410.aspx"&gt;Ryan Farley's blog&lt;/a&gt;. &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;&lt;a href="http://ryanfarley.com/blog/archive/2005/01/12/1410.aspx#FeedBack"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=9261" width="1" height="1"&gt;</description><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+to+try/default.aspx">Things to try</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/General/default.aspx">General</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+from+around+the+web/default.aspx">Things from around the web</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Asp.Net/default.aspx">Asp.Net</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/.Net/default.aspx">.Net</category></item><item><title>Getting to search engine friendly and human friendly URLS ASAP </title><link>http://bloggingabout.net/blogs/mischa/archive/2005/04/17/3487.aspx</link><pubDate>Sun, 17 Apr 2005 19:38:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:3487</guid><dc:creator>Mischa Kroon</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bloggingabout.net/blogs/mischa/rsscomments.aspx?PostID=3487</wfw:commentRss><comments>http://bloggingabout.net/blogs/mischa/archive/2005/04/17/3487.aspx#comments</comments><description>&lt;P&gt;Ok fast overview, you want to go from:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.bla.com/bla.aspx?id=12&amp;amp;year=1999&amp;amp;month=2"&gt;www.bla.com/bla.aspx?id=12&amp;amp;year=1999&amp;amp;month=2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;to:&lt;BR&gt;&lt;A href="http://www.bla.com/123.aspx"&gt;www.bla.com/123.aspx&lt;/A&gt;&lt;BR&gt;or &lt;BR&gt;&lt;A href="http://www.bla.com/123"&gt;www.bla.com/123&lt;/A&gt;&lt;BR&gt;or&lt;BR&gt;&lt;A href="http://www.bla.com/123/id/12/year/1999/month/2"&gt;www.bla.com/123/id/12/year/1999/month/2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Here are your options:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;URL Rewriting engines:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Simple + Regex through httphandlers: (Article)&lt;BR&gt;&lt;A href="http://www.15seconds.com/issue/030522.htm"&gt;http://www.15seconds.com/issue/030522.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;SES: aka no more ? and &amp;amp;&lt;BR&gt;&lt;A href="http://weblogs.asp.net/skillet/archive/2004/05/04/125523.aspx"&gt;http://weblogs.asp.net/skillet/archive/2004/05/04/125523.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;HTTP Module: ( recommended if your not going for mapping all extensions to asp.net)&lt;BR&gt;&lt;A href="http://weblogs.asp.net/fmarguerie/archive/2004/11/18/265719.aspx"&gt;http://weblogs.asp.net/fmarguerie/archive/2004/11/18/265719.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;
&lt;HR id=null&gt;
&lt;/P&gt;
&lt;P&gt;The following problems arise when you want to remove the .aspx part:&lt;BR&gt;&lt;A href="http://scottonwriting.net/sowblog/posts/943.aspx"&gt;http://scottonwriting.net/sowblog/posts/943.aspx&lt;/A&gt;&lt;BR&gt;and:&lt;BR&gt;&lt;A href="http://scottwater.com/blog/archive/2004/09/08/IIS6_HttpCompress_NotSoFast"&gt;http://scottwater.com/blog/archive/2004/09/08/IIS6_HttpCompress_NotSoFast&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The solution seems to be to use ISAPI filters.&lt;/STRONG&gt; &lt;/P&gt;
&lt;P&gt;Free ISAPI Filter:&lt;BR&gt;&lt;A href="http://cheeso.members.winisp.net/dl/IonicIsapiRewriter.zip"&gt;http://cheeso.members.winisp.net/dl/IonicIsapiRewriter.zip&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;This uses PCRE (&lt;A href="http://www.pcre.org"&gt;http://www.pcre.org&lt;/A&gt;) for the regular expression support. &lt;/P&gt;
&lt;P&gt;Commercial ISAPI filter:&lt;BR&gt;&lt;A href="http://www.isapirewrite.com/"&gt;http://www.isapirewrite.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Main advantage of this solution, are high class docs. &lt;BR&gt;&lt;A href="http://www.isapirewrite.com/docs/"&gt;http://www.isapirewrite.com/docs/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;
&lt;HR id=null&gt;
&lt;BR&gt;Some information on handling postbacks can be found in this article:&lt;BR&gt;&lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/urlrewriting.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/urlrewriting.asp&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=3487" width="1" height="1"&gt;</description><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+to+try/default.aspx">Things to try</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/General/default.aspx">General</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+from+around+the+web/default.aspx">Things from around the web</category></item><item><title>A very nice and extensive list of FREE Asp.Net controls</title><link>http://bloggingabout.net/blogs/mischa/archive/2005/03/19/2522.aspx</link><pubDate>Sat, 19 Mar 2005 12:38:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:2522</guid><dc:creator>Mischa Kroon</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bloggingabout.net/blogs/mischa/rsscomments.aspx?PostID=2522</wfw:commentRss><comments>http://bloggingabout.net/blogs/mischa/archive/2005/03/19/2522.aspx#comments</comments><description>

&lt;P&gt;This list contains controls in the category's:&lt;/P&gt;
&lt;P&gt;&lt;A 
href="http://aspalliance.com/articleViewer.aspx?aId=652&amp;amp;pId=2"&gt;Architecture&lt;/A&gt;&lt;BR&gt;&lt;A 
href="http://aspalliance.com/articleViewer.aspx?aId=652&amp;amp;pId=3"&gt;Control 
Collections&lt;/A&gt;&lt;BR&gt;&lt;A 
href="http://aspalliance.com/articleViewer.aspx?aId=652&amp;amp;pId=4"&gt;Data&lt;/A&gt;&lt;BR&gt;&lt;A 
href="http://aspalliance.com/articleViewer.aspx?aId=652&amp;amp;pId=5"&gt;Email&lt;/A&gt;&lt;BR&gt;&lt;A 
href="http://aspalliance.com/articleViewer.aspx?aId=652&amp;amp;pId=6"&gt;Masterpages 
and Templates&lt;/A&gt;&lt;BR&gt;&lt;A 
href="http://aspalliance.com/articleViewer.aspx?aId=652&amp;amp;pId=7"&gt;Navigation&lt;/A&gt;&lt;BR&gt;&lt;A 
href="http://aspalliance.com/articleViewer.aspx?aId=652&amp;amp;pId=8"&gt;Polls Voting 
/ Rating&lt;/A&gt;&lt;BR&gt;&lt;A 
href="http://aspalliance.com/articleViewer.aspx?aId=652&amp;amp;pId=9"&gt;Portals 
&lt;/A&gt;&lt;BR&gt;&lt;A 
href="http://aspalliance.com/articleViewer.aspx?aId=652&amp;amp;pId=10"&gt;Reporting / 
graphs&lt;/A&gt;&lt;BR&gt;&lt;A 
href="http://aspalliance.com/articleViewer.aspx?aId=652&amp;amp;pId=11"&gt;User 
Interface&lt;/A&gt; &lt;BR&gt;&lt;A 
href="http://aspalliance.com/articleViewer.aspx?aId=652&amp;amp;pId=12"&gt;Website 
Statistics&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Article index:&lt;BR&gt;&lt;A 
href="http://aspalliance.com/652"&gt;http://aspalliance.com/652&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;( 1st post made with bloggie&amp;nbsp;)&lt;/P&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=2522" width="1" height="1"&gt;</description><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+to+try/default.aspx">Things to try</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/General/default.aspx">General</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+from+around+the+web/default.aspx">Things from around the web</category></item><item><title>Javascript logging to webservice / calling a web service from javascript</title><link>http://bloggingabout.net/blogs/mischa/archive/2005/01/16/1920.aspx</link><pubDate>Sun, 16 Jan 2005 18:47:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:1920</guid><dc:creator>Mischa Kroon</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bloggingabout.net/blogs/mischa/rsscomments.aspx?PostID=1920</wfw:commentRss><comments>http://bloggingabout.net/blogs/mischa/archive/2005/01/16/1920.aspx#comments</comments><description>&lt;P&gt;There is an excellent article about logging javascript errors through a webservice here: &lt;A href="http://weblogs.asp.net/Dr.NETjes/archive/2005/01/15/353713.aspx"&gt;http://weblogs.asp.net/Dr.NETjes/archive/2005/01/15/353713.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This also shows an exmample of how to call a webservice from javascript . &lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=1920" width="1" height="1"&gt;</description><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+to+try/default.aspx">Things to try</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/General/default.aspx">General</category></item><item><title>The best desktop search has gone into beta</title><link>http://bloggingabout.net/blogs/mischa/archive/2005/01/13/1893.aspx</link><pubDate>Thu, 13 Jan 2005 10:06:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:1893</guid><dc:creator>Mischa Kroon</dc:creator><slash:comments>5</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bloggingabout.net/blogs/mischa/rsscomments.aspx?PostID=1893</wfw:commentRss><comments>http://bloggingabout.net/blogs/mischa/archive/2005/01/13/1893.aspx#comments</comments><description>&lt;P&gt;Yahoo's version of desktop search is based on X1 technology which has a very good product. &lt;BR&gt;It's been under development for quite some time, and Yahoo is bringing this technology to the masses:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://desktop.yahoo.com/"&gt;http://desktop.yahoo.com/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=1893" width="1" height="1"&gt;</description><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+to+try/default.aspx">Things to try</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/General/default.aspx">General</category></item><item><title>Say hello to Monad, the new commandline :)</title><link>http://bloggingabout.net/blogs/mischa/archive/2004/10/30/1535.aspx</link><pubDate>Sat, 30 Oct 2004 12:13:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:1535</guid><dc:creator>Mischa Kroon</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bloggingabout.net/blogs/mischa/rsscomments.aspx?PostID=1535</wfw:commentRss><comments>http://bloggingabout.net/blogs/mischa/archive/2004/10/30/1535.aspx#comments</comments><description>&lt;P&gt;I was browsing Channel 9 for a bit (&amp;nbsp;a Microsoft site with&amp;nbsp;interviews and video's&amp;nbsp;) which are encoded with wmv. &lt;BR&gt;Among the video's was: &lt;A href="http://channel9.msdn.com/ShowPost.aspx?PostID=25915"&gt;Monad demonstrated.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Which really blew me away in terms of functions&amp;nbsp;/ power. &lt;/P&gt;
&lt;P&gt;Spoilers:&lt;/P&gt;
&lt;P&gt;Access the registry. &lt;BR&gt;Access Active Directory.&lt;BR&gt;Access variables.&lt;BR&gt;Access functions.&lt;BR&gt;Use SQL like filter / order functionality.&lt;BR&gt;Be able to use other programs as output (Excel is&amp;nbsp;shown).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=1535" width="1" height="1"&gt;</description><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+to+try/default.aspx">Things to try</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/General/default.aspx">General</category></item><item><title>VBScript Code library and reference</title><link>http://bloggingabout.net/blogs/mischa/archive/2004/10/06/1455.aspx</link><pubDate>Wed, 06 Oct 2004 14:21:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:1455</guid><dc:creator>Mischa Kroon</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bloggingabout.net/blogs/mischa/rsscomments.aspx?PostID=1455</wfw:commentRss><comments>http://bloggingabout.net/blogs/mischa/archive/2004/10/06/1455.aspx#comments</comments><description>&lt;P&gt;While googling when trying to help someone I came across the following:&lt;BR&gt;&lt;A href="http://www.psacake.com/web/func/"&gt;http://www.psacake.com/web/func/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It has 92 functions for most common VBScript scenario's it seems like a good addition / learning starting point for a lot of people.&lt;/P&gt;
&lt;P&gt;Also on the same site is an index of a lot of other usefull resources:&lt;BR&gt;&lt;A href="http://psacake.com/web/"&gt;http://psacake.com/web/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=1455" width="1" height="1"&gt;</description><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+to+try/default.aspx">Things to try</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/General/default.aspx">General</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+from+around+the+web/default.aspx">Things from around the web</category></item><item><title>LookOut Grab it while you can</title><link>http://bloggingabout.net/blogs/mischa/archive/2004/07/19/1193.aspx</link><pubDate>Mon, 19 Jul 2004 12:08:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:1193</guid><dc:creator>Mischa Kroon</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bloggingabout.net/blogs/mischa/rsscomments.aspx?PostID=1193</wfw:commentRss><comments>http://bloggingabout.net/blogs/mischa/archive/2004/07/19/1193.aspx#comments</comments><description>&lt;P&gt;LookOut is a 3th party search application for MS Outlook. &lt;/P&gt;
&lt;P&gt;Since MS has acquired this software the download link has disappeared but the old location is still active.&lt;BR&gt;The program is free to use and download. &lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;You can grab it here: &lt;/STRIKE&gt;&lt;A href="http://www.lookoutsoft.com/Lookout/download/Lookout118.exe"&gt;&lt;STRIKE&gt;http://www.lookoutsoft.com/Lookout/download/Lookout118.exe&lt;/STRIKE&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Update: the link is&amp;nbsp;now dead&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Strangely enough this one is working:&lt;BR&gt;&lt;A href="http://www.lookoutsoft.com/Lookout/download/Lookout120.exe"&gt;http://www.lookoutsoft.com/Lookout/download/Lookout120.exe&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The first link was taken from arstechnica... guess they didn't update to the latest version ... &lt;/P&gt;
&lt;P&gt;And lastly new download link:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.microsoft.com/downloads/details.aspx?familyid=09b835ee-16e5-4961-91b8-2200ba31ea37&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=09b835ee-16e5-4961-91b8-2200ba31ea37&amp;amp;displaylang=en&lt;/A&gt;&lt;/P&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=1193" width="1" height="1"&gt;</description><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+to+try/default.aspx">Things to try</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/General/default.aspx">General</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+from+around+the+web/default.aspx">Things from around the web</category></item><item><title>How to read /.</title><link>http://bloggingabout.net/blogs/mischa/archive/2004/07/01/1111.aspx</link><pubDate>Thu, 01 Jul 2004 10:29:00 GMT</pubDate><guid isPermaLink="false">813b6dfd-644e-4573-a816-eebab56ba0d0:1111</guid><dc:creator>Mischa Kroon</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bloggingabout.net/blogs/mischa/rsscomments.aspx?PostID=1111</wfw:commentRss><comments>http://bloggingabout.net/blogs/mischa/archive/2004/07/01/1111.aspx#comments</comments><description>&lt;FONT size=2&gt;
&lt;P&gt;An explanation of the moderation system of /. with some tips. &lt;/P&gt;
&lt;P&gt;Somehow I just kept on reading /. since I was introduced to it a long time ago, it always kills time and usually in a good way :)&lt;/P&gt;
&lt;P&gt;&lt;A href="http://hdconsultants.us/archive/2004/06/02/HowToReadSlashdot.aspx"&gt;How To Read Slashdot&lt;/A&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://bloggingabout.net/aggbug.aspx?PostID=1111" width="1" height="1"&gt;</description><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+to+try/default.aspx">Things to try</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/General/default.aspx">General</category><category domain="http://bloggingabout.net/blogs/mischa/archive/tags/Things+from+around+the+web/default.aspx">Things from around the web</category></item></channel></rss>