|
just another regularban.info web blog |
| MEMBERS: | DIY Website Construction - Site Build It Internet Sites
There are two approaches to DIY Website Construction. The first is to go about gathering and purchasing all of the components separately. The second is to buy a package that has all of the components and build your website yourself using the tools at your disposal. When you think about what you will need for a DIY Website Construction, consider the following:
• Web Hosting • Templates or HTML program • Keyword Research • Content generation • Autoresponder • Sitemap submission • Community or forum for support If you don't do this on a regular basis, putting all of the pieces together for a DIY website may seem overwhelming. But you don't need to put all of the separate components together to do your website yourself. You can buy a package that combines the best of everything. One thing, though. Your best bet is NOT one of the domain name services. These services allow you to get a "brochure site" up quickly. But they don't help you generate a website that sells. And, unless you are putting up a website just for friends and family, there's no use in a website that doesn't sell. Instead, you should look for a package company whose goal is to make your site sell. They're not there to sell lots of additional components, they want you to succeed. For one price, you should get your domain name, web hosting, templates, keyword research, an autoresponder, email addresses, sitemap submission, statistics monitoring, and more. You also want to make sure that there is some level of support for the community whether it is phone based technical support or a welcoming forum. If you're not ready to put all of the components of a DIY website together yourself yet, I recommend Site Build It for a package deal. It includes all of the necessary components and has a very supportive forum community. To get the SBI package deal, click through to my Small Business Website Marketing Blog.
Is Your Website Working For You?
A question I often ask my target market is, "what's your biggest challenge with building your business online?" And one answer I get frequently is this: How do I make my website earn money? If you've got a business online, then it's likely you have some sort of web presence. Perhaps it's a one-page 'sign up for my list' kind of site, or a full-blown brochure site with a menu of choices, or maybe your site is in the form of a blog. Regardless of what kind of site (or sites) you have, if they're not doing what you want them to - and since we're in business, ultimately that means making some sort of a profit - then it's time to make some changes. But how do you REALLY know whether your site is working or not? Here are four strategies to test and track your pages to know what needs fixing: 1. Let the numbers speak I'm sure if the sky was the limit, you'd hire the most expensive web designer with the fanciest tools to create the most spectacular site imaginable for your business - and someday you just may do that. For now, though, even an ugly site can make money. I can think of at least two sites right now that I personally think are not that pleasing to the eye, yet I know they are raking in the bucks each and every month, year after year. So don't get caught up in having the most polished and professionally looking site. Focus more on having the pieces in place that will bring you the cash, too. 2. Give your site only one job Think of each page of your website as a separate entity with one main purpose. It may be to sell something, or to sign up for your list, or to get people to call you for an appointment. Whatever it is, make it clear that that one thing is the action your visitor should take from being on that page. 3. Track your numbers Most web hosts offer statistics that you can use to watch your numbers, or there are other web stat programs that you could use as well (such as Google Analytics). However you are keeping an eye on your numbers, you should be looking for two things: how many people visit your site and how many people take the action you want them to take. From those two numbers, you can figure out your conversion rate, which tells you how many of those visitors took the action you wanted them to - like sign up for your list. If you make small changes to your page AND watch these numbers at the same time, you'll be able to tweak things to increase your conversion rate. 4. Make one change at a time This is a very effective way to increase the conversion rates on sales pages and sign-up pages. Change just one thing - for example, the headline - and watch your numbers. Compare those statistics to your previous ones and decide whether or not to keep the change. (You can also do this via a split-test in your shopping cart, where the software does the number crunching for you.) I see so many sites that try to be all things to all people by offering everything under the sun in too small a space - a website - and all that does is confuse people and encourage them to click away. Remember, 'a confused mind always says no', so always go back to the main questions when considering making changes to your website: What's the purpose of this page? What is the one thing I want my visitor to do here? And then design your copy around the answer. Keep it simple and you'll get better results every time.
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'). Change a filename to lowercase Likewise, changing a filename itself is very simple. The following two lines perform the task quite nicely: (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 Archives
Categories:
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). |