August 2006 - Posts

29 August 2006
Usability: Severity of Irresponsible Posting
Last night I had a chance to visit a local online bookstore, its http://mybookstore.ph/ . The UI was neat and easy to use, points given to its great (PHP developer). Browsing around their collections of programming books I found an item which is really surprising. Professional XML Schemas book by Wrox... Read More...
25 August 2006
.NET: Application Installation Strategies
Is it your first time to install your windows forms project and expect reinstall it again when a new version comes in? How many clients do you have? Are they geographically separated? How long did it take you to configure the application? Do you maintain configurations on App.config, separate file or... Read More...
25 August 2006
.NET: Application Patch Management Strategies
I was very fortunate to experience a complete software development lifecycle in my current company and right now my project (codename: LISA) was sold out to several customers and deployed on different serves in known universities, colleges and leadership institutes. In near future we're planning to enter... Read More...
07 August 2006
ASP.NET: Use IgnoreFileBuildProvider
There are times when your web project contains numerous files (.doc, .pdf, .xls, .pub, etc.) which are not suppose to be included in the build process and deployment. .NET 2.0 comes with IgnoreFileBuildProvider (System.Web.Compilation.IgnoreFileBuildProvider) to address this issue. By mapping the extensions... Read More...
Filed under: ,
01 August 2006
NDoc is officially dead
I was surprised by the news I read this morning that NDoc is officially dead, and its sole developer Kevin Downs decided to discontinue development of NDoc 2.0 and decided not to participate in any open source community efforts. Upon reading his email , I felt sorry and guilty and this event awakens... Read More...
Filed under: