<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.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>Paolo's Notes : NETnotifier</title><link>http://weblogs.asp.net/pmarcucci/archive/tags/NETnotifier/default.aspx</link><description>Tags: NETnotifier</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Whups. Maybe some source code would be nice, eh?</title><link>http://weblogs.asp.net/pmarcucci/archive/2003/02/18/2576.aspx</link><pubDate>Tue, 18 Feb 2003 15:34:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2576</guid><dc:creator>Pmarcucci</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/pmarcucci/rsscomments.aspx?PostID=2576</wfw:commentRss><comments>http://weblogs.asp.net/pmarcucci/archive/2003/02/18/2576.aspx#comments</comments><description>
&lt;P&gt;After posting the &lt;A 
href="http://dotnetweblogs.com/PMarcucci/Story/2523.aspx"&gt;How To Create A 
Service For NETnotifier &lt;/A&gt;story, I remembered that I referenced some classes 
that would be quite difficult for you to just "invent" :)&lt;/P&gt;
&lt;P&gt;So, &lt;A href="http://www.netnotifier.net/files/service.cs"&gt;here is the code 
&lt;/A&gt;you need to drop in your project folder. And &lt;A 
href="http://www.netnotifier.net/files/app.config"&gt;here is the config file 
&lt;/A&gt;that goes with it, just copy &amp;amp; paste the key line and then modify it to 
point either to your internal server or to the official NETnotifier 
one.&lt;/P&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=2576" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/pmarcucci/archive/tags/NETnotifier/default.aspx">NETnotifier</category></item><item><title>How to create a Service Provider for NETnotifier </title><link>http://weblogs.asp.net/pmarcucci/archive/2003/02/17/2524.aspx</link><pubDate>Mon, 17 Feb 2003 20:53:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2524</guid><dc:creator>Pmarcucci</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/pmarcucci/rsscomments.aspx?PostID=2524</wfw:commentRss><comments>http://weblogs.asp.net/pmarcucci/archive/2003/02/17/2524.aspx#comments</comments><description>&lt;P&gt;Now that you've installed NETnotifier and the WinForms client, you're probably wondering... "Well? Is something supposed to happen?". Not if you haven't subscribed to any service. And even in that case, the said service should provide you with some notifications.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://dotnetweblogs.com/PMarcucci/Story/2523.aspx"&gt;Read more...&lt;/A&gt;&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=2524" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/pmarcucci/archive/tags/NETnotifier/default.aspx">NETnotifier</category></item><item><title>First snag</title><link>http://weblogs.asp.net/pmarcucci/archive/2003/02/15/2467.aspx</link><pubDate>Sun, 16 Feb 2003 00:46:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2467</guid><dc:creator>Pmarcucci</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/pmarcucci/rsscomments.aspx?PostID=2467</wfw:commentRss><comments>http://weblogs.asp.net/pmarcucci/archive/2003/02/15/2467.aspx#comments</comments><description>
&lt;P&gt;Ok, it was too easy to work at the first try, right?&lt;/P&gt;
&lt;P&gt;If you configure the server to use a SQL Server database, you have to modify 
the table DELIVERIES and set the field DELIVERY_IDX as an 
identity.&lt;/P&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=2467" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/pmarcucci/archive/tags/NETnotifier/default.aspx">NETnotifier</category></item><item><title>notifierClient v0.1 alpha installation notes</title><link>http://weblogs.asp.net/pmarcucci/archive/2003/02/15/2463.aspx</link><pubDate>Sat, 15 Feb 2003 23:24:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2463</guid><dc:creator>Pmarcucci</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/pmarcucci/rsscomments.aspx?PostID=2463</wfw:commentRss><comments>http://weblogs.asp.net/pmarcucci/archive/2003/02/15/2463.aspx#comments</comments><description>
&lt;P&gt;&lt;STRONG&gt;notifierClient&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This is a sample WinForms implementation of a client application that 
connects to the NETnotifier server. To install it, just extract it to any 
folders, edit the &lt;FONT face="Courier New" size=2&gt;notifierClient.exe.config 
&lt;/FONT&gt;file and comment as needed the lines&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
  &lt;P&gt;&lt;FONT face="Courier New" size=2&gt;&amp;lt;!--&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;add 
  key="NETnotifierServer" value="&lt;/FONT&gt;&lt;A 
  href="http://localhost/NETnotifier"&gt;&lt;FONT face="Courier New" 
  size=2&gt;http://localhost/NETnotifier&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face="Courier New" 
  size=2&gt;" /&amp;gt;&lt;BR&gt;--&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;add key="NETnotifierServer" 
  value="&lt;/FONT&gt;&lt;A href="http://www.netnotifier.net"&gt;&lt;FONT face="Courier New" 
  size=2&gt;http://www.netnotifier.net&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face="Courier New" size=2&gt;" 
  /&amp;gt;&lt;BR&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size=2&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P dir=ltr style="MARGIN-RIGHT: 0px"&gt;&lt;FONT face="Courier New" size=2&gt;The &lt;A 
