about 7 months ago - 1 comment
By default, IIS 6 does not work with ASP.NET MVC and needs to be configured to use wild-card mapping to get MVC’s routing and clean URLs to work correctly. Unfortunately, IIS 6 does take a performance hit because all requests are processed by ASP.NET. Static files, such as images, CSS, and JavaScript are processed as [...]
about 7 months ago - 2 comments
With the latest version of Lotus Notes (8.5.1), you can now view the version of your clients by looking in the People -> by Client Version view. One problem with this, however, is that your users will show each client they have logged in as. Over the years, you may accumulate many versions for each user. [...]
about 7 months ago - 2 comments
When writting web applications, there may be times when you would like to perform some task automatically at the same time or every X number of hours. Web applications only execute their code when a request is made from a client’s browser. Because of this, scheduled tasks within the web application will not work. There are [...]
about 7 months ago - No comments
When I write a program, no matter which tool I use, one problem I face is how to design the application. No matter if you use Java, PHP, or Visual Basic; if you design the application badly, you will have problems later when you try to fix bugs or enhance the product to the next version. [...]
about 7 months ago - No comments
Here are the steps to install into Visual Studio 2008: Download ASP.NET MVC 1.0 from Microsoft’s website. Make sure to download the MSI file and the source code if you would like to see how it works. Install the AspNetMVC1.msi file. Open Visual Studio 2008 and go to: File -> New -> Project Under Project Types, select [...]
about 7 months ago - 1 comment
If you’re like me, you like to have control over how your websites look and the HTML returned to the browser. ASP.NET MVC gives you that control by letting you keep your HTML separate from the core application code. If you learn to use tools like CSS and JavaScript, you can use them in the [...]
about 10 months ago - 12 comments
If you are using ASP.NET MVC and you want to authenticate your users against Active Directory using LDAP, you need to do a little work to get everything set up. It is pretty easy to authenticate users with Active Directory using the <Authorize()> attribute, but I ran into some problems when I wanted to authorize [...]
about 1 year ago - 13 comments
Introduction This article explains the process I go through to setup the CodeIgniter framework and how to configure it so that I can start developing an application. What is CodeIgniter? If you don’t already know, CodeIgniter is an MVC framework built on PHP. There are many features and built in functions that make building a web [...]
about 1 year ago - No comments
Introduction This article will explain what polymorphism is and how it can help you design and reuse code in Object-Oriented Programming. You’ll learn what polymorphism is and how to use it. In the following examples, I’ll be using Visual Basic .NET, but any language that supports Object-Oriented Programming should be able to use these same [...]
about 1 year ago - No comments
Before we get started on the topic of Inheritance, please check out Understanding Objects. Now, onward… According to dictionary.com, one definition of inheritance is: 2. the genetic characters transmitted from parent to offspring, taken collectively. This definition also fits with Object Oriented Programming. Remember, that our Objects mimic those found in real-life and just like [...]
about 10 months ago
Hmm… I read blogs on a similar topic, but i never visited your blog. I added it to favorites and i’ll be your constant reader.
about 10 months ago
Hello from Russia!
Can I quote a post in your blog with the link to you?
about 10 months ago
Yes.