Full-service Internet Marketing & Web Development
Recent Posts

Featured Posts
|
Take your business snail mail online and say Goodbye to your physical mailboxDawn Rossi, September 25, 2008 |
Do you still have your business snail mail coming to your physical mailbox or a MailBoxes Etc?
Do you actually have to take time out of your busy day to check your mailbox, open envelopes, trash the junk mail etc.?
Introducing Earth Class Mail.
We've been raving fans of Earth Class Mail for the past two years and integrated them in multiple businesses.
Earth Class Mail provides you with a physical US address (not POBox) in one of 15 states. You then update all contacts with your new business address and setup a forwarding rule with your local postoffice.
This is where it gets exciting -
As soon as Earth Class Mail receives a new letter, parcel, package addressed to you, their automated system immediately scans the package and sends you an email with the scanned image.

You can login to your Earth Class Mail account at anytime to request a full scan, request a package to be delivered to you, shred sensitive documents or recycle junkmail.
Rates start at just $13.95/month for 50 mail pieces
Do you actually have to take time out of your busy day to check your mailbox, open envelopes, trash the junk mail etc.?
Introducing Earth Class Mail.
We've been raving fans of Earth Class Mail for the past two years and integrated them in multiple businesses.
Earth Class Mail provides you with a physical US address (not POBox) in one of 15 states. You then update all contacts with your new business address and setup a forwarding rule with your local postoffice.
This is where it gets exciting -
As soon as Earth Class Mail receives a new letter, parcel, package addressed to you, their automated system immediately scans the package and sends you an email with the scanned image.

You can login to your Earth Class Mail account at anytime to request a full scan, request a package to be delivered to you, shred sensitive documents or recycle junkmail.
Rates start at just $13.95/month for 50 mail pieces
|
How to register SSL Certificate with VeriSignDawn Rossi, September 15, 2008 |
An SSL certificate contains the following information:
* The domain name for which the certificate was issued.
* The owner of the certificate and the domain name.
* The physical location of the owner.
* The validity dates of the certificate.
When you connect to a secure web server such as https://softwareprojects.com, the server authenticates itself to the web browser by presenting a digital certificate. The certificate is proof that an independent trusted third party has verified that the website belongs to the company it claims to belong to. A valid certificate gives customers confidence that they are sending personal information securely, and to the right place.
When you install the SSL certificate on your website, visitors to your website will see a yellow lock icon, identifying the pages are secure. It's another way to build trust, especially when asking users to input sensitive information such as credit card information, SSN, home address etc.
SSL Certificates are widely used on payment forms. We found they help with basic landing pages as well, significantly increasing conversion rates.
As part of this guide, I will provide you with step-by-step instructions for registering your SSL certificate with VeriSign.
Why VeriSign? Yes - there are cheaper SSL providers out there, but many are not recognized by older browser versions. This means that the $200 you save, will result in a percentage of your users getting welcomed by a scary dialog saying your SSL certificate cannot be verified.
Step 1 - Register a domain
This is a no brainer.
Step 2 - Verify Whois information and make it public
Your domain whois information must match the company name and address you'd like to list on the SSL certificate.
Update your whois information if you need to (login to your SoftwareProjects account and click on the domain, or use your existing registrar interface) and make sure your whois information can be publicly accessed by whois.net
If you have private-registration, you MUST turn it off prior to applying for the SSL certificate. You'll be able to turn private-registration back on once the certificate is approved.
Step 3 - Generate private key
Login to your server via Telnet or SSH and run this command:
Replace mydomain.com with your target domain name.
You'll be asked to choose a password. Pick any password - it is only used throughout the registration process.
Now enter this command:
Again replace mydomain.com with your target domain name.
You'll be asked to provide the country, state, company name and domain name. Make sure you use the EXACT same information as what whois.net shows for your domain. Make sure you include the www.mydomain.com and not just mydomain.com.
Step 4 - Buy Certificate
Visit VeriSign at http://www.verisign.com/ssl/buy-ssl-...tes/index.html and click on the Buy button under Secure Site (bottom right box)

