Internet Tutorials

Understanding WordPress Permalinks – Part 2


In the previous article, I examined the importance of WordPress permalinks. In this article, I will demonstrate how to work with PermaLinks.

First, you have to login to the adminstration area using your Username and Password. Select Settings link from the left hand side menu. Scroll down and select the link titled Permalinks. By default, the URL structure will look like http://www.technoenclave.com/?p=123

You can either change this format from the provided options or create a new structure. The general format followed by all webmasters is http://www.learnxpress.com/2010/04/28/sample-post/



1 comment - What do you think?
Posted by Anand Narayanaswamy - April 28, 2010 at 7:20 am

Categories: Internet Tutorials, wordpress   Tags: .tif silverlight visual basic, csharp whiteboard, google scada imaging, Permalinks, sample DragLeave in c#, silverlight shared whiteboard, toolbar of crystal report on vs 2010, wordpress, wordpress permalinks

Understanding WordPress Permalinks – Part 1

WordPress is an excellent blogging platform. Your site will look professional if you make use of a quality theme. Theme developers will not disclose the secrets behind Search Engine Optimization (SEO). Many bloggers especially newly joined are not aware of optimizing the link URLs.

PXQ3PN8U2TYP

If the search engines find an URL like www.domain.com/postid?99, then it will find to difficult to index.

On the other hand, an URL like www.domain.com/free-wordpress-themes, will be easy to remember and search engines will easily spider and index it.

Sometimes, google will index search engine friendly URLs within 2 hours of publishing. In the next part of this article, we will examine the creation of search engine friendly URLs.

Be the first to comment - What do you think?
Posted by Anand Narayanaswamy - April 25, 2010 at 6:46 am

Categories: Internet Tutorials, wordpress   Tags: Permalinks, wordpress

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: 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

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

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.

Read more…

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

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.

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: 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.

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: 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.

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: 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.

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: 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.

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: html, tables

Next Page »