Curious as to what a hosts file is and it's purpose? Do you know what it is but are having a hard time acccessing it? Whether you are working with a developer who asks you to edit your hosts file or you simply want to play a cool prank on your friends and family (the latter sounds more fun doesn't it?) This post will help you whether you are running mac, windows or linux os.
November 29, 2011 by Stephen Crowley, Interactive Developer
We recently purchased 22 domain names to be used as gateway Web sites for a new project. A gateway domain is used to direct traffic to a main site. In our application, the client needed to indentify t...
April 21, 2011 by Danny Bouchotte, Developer
Recently we added a new hard disk array to one of our dedicated RackSpace servers in order to migrate all the database files to it. Here's a quick way to move database and log files to a new location on the same server with very little downtime.
April 13, 2011 by Ivan Sokolovich, Sr. Tech
This is the second part of my series on Asp.NET caching. This article covers using cache key dependencies in the context of Adxstudio CMS.
March 28, 2011 by Payson Welch, Sr. Tech
Quick example of how to render an ASP.NET Control object using Generics, and a quick introduction to Generics and method signatures.
December 27, 2010 by Payson Welch, Sr. Tech
Each time you perform an insert, update or delete operation on a database table it also affects the indexes for that particular table. If you need to bulk load or delete a mass of data from a highly i...
July 27, 2010 by Ivan Sokolovich, Sr. Tech
In a single server configuration you might want to use a session state server in order to facilitate restarting Internet Information Services (IIS) without killing all active Web site sessions. In a s...
July 27, 2010 by Ivan Sokolovich, Sr. Tech
If you need to literally escape either percent or underscore characters in your T-SQL like clause, then you would escape them with square brackets.
July 21, 2010 by Ivan Sokolovich, Sr. Tech
If Microsoft Outlook starts complaining that either the .PST or .OST file is corrupt due to unexpected system shutdown you can run the SCANPST.EXE tool located in either C:\Program Files\Microsoft Off...
July 20, 2010 by Ivan Sokolovich, Sr. Tech
Learn how to run your AdxStudio CMS websites using .NET 4.0 while running AdxStudio CMS using .NET 2.0
July 09, 2010 by Payson Welch, Sr. Tech