windows Hosting Blog

ASP.NET, MSSQL and Windows dedicated server articles

      

Posts Tagged ‘web’

ColdFusion Introduction

AUTHOR: Gabriel
2.05.2009

ColdFusion is one of the easiest programming language which enables you to create powerful server side web applications very quickly with very small codes as compare to other scripting languages like PHP, ASP etc.
It is a programming language based on standard HTML (Hyper Text Markup Language) and is used to write dynamic web pages.
Coldfusion [...]

Read Full Post

Configure PHP on Windows Server

AUTHOR: Gabriel
22.03.2009

Here are simple steps to configure PHP on a Windows Server
Suppose you have already installed IIS (Internet Information Services) and PHP say at C:\PHP on your Windows server then to configure PHP in IIS you can use following steps :-
Open your Internet Information Server(IIS) :-

Click on the “Web Service Extensions” and on left side you [...]

Read Full Post

Basic SQL Statements and Syntax

AUTHOR: Gabriel
19.03.2009

Very Basic SQL Statements :

SQL is used to query the database which are almost same for SQL Server, MySQL, MS Access, and Oracle database.
Four types of basic queries :-
SELECT
INSERT
UPDATE
DELETE
ORDER BY

Different combination of parameters can be passed to a MS SQL query.
1]   SELECT  :-
Its one of the most common SQL statement using which data can be [...]

Read Full Post

Create FTP site on plain Windows Server

AUTHOR: Gabriel
12.03.2009

FTP (File Transfer Protocol) is a network protocol used for data transfer from one computer to another.
FTP allows a user to connect remote location without having full access to server.
FTP user is assigned with a specific location/part/space of server. This FTP user can be easily create with few steps in IIS.
We will have to first [...]

Read Full Post