Archive for January, 2009

Understanding Data Types and Variables in C#


Data Types are an integral part in any programming language. It represents how to express numbers, characters, strings, decimal point values etc. To illustrate, if you want to express 25 in C#, you can write a code as shown below:

Read more…



Be the first to comment - What do you think?
Posted by Anand Narayanaswamy - January 28, 2009 at 12:09 am

Categories: Programming   Tags: , , , , , , , , ,

Understanding C# Programming Language

First of all, let’s once again welcome you to the world of this new programming language. We hope you will have a basic idea about Object Oriented Programming languages because many languages like Java, C++ have come by the past five years.

Read more…

Be the first to comment - What do you think?
Posted by Anand Narayanaswamy - January 25, 2009 at 6:43 am

Categories: Programming   Tags: , , , , , , , , , , , ,

Basic Steps to Register a Domain Name

A Domain Name is an identity of your company, your name or may be some other activities on the Internet. Usually domain names consists of 2 parts. Host part and subdomain part. Host may be your identity.

Read more…

Be the first to comment - What do you think?
Posted by Anand Narayanaswamy - January 25, 2009 at 1:39 am

Categories: Internet Tutorials   Tags: , , , , , , , , , , ,

Basic Steps to deploy a website

There are basically three steps involved in setting up a website. Firstly, you should register a domain name from a hosting provider and purchase a web space for hosting. The final step is to upload the files using FTP.

Domain Name Registration

Domain name is your identity on the web. The address you entered in the Address Bar of your browser is a domain name. Without a valid and registered domain name, websites won’t exists. There are companies like Network Solutions, Registrar.com with whom you can register domain names with .com, .net and .org prefixes. Other domain prefixes like .edu, .in. .uk, .gov are available only to the concerned persons or authorities.

If you are unable to approach these companies on your own, then you can avail the services of other providers and companies. These service providers will register domain names on behalf of them. You have to pay a required cost for registering a domain of your choice. Moreover, you can check for the availability of domain names by visiting godaddy.com, netsol.com, verisign.com, registrar.com.

Finding a Web Hosting Provider

After registering a domain name, you should find a hosting provider to get a server space for your domain name. Usually, the service provider with whom you registered the domain name, provides this service. Many hosting providers have different plans like 5 MB, 10 MB, 20 MB web space, even though 10 MB is common nowadays.

The amount of space depends upon your needs and business. Upon registration the service provider provides you with a username, password, FTP account name and DNS addresses. For example, if your domain name is abc.com, your FTP account name will be ftp.abc.com. FTP is called as File Transfer Protocol and it enables you to transfer your files to your server.

Uploading your files via FTP

Now, you have the required information for transferring the files to the server. You should install a FTP Client Software such as FileZilla, CuteFTP. This software enables you to upload the files to the server. Initially, you have to enter some information like username, password and so on. After that you can just select the files from the left panel and upload them.

Note: FTP stands for File Transfer Protocol

70 comments - What do you think?
Posted by Anand Narayanaswamy - January 20, 2009 at 1:51 am

Categories: Internet Tutorials   Tags: , , , , , , , , , ,

Learn how to work with VBScript

HTML is the language, which is primarily used to design WebPages. We can be able to do formatting and design forms with the help of HTML. But nothing beyond like (user actions, validations etc) are not possible with HTML.

Read more…

1 comment - What do you think?
Posted by Anand Narayanaswamy - January 20, 2009 at 12:41 am

Categories: Internet Tutorials   Tags: , , , , , , , , , , ,

Learn how to work with JavaScript

JavaScript is a scripting language based upon Java and it is an Interpreted Language. You require only Notepad and a browser to program using JavaScript. There are two types of scripts.

Read more…

Be the first to comment - What do you think?
Posted by Anand Narayanaswamy - January 20, 2009 at 12:14 am

Categories: Internet Tutorials   Tags: , , , , , , , , , , ,

Learn how to work with StyleSheets

The mechanism that applies a style across one or more pages is termed as cascading style sheets or CSS. Style sheets are used to control all aspects of graphic presentation of a Web page like fonts, background-color, background-image, margins etc.

Read more…

Be the first to comment - What do you think?
Posted by Anand Narayanaswamy - January 20, 2009 at 12:02 am

Categories: Internet Tutorials   Tags: ,

Learn how to work with Forms in HTML

Forms are used widely on the Web pages. Web sites collects feedback information, registration details through the forms from the users. If you ever signed up for free web pages, free email services you may be already aware and familiar with forms.

Read more…

Be the first to comment - What do you think?
Posted by Anand Narayanaswamy - January 19, 2009 at 7:55 am

Categories: Internet Tutorials   Tags: ,

Working with Frames in HTML

You can divide the browser window into frames (two partitions). You can create any number of frames as per your needs. A frame is created by using <FRAMESET> tag.

Read more…

Be the first to comment - What do you think?
Posted by Anand Narayanaswamy - January 19, 2009 at 7:48 am

Categories: Internet Tutorials   Tags: ,

Learn how to create tables using HTML

One of the unique features of HTML is its ability to create tables. A developer can easily integrate the data’s into a table very easily. As usual you have to apply the tags appropriately.

Read more…

Be the first to comment - What do you think?
Posted by Anand Narayanaswamy - January 19, 2009 at 7:45 am

Categories: Internet Tutorials   Tags: ,

Next Page »