Unless requested otherwise, select 1 year and uncheck "Extended Validation SSL" and "Ensure Strongest Encryption". Cost should be $399/year.
Under Technical details - enter your information - so that you can receive communications regarding this certificate request as it goes through processing.
When asked to choose a server type - select Apache.
VeriSign will ask you to paste the www.mydomain.com.csr file you previously generated.
Step 5 - Update Contacts
I listed this as a separate step because people often mess it up -
Step 4 of buying a certificate on VeriSign is titled "Contacts". As part of this step, make sure the organizational contact, address and details match your whois records.
When we register certificates at SoftwareProjects, we always list our contact information under Technical contact and the client contact information under the organizational contact.
The organizational contact MUST have an email-address under the target domain. So if you are registering mydomain.com, it is vital that you use someemail@mydomain.com as the organizational contact email-address.
-
If you've followed all steps, you can now complete the process and submit the SSL certificate request. VeriSign will contact you (technical contact email address) if they need any additional documentation to approve the request.
Once approved, you will be provided with the certificate files which can then be installed into your web server.
Did you know? When you buy ssl certificate with SoftwareProjects, setup, coordinating with VeriSign and installation of the certificate on your server is included.
View 4 Comment(s)
* The domain name for which the certificate was issued.
* The owner of the certificate and the domain name.
* The physical location of the owner.
* The validity dates of the certificate.
When you connect to a secure web server such as https://softwareprojects.com, the server authenticates itself to the web browser by presenting a digital certificate. The certificate is proof that an independent trusted third party has verified that the website belongs to the company it claims to belong to. A valid certificate gives customers confidence that they are sending personal information securely, and to the right place.
When you install the SSL certificate on your website, visitors to your website will see a yellow lock icon, identifying the pages are secure. It's another way to build trust, especially when asking users to input sensitive information such as credit card information, SSN, home address etc.
SSL Certificates are widely used on payment forms. We found they help with basic landing pages as well, significantly increasing conversion rates.
As part of this guide, I will provide you with step-by-step instructions for registering your SSL certificate with VeriSign.
Why VeriSign? Yes - there are cheaper SSL providers out there, but many are not recognized by older browser versions. This means that the $200 you save, will result in a percentage of your users getting welcomed by a scary dialog saying your SSL certificate cannot be verified.
Step 1 - Register a domain
This is a no brainer.
Step 2 - Verify Whois information and make it public
Your domain whois information must match the company name and address you'd like to list on the SSL certificate.
Update your whois information if you need to (login to your SoftwareProjects account and click on the domain, or use your existing registrar interface) and make sure your whois information can be publicly accessed by whois.net
If you have private-registration, you MUST turn it off prior to applying for the SSL certificate. You'll be able to turn private-registration back on once the certificate is approved.
Step 3 - Generate private key
Login to your server via Telnet or SSH and run this command:
openssl genrsa -out www.mydomain.com.key 1024
Replace mydomain.com with your target domain name.
You'll be asked to choose a password. Pick any password - it is only used throughout the registration process.
Now enter this command:
openssl req -new -key www.mydomain.com.key -out www.mydomain.com.csr
Again replace mydomain.com with your target domain name.
You'll be asked to provide the country, state, company name and domain name. Make sure you use the EXACT same information as what whois.net shows for your domain. Make sure you include the www.mydomain.com and not just mydomain.com.
Step 4 - Buy Certificate
Visit VeriSign at http://www.verisign.com/ssl/buy-ssl-...tes/index.html and click on the Buy button under Secure Site (bottom right box)

