Posted on 24 November 2010. Tags: .net, asp, microsoft, visual
MonoDevelop is an IDE primarily designed for C# and other .NET languages. MonoDevelop enables developers to quickly write desktop and ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop makes it easy for developers to port .NET applications created with Visual Studio to Linux and to maintain a single code base for all platforms.

http://monodevelop.com/
Posted in ASP / ASP.net, Programming
Posted on 08 August 2008. Tags: .htaccess, asp, cfusion, PHP
301 Redirect
301 redirect is the most efficient and Search Engine Friendly method for webpage redirection. It’s not that hard to implement and it should preserve your search engine rankings for that particular page. If you have to change file names or move pages around, it’s the safest option. The code “301″ is interpreted as “moved permanently”.
You can Test your redirection with Search Engine Friendly Redirect Checker
Below are a Couple of methods to implement URL Redirection Read the full story
Posted in .htaccess, HTML - XHTML, JavaScript - Ajax, PHP