Solution for localhost problem in Firefox

If you develop Web sites on your local machine and not on a remote server then you want to test them. For that, it is used the URL of your local Web server (IIS, Apache, Tomcat) which is http://localhost.When using Microsoft IE there is no problem but for Firefox, because some security issues, the browser […]

Read More →
How to install IIS on Windows 7 and Vista

This solution describes installation of IIS 7 (Internet Information Services) on Windows 7 Ultimate, Vista using the Windows Features Wizard. An alternative to this solution is to use Microsoft Web Platform Installer (Web PI). It is available at http://www.microsoft.com/web/downloads/platform.aspx.  The Microsoft Web Platform Installer 2.0 (Web PI) is a free tool that makes it simple […]

Read More →
Google Chrome OS

Google has officially announced on 7th July 2009,  that the next Chrome project will be an Operating System. As Google has stated this project will be “a natural extension of Google Chrome — the Google Chrome Operating System”.Google has also specified that

Read More →
How to determine the IIS version

This solution is for Windows 2K, Windows XP and Windows 2003 Server. IIS is the web server developed by Microsoft for all their OS platforms, both desktop and server. In order to determine the IIS (Internet Information Services) you must open the MMC (Microsoft Management Console) for IIS. This can be done:

Read More →
How to: Define and Access a Variable in VB.NET

A variable corresponds to a location of memory, which stores values when performing calculations.Variables are used in calculations, comparisons. They have established a name in the source program, and accessing the value stored in memory location is achieved by variable name. In VB.NET, a variable has an associated data type […], without being required to […]

Read More →
How to: Create a VB.NET Solution with Visual Studio 2008

A software application developed in VB.NET language is built into a VB.NET solution.A VB.NET solution consists of one or more projects.A project VB.NET generates one or more fundamental installation units exe, dll.An installation unit is generated from one or more source files. A source file contains the definition and implementation of classes of objects, structures, […]

Read More →
How to: Create the Structure of a Table Using Design View in Microsoft Access 2003

Creating a table using Design View in Access 2003 consists in explicit defining the data types […] associated to the fields and their properties.Table EMPLOYEES is considered, having the following structure: IDAng, DenDep, Nume, Pren, Functia, AdrEmail, TelInt, Adresa, Loc, Jud, CodPost, TelAcs, TelJob, DataNast, DataAng, Obs. Fields of the table EMPLOYEES have the following meanings, […]

Read More →