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.
Categories: Programming Tags: .NET, briefly about c# and c# tools, c sharp compiler download, C#, c# compilers, C# keywords classified, develop in c# in windows98, download C# compiler for windows xp, download different Types Of Compilers in C#, explain briefly about c# and c# tools, multiform application in C#.Net, visual studio, windows
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.
Categories: Internet Tutorials Tags: briefly about c# and c# tools, c sharp compiler download, c# compilers, C# keywords classified, develop in c# in windows98, domain name registration steps, domain names, download C# compiler for windows xp, download different Types Of Compilers in C#, explain briefly about c# and c# tools, multiform application in C#.Net, web hosting
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
Categories: Internet Tutorials Tags: briefly about c# and c# tools, c sharp compiler download, c# compilers, C# keywords classified, develop in c# in windows98, download C# compiler for windows xp, download different Types Of Compilers in C#, explain briefly about c# and c# tools, hosting, multiform application in C#.Net, website
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.
Categories: Internet Tutorials Tags: briefly about c# and c# tools, c sharp compiler download, c# compilers, C# keywords classified, develop in c# in windows98, download C# compiler for windows xp, download different Types Of Compilers in C#, explain briefly about c# and c# tools, functions, html, multiform application in C#.Net, vbscript
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.
Categories: Internet Tutorials Tags: briefly about c# and c# tools, c sharp compiler download, c# compilers, C# keywords classified, develop in c# in windows98, download C# compiler for windows xp, download different Types Of Compilers in C#, explain briefly about c# and c# tools, html, javascript, multiform application in C#.Net, print using javascript in asp .net3.5
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.
Categories: Internet Tutorials Tags: html, syle sheets
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.
Categories: Internet Tutorials Tags: forms, html
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.
Categories: Internet Tutorials Tags: frames, html
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.
Categories: Internet Tutorials Tags: html, tables