Friday, March 19, 2010

Death of a Hard Drive

Hello Business Website Customers, Associates and Friends,

A perfect storm hit my computer, which has already taken a week of my life to recover, and I have many more days to go.

Some good news, my Cox cable speed is crazy fast.

Bought a new computer with Windows 7.

Be Happy, Healthy and Prosperous,
Andrew

-----------------------------------------------------------

In This Email:

Article: Death of a Hard Drive

Article: Crazy Fast Cox Cable

Article: Getting a New Computer with Windows 7

Article: Outlook 2003 Edit Html Source

-----------------------------------------------------------

Quotes:

- One kind word can save a life. ~ Dr. Ed Weinschelbaum

-----------------------------------------------------------
Article: Death of a Hard Drive

I back up my critical data every day to three different websites.

The rest of my data, like photos and music, I backup regularly to two external hard drives in my office. I have three other external hard drives stashed at other people's houses.

For the last ten years, the program I use to backup my data is called Handybackup, which you can get from Handybackup.net.

On November 6, 2009 Handybackup stopped working. I reported the problem to the russians and they have been giving me fixes, none of which worked.

In the meantime, I have been backed up only some of my data by hand. I meant to do more, but time goes fast.

Last weekend I got an error I would not wish on my worse enemy, "read seek failure on drive". All my data was gone and none of the dozen recovery programs could find a single file.

I suspect Handybackup did not work because there were errors on the drive.

Let that be a warning to you. Automate your backup. Backup daily. If your automated program breaks, be suspicious. You need to backup more frequently, not less.

www.internethandholding.com/Articles/tabid/153/Internet_Marketing/161/Death-of-a-Hard-Drive.aspx

-----------------------------------------------------------
Article: Crazy Fast Cox Cable

All of a sudden, last Thursday, my Cox cable speed dropped to 0.14 mbps, both up and down. The advertised speed is 3 mbps.

My Cox cable modem was ten years old. Cox upgraded their network last week and the old modems were not supported. Cox gave me a new modem, Motorola SB5101U for free. They cost about $80 in the store. Cox will sell you one for $50 if they are at your house and have one in their truck.

Ran a few speed tests. Download speeds were 16 to 28 mbps. Upload speeds 4 to 5.5 mbps. That is fast.

If Cox made an upgrade in your neighborhood, you may be able to get much faster speeds with the new cable modem.

You can check your speed at www.Broadband.gov.

www.internethandholding.com/Articles/tabid/153/Internet_Marketing/162/Crazy-Fast-Cox-Cable.aspx

-----------------------------------------------------------
Article: Getting a New Computer with Windows 7

If you are in the market for a new computer, consider this.

Bought a new computer. Sam's and Best Buy had about the same deal. Here are the specs of what I got.

Dell Inspiron 560
Intel e7500 64 bit
8 megabytes of memory
1 terabyte hard drive
21.5" monitor
Windows 7 Home Premium

$750

This is double what you get for a laptop at a lower price.

The wide screen is great. Do not need a second monitor. This monitor is wide enough for two windows and a little more.

Windows 7 is fine. No need to be afraid of it. It is easier to use than Vista.

Windows 7 comes with Windows Live Email, which I am using in place of Outlook.

I installed my old version of Microsoft Office 2003, for Excel, Access and Powerpoint.

Also installed Quicken, Quickbooks, iTunes and Visual Studio 2010 Express Beta. All were 64 bit and seem to work fine.

Downloaded a couple of free image editing programs.

The point being, you can buy a new system, with tax for under $850 and you do not need to buy any additional software.

If you are a professional software developer, you will need to upgrade to Windows 7 Professional for $90 to get IIS Web Server.

You do not need Windows 7 Ultimate, unless your IT department at corporate headquarters told you to get it.

www.internethandholding.com/Articles/tabid/153/Internet_Marketing/163/Getting-a-New-Computer-with-Windows-7.aspx

-----------------------------------------------------------
Article: Outlook 2003 Edit Html Source

In Outlook 2003 you can view the Html source, but you cannot edit the html source.

Found a brilliant post with a macro to edit the html source in Outlook 2003 on Windows XP. I made a small change. Would credit the original poster, but the item was posted annonymously.

Here is my version, using my naming conventions, but I have to admit the original poster's was more readable and the instructions were simpler. Darn, someone smarter than me.

Instructions:

1. In Outlook, go to Tools, Marco, Visual Basic Editor.

2. In the Visual Basic Editor

2.A Create a new Module (not a Class module) like Edit_Html.

2.B Copy in the code below.

2.C In the Visual Basic Editor go to Tools, References. Add references to Microsoft Scripting Runtime and Windows Scripting Host Object Model.

