<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://devpinoy.org/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Programming is Passion,Software Development is an Adventure- Willy David Jr </title><subtitle type="html">Programming is Passion,Software Development is an Adventure- Willy David Jr </subtitle><id>http://devpinoy.org/blogs/willydavidjr/atom.aspx</id><link rel="alternate" type="text/html" href="http://devpinoy.org/blogs/willydavidjr/default.aspx" /><link rel="self" type="application/atom+xml" href="http://devpinoy.org/blogs/willydavidjr/atom.aspx" /><generator uri="http://communityserver.org" version="4.0.30417.1769">Community Server</generator><updated>2007-09-30T13:40:00Z</updated><entry><title>Adding AJAX to ASP.NET 2.0 Websites</title><link rel="alternate" type="text/html" href="/blogs/willydavidjr/archive/2008/07/24/adding-ajax-to-asp-net-2-0-websites.aspx" /><id>/blogs/willydavidjr/archive/2008/07/24/adding-ajax-to-asp-net-2-0-websites.aspx</id><published>2008-07-24T14:52:00Z</published><updated>2008-07-24T14:52:00Z</updated><content type="html">This was really my problem wayback I starting learning AJAX. I cannot figure it out on how to add AJAX capability if I already have an existing website. One solution I remember at that time is I created an AJAX enabled website and transfer all my work there. Quite a tedious task, but that&amp;#39;s what I really did! Anyway, as a benefits for others so that they will learn from my lesson, you don&amp;#39;t really need to transfer your work, all you need is a bit of referencing, and additional configuration...(&lt;a href="http://devpinoy.org/blogs/willydavidjr/archive/2008/07/24/adding-ajax-to-asp-net-2-0-websites.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=26495" width="1" height="1"&gt;</content><author><name>willydavidjr</name><uri>http://devpinoy.org/members/willydavidjr/default.aspx</uri></author><category term="ASP.NET" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/ASP.NET/default.aspx" /><category term="ASP.NET 2.0" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/ASP.NET+2.0/default.aspx" /><category term="AJAX" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/AJAX/default.aspx" /><category term="Postback" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Postback/default.aspx" /><category term="Adding AJAX" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Adding+AJAX/default.aspx" /><category term="Adding AJAX to ASP.NET 2.0 Websites" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Adding+AJAX+to+ASP.NET+2.0+Websites/default.aspx" /></entry><entry><title>Problem on Postback when using Modal Pop-up Window</title><link rel="alternate" type="text/html" href="/blogs/willydavidjr/archive/2008/07/10/problem-on-postback-when-using-modal-pop-up-window.aspx" /><id>/blogs/willydavidjr/archive/2008/07/10/problem-on-postback-when-using-modal-pop-up-window.aspx</id><published>2008-07-09T22:30:00Z</published><updated>2008-07-09T22:30:00Z</updated><content type="html">I was doing an online job application this week when I encounter this problem. I can create Modal pop-up window using BLOCKED SCRIPT myLinkButton.Attributes.Add(&amp;quot;onclick&amp;quot;, &amp;quot;BLOCKED SCRIPTwindow.showModalDialog(&amp;#39;http://&amp;quot; + myUrl + &amp;quot;&amp;#39;)&amp;quot;); Everything works fine, because the user cannot navigate to any other page unless he/she closes the window first. Until one thing, when he presses or click the Submit button of the modal popup, another window opens, the same window...(&lt;a href="http://devpinoy.org/blogs/willydavidjr/archive/2008/07/10/problem-on-postback-when-using-modal-pop-up-window.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=26244" width="1" height="1"&gt;</content><author><name>willydavidjr</name><uri>http://devpinoy.org/members/willydavidjr/default.aspx</uri></author><category term="ASP.NET" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/ASP.NET/default.aspx" /><category term="ASP.NET 2.0" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/ASP.NET+2.0/default.aspx" /><category term="Modal Pop-up" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Modal+Pop-up/default.aspx" /><category term="Modal" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Modal/default.aspx" /><category term="Frame Control" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Frame+Control/default.aspx" /><category term="Frame" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Frame/default.aspx" /><category term="Modal Pop-up Window" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Modal+Pop-up+Window/default.aspx" /><category term="Postback" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Postback/default.aspx" /><category term="Javascript" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Javascript/default.aspx" /></entry><entry><title>Using ASP.NET Session State in a Web Service </title><link rel="alternate" type="text/html" href="/blogs/willydavidjr/archive/2008/06/13/using-asp-net-session-state-in-a-web-service.aspx" /><id>/blogs/willydavidjr/archive/2008/06/13/using-asp-net-session-state-in-a-web-service.aspx</id><published>2008-06-13T11:24:00Z</published><updated>2008-06-13T11:24:00Z</updated><content type="html">Since yesterday, I am having problem creating a Session State in a Web Service. First the session creates a unique ID everytime you invoke the method. Second you need to tell the web service method that you will use session state. I&amp;#39;ve seen a lot of example out there, but I am having trouble increment the hits of my web service method. I think there is a problem with their code. So here&amp;#39;s what I did: 1.) First Create the Web Methods. Make sure your set the EnableSession to true: (One is to...(&lt;a href="http://devpinoy.org/blogs/willydavidjr/archive/2008/06/13/using-asp-net-session-state-in-a-web-service.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=25845" width="1" height="1"&gt;</content><author><name>willydavidjr</name><uri>http://devpinoy.org/members/willydavidjr/default.aspx</uri></author><category term="ASP.NET" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/ASP.NET/default.aspx" /><category term="ASP.NET 2.0" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/ASP.NET+2.0/default.aspx" /><category term="Session State" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Session+State/default.aspx" /><category term="Web Service" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Web+Service/default.aspx" /><category term="Session" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Session/default.aspx" /></entry><entry><title>Microsoft Student Partners’ Graduation: One of my Best Day in Microsoft</title><link rel="alternate" type="text/html" href="/blogs/willydavidjr/archive/2008/06/09/microsoft-student-partners-graduation-one-of-my-best-day-in-microsoft.aspx" /><id>/blogs/willydavidjr/archive/2008/06/09/microsoft-student-partners-graduation-one-of-my-best-day-in-microsoft.aspx</id><published>2008-06-08T17:19:00Z</published><updated>2008-06-08T17:19:00Z</updated><content type="html">Why is it one of the best day in Microsoft? Yesterday, June 07, 2008, was one my best day I ever had in Microsoft. I never thought that would be that fun and exciting. Though one week before that, I thought I couldn&amp;rsquo;t make it because I have an appointment on my doctor, and have scheduled my gym during weekends at Fitness First Alabang, I rather chose to be on Microsoft and take aside all my appointments. How did the story begins? Let&amp;rsquo;s take my story a year before my graduation. I started...(&lt;a href="http://devpinoy.org/blogs/willydavidjr/archive/2008/06/09/microsoft-student-partners-graduation-one-of-my-best-day-in-microsoft.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=25810" width="1" height="1"&gt;</content><author><name>willydavidjr</name><uri>http://devpinoy.org/members/willydavidjr/default.aspx</uri></author><category term="MSP" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/MSP/default.aspx" /><category term="Microsoft Student Partner" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Microsoft+Student+Partner/default.aspx" /><category term="MSP Graduation" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/MSP+Graduation/default.aspx" /></entry><entry><title>It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level</title><link rel="alternate" type="text/html" href="/blogs/willydavidjr/archive/2008/05/23/it-is-an-error-to-use-a-section-registered-as-allowdefinition-machinetoapplication-beyond-application-level.aspx" /><id>/blogs/willydavidjr/archive/2008/05/23/it-is-an-error-to-use-a-section-registered-as-allowdefinition-machinetoapplication-beyond-application-level.aspx</id><published>2008-05-22T15:17:00Z</published><updated>2008-05-22T15:17:00Z</updated><content type="html">We are doing some project in ASP.NET when we just encounter this error a while ago. It is an error to use a section registered as allowDefinition=&amp;#39;MachineToApplication&amp;#39; beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. D:\Basti\SMM_051908\SMM\SMM_Design_052308\SMM Design\web.config 23 I&amp;#39;ve encountered this a couple a times and I found this steps as my solution. 1.) Try to move the backup copy of your application. Sometimes...(&lt;a href="http://devpinoy.org/blogs/willydavidjr/archive/2008/05/23/it-is-an-error-to-use-a-section-registered-as-allowdefinition-machinetoapplication-beyond-application-level.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=25564" width="1" height="1"&gt;</content><author><name>willydavidjr</name><uri>http://devpinoy.org/members/willydavidjr/default.aspx</uri></author><category term="ASP.NET" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/ASP.NET/default.aspx" /><category term="ASP.NET 2.0" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/ASP.NET+2.0/default.aspx" /><category term="ASP.NET Troubleshooting" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/ASP.NET+Troubleshooting/default.aspx" /></entry><entry><title>Consuming Web Service from Remote Machine</title><link rel="alternate" type="text/html" href="/blogs/willydavidjr/archive/2008/04/21/consuming-web-service-from-remote-machine.aspx" /><id>/blogs/willydavidjr/archive/2008/04/21/consuming-web-service-from-remote-machine.aspx</id><published>2008-04-21T06:17:00Z</published><updated>2008-04-21T06:17:00Z</updated><content type="html">Consuming simple web service and understanding web service is a little bit difficult at first. It takes some time to understand the theory behind it. In my part, reading will be a good start. Read some articles and basics behind it. But as you move along, consuming will just be a basic part. You need to extend your web service so that it can be used by other application if not from your local, it can be a network, or in the internet. On this simple article I&amp;#39;ve created, we will create a simple...(&lt;a href="http://devpinoy.org/blogs/willydavidjr/archive/2008/04/21/consuming-web-service-from-remote-machine.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=22492" width="1" height="1"&gt;</content><author><name>willydavidjr</name><uri>http://devpinoy.org/members/willydavidjr/default.aspx</uri></author><category term="Consuming Web Service" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Consuming+Web+Service/default.aspx" /><category term="Web Service" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Web+Service/default.aspx" /></entry><entry><title>Cannot Start Document Conversions Load Balancer Service (Fixes)</title><link rel="alternate" type="text/html" href="/blogs/willydavidjr/archive/2008/04/03/cannot-start-document-conversions-load-balancer-service-fixes.aspx" /><id>/blogs/willydavidjr/archive/2008/04/03/cannot-start-document-conversions-load-balancer-service-fixes.aspx</id><published>2008-04-03T03:49:00Z</published><updated>2008-04-03T03:49:00Z</updated><content type="html">It was since yesterday that I want to figure out how to start this service in MOSS. I need this in order to start another service to complete my task in Central Administration. But recently, I found a way to fix this one, a simple fix actually. Reinstall your .NET 2.0 Framework. Reinstalling this doesn&amp;#39;t just fix this error but also other issues as well like the OK button of Creating a New Web Application doesn&amp;#39;t works. Even Cancel button doesn&amp;#39;t works. How can you create your portal...(&lt;a href="http://devpinoy.org/blogs/willydavidjr/archive/2008/04/03/cannot-start-document-conversions-load-balancer-service-fixes.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=19765" width="1" height="1"&gt;</content><author><name>willydavidjr</name><uri>http://devpinoy.org/members/willydavidjr/default.aspx</uri></author><category term="MOSS" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/MOSS/default.aspx" /><category term="Sharepoint 2007" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Sharepoint+2007/default.aspx" /><category term="MOSS 2007" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/MOSS+2007/default.aspx" /><category term="Sharepoint" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Sharepoint/default.aspx" /></entry><entry><title>Creating Complex Web Parts in Sharepoint 2007 using Web User Control</title><link rel="alternate" type="text/html" href="/blogs/willydavidjr/archive/2008/03/18/creating-complex-web-parts-in-sharepoint-2007-using-web-user-control.aspx" /><id>/blogs/willydavidjr/archive/2008/03/18/creating-complex-web-parts-in-sharepoint-2007-using-web-user-control.aspx</id><published>2008-03-18T06:52:00Z</published><updated>2008-03-18T06:52:00Z</updated><content type="html">My task this few days was to research on how to create comple Web Parts in Sharepoint 2007. Ideally, I create my web parts using code-behind code. In other words, I create the controls dynamically. This was gruesome in my part, because from positioning to event-handlers may take a lot of time, debugging, and most specially in designing. Take a look at my sample code I used to design a very simple web part: protected override void CreateChildControls() { base.CreateChildControls(); // TODO: add custom...(&lt;a href="http://devpinoy.org/blogs/willydavidjr/archive/2008/03/18/creating-complex-web-parts-in-sharepoint-2007-using-web-user-control.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=17718" width="1" height="1"&gt;</content><author><name>willydavidjr</name><uri>http://devpinoy.org/members/willydavidjr/default.aspx</uri></author><category term="MOSS" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/MOSS/default.aspx" /><category term="Web Parts" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Web+Parts/default.aspx" /><category term="Sharepoint 2007" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Sharepoint+2007/default.aspx" /><category term="MOSS 2007" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/MOSS+2007/default.aspx" /><category term="Web User Control" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Web+User+Control/default.aspx" /></entry><entry><title>No SharePoint Site exists at the specified URL</title><link rel="alternate" type="text/html" href="/blogs/willydavidjr/archive/2008/03/13/no-sharepoint-site-exists-at-the-specified-url.aspx" /><id>/blogs/willydavidjr/archive/2008/03/13/no-sharepoint-site-exists-at-the-specified-url.aspx</id><published>2008-03-13T06:38:00Z</published><updated>2008-03-13T06:38:00Z</updated><content type="html">My present project after DotNetNuke was Microsoft Office Sharepoint Server 2007. It was another fun and challenging experience on my part. I have lots of research and lots of problem to solve. One thing that was a little bit hard on this project was creating web parts. Web parts is a counterpart of modules in DNN. But here, you don&amp;#39;t design your Web Parts on a designer just what am I doing in modules. Instead, you either create it in Sharepoint Designer or use template and create one from there...(&lt;a href="http://devpinoy.org/blogs/willydavidjr/archive/2008/03/13/no-sharepoint-site-exists-at-the-specified-url.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=17380" width="1" height="1"&gt;</content><author><name>willydavidjr</name><uri>http://devpinoy.org/members/willydavidjr/default.aspx</uri></author><category term="MOSS" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/MOSS/default.aspx" /><category term="Microsoft Office Sharepoint Server 2007" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Microsoft+Office+Sharepoint+Server+2007/default.aspx" /><category term="Web Parts" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Web+Parts/default.aspx" /></entry><entry><title>Certificate of Excellence as Microsoft Certified Technology Specialist .NET 2.0: Web Applications</title><link rel="alternate" type="text/html" href="/blogs/willydavidjr/archive/2008/03/07/certificate-of-excellence-as-microsoft-certified-technology-specialist-net-2-0-web-applications.aspx" /><id>/blogs/willydavidjr/archive/2008/03/07/certificate-of-excellence-as-microsoft-certified-technology-specialist-net-2-0-web-applications.aspx</id><published>2008-03-07T07:41:00Z</published><updated>2008-03-07T07:41:00Z</updated><content type="html">It was a normal day yesterday and as I entered my house, I saw this large envelope and and I knew that was from Microsoft. At last, I received my Certificate of Excellence as Microsoft Certified Technology Specialist .NET 2.0 Web Applications. After more than 2 years of hardwork and patience, at last, it was paid off. It took me almost 2 years before I took the second core exam which is 070-528. It was hard and it needs me more time to study while working. But it was a little bit easy because the...(&lt;a href="http://devpinoy.org/blogs/willydavidjr/archive/2008/03/07/certificate-of-excellence-as-microsoft-certified-technology-specialist-net-2-0-web-applications.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=17239" width="1" height="1"&gt;</content><author><name>willydavidjr</name><uri>http://devpinoy.org/members/willydavidjr/default.aspx</uri></author><category term="MCP" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/MCP/default.aspx" /><category term="Microsoft Certified Profession" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Microsoft+Certified+Profession/default.aspx" /><category term="Microsoft Certified Technology Specialist" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Microsoft+Certified+Technology+Specialist/default.aspx" /><category term="Certification" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Certification/default.aspx" /></entry><entry><title>WebParts in ASP.NET 2.0</title><link rel="alternate" type="text/html" href="/blogs/willydavidjr/archive/2008/02/11/webparts-in-asp-net-2-0.aspx" /><id>/blogs/willydavidjr/archive/2008/02/11/webparts-in-asp-net-2-0.aspx</id><published>2008-02-11T06:25:00Z</published><updated>2008-02-11T06:25:00Z</updated><content type="html">Creating Web Parts in ASP.NET 2.0 is one of the cooling thing I&amp;#39;ve ever seen in ASP.NET 2.0. I don&amp;#39;t know if it was a new feature in 2.0 for ASP but it was nice development control for me. I think it was the same implementation with DotNetNuke modules, where modules where added to the site one by one and you can control it&amp;#39;s appearance and where you want your modules to reside. The same way goes with CatalogZone control in ASP.NET. Just add two add CatalogZone in your page, then try to...(&lt;a href="http://devpinoy.org/blogs/willydavidjr/archive/2008/02/11/webparts-in-asp-net-2-0.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=16853" width="1" height="1"&gt;</content><author><name>willydavidjr</name><uri>http://devpinoy.org/members/willydavidjr/default.aspx</uri></author><category term="ASP.NET 2.0" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/ASP.NET+2.0/default.aspx" /><category term="WebPartManager" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/WebPartManager/default.aspx" /><category term="AJAX" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/AJAX/default.aspx" /><category term="WebParts" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/WebParts/default.aspx" /><category term="CatalogZone" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/CatalogZone/default.aspx" /></entry><entry><title>Problem Uninstalling .NET Framework 2.0</title><link rel="alternate" type="text/html" href="/blogs/willydavidjr/archive/2008/01/16/problem-uninstalling-net-framework-2-0.aspx" /><id>/blogs/willydavidjr/archive/2008/01/16/problem-uninstalling-net-framework-2-0.aspx</id><published>2008-01-16T00:05:00Z</published><updated>2008-01-16T00:05:00Z</updated><content type="html">Wow, this was my first blog of the year. But my new year was welcomed by a problem. I have this problem uninstalling .NET framework 2.0. The problem was, that my application I want to install, specifically it was an API from Microsoft Dynamics ver.10. The API cannot detect that I have a 2.0 on my machine but to tell you, I am pretty sure that I have it clean and working. I noticed also that my 2.0 framework installed was a service pack 1 update, that&amp;#39;s why I wonder maybe it cannot detect 2.0...(&lt;a href="http://devpinoy.org/blogs/willydavidjr/archive/2008/01/16/problem-uninstalling-net-framework-2-0.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=16342" width="1" height="1"&gt;</content><author><name>willydavidjr</name><uri>http://devpinoy.org/members/willydavidjr/default.aspx</uri></author><category term=".NET Framework 2.0" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/.NET+Framework+2.0/default.aspx" /><category term="Problem Uninstalling .NET Framework 2.0" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Problem+Uninstalling+.NET+Framework+2.0/default.aspx" /></entry><entry><title>Email System using ASP.NET 2.0</title><link rel="alternate" type="text/html" href="/blogs/willydavidjr/archive/2007/11/21/email-system-using-asp-net-2-0.aspx" /><id>/blogs/willydavidjr/archive/2007/11/21/email-system-using-asp-net-2-0.aspx</id><published>2007-11-21T03:23:00Z</published><updated>2007-11-21T03:23:00Z</updated><content type="html">One of my task last week was to send mass email to customers using web forms. And this was the first time I will create this type of project: The Email System of ASP.NET 2.0. And because of large information around the web, it didn&amp;#39;t took me too long hours to finish it, it just need some tweaks. So I want it to publish it under my blog for others to see, and also to learn if there are other way to do this. Take note, I tried to create my own email address, and it works! Wonderful, however, you...(&lt;a href="http://devpinoy.org/blogs/willydavidjr/archive/2007/11/21/email-system-using-asp-net-2-0.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=15134" width="1" height="1"&gt;</content><author><name>willydavidjr</name><uri>http://devpinoy.org/members/willydavidjr/default.aspx</uri></author><category term="ASP.NET 2.0" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/ASP.NET+2.0/default.aspx" /><category term="Email System using ASP.NET 2.0" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Email+System+using+ASP.NET+2.0/default.aspx" /></entry><entry><title>Creating an Installer</title><link rel="alternate" type="text/html" href="/blogs/willydavidjr/archive/2007/11/03/creating-an-installer.aspx" /><id>/blogs/willydavidjr/archive/2007/11/03/creating-an-installer.aspx</id><published>2007-11-03T07:51:00Z</published><updated>2007-11-03T07:51:00Z</updated><content type="html">&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It was a cool but tiring week for me last week. Our sites, modules, and our API&amp;nbsp;were ready for RTM so I was assigned for creating an installer. I never tried the click once deployment and even creating an installer for instance. And I was assigned to create it for deployment, so we used InstallShield as our main framework for creating it. At first, my first impression was Wow! It was pretty cool but pretty tough. It was like creating a program using structure programming language which I was not familiar anymore. But as I go with the program and orientation, it was a pretty cool task. Although I really need to review and research a lot of things like how can you specify on the installer the inputs that will be made by the user and use those inputs for creating a file for connections strings on your XML file and other config file. You also need to use those inputs to check if a database exists and check for username and password. Indeed it was pretty tough but learning from new programs like these was a great experience. It was like shifting from OOP to Structure then back to OOP again. The experience was there and the attitude towards work gives me an improvement not to give up if there where cases that seems impossible. I think I was learning the hard but cool way. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; How about you? What installer do you use? I think I can create an installer too using VS 2005 because some other teams in my workplace do use VS 2005 for creating an installer and an API for code reuse.&lt;/p&gt;
&lt;p&gt;- Willy David Jr&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;a href="http://tinyurl.com/3mfuqg"&gt;&lt;img src="http://tinyurl.com/298w5c" alt="" /&gt;&lt;/a&gt; &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=14764" width="1" height="1"&gt;</content><author><name>willydavidjr</name><uri>http://devpinoy.org/members/willydavidjr/default.aspx</uri></author><category term="InstallShield" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/InstallShield/default.aspx" /><category term="Installer" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Installer/default.aspx" /></entry><entry><title>My First Demo Presentation with Seco</title><link rel="alternate" type="text/html" href="/blogs/willydavidjr/archive/2007/09/30/my-first-demo-presentation-with-seco.aspx" /><id>/blogs/willydavidjr/archive/2007/09/30/my-first-demo-presentation-with-seco.aspx</id><published>2007-09-30T04:40:00Z</published><updated>2007-09-30T04:40:00Z</updated><content type="html">&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This was a little bit late. But I still value this video because this was my first presentation in other University. We conducted it on University of the Philippines, Diliman as part of Microsoft Student Partners&amp;#39; agenda to introduce and promote Microsoft Development tools and technologies like the one we&amp;#39;ve discussed (ASP.NET and AJAX). Athough not of all students/attendees are not so techie, the presentation worked smoothly. You can check the link of the video at &lt;a href="http://willydavidjr.multiply.com/video/item/4/My_First_Demo_Presentation_with_Seco"&gt;My First Presentation Demo&lt;/a&gt;&amp;nbsp;. It was fun and we enjoyed it from preparation up to the presentation although we are busy with schooling and work, overall, it was all paid off! &lt;img src="http://devpinoy.org/emoticons/emotion-1.gif" alt="Smile" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;a href="http://tinyurl.com/3mfuqg"&gt;&lt;img src="http://tinyurl.com/298w5c" alt="" /&gt;&lt;/a&gt; &lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://devpinoy.org/aggbug.aspx?PostID=14125" width="1" height="1"&gt;</content><author><name>willydavidjr</name><uri>http://devpinoy.org/members/willydavidjr/default.aspx</uri></author><category term="MSP" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/MSP/default.aspx" /><category term="Microsoft Student Partner" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/Microsoft+Student+Partner/default.aspx" /><category term="My First Demo Presentation with Seco" scheme="http://devpinoy.org/blogs/willydavidjr/archive/tags/My+First+Demo+Presentation+with+Seco/default.aspx" /></entry></feed>