href="http://www.netnotifier.net"&gt;http://www.netnotifier.net&lt;/A&gt; server is the 
official server, but it's still in a 0.1 alpha version, so uptime is not really 
my main concern :)&lt;/P&gt;&lt;/FONT&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=2463" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/pmarcucci/archive/tags/NETnotifier/default.aspx">NETnotifier</category></item><item><title>NETnotifier Server configuration</title><link>http://weblogs.asp.net/pmarcucci/archive/2003/02/15/2462.aspx</link><pubDate>Sat, 15 Feb 2003 23:17:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2462</guid><dc:creator>Pmarcucci</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/pmarcucci/rsscomments.aspx?PostID=2462</wfw:commentRss><comments>http://weblogs.asp.net/pmarcucci/archive/2003/02/15/2462.aspx#comments</comments><description>
&lt;P&gt;&lt;STRONG&gt;NETnotifier&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;This is the actual server application. Extract the zip file into a folder, 
then web share that folder with the alias NETnotifier. Now you can access the 
WSDL interfaces by pointing your browser to &lt;A 
href="http://localhost/NETnotifier"&gt;http://localhost/NETnotifier&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;You could of course, if you had a SQL Server 2000 database configured 
correctly. If you don't, there are two ways to get around this little snag:&lt;/P&gt;
&lt;UL&gt;
  &lt;LI&gt;&lt;STRONG&gt;Use the sample Access database included in the data 
  subfolder&lt;/STRONG&gt;. To have the server using that database, comment as needed 
  the following lines in web.config:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/LI&gt;&lt;/UL&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
  &lt;P&gt;&lt;FONT face="Courier New" size=2&gt;&amp;lt;appSettings&amp;gt;&lt;BR&gt;&amp;lt;!-- access 
  &lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;add key= "conn"value="Provider=Microsoft.Jet.OLEDB.4.0; 
  Data 
  Source=c:\\myfolder\\NETnotifier\\data\\NETnotifier.mdb" 
  /&amp;gt;&lt;BR&gt;--&amp;gt;&lt;BR&gt;&amp;lt;!-- sql server --&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;add key= 
  "conn"value="Provider=sqloledb;Data Source=localhost;Initial 
  Catalog=NETnotifier;Integrated Security=SSPI;" /&amp;gt;&lt;BR&gt;&amp;lt;!-- 
  --&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;/appSettings&amp;gt;&lt;BR&gt;&lt;/P&gt;&lt;/FONT&gt;
  &lt;P&gt;Of course, change c:\\myfolder\\ to the folder where 
  you have extracted the zip file.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;UL&gt;
  &lt;LI&gt;&lt;STRONG&gt;Configure a SQL Server 2000 database&lt;/STRONG&gt;. Create a 
  NETnotifier database in an instance of SQL Server 2000, then import the tables 
  and data from the sample Access database. Remember to grant dbo_owner 
  permissions to the ASPNET user.&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;To test if the application is correctly installed, point a browser to &lt;A 