2.D. Save

3. In Outlook, while editing an html message, press Alt + F8, select the macro Edit_Html.

Here is the code. Nice and simple.

'----------------------------------------------------
Public Sub Edit_Html()
Dim filename As String
Dim filesystem As New Scripting.FileSystemObject
Dim item As mailitem
Dim shell As New WshShell
Dim filestream As TextStream
'----------------------------------------------------
' Put html body in a file
'----------------------------------------------------
Set item = ActiveInspector.CurrentItem
filename = filesystem.GetSpecialFolder(TemporaryFolder) & "\" & filesystem.GetTempName
Set filestream = filesystem.CreateTextFile(filename, True, True)
filestream.Write filename & item.HTMLBody
filestream.Close
'----------------------------------------------------
' Read file into wordpad
'----------------------------------------------------
Set filestream = Nothing
shell.Run "wordpad.exe """ & filename & """", , True
'----------------------------------------------------
' After exiting wordpad, read file into htmlbody
'----------------------------------------------------
Set filestream = filesystem.OpenTextFile(filename, ForReading, False, TristateTrue)
item.HTMLBody = filestream.ReadAll
filestream.Close
Set filestream = Nothing
'----------------------------------------------------
' Clean up, delete temp file
'----------------------------------------------------
filesystem.DeleteFile filename
Set filesystem = Nothing
End Sub
'----------------------------------------------------

www.programmer.bz/Articles/tabid/159/asp_net_sql/157/How-to-Edit-Outlook-2003-Email-Message-HTML-Source.aspx

-----------------------------------------------------------
You can find this newsletter online here.
www.internethandholding.com/Newsletter/tabid/154/internet_marketing/164/Death-of-a-Hard-Drive.aspx

-----------------------------------------------------------
Disclaimer: Bronze Inc. is the provider of this newsletter. Bronze is a for profit company and may get compensated for products and services listed here. To support this free newsletter, use the links here and on the websites to view the products.

-----------------------------------------------------------

Copyright (c) 2010, Bronze Inc. All rights reserved.

Andrew Weitzen, publish@internethandholding.com, 352-327-3672, Gainesville, FL

www.InternetHandholding.com

www.Bronz.com
www.ComputerGainesville.com
www.DomainNames.gs 
www.DotNetNuke.bz
www.Evolve.name
www.Programmer.bz
www.SingleWordDomainNames.com
www.Software.vg
www.WebHosting.vg

You may forward, print, post or use any part of this email as long as you include this copyright notice and leave a link back to the source.

Tuesday, March 9, 2010

Testing to see how blogger links back to facebook

Posted this story on Facebook.
Wondering if blogger will link back.

www.facebook.com/andrew.weitzen?v=feed&story_fbid=358026097187#!/andrew.weitzen?v=feed&story_fbid=358026097187

20100309 Dominating Google, Html tags, Favorites Icon, English, Facebook

Hello Business Website Customers, Associates and Friends,

See www.EnglishCentral.com to check your pronunciation. This website helps non-native English speakers check their accent. I tried
it and got 58 out of 100. Sad. The website lets you practice and you can improve your score.

Saw this quote on a travel website. "According to nearly all marketing experts, consumers need to see marketing/advertising 7-10
times before they buy something. Plan your campaign from all angles accordingly and follow up with interested people and watch the
excitement build."

There is a lot of talk that Facebook is bigger than Google, or will be. I do not know if this is true, but Facebook is big, with
100s of millions of views daily. You need to make Facebook part of your marketing plans.

Here is an interesting article on the other side of the active marketing coin. This guy says you need to make a great product and
people will tell each other. The product will market itself. Based on my experience with www.JewishNetwork.com, you need to do both.
People do tell each other and marketing does work.
www.fastcompany.com/articles/2008/05/interview-bjfogg-on-facebook.html

When you post online, sometimes it is good to know some html. The WYSIWYG editors are not always reliable. Sometimes you need to go
into the html source. See the article on html tags.

When you go to a website, in the address bar, next to the website name is an icon. You can customize that icon for your website and
make it look as pretty as anyone else makes theirs. You have a 16 by 16 square with which to work. See this article for details.
http://www.programmer.bz/Articles/tabid/159/asp_net_sql/132/How-to-Create-a-Favorites-Icon-and-Put-on-Your-Website.aspx

Be Happy, Healthy and Prosperous,
Andrew

-----------------------------------------------------------
In This Email:

Article: Html common tags in posting editors
Article: Dominating Google for search keyword terms

-----------------------------------------------------------
Quotes:

- I am careful not to confuse excellence with perfection. Excellence, I can reach for; perfection is God's business. - Michael J.
Fox

- As an engineer, if you want to advance something, you have to keep your eyes open, because what you are taught in textbooks has
limitations. When you have an open mind, you will discover there are more things out there than what has been understood so far. ~
Wolfgang Sigmund, Professor of Materials Sceince and Engineering, University of Florida, on research team discovering water proof
material based on spider hairs

-----------------------------------------------------------
Article: Html common tags in posting editors

When you post online, the editor usually has an option that lets you view the html source. If you are having trouble with the
WYSIWYG editor, try viewing the html source.

Here are some html tags that are good to know if you view the html source. Feel free to edit the source.

To be safe and not waste your work, open up Wordpad on your computer and copy the original source to your Wordpad file. Make another
copy and make your changes in Wordpad. Then copy your changes back to the online editor. That way, if anything goes wrong you still
have your work.

If you are cutting and pasting from other documents, paste into Wordpad and then save the file as plain text. Then load another
document and reload the document you just saved to clear out all the formatting. This is the cleanest and fastest way I know to
clean out the formatting. You can use this keyboard short cut to do this in a second.

Alt-f a enter - to save file without the formatting
Alt-f 2 - to load whatever was the last file you had in Wordpad
Alt-f 2 - again to reload the file you were working on without the formatting

Html useful tags

<a href="url"></a> - link to another page
<br /> - break to a new line
<div></div> - division of your page, sometimes used in place of p tag
<h1></h1> - heading level 1, also for levels 2-6
<img src="url" /> - images
<li></li> - list items between the ol and ul tags
<ol></ol> - ordered list
<p></p> - paragraph
<table></table> - table
<tr></tr> - table row, between the table tags
<td></td> - table cells between the table row tags
<ul></ul> - unordered list

There is often a lot of junk the editors put in that you can delete, such as these tags.

#160; - non-breaking space
&nbsp; - another version of a non-breaking space
<font></font> - to create a different style within another tag. Generally you can delete this. It is usually mistaken formatting.
<span></span> - to create a different style within another tag. Generally you can delete this. It is usually mistaken formatting.

Attributes - with the tag you can specify attributes appropriate for that tag. These are the two attributes you use to specify
styles.

class="stylename" - add this to any tag to specify a style name
style="font-size:120%; margin-right:.5em;" - use the style attribute to specify the style characteristics. In this example the
margin-right:.5em means to set the right margin to half the width of the letter "m".

This article is online here
www.internethandholding.com/Articles/tabid/153/Internet_Marketing/154/Html-common-tags-in-posting-editors.aspx

-----------------------------------------------------------
Article: Dominating Google for search keyword terms

If you go to google and search for "Israeli partner dancing", the first three entries and eight of the top ten are mine, out of 2
million plus hits. Number one is my website www.IsraeliPartnerDancing.com

I am preparing to publish a book about Israeli partner dancing and have been laying the groundwork to market the book.

Can you dominate for your keywords?

Chances are you can. Maybe not to this degree, but you could get listings on the first, second and third pages.

Search on google for your keywords and check your competition. Look at the bottom of the page. Those are the people you need to beat
out to get on page one.

How can you dominate google for your keywords?

First, pick your keywords. If you have a local business, include the various areas you service.

If you go to google and search for just "partner dancing", I have a couple of entries on the first three pages. This is good, but
not dominating. You have to do more to dominate more competitive keywords. I have no competition when adding the keyword "Israeli",
but for just "partner dancing" there is competition. Will report back to you on that when I target those keywords.

To get to the first page and stay on the first page you must do much more than you have been doing. The amount is doable without
killing yourself, but you do have to keep at it.

You need multiple places on the Internet to post information about your keywords. How many places are enough? Keep posting in new
places until you are on page one and stay there. The number of pages depends on your competition.

Create blogs on blogger. Post entries on Facebook and make sure they are publicly visible. Join groups and post links. Submit
articles.

See the links on the left side of this page for a huge number of places to post to.
www.internethandholding.com/Member/LinkWebsiteTrafficviaLinkBuilding.aspx

Be relentless. Keep posting every chance you get. Will send you posting tips on how to do this efficiently.

For now, the idea you should take with you is to never miss a chance to post a link to your pages. Cross link. Link to the pages
that link to your website. Make it messy. This is what search engines like.

Take this article as an example.

It is posted on my website www.InternetHandholding.com here
www.internethandholding.com/Articles/tabid/153/Internet_Marketing/153/Dominating-Google-for-Search-Keyword-Terms.aspx

It is posted on one of my blogs here
http://internethandholding.blogspot.com

A link is posted on one of my Facebook accounts.

If you look back through this article, you will see links to other pages of mine.

Get to posting.

-----------------------------------------------------------
This newsletter can be found online here.

www.internethandholding.com/Newsletter/tabid/154/internet_marketing/155/20100309-Dominating-Google-Html-tags-Favorites-Icon-English-
Facebook.aspx

-----------------------------------------------------------
Copyright (c) 2010, Bronze Inc. All rights reserved.

Andrew Weitzen, publish@internethandholding.com, 352-327-3672, Gainesville, FL

www.InternetHandholding.com

www.Bronz.com
www.ComputerGainesville.com
www.DomainNames.gs
www.DotNetNuke.bz
www.Evolve.name
www.Programmer.bz
www.SingleWordDomainNames.com
www.Software.vg
www.WebHosting.vg

You may forward, print, post or use any part of this email as long as you include this copyright notice and leave a link back to the
source.

Tuesday, March 2, 2010

20100303 Search Engine Tasks for Your Website

Hello Business Website Customers, Associates and Friends,

The article in this issue introduces you to some of google's tools to help you get a handle on your website.

Be Happy, Healthy and Prosperous,
Andrew

-----------------------------------------------------------
In This Email:

Article: Basic Search Engine Tasks for Your Website Using Google Webmasters Tools

-----------------------------------------------------------
Quotes:

- If you're going to do something tonight that you'll be sorry for tomorrow, sleep late. ~ Henny Youngman

-----------------------------------------------------------
Article: Basic Search Engine Tasks for Your Website Using Google Webmasters Tools

Here are some basic search engine optimization and webmaster tasks you need to do for your website.

1. Go to Google's business center and register your business and address.

- Go to http://maps.google.com
- Click the link Add A Site.
- Register your business.

2. Track your visitors.

- Go to http://www.google.com/analytics
- Regsiter your website.
- Get your analytic tracking code and add to your website.
- If you are using DotNetNuke go to Admin, Google Analytics to enter.
- Otherwise, follow google's instructions for adding to your website

3. See how google sees your website.

You will need to register in google webmaster tools first.
Google has a lot of different places to register.

- Go to http://www.google.com/webmasters/tools
- Register your website.
- Go to verify your website and follow the instructions.
- Go to Site Configuraton, SiteMaps and submit your site.
- If you are using DotNetNuke your sitemap file is: SiteMap.aspx
- Otherwise you will need a sitemap for your website.

After google indexes your website you can check to see how google sees your website. You may have to check back after some time.

- Go to http://www.google.com/webmasters/tools
- Go to Your Site on the Web, Keywords

You can also go to www.Bing.com and www.Yahoo.com and use their webmaster tools.

4. Change your website to maximize your keywords

It is eye opening to see how google views your keywords. You will likely see a bunch of useless keywords at the top of your rankings
and you will know where they come from.

Change the wording on your website to maximize your keywords for what people search for. When you see how google sees your website,
you will know what to change.

1. Think keywords, keywords, keywords. Keywords are things people search for. Anything that is not a keyword in a title hurts you.

2. Remove "Us" from your menu items and titles in things like About Us and Contact Us.

3. Put your menu items in alphabetical order, not the order you want people to click on. The brain likes order, alphabetical order.
This is for people, not search engines.

If you have a book or online course, then put things in the order they are to be seen. Otherwise, alphabetize.

4. Your submenu items can be long and filled with keywords.

5. Post Pages, Articles and Forum items on your website.

Fill the titles of your entries with keywords only. In the body of the items, include your keywords as much as possible. Any word
that is not a keyword hurts you instead of helping you.

Pages are formal.
Articles are semi-formal.
Forum entries are informal.

Generally, multiple short items are better than one long item. Both people and search engines can get lost as to what exactly is the
topic.

Space out your items over time. You must continually update your website to keep search engines coming back.

You can find this article online here
www.internethandholding.com/Articles/tabid/153/Internet_Marketing/145/Search-Engine-Optimization-SEO-Basic-Tasks-for-Your-Website-Us
ing-Google-Webmasters-Tools.aspx

-----------------------------------------------------------
This newsletter can be found online here.
www.internethandholding.com/Newsletter/tabid/154/internet_marketing/150/20100303-Search-Engine-Tasks.aspx

You may forward, print, post or use any part of this email as long as you include this copyright notice and leave a link back to the
source.

-----------------------------------------------------------
Copyright (c) 2010, Bronze Inc. All rights reserved.

Andrew Weitzen, publish@internethandholding.com, 352-327-3672, Gainesville, FL

www.InternetHandholding.com

www.Bronz.com
www.ComputerGainesville.com
www.DomainNames.gs
www.DotNetNuke.bz
www.Evolve.name
www.Programmer.bz
www.SingleWordDomainNames.com
www.Software.vg
www.WebHosting.vg