My programming world has been recently updated and upgraded with a new programming technique called htaccess. I know it’s a bit late for me considering that this programming has been out there ever since the apache server itself, but anyway, late is better than never, am I right? So here I am talking to you about how to create a preety url from your existing websites.
Introducing… Monieweb.com jQuery Tips Series, a series of tips and tutorial mainly about jQuery, nothing but jQuery! All tips and tutorial is based on my own experience during the learning process.
On this first series, I’ll be talking about jQuery Tip Series: Form. Enjoy yourself.
On the Part 1 of this article, I’ve talked about 5 tips to speed up your ASP page. The second part of this article will be much more interesting as I’ll be talking yet another 5 more great tips for your asp needs!

Microsoft Active Directory provides a directory service that allows organizations to administer their networked resources. One of the goals of a directory service is to maintain a common database of all information needed for controlling user access, computers, printers, and other network resources.
In this tutorial, I will show you how you can develop an AD Authentication page for your intranet web based application. Continue Reading – Using Microsoft Active Directory Authentication
Ever wonder how you could send email from your ASP page? Need to create your own contact form but have no clue how to do it? After reading this tutorial, you will find it quiet easy!

There are a few things that you can do to speed up an ASP script. In other words, decreasing the execution time of a script. The reason that those scripts take so long is not necessarily related to the database activity and ASP execution but to the rendering of html, (especially tables) by a browser.
All that said, these tricks will probably increase ASP performance even more if your site is really busy. So, are you ready? Here we go…

ASP Active Visitors Counter – How many people are accessing your web site at any particular time?
With this script we will be able to know and show in our pages the number of active visitors in a given moment. The script has two parts: a file name global.asa, and a small code you must insert in your pages to show the number of active users.

Don’t allow your page to be cached. Why? You might want to prevent users from seeing old content. Another big concern is when someone is filling out forms. You really don’t want the pages cached because if they are, credit card numbers and addresses and all kinds of stuff can be gathered from the cached page.
Here is how ASP do it!

The final puzzle is here! After five years of continues commitment in web development, I finally have something to show to the world, my very own personal website! I still remember back in 1998, the day when I first met HTML and I just love marquee. I have started learning web programming languages from basic HTML to DHTML, from ASP to PHP, from MSSQL to MySQL, from basic JavaScript to the beautiful JQuery, from Photoshop 7 to Photoshop CS4 and hopefully many more to come.