buy herbal life product

just another regularban.info web blog

MEMBERS:

Have You Registered A Domain Name And Ready To Create A Website?

Creating a website and you already registered a domain name?

Trying to build a website around a name is very difficult to do, especially if you have not done a very important step for the process. Your first step in building your website needs to be the planning process. Many beginners do not realize this and when their website fails, they may believe they failed. But in reality they did not fail as long as they understand the missing steps and try again to rebuild their website.

Sure, many say it is very easy to create a website with only using three steps but not one of those steps is planning.

Planning your website

This is a very critical step when you create a website. You need to figure out the Who, What, Where, When, Why and How. It may sound difficult to do, but if you take the time at the beginning of your building process, you will find out that in the long run it will save your time (and money).

Who will be your audience? Have you chosen a targeted niche?

What is the content going to be about on your pages? What will be your keywords?

Where are you going to host the site? Will you use free web hosting or paid?

When do you plan on this website being finished? 5 days, 30 days. Be realistic and set a target date.

Why do you want to build your own website?

How is all the steps above to help guide you with your website creation.

The steps above may take you a few minutes or could take you a day or longer. But each one is important when you create a web site.

Even if you already registered your domain name and built your site and your site is not working how you want it to, take a moment and do the 5 W's and 1 H. It might show you what you are missing.

Julia Ponikvar is the author of http://www.createawebsitetutorial.com - helping beginners learn all the steps in website creation.

 


Using Perl To Convert Hyperlinks And Filenames To Lowercase

Like a lot of web developers, I'm not always that disciplined when it comes to the file naming convention I use and I sometimes end up with a situation whereby I have some files that are in lowercase, some that begin with a capital, and some that are a bit of a mixture.

One web site I maintain contains about 2000 web pages and has about 20,000 hyperlinks. As you can imagine, I had one of those sinking feelings when I was told that in order to migrate the web site to a new content management system, all the file names and hyperlinks would need to be changed to lowercase.

Whenever I am presented with a problem like this, my instinct is always to write a Perl script using one or more regular expressions to solve the problem. This particular situation was no exception.

Change a string to lowercase

The following regular expression changes all the characters in a string to lowercase. The first part of the regular expression finds a hyperlink, and the second part converts the string. (Just in case this article is not displayed correctly, there should be a single backslash in front of the 'L$1').

1. $line =~ s/<a href="(.*?)"/<a href="L$1"/gs;

Change a filename to lowercase

Likewise, changing a filename itself is very simple. The following two lines perform the task quite nicely:

1. use File::Copy; 2. move ("$name", "L$name");

(Again, there should be a single backslash in front of the 'L$name'.)

If you need more information on how to incorporate the above code snippets into a complete script, feel free to contact me directly.

About the Author: John Dixon is a freelance web developer working for My Health Questions Matter, a company that helps users of the health service to ask the right questions in their dealings with health professionals.

John is also interested in computer history and maintains a Computer History web site.

Through his own company John Dixon Technology Ltd, John does web development work for various companies.

 


Building Websites Without Technical Knowledge

There are a lot of reasons you might want to start a website. It is a great way to communicate with friends & family, and it is a great way to meet new people online and create conversations on the internet. Whether you have an idea or belief you want to promote, or a product you would like to sell, a personal or business website can be the solution to your marketing and communication goals. These days, a lack of technical knowledge doesn't have to be a barrier to getting started.

The good news is you don't need a degree in programming to start a new website. You don't even need to know a single line of code for that matter! If you can install software packages through a web-browser interface, you can set up a Content Management System (CMS) that will allow you to design, create, and manage any number of pages, articles, and stories. Some web hosts even have utilities like Fantastico that will automatically install a variety of Content Management Systems from blogs, to forums, to picture galleries or e-commerce websites.

Content Management Systems not only give websites more interactivity and functionality, they also allow people with few technical skills to get up and running with an online presence. The most popular ones like WordPress, Simple Machine Forums, phpBB, and Joomla are all free to use with varying regulations on how you can modify or transfer use of the software. Each of the programs also has discussion communities built around them where new and experienced users share advice & knowledge with the most common errors and user requests. If a problem pops up, there is a good chance that someone has already posted a step-by-step solution to it somewhere on the web.

As easy as it is to create and initially customize a new website, there is also no limit in how far you can take it. As you install easy to use CMS packages, some of the vocabulary will become a little more familiar and you'll naturally find yourself a little more comfortable with the technical aspects of your new hobby. So long as you keep regular back ups, you can confidently learn new skills by trial and error.

John McDonald writes about website building for new and perspective webmasters, including advice on web hosts and CMS programs.

 


Pages 
* About

Archives
    * February 2008
    * January 2008

Categories:
* Uncategorized

Last Updated:

regularban.info is proudly powered by WordPress MU running on  regularban.info.
Create a new blog and join in the fun!
Entries (RSS) and Comments (RSS).