Unless requested otherwise, select 1 year and uncheck "Extended Validation SSL" and "Ensure Strongest Encryption". Cost should be $399/year.
Under Technical details - enter your information - so that you can receive communications regarding this certificate request as it goes through processing.
When asked to choose a server type - select Apache.
VeriSign will ask you to paste the www.mydomain.com.csr file you previously generated.
Step 5 - Update Contacts
I listed this as a separate step because people often mess it up -
Step 4 of buying a certificate on VeriSign is titled "Contacts". As part of this step, make sure the organizational contact, address and details match your whois records.
When we register certificates at SoftwareProjects, we always list our contact information under Technical contact and the client contact information under the organizational contact.
The organizational contact MUST have an email-address under the target domain. So if you are registering mydomain.com, it is vital that you use someemail@mydomain.com as the organizational contact email-address.
-
If you've followed all steps, you can now complete the process and submit the SSL certificate request. VeriSign will contact you (technical contact email address) if they need any additional documentation to approve the request.
Once approved, you will be provided with the certificate files which can then be installed into your web server.
Did you know? When you buy ssl certificate with SoftwareProjects, setup, coordinating with VeriSign and installation of the certificate on your server is included.
View 4 Comment(s)
|
One Page Checkout for an Information ProductElizabeth Morgan, May 6, 2008 |
This short video outlines the process of placing an order for a Make Money Online Information product.
Features shown:
* Lead Capture + Survey System
* SoftwareProjects shopping cart one-page-checkout
* Prepopulate form with previously entered information
* One time offer
* Multiple payment plans for a single product
* Authorize.net Integration
Features shown:
* Lead Capture + Survey System
* SoftwareProjects shopping cart one-page-checkout
* Prepopulate form with previously entered information
* One time offer
* Multiple payment plans for a single product
* Authorize.net Integration
|
eNom vs GoDaddyDawn Rossi, March 7, 2008 |
Which domain registrar do you use for all your domain registrations? eNom or GoDaddy?
We rely on eNom for all domain registrations.
eNom is #2 in market share (http://www.registrarstats.com) but we found them much better suited for high volume high availability sites.
Unlike GoDaddy, eNom offers a 5 second TTL (Time To Live), which means if the need arises we can quickly point the domain to another IP address and the switch takes place within 5 seconds across the entire net, not 24 hours or 4 hours.
If catastrophe hits and the entire East Coast data center gets nuked, it helps to know we can switch everything to the West Coast and have the change propagate within 5 seconds.
Other benefits of eNom are -
(1) Full API support and
(2) With eNom names resolve a little faster (the initial few seconds delay when someone firsts visits the site is going to be something like 1 second instead of 1.5 seconds)
We rely on eNom for all domain registrations.
eNom is #2 in market share (http://www.registrarstats.com) but we found them much better suited for high volume high availability sites.
Unlike GoDaddy, eNom offers a 5 second TTL (Time To Live), which means if the need arises we can quickly point the domain to another IP address and the switch takes place within 5 seconds across the entire net, not 24 hours or 4 hours.
If catastrophe hits and the entire East Coast data center gets nuked, it helps to know we can switch everything to the West Coast and have the change propagate within 5 seconds.
Other benefits of eNom are -
(1) Full API support and
(2) With eNom names resolve a little faster (the initial few seconds delay when someone firsts visits the site is going to be something like 1 second instead of 1.5 seconds)
|
How a site gets done at SPIAdrian Singer, November 6, 2007 |
A lot of people wonder what's involved with putting together a professionally-looking, money-making, fully-functional website.
Doesn't matter if it's a website, a web service, a blog or a shopping-cart, the process is always the same.
It starts with a client surfing over to SoftwareProjects.com, clicking on the "Projects" tab and posting a Project.
All projects are broken down to three components:
#1. Graphic Design
#2. Content
#3. Programming
As a matter of policy, we limit every single project to a maximum of 12 hours. If anything is going to take longer than 12 hours, it is broken down to sub projects. This helps keeping everything managable.
All communication, including emails, attachments, drafts and chat messages, is stored in the system as part of the designated project.
Here's the synopsis of how a recent comparison shopping site got done by SPI:
Doesn't matter if it's a website, a web service, a blog or a shopping-cart, the process is always the same.
It starts with a client surfing over to SoftwareProjects.com, clicking on the "Projects" tab and posting a Project.
All projects are broken down to three components:
#1. Graphic Design
#2. Content
#3. Programming
As a matter of policy, we limit every single project to a maximum of 12 hours. If anything is going to take longer than 12 hours, it is broken down to sub projects. This helps keeping everything managable.
All communication, including emails, attachments, drafts and chat messages, is stored in the system as part of the designated project.
Here's the synopsis of how a recent comparison shopping site got done by SPI:
Quote:
|
Opened by Quad Helper Sep 11 08:28 I am starting a new deals & coupons site like http://www.fatwallet.com and http://www.slickdeals.net (I still don't have the domain name and sitename secured. Once I complete the purchase within the next two days I will tell you the name) I really like the web 2.0 design of ubuntux.org and looking for something similar, but with better bigger tabs Please let me know what it would take to create a new unique design like ubuntux.org for my deals site Follow-up by Andrew Sorenson Sep 11 18:34 SPEC: Hello, Ubuntux.org is clean and simple but there are a few improvements possible. I think the tabs should be centered and not on the far left side of the screen, if you look on a wide 20" screen, which is getting quite common it's difficult to navigate. Also the content width should be limited to a maximum of 85% of the screen width for big screens, otherwise the text is difficult to read. The attached specification includes the main page layout, and 2-3 base content pages design. Please let me know the content that has to be put inside. COST: 12 hours Follow-up by Quad Helper Sep 13 18:00 I don't have a corporate identity or anything like that. The content should be the same as dealofday.com, slickdeals.net, fatwallet.com. I want to list coupons and deals and merchants I should finish the domain purchase today and then I can tell you the name of the site How soon can we get this done? Follow-up by Andrew Sorenson Sep 16 15:57 Hi, Usually within a week (so by 24 of September it could be ready), but depends on how many versions we'll have to produce until you're happy with the look & feel. You need to approve the specification before we get started. Follow-up by Quad Helper Oct 1 07:55 QUOTE APPROVED Follow-up by Andrew Sorenson Oct 1 11:28 DEADLINE SET TO October 22, 2007 I've set a long deadline so we have time available between reviews if required. Follow-up by Quad Helper Oct 1 12:44 Thank you. Is there a way we can have it sooner? What do you need from me? Follow-up by Andrew Sorenson Oct 1 13:17 you will have the first drafts in 3-4 days, and depending on how many changes you will need on these drafts, we will go forward. I have all the informations we need right now for the drafts. Follow-up by Andrew Sorenson Oct 11 13:56 Hi, Attached please find three design concepts we created. Let me know which one you like best. Follow-up by Quad Helper Oct 12 08:37 Now you're talking! I like the last version the best! I think we need a different color instead of the green. We can keep the orange+new color, or come up with two completely new colors. We can't use the green because it is too much like FatWallet. Follow-up by Andrew Sorenson Oct 12 09:41 I'm glad you like it ![]() I will send you today a new version with the requested modifications. . . <== 3 more iterations . Follow-up by Andrew Sorenson Oct 15 14:19 Ok, so we are ok with graphics. I'll go ahead and switch to working on the HTML rendering. Follow-up by Quad Helper Oct 17 12:21 Looks gr8 Follow-up by Andrew Sorenson Oct 22 11:49 Hi, Attached is the product page made in HTML. I will post the other ones in a few hours. Follow-up by Quad Helper Oct 22 20:36 Everything looks great. Can you just make it clear what tab in the top and bottom row is currently selected? Resolved by Andrew Sorenson Oct 22 20:50 PROJECT COMPLETED: Done! Attached is the final version with your requested changes. I will have copywriting follow up with you to work on the content. |
|
Make Money as an Advertiser or Publisher with TradeDoublerTyler Banfield, October 31, 2007 |
TradeDoubler is the European version of Commission Junction.
It is an affiliate network, serving primarily publishers selling to the European market.
If you have a product that would appeal to the European market, or if you're looking to recruit super affiliates who operate in Europe, TradeDoubler is well worth looking into.
Unlike CJ, TradeDoubler takes a very hands-on approach and works with their (large) merchants, to identify the best suited super affiliates and ideal channels to market in.

TradeDoubler affiliate network operates as five divisions:
TD Pull: Pay per sale or Pay per lead.
TD Talk: Pay per phone call.
TD Push / TD Reach: Banner advertising, Text link ads and newsletter sponsorships.
TD Toolbox: Tracking and Analytics.
It is an affiliate network, serving primarily publishers selling to the European market.
If you have a product that would appeal to the European market, or if you're looking to recruit super affiliates who operate in Europe, TradeDoubler is well worth looking into.
Unlike CJ, TradeDoubler takes a very hands-on approach and works with their (large) merchants, to identify the best suited super affiliates and ideal channels to market in.

TradeDoubler affiliate network operates as five divisions:
TD Pull: Pay per sale or Pay per lead.
TD Talk: Pay per phone call.
TD Push / TD Reach: Banner advertising, Text link ads and newsletter sponsorships.
TD Toolbox: Tracking and Analytics.
| « Previous Posts | » Next Posts |

