» Search engine for your website
When starting a website, you can focus on the authoring. The number of pages building up the website is small, can easily be categorized and links to the articles can be on one single page. But as time passes by, your website grows and the visitors needs a way to find older articles. Or in other words, you need to implement a search functionality for your website. But how...
| Read full article | Permalink | 2007-01-31, 00:00 GMT +0100 |
» You cannot have a customized "Server Busy" error page
In IIS you can limit the number of connections allowed to a specific website. This is done from the Performance tab in the website properties. When the number of allowed connections is reached, IIS returns a 503 status code (Service Unavailable). The text logged in HTTP.sys error log is ConnLimit...
| Read full article | Permalink | 2007-01-02, 21:00 GMT +0100 |
» How to generate random dates in Oracle
I currently work as a software tester, and to fully test the application I had a need to insert random dates between 2006-12-01 and 2006-12-20 into an Oracle database. DBMS_RANDOM can be used to generate random numbers, and it can also be used to generate random dates with a few tricks...
| Read full article | Permalink | 2007-01-01, 21:00 GMT +0100 |