href="http://locahost/NETnotifier/user.asmx"&gt;http://locahost/NETnotifier/user.asmx&lt;/A&gt; 
and call the Login method using test/test as username/password. If everything is 
configured correctly, you should receive back a return status and a GUID.&lt;/P&gt;
&lt;P&gt;Congratulations, you have a copy of NETnotifier running.&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=2462" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/pmarcucci/archive/tags/NETnotifier/default.aspx">NETnotifier</category></item><item><title>NETnotifier version 0.1 alpha</title><link>http://weblogs.asp.net/pmarcucci/archive/2003/02/15/2461.aspx</link><pubDate>Sat, 15 Feb 2003 23:15:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2461</guid><dc:creator>Pmarcucci</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/pmarcucci/rsscomments.aspx?PostID=2461</wfw:commentRss><comments>http://weblogs.asp.net/pmarcucci/archive/2003/02/15/2461.aspx#comments</comments><description>
&lt;P&gt;That's kind of a mouthful, but I wanted to drive home the 
point that this is VERY experimental software, in the sense that it has huge 
margins of improvement :)&lt;/P&gt;
&lt;P&gt;You can download executables and sources for both the server and the client 
here:&lt;/P&gt;
&lt;UL&gt;
  &lt;LI&gt;&lt;A 
  href="http://www.netnotifier.net/files/NETnotifier v0.1a - Sources.zip"&gt;NETnotifier 
  v0.1a - Sources&lt;/A&gt;&amp;nbsp;(224Kb)&lt;/LI&gt;
  &lt;LI&gt;&lt;A 
  href="http://www.netnotifier.net/files/notifierClient v0.1a - Sources.zip"&gt;notifierClient 
  v0.1a - Sources&lt;/A&gt;&amp;nbsp;(556 Kb)&lt;/LI&gt;
  &lt;LI&gt;&lt;A 
  href="http://www.netnotifier.net/files/notifierClient v0.1a - Executable.zip"&gt;notifierClient 
  v0.1a - Executable&lt;/A&gt;&amp;nbsp;(41.5Kb)&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;More details about installation in the following posts.&lt;/P&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=2461" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/pmarcucci/archive/tags/NETnotifier/default.aspx">NETnotifier</category></item><item><title>Layered development</title><link>http://weblogs.asp.net/pmarcucci/archive/2003/02/12/2310.aspx</link><pubDate>Wed, 12 Feb 2003 17:23:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2310</guid><dc:creator>Pmarcucci</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/pmarcucci/rsscomments.aspx?PostID=2310</wfw:commentRss><comments>http://weblogs.asp.net/pmarcucci/archive/2003/02/12/2310.aspx#comments</comments><description>&lt;P&gt;Sorry for the lack of updates in the last few days. I know that I promised a first release of NETnotifier by the past weekend, but I wanted the code to be of good enough quality not to be thrown away immediately :)&lt;/P&gt;
