Are You Taking Credit Cards Online? Why Not?

Just about every website owner should be allowing online payments especially when PayPal makes it so terribly easy to help your customers pay you on time.

Some websites need a mini store, and some just need a user-selected amount payment option, but nearly every business should have a PayPal option.

When I started to do auto-billing for repeat business clients using their credit card on file with us, I cut the time that I had to track down late payments out of my work schedule. By making it easier to pay for my services not only did I get paid on time within my terms, but those who had been late payers before were able to become prompt payers with my new policies. This has allowed me to focus on selling and take less time and lower my frustration level with slow paying clients.

In fact as taking credit cards online has been so successful for my own business I now have a virtual terminal allowing me to take phone orders, repeat billing requests, and to process a client’s credit card without their intervention.

If you have a website you should really consider why you aren’t taking credit cards online. it’s easy just get your feet wet with PayPal and then if you need to look for other options after you have some success you can springboard from there.

Use CSS for Print Friendly Pages

It used to be that if you wanted a print friendly page version of each page of your website you made one and blocked the search engines from indexing them as duplicate content by blocking them in your robots.txt file, but now you can get your printer friendly page with just a wee bit of CSS code and a print style sheet.

With all custom web sites that we design now, we include the CSS to create a printer friendly page, just by clicking print - no new URLs just smart coding. It’s a fairly simple thing to do and yet so very elegant and much appreciated by readers.

In our print friendly versions, we block out colors, navigation, and sometimes images. In our current site www.mccordweb.com and www.mccordwebdesign.com we do not use CSS print versions as these sites are older sites and we will be replacing them with new designs this year, but all new client websites have CSS print friendly pages.

If you have a website in design right now, make sure to ask your web designer will they be doing CSS print version pages for you as well.

Page Layout Slip Sliding Around

You’ve seen websites like this, the layout slides around over lays other elements and looks very different in Firefox and Internet Explorer. Although the world is moving to all CSS website design layouts, there is still use for table layouts combined with CSS.

I have found that these hybrid layouts may be more cross-browser compatible and may in some cases even load faster then pure CSS designs. I do like the ability to make fast global changes with CSS, but have not stopped using tables all together for best practices.

Case in point, in Dreamweaver CS3 use any CSS three column layouts and then insert a Spry navigation menu. Even with absolute positioning, the menu is not locked down and can slide around the page depending on which browser your use to view your site with. That’s a real problem! If you want it on the right, it needs to stay on the right! Lock the Spry menu inside a table and position the table with CSS and you’ve solved the problem across all browsers.

So will web design be all CSS in the very near future? Most likely not, but more will be moving into that same direction. Now, if we could only get all browsers to follow the same box model that would be huge step, but, sigh with IE not following the path of others, it makes it very difficult to embrace a pure CSS layout and have it look great for everyone.