<?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">guyS's WebLog</title><subtitle type="html">IShare, My DotNet Fingerprint</subtitle><id>http://weblogs.asp.net/guys/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.asp.net/guys/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.asp.net/guys/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2004-03-16T01:26:00Z</updated><entry><title>Kiss the Middle-tier Goodbye with SQL Server Yukon</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/guys/archive/2005/01/17/354553.aspx" /><id>http://weblogs.asp.net/guys/archive/2005/01/17/354553.aspx</id><published>2005-01-18T02:11:00Z</published><updated>2005-01-18T02:11:00Z</updated><content type="html">&lt;div&gt;&lt;font face="Arial" size="2"&gt;The article &lt;a href="http://www.devx.com/dbzone/Article/20471/0/page/1"&gt;Kiss the Middle-tier Goodbye with SQL Server Yukon&lt;/a&gt; which claim:&lt;/font&gt;&lt;/div&gt; &lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;em&gt;Yukon's new XML support features cut out the middleman and allow you to deal with your data directly on the database tier. Learn how to use these features to improve your database app's performance and design&lt;/em&gt;.&lt;/font&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;font face="Times New Roman" size="3"&gt;by Klaus Aschenbrenner. Caught my eyes..&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;How its reflect our&amp;nbsp;architecture considerations and specifically to the way we will design our DAL layer?&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;R we going to keep&amp;nbsp;only a rudimentary DAL layer and move the CRUD actions to the DB server?&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;A typical DAL will most likely to have&amp;nbsp;something like - &lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;void Save(string xmlTableData)&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;{&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;font face="Arial" size="2"&gt;//call the DB store procedure save with the parameters - xmlTableData of type Xml&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;}&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;Today I saw another presentation regards Yukon. Part of the&amp;nbsp;Xml features I already saw within Oracle DB by using custom packages. Still, I got the impression that Microsoft thoroughly&amp;nbsp;attacked the Xml support within SQL Server. Yukon support lots of the&amp;nbsp;&lt;a href="http://www.w3.org/TR/xquery/"&gt;XQUERY W3C language&lt;/a&gt;.&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;u&gt;Partial Yukon Xml features list&lt;/u&gt;:&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;We can use scheme to enforce constraints on Xml column but we can still work without it&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;Select, add, delete data from an Xml column within a DB table&lt;/font&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;Construct Xml structure as part as select statement using XPath&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;Get Xml parameter and convert it to tabular structured and vice versa&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;We saw part of the &lt;a href="http://www.w3.org/TR/xquery/"&gt;XQUERY FLWOR&lt;/a&gt; implementation which enable us to manipulate our Xml data using FLWOR expressions&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;u&gt;Immediate advantages to keep our data as Xml in the DB&lt;/u&gt;:&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;We enjoy our DB capabilities - backups, replication etc&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;Transaction operation on our data&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;With Yukon we will have strong set of options to manipulate Xml data before its being save to the DB Table and before we return it back to the client&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;We have flexible data format that can easily enhance and stretch in future releases&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;u&gt;Considerations/Note&lt;/u&gt;:&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;The performance implication when processing Xml within our server is still unknown on this stage. We sure need to take this point&amp;nbsp;into consideration.&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;[note - our table is lock when updating our Xml columns. Huge Xml will effect the lock time and effect&amp;nbsp;all the other users,&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;Right now, rational operation have better response time]&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;u&gt;Impression&lt;/u&gt;:&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;/span&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;As I see it - Yukon and other RDBS with rich&amp;nbsp; Xml support &lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;will be another architecture option&amp;nbsp;in our application architecture DAL alternative.&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;I think whoever have to Kiss his DAL is welcome to do it - but saying goodbye will be too soon.&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;u&gt;&lt;strong&gt;Other goodbye estimations&lt;/strong&gt;&lt;/u&gt;:&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;Kiss goodbye your Component Service Layer (because of Transaction namespace)&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;Kiss goodbye your Integration services layer (we have Biztalk and such)&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;Kiss goodbye your web client front end (click once)&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;span class="226063406"&gt;Kiss goodbye NUnit (we have build in testing tools&amp;nbsp;in Whidbey)&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;span class="226063406"&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;span class="226063406"&gt;Kiss goodbye WSE2, 3 and so (Indigo)&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;span class="226063406"&gt;Kiss goodbye part of your web developers (we have lots of out of the box, productive web controls and infra structure in Whidbey, meaning less work)&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;span class="226063406"&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/div&gt; &lt;div&gt;&lt;span class="226063406"&gt;&lt;font face="Arial" size="2"&gt;&lt;span class="226063406"&gt;Any other ideas?&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/div&gt; &lt;div&gt;&lt;font face="Arial" size="2"&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=354553" width="1" height="1"&gt;</content><author><name>guyS</name><uri>http://weblogs.asp.net/members/guyS.aspx</uri></author><category term="Data Layer Focus" scheme="http://weblogs.asp.net/guys/archive/tags/Data+Layer+Focus/default.aspx" /></entry><entry><title>Using XSL Transform with Objects Extension[framework2]</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/guys/archive/2005/01/07/348263.aspx" /><id>http://weblogs.asp.net/guys/archive/2005/01/07/348263.aspx</id><published>2005-01-07T07:32:00Z</published><updated>2005-01-07T07:32:00Z</updated><content type="html">In continue to the previous post here is another great walkthrough by ftponline web site author Thiru Thangarathinam regard XSLT performance but I find it also focus on object extensions during XSL transform process. This time its being done using the new XslCommand class that ship with Framework2 and is the core class for dealing with XSLT transformations. Here is a snippet of it XsltCommand command = new XsltCommand(); //Compile the XSL stylesheet command.Compile(Server.MapPath ("ProductsPaging...(&lt;a href="http://weblogs.asp.net/guys/archive/2005/01/07/348263.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=348263" width="1" height="1"&gt;</content><author><name>guyS</name><uri>http://weblogs.asp.net/members/guyS.aspx</uri></author><category term="Data Layer Focus" scheme="http://weblogs.asp.net/guys/archive/tags/Data+Layer+Focus/default.aspx" /></entry><entry><title>Web Control VS Designer Support - to do or not to do?</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/guys/archive/2004/04/17/115175.aspx" /><id>http://weblogs.asp.net/guys/archive/2004/04/17/115175.aspx</id><published>2004-04-17T10:37:00Z</published><updated>2004-04-17T10:37:00Z</updated><content type="html">&lt;FONT size=2&gt;
&lt;P&gt;Everyone agree that Custom composite web controls is fantastic way toward re-use, extend and all the bonuses we get from OO&lt;/P&gt;
&lt;P&gt;I want to share with you a difficulty we always encounter in the IT department I'm part of.&lt;/P&gt;
&lt;P&gt;Our IT project managers new slogan is try to do "more with less". This is because of budget considerations &amp;amp; Time to market constraints.&lt;/P&gt;
&lt;P&gt;Usually this leads to the following results - when we need to set a design to a module that can be re-use in different pages of our application it will be done using User Control. User Control are easy &amp;amp; intuitive way to code re-usable visual component that will use in different places within the web applications (again do more with less is guiding principle).&lt;/P&gt;
&lt;P&gt;When we need a control that we know it could be re-use in different applications (multiple file upload control for example) we design it as a custom web control or composite web control. &lt;/P&gt;
&lt;P&gt;[The different is the custom web control is existing web control we extend to gain new functionality (inherits from TextBox, Label or other existing web control). Composite web control is few web controls that together with attached methods and events gives us the required functionality]&lt;/P&gt;
&lt;P&gt;The problem is (and this is what I am aiming for) we get the resources (developers, time, budget) to the develop the must functionality which is the Web Control itself but we cannot convince our project manager why we need to implement the Designer support for our web control.&lt;/P&gt;
&lt;P&gt;The project requirements being divided into high priority feature list and "nice to have" features. The support of the VS Designer to a re-usable custom web control categories as "nice to have" feature. When we said the designer support will enlarge developer users productivity but we will need more time in order to supply it their answer is write a short, clear&amp;nbsp;developer guide instead.&lt;/P&gt;
&lt;P&gt;This is why all of our custom/composite controls in our IT department do not have designer support&lt;/P&gt;
&lt;P&gt;When a developer drag one of our custom control to the designer form he will get in the control display something like&lt;/P&gt;
&lt;P&gt;"Error creating control" or "There was an error rendering the control"&lt;/P&gt;
&lt;P&gt;Now - the thing is that (and I want to be honest with you )&amp;nbsp;even when we got the OK from our project manager to add VS designer support then we don't have the motivation to do it.&lt;/P&gt;
&lt;P&gt;We are not component providers specialists that have to supply enhance controls with designer support to make the control more productive.&lt;/P&gt;
&lt;P&gt;We also prefer to get into other .NET Namespaces that will be more valuable to us and to our department instead of drill down the VS designer namespace which is not often used by different software companies that are not component providers.&lt;/P&gt;
&lt;P&gt;I guess you encounter this problem too.&lt;/P&gt;
&lt;P&gt;Now, what I suggest is the following - &lt;/P&gt;
&lt;P&gt;Microsoft or one of the leading component provider will supply a simple VS integrated wizard that will build and attach the VS designer class support for our custom/composite class (I guess that with reflection this is possible)&lt;/P&gt;
&lt;P&gt;The wizard engine will find our public properties &amp;amp; events and build for it the required VS support&lt;/P&gt;
&lt;P&gt;I think this kind of Wizard can be really essential &amp;amp; complementary tool for lots of developers&lt;/P&gt;
&lt;P&gt;Don't u think?&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=115175" width="1" height="1"&gt;</content><author><name>guyS</name><uri>http://weblogs.asp.net/members/guyS.aspx</uri></author><category term="Tech Misc" scheme="http://weblogs.asp.net/guys/archive/tags/Tech+Misc/default.aspx" /><category term="Web Controls" scheme="http://weblogs.asp.net/guys/archive/tags/Web+Controls/default.aspx" /></entry><entry><title>List2List composite web control walkthrough</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/guys/archive/2004/03/26/97046.aspx" /><id>http://weblogs.asp.net/guys/archive/2004/03/26/97046.aspx</id><published>2004-03-26T20:37:00Z</published><updated>2004-03-26T20:37:00Z</updated><content type="html">&lt;FONT size=2&gt;
&lt;P&gt;&lt;A href="http://weblogs.asp.net/guys/articles/95758.aspx"&gt;List2List custom control walkthrough Article &lt;/A&gt;show the basic considerations &amp;amp; steps when building a custom composite Web Control.&lt;/P&gt;
&lt;P&gt;This actually my first web control - I enjoyed every minute when working on it and learning the basics&lt;/P&gt;
&lt;P&gt;Demo &amp;amp; code available&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=97046" width="1" height="1"&gt;</content><author><name>guyS</name><uri>http://weblogs.asp.net/members/guyS.aspx</uri></author><category term="ASP.NET" scheme="http://weblogs.asp.net/guys/archive/tags/ASP.NET/default.aspx" /><category term="Bits &amp;amp; Bytes" scheme="http://weblogs.asp.net/guys/archive/tags/Bits+_2600_amp_3B00_+Bytes/default.aspx" /></entry><entry><title>XML2HTML_ENTRY_FORM : The XML Structure - Step #1</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/guys/archive/2004/03/21/93524.aspx" /><id>http://weblogs.asp.net/guys/archive/2004/03/21/93524.aspx</id><published>2004-03-21T19:04:00Z</published><updated>2004-03-21T19:04:00Z</updated><content type="html">&lt;FONT size=2&gt;
&lt;P&gt;I'm working on a module that should &lt;B&gt;construct HTML forms + JS Functionality (for different input events) &lt;/B&gt;from a pre-defines XML's that contains set of rules as followed: &lt;/P&gt;&lt;B&gt;
&lt;P&gt;Definition of each input in the form -&lt;/B&gt; this XML will be send to the client and back to the server with the form input element values as part of it&lt;/P&gt;
&lt;P&gt;The &lt;B&gt;Validation/s &lt;/B&gt;we will do on the client browser for the specified input element/s&lt;/P&gt;&lt;B&gt;
&lt;P&gt;Dependencies between elements&lt;/B&gt; (behaviors)- for example: when a ListBox of Customers value changes - we should change the ListBox of the Support Persons&lt;/P&gt;
&lt;P&gt;After I search for something similar in Google and I didn't find equivalent source code, walkthrough or product&lt;/P&gt;
&lt;P&gt;I hope that someone could assist me from his experience while working on a similar solution.&lt;/P&gt;
&lt;P&gt;Or by directing me to a product that gives this functionality or to direct me to relevant resources that can help &lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;&lt;A href="http://weblogs.asp.net/guys/articles/93521.aspx"&gt;&lt;U&gt;&lt;FONT color=#0000ff size=2&gt;For more details click here&lt;/U&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;FONT size=2&gt; ...&lt;/P&gt;&lt;/FONT&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=93524" width="1" height="1"&gt;</content><author><name>guyS</name><uri>http://weblogs.asp.net/members/guyS.aspx</uri></author><category term="Bits &amp;amp; Bytes" scheme="http://weblogs.asp.net/guys/archive/tags/Bits+_2600_amp_3B00_+Bytes/default.aspx" /></entry><entry><title>PocketPC must to have utilities</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/guys/archive/2004/03/19/92891.aspx" /><id>http://weblogs.asp.net/guys/archive/2004/03/19/92891.aspx</id><published>2004-03-19T19:53:00Z</published><updated>2004-03-19T19:53:00Z</updated><content type="html">&lt;FONT size=2&gt;
&lt;P&gt;I've just bought my first pocket pc. I must confess, there was a lot of excitement.&lt;/P&gt;
&lt;P&gt;I started to check the right software utilities for me, that I can use in my PocketPC and make my life easier.&lt;/P&gt;
&lt;P&gt;I find what I wanted after browsing &lt;A href="http://www.microsoft.com/windowsmobile/catalog/default.aspx?xslt=category&amp;amp;pgn=288b7d3d-251a-461c-af27-0e6585fd4ef1&amp;amp;subid=22&amp;amp;sortcolumn=default&amp;amp;sort=ascending&amp;amp;page=2&amp;amp;pageSet=1"&gt;Microsoft mobile web site software catalog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In order to keep truck on my appointments, tasks and contacts I bought the &lt;A href="http://www.pocketinformant.com/p_pocketinformant.php"&gt;Informant 5.1&lt;/A&gt; for 29$ - excellent!!&lt;/P&gt;
&lt;P&gt;For ideas in highlights and ToDo lists I use the &lt;A href="http://www.iliumsoft.com/site/lp/listpro.htm"&gt;ListPro from IliumSoft&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;For keeping my different web site user names, passwords pairs I&amp;nbsp;use &lt;A href="http://www.iliumsoft.com/site/ew/ewallet.htm"&gt;ewallet &lt;/A&gt;also from IliumSoft. Right now the list consists 12 user names/pwds&lt;/P&gt;
&lt;P&gt;Until we will have a single sign on on the web I will need this great software. Its cost only 29.95US$&lt;/P&gt;
&lt;P&gt;I found that the Microsoft notes software is good enough for writing short blogs and other short technical paragraphs on different subjects&lt;/P&gt;
&lt;P&gt;When&amp;nbsp;I want to play&amp;nbsp;I&amp;nbsp;use- a chess game I bought in &lt;A href="http://www.ipaqchoice.com/"&gt;IPACKChoice web site&lt;/A&gt;, tetris and packman sharewares&lt;/P&gt;
&lt;P&gt;I also think of buying the &lt;A href="http://www.microsoft.com/windowsmobile/catalog/default.aspx?xslt=detail&amp;amp;subid=22&amp;amp;pgn=d215996b-b41a-4446-8baf-12092e5a6adb"&gt;Battery Pack 2003&lt;/A&gt; which seems very useful&lt;/P&gt;
&lt;P&gt;The advantages of using IPAQ are huge - I stopped using notes for my ideas &amp;amp; design concepts (lots of notes), contacts phone. I also have a better control of my tasks and tasks progress status. I have in one place my subscriptions to web sites details.&lt;/P&gt;
&lt;P&gt;Today, while I was waiting to my wife in my car I wrote 70% of this blog - isn't that nice?&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=92891" width="1" height="1"&gt;</content><author><name>guyS</name><uri>http://weblogs.asp.net/members/guyS.aspx</uri></author><category term="Tech Misc" scheme="http://weblogs.asp.net/guys/archive/tags/Tech+Misc/default.aspx" /></entry><entry><title>Is it OK to Share your Knowledge &amp; Opinion in a Blog</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/guys/archive/2004/03/19/92520.aspx" /><id>http://weblogs.asp.net/guys/archive/2004/03/19/92520.aspx</id><published>2004-03-19T06:22:00Z</published><updated>2004-03-19T06:22:00Z</updated><content type="html">&lt;FONT size=2&gt;
&lt;P&gt;I think the problematic situation start when you are sharing opinions and knowledge we gain or adopt while working for our employer who pay us from his money in order that we will have the opportunity to gain new skills for his advantages.&lt;/P&gt;
&lt;P&gt;I think most of us sign a confidential agreement before we start to work for our employer,in which we are obligated to keep any knowledge (sometimes it's called opinions) we get during our daily work private.&lt;/P&gt;
&lt;P&gt;For example - you find a great tip while working with one of the ASP.NET controls at your work office. Can u share it with other? Is it absolutely right to do so? After you find this amazing tip you have changed your opinion on this control - can you share it with other?&lt;/P&gt;
&lt;P&gt;Another example - you found a great web site after 1.5 hours of searching in the net at your work office. Then you browse in the site content for another 1.5 hour and read its articles which you find helpful (again - in your work office). Can you share it with other?&lt;/P&gt;
&lt;P&gt;I've just started my own blog 1 week ago and I explained &lt;A href="http://weblogs.asp.net/guys/archive/2004/03/16/90262.aspx"&gt;why I want to blog&lt;/A&gt;- I still confused what I alloed to publish there&lt;/P&gt;
&lt;P&gt;I also want to post a short walkthrough on how to represent an HTML Entry form as XML. I had to do the design in work and I would like to share it with others. I did not invent anything new but still, do I have the right to publish this post?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=92520" width="1" height="1"&gt;</content><author><name>guyS</name><uri>http://weblogs.asp.net/members/guyS.aspx</uri></author><category term="Tech Misc" scheme="http://weblogs.asp.net/guys/archive/tags/Tech+Misc/default.aspx" /></entry><entry><title>Why I need this new blog?</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/guys/archive/2004/03/16/90262.aspx" /><id>http://weblogs.asp.net/guys/archive/2004/03/16/90262.aspx</id><published>2004-03-16T05:26:00Z</published><updated>2004-03-16T05:26:00Z</updated><content type="html">&lt;P&gt;Hi everyone [ok - the first weeks&amp;nbsp;r actually - Hi to Me Again:-)&amp;nbsp; ]&lt;/P&gt;
&lt;P&gt;This is my new blog and and my first post, I'm trying to answer to myself what was the motivation to do it (Its not that I'm bored and have too much spare time)? &lt;/P&gt;
&lt;P&gt;&lt;BR&gt;My first conclusion was that I need this blog to maintain my daily experience knowledge in 24x7 electronic media. A place where I can add and manage my How To's, my favorite articles and the list is long. The advantages are huge - no more IE Favorite, no more several PCs (work, home) with lost information pieces - All the right Info for me will be in this blog &lt;/P&gt;
&lt;P&gt;But, the more I think of it, I get the understanding that there is additional reason - which is the real reason. In the last 2 years something good has been happening in the software industry - people started to share there information and experience with others colleague(its not so easy as its seems).&lt;/P&gt;
&lt;P&gt;This is one of the good things the Internet gave us - a giant reference, tutorials and of course blogs&lt;/P&gt;
&lt;P&gt;Two years ago, when someone had a good idea for a "killer" application - he tried his first steps to a start up. Today - the same guy will write an Article about this "killer" application or will give it few words in his blog - nothing more.&lt;/P&gt;
&lt;P&gt;So, this is why I start to blog - I want to add my small contribution to this giant sharing media and write about my daily experience while designing and implementing N-Tier applications. &lt;/P&gt;
&lt;P&gt;I hope you find this blog interesting and helpful;-)&lt;/P&gt;&lt;FONT face=Arial size=2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=90262" width="1" height="1"&gt;</content><author><name>guyS</name><uri>http://weblogs.asp.net/members/guyS.aspx</uri></author><category term="Tech Misc" scheme="http://weblogs.asp.net/guys/archive/tags/Tech+Misc/default.aspx" /></entry></feed>