Tuesday, August 17, 2010
Monday, August 9, 2010
Intuit Payment Network, Windows Live Mail, Acai Scam, CSS Tables
Hello Business Website Customers, Associates and Friends,
If you have been using Paypal, or another payment processor to collect payments, you have been paying $20 to $30 to cash a $1,000 check. There is a new option that is a lot less costly. See the article on Intuit Payment Network.
If you have a number of email addresses, it is convenient to forward them all to the same mailbox for reading. However, you may want to send out from those email addresses without picking up mail. See the article for instructions on how to set up a send-only email account in Windows Live Mail.
Watch out for fake websites, impersonating other websites. See the Acai Berry scam article.
If you write your own Html code, see the article for how to use CSS to to make tables without using the Html CellPadding and CellSpacing attributes.
Be Happy, Healthy and Prosperous,
Andrew
-----------------------------------------------------------
In This Email:
Article: Intuit Payment Network (IPN) Verses Paypal
Article: How to Set Up a Send Only Email Account with Windows Live Mail
Article: Acai Berry Diet Exposed is a Fake News Website
Article: How to Use CSS to Make Tables without Html CellPadding and CellSpacing
-----------------------------------------------------------
Quotes:
- Whatever you are by nature, keep to it; never desert your line of talent. Be what nature intended you for and you will succeed. ~ Sydney Smith
-----------------------------------------------------------
Article: Intuit Payment Network (IPN) Verses Paypal
Intuit is the publisher of Quicken, Quickbooks and Turbo Tax.
Intuit has an online payment processing service that can save you a substantial amount of money over Paypal.
Paypal charges about 2.9% plus $0.30 to receive a payment. Could be more or less depending on your circumstances.
This fee is understandable for credit cards, because that is the standard rate for credit card processing.
However, Paypal charges this fee even when the transaction is bank to bank. Bank to bank is like writing a check. There are no fees normally.
With Paypal, to receive a $1,000 payment, your cost is $29. That is a lot of money to cash a check.
Intuit Payment Network (IPN) charges $0.50 per payment received.
That is a big savings.
The drawbacks are:
1. Your customer must register with Intuit Payment Network, if they are not registered already. (This is true of Paypal too.)
2. Intuit Payment Network is for bank to bank transactions only. If your customer wants to pay by credit card, you do not save anything.
Go to http://paymentnetwork.intuit.com to register.
-----------------------------------------------------------
Article: How to Set Up a Send Only Email Account with Windows Live Mail
Outlook has a feature that lets you set up email accounts to use as the from email for sending mail only, without picking up email.
Under Outlook, Tools, Send/Receive options, you can specify which email accounts you only want to send and not receive.
This is handy if you support many websites.
You can set up mail from all your websites to forward to one email box.
You can set up from email addresses for each website to send outgoing mail.
That way customers can send to and receive email from each of your websites individually. While you only need to check one mailbox to receive all your mail.
Windows Live Mail makes this even easier.
In Windows Live Mail, after you create your email account, go back in to Change the email account you just created.
At the bottom of the General tab page, uncheck the box "Include this account when receiving mail or synchronizing".
Now you can send with that email address and Windows Live will not try to receive email.
Windows Live does make you include the outgoing email information even though you are not going to use it, so you can make up anything for the POP server and password.
If you have a mail program that requires an incoming mail server, you can set up a dummy email account called empty@mydomain.com.
Give it the minimum quota. Do not tell anyone about this email address so it will not get any email.
Use this as your incoming email account for all your From Only email addresses. This will let you fill out your account set up page and avoid you getting any mail on the email addresses you only want to send out from.
-----------------------------------------------------------
Article: Acai Berry Diet Exposed is a Fake News Website
I do not know if Acai Berry can help you lose weight, but I do know sometimes when someone is misleading you.
Take a look at www.NewYorkChronicle.org.
There are many websites that look similar to this one. They are fakes.
The website is made up to look like a news website and professes to have tested the claims of the Acai Berry diet.
The test results are better than the original claims and appear to be completely outrageous in support of the product.
If you click on the links at the top of the page to News, Weather and so on, you will see that all the links stay on the same page trying to get you to sign up for the free Acai Berry trials.
This person appears to be an affiliate and probably gets paid each time someone signs up for a free trial.
The product owner may not even know what the affiliate is doing.
The product may be a good one.
This marketing page is deceptive.
-----------------------------------------------------------
Article: How to Use CSS to Make Tables without Html CellPadding and CellSpacing
To have a thin line as a border around the cells in your tables, using HTML, you need to use the BORDER, CELLPADDING and CELLSPACING attributes on your TABLE tag. By specifying 0 for CELLSPACING, you can avoid gaps between the cells.
----------------------------------
<table border="1" cellpadding="3" cellspacing="0">
<tr><td>cell1</td><td>cell2</td></tr>
</table>
----------------------------------
Here is CSS to create a table with a thin black border, padding and a background. This CSS also aligns the table heading with the text. I like this table for displaying general text information in columns.
----------------------------------
table.infotable
{
background-color:#DDDDDD;
border:solid 1pt black;
border-collapse:collapse;
}
table.infotable td
{
border:solid 1pt black;
padding:.5em;
}
table.infotable th
{
border:solid 1pt black;
padding:.75em;
text-align:left;
}
----------------------------------
Here is how you use this class in your web page.
----------------------------------
<table class="infotable">
<tr><th>Head1</th><th>Head2</th></tr>
<tr><td>Cell1</td><td>Cell2</td></tr>
</table>
----------------------------------
See this article for compatible CSS for highlighting inline text and using an information box to go along with your table.
You can find the W3 CSS table definitions here.
www.w3.org/TR/CSS2/tables.html
-----------------------------------------------------------
You can find this newsletter online here.
-----------------------------------------------------------
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.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, June 8, 2010
Beware of USB Drives, Article Writing Update, Ebook marketing
Andrew
In This Email:
Article: Beware of USB, External and CD Drives Carrying Viruses
Article: Self Publishing an Ebook
Other Items of Interest
www.microsoft.com/showcase/en/us/details/e7728af1-3fe4-4e25-a907-3dbf689fe11a
www.techradar.com/news/internet/microsoft-we-won-t-use-search-engines-in-2020-692234
http://news.bbc.co.uk/2/hi/science_and_environment/10132762.stm
Quotes:
Article: Update on the Effectiveness of Article Writing
- www.DotNetNuke.bz
- www.InternetHandholding.com
- www.Programmer.bz
Article: Beware of USB, External and CD Drives Carrying Viruses
www.internethandholding.com/Articles/tabid/153/Internet_Marketing/12/How-to-Not-Get-a-Virus.aspx
www.internethandholding.com/Articles/tabid/153/Internet_Marketing/14/Get-Rid-of-Anti-Virus-Programs.aspx
Article: Self Publishing an Ebook
You can find this newsletter online here.
www.internethandholding.com/Newsletter/tabid/154/internet_marketing/201/Beware-of-USB-Drives-Article-Writing-Update-Ebook-marketing.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.
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.
Friday, April 30, 2010
Death of Another Hard Drive, DotNetNuke Article Writing, Windows Live Mesh, Cox Spam Control, Delete Comments on Blogger
In This Email:
Article: Write Articles on Your Website using DotNetNuke Ventrian Articles Module
Article: Blogger is My Favorite Place to Post Links
Article: Delete Comments on Blogger Blogs
Article: Cox Spam Control Blocking Legitimate Outgoing Emails
Article: Death of Another Hard Drive
Article: Windows Live Mesh for Automated Real Time Backup and Synchronization
Article: How to Dynamically Resize an Iframe to Fit Contents
Article: Get Your Website Found
Article: Write Articles on Your Website using DotNetNuke Ventrian Articles Module
Article: Blogger is My Favorite Place to Post Links
Article: Cox Spam Control Blocking Legitimate Outgoing Emails
Article: Death of Another Hard Drive
Article: Windows Live Mesh for Automated Real Time Backup and Synchronization
You can find this newsletter online here.
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.
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.
Bronze Inc., PO BOX 14303, Gainesville, FL 32604, USA
| To unsubscribe or change subscriber options visit: http://www.aweber.com/z/r/?ThisIsATestEmail |
Thursday, April 8, 2010
From 0 to 25 Sales per Month, Windows 7, Live.com and 3D PhotoSynth
Andrew
In This Email:
Article: Windows 7 and Windows Live
Article: Windows 7 and 3D PhotoSynth
Article: Windows 7 Wide Screen and Wallpaper
Article: From 0 to 25 Sales per Month and Growing
Article: Windows 7 and Windows Live
Article: Windows 7 and 3D PhotoSynth
www.photosynth.net/view.aspx?cid=57dd928f-a56e-4dce-b0fa-7a5aff8298cd
Article: Windows 7 Wide Screen and Wallpaper
You can find this newsletter online here.
www.internethandholding.com/Newsletter/tabid/154/internet_marketing/174/From-0-to-25-Sales-per-Month-Windows-7-Livecom-and-3D-PhotoSynth.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.
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.
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.
-----------------------------------------------------------
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
'----------------------------------------------------
-----------------------------------------------------------
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.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.
