Make Prettier URLs with Apache’s Mod Rewrite
Sukrit Dhandhania discusses how to use .htaccess to make user and search engine friendly URLs for your web applications.
View original here: Make Prettier URLs with Apache’s Mod Rewrite
a2a_linkname=”Make Prettier URLs with Apache’s Mod Rewrite”;a2a_linkurl=”http://www.frenzygraphics.com/2009/06/18/make-prettier-urls-with-apaches-mod-rewrite/”;
Debugging JavaScript: Beyond Alerts
Today, JavaScript can be written, debugged, and even tested using frameworks’ built-in functionality or by specialized software. In today’s article, we’ll begin examining some of the latest ways of debugging your JavaScript code.
Read the original post: Debugging JavaScript: Beyond Alerts
a2a_linkname=”Debugging JavaScript: Beyond Alerts”;a2a_linkurl=”http://www.frenzygraphics.com/2009/06/01/debugging-javascript-beyond-alerts/”;
Getting Started with URL Rewriting with Apache
The Apache web server has a number of very useful and powerful features, one of which is the ability to rewrite URLs. Using the mod_rewrite module, Apache allows you to create short or fancy looking URLs transparently. This article discusses how to enable, configure, and tweak mod_rewrite in your Apache installation.
Excerpt from:Getting Started with URL [...]
Debugging JavaScript: Handling Runtime Exceptions
The Error object provides a number of properties to help you display more meaningful error messages to the client and more useful debugging information to you, the developer. In this article, we’ll go over how to use the Error object to handle runtime exceptions.
See the original post: Debugging JavaScript: Handling Runtime Exceptions
[...]
Basic Authentication with Apache
Apache can be configured to protect either the whole website or just certain sections of it. Learn how to create users and set up a user authentication system so that when someone goes to a protected section of your website they are asked to enter a username and a password.
Original post: Basic Authentication with Apache
[...]
CMS: A Look Back and The Way Ahead
Web content has gone through many different phases since the first html document went online in 1990. Learn how content management systems have evolved since their first appearance, what’s hot now and where to find podcasts to get familiar with the lingo and get up to speed fast.
See the original post here: CMS: A Look [...]