&lt;P&gt;&lt;IMG hspace=10 src="http://www.paolomarcucci.com/Images/nnc_login.png" align=left&gt;So, while the code is 95% complete and some beta testing is happening, I've started doing some code reviews. At the beginning of this project I laid down a vague plan and sketched the overall architecture and the database schema on a couple of pieces of paper. From there I figured out the class hierarchy, wote down the classes names in a text editor and started adding methods and properties in a hierarchical way. After a bit of manual refactoring, I had a pretty clear view of the class hierarchy and started implementing it.&lt;/P&gt;
&lt;P&gt;Of course the first method of the first class is wonderfully documented, with comments on every line, each variable painfully described, etc etc...&lt;/P&gt;
&lt;P&gt;&lt;IMG hspace=10 src="http://www.paolomarcucci.com/Images/nnc_addsub.png" align=left&gt;The second method wasn't documented that good. I got into "the zone" and couldn't stop coding because I wanted to see this fairly involved application do &lt;STRONG&gt;something&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;This means that the amount of documentation decreases in a hyperbolic function from the first method implemented to the last one. AKA, the classes from the third to the last one are pretty much non commented.&lt;/P&gt;
&lt;P&gt;So I have to comment the code. While I'm at it, I thought it would be nice to be proactive and figure out security risks right from the beginning. Problem is, I've never done this and I have no idea where to start from. Is there a methodology to follow? Or is just pure talent and luck that make up a code reviewer?&lt;/P&gt;
&lt;P&gt;&lt;IMG hspace=10 src="http://www.paolomarcucci.com/Images/nnc_alert.png" align=left&gt;Anyways, the system is looking good and it's going to be out in a matter of days. I suppose Valentine's out of the question, but by Sunday you will be able to subscribe to a couple of services and receive alerts directly on your desktops.&lt;/P&gt;
&lt;P&gt;This, of course, if nothing really bad happens :)&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=2310" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/pmarcucci/archive/tags/NETnotifier/default.aspx">NETnotifier</category></item><item><title>NETnotifier getting close to a real release</title><link>http://weblogs.asp.net/pmarcucci/archive/2003/02/08/2040.aspx</link><pubDate>Sat, 08 Feb 2003 10:37:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:2040</guid><dc:creator>Pmarcucci</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/pmarcucci/rsscomments.aspx?PostID=2040</wfw:commentRss><comments>http://weblogs.asp.net/pmarcucci/archive/2003/02/08/2040.aspx#comments</comments><description>
&lt;P&gt;It's 2.34am.&lt;/P&gt;
&lt;P&gt;&lt;IMG alt="" hspace=10 
src="http://www.paolomarcucci.com/NETnotifier/icon_100x100.png" align=right 
border=0&gt;But NETnotifier has not been changed for four hours (that means it's 
working correctly, as excpected) and I only went forward finishing the client 
component.&lt;/P&gt;
&lt;P&gt;This is very good news for my planned weekend release of the service and the 
client. Now I'm going to bed and tomorrow it will be documentation day :)&lt;/P&gt;
&lt;P&gt;PS: the image here is the official NETnotifier logo...&lt;/P&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=2040" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/pmarcucci/archive/tags/NETnotifier/default.aspx">NETnotifier</category></item><item><title>Weblogs.com Monitoring</title><link>http://weblogs.asp.net/pmarcucci/archive/2003/02/06/672.aspx</link><pubDate>Thu, 06 Feb 2003 15:47:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:672</guid><dc:creator>Pmarcucci</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/pmarcucci/rsscomments.aspx?PostID=672</wfw:commentRss><comments>http://weblogs.asp.net/pmarcucci/archive/2003/02/06/672.aspx#comments</comments><description>
&lt;P&gt;Matthew Langham &lt;A 
href="http://radio.weblogs.com/0103021/2003/02/06.html"&gt;wonders&lt;/A&gt; how to be 
notified of updates on &lt;A href="http://www.weblogs.com"&gt;weblogs.com&lt;/A&gt;. Well 
Matthew, that's what &lt;A 
href="http://dotnetweblogs.com/PMarcucci/archive/02032003.aspx"&gt;NETnotifier 
&lt;/A&gt;is being built for :)&lt;/P&gt;
&lt;P&gt;I'm going to write a service provider that interfaces with weblogs.com and 
give it a try later today.&lt;/P&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=672" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/pmarcucci/archive/tags/NETnotifier/default.aspx">NETnotifier</category></item><item><title>NETnotifier code</title><link>http://weblogs.asp.net/pmarcucci/archive/2003/02/04/340.aspx</link><pubDate>Tue, 04 Feb 2003 18:35:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:340</guid><dc:creator>Pmarcucci</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/pmarcucci/rsscomments.aspx?PostID=340</wfw:commentRss><comments>http://weblogs.asp.net/pmarcucci/archive/2003/02/04/340.aspx#comments</comments><description>
&lt;P&gt;             
           [Edited to remove 
obsolete links]&lt;/P&gt;
&lt;P&gt;I've uploaded the source codes for NETnotifier v0.1 and a sample WinForms 
client. The data store used in this release is Microsoft Access, but that can be 
swapped out for SQL Server or other databases quite easily (using the OleDb 
classes).&lt;/P&gt;
&lt;P&gt;Keep in mind that this is mostly&amp;nbsp;proof of concept code, security roles 
are not implemented and I have to think about workflows a bit more in depth 
:)&lt;/P&gt;
&lt;P&gt;If anyone is reading this, please get the code and let me know what you 
think.&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=340" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/pmarcucci/archive/tags/NETnotifier/default.aspx">NETnotifier</category></item><item><title>NETnotifier</title><link>http://weblogs.asp.net/pmarcucci/archive/2003/02/03/314.aspx</link><pubDate>Tue, 04 Feb 2003 07:16:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:314</guid><dc:creator>Pmarcucci</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/pmarcucci/rsscomments.aspx?PostID=314</wfw:commentRss><comments>http://weblogs.asp.net/pmarcucci/archive/2003/02/03/314.aspx#comments</comments><description>
&lt;P&gt;NETnotifier is, basically, a notification engine.&lt;/P&gt;
&lt;P&gt;A notification engine (in my warped imagination)&amp;nbsp;is a server side 
application that exposes two webservice interfaces towards service providers and 
clients. A message sent by a service provider to NETnotifier can be delivered to 
the clients subscribed to said service.&lt;/P&gt;
&lt;P&gt;It sounds confusing (or it's just my prose), so let's see an example:&lt;/P&gt;
&lt;P&gt;A web forum software could be the service provider. One of the services 
provided by the web forum could be a notification of replies to a thread where a 
user contributed. The user will be informed in (semi)real time of new posts.&lt;/P&gt;
&lt;P&gt;How does this work?&lt;/P&gt;
&lt;P&gt;The service provider requests an account to the mantainer of the NETnotifier 
node. It is then issued a unique code that will be used in all subsequent 
communications from the web forum software.&lt;/P&gt;
&lt;P&gt;A user creates an account on the NETnotifier node and subscribes to the web 
forum service.&lt;/P&gt;
&lt;P&gt;Whenever the service provider sends a message to NETnotifier, the message is 
forwarded to all the user subscribed to that service.&lt;/P&gt;
&lt;P&gt;And after reading what I just wrote, I'll understand if you'll suddenly feel 
the need to take a break or something... the concept is awfully described. 
:)&lt;/P&gt;
&lt;P&gt;But it works and has some definite advantages compared to, say, .NET Alerts 
or similar services. First of all, it's free, it can be federated and there are 
(planned) three different methods of delivery for notifications. I'm going to 
release some working code tomorrow night, so people out there can take a look 
and give me some feedback.&lt;/P&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=314" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/pmarcucci/archive/tags/NETnotifier/default.aspx">NETnotifier</category></item></channel></rss>