Web Design

Are You Clueless?

Wow, another excellent Paul Myers’ TalkBiz News newsletter issue today. I sincerely wish Paul would create an archive or post his newsletter to his blog, so I could link to the individual issues. But for whatever reason, he doesn’t. That leaves you no other option than to sign up for TalkBiz News! (Aha, there’s his [...]

Useful Comments To Get A One-Way Back Link

I have a special comments policy. In short, if you provide useful comments, you’ll rewarded with a one-way back link to your site or web page. Usefull comments is defined as: “add a great and valuable contribution to the discussion”! As I’ve written before, I’m using Spam Karma2 as the better solution to manage my [...]

Easy Backups

As your online business grows, the data on your PC becomes more and more important. That is, if you work like me and have copies of all your websites on your computer. If that’s the case, you’ll need to make backups of your hard drive, otherwise your business will get very vulnerable. And at least [...]

These Website Templates Are A Huge Time Saver!

If you really want to create websites or minisites fast, you’d better use website templates. Website templates are the graphics that you’ll need in the header and the footer of websites, along with a nice background and order buttons. Using such website templates makes it easy for your to quickly set up a new website [...]

Affiliate Link Cloaking Software?

I was reading a post on affiliate link cloaking on a forum today. I thought I could make a useful contribution and began to write, but I was sidetracked for an hour or so. After getting back, I saw a couple of answers, that really amazed me. They were all about special desktop software to [...]

FUN with Cascading Style Sheets – CSS Tutorial 9

Now that you’ve learned all the basics of CSS, it’s time for a little bit of fun using that information. Using CSS to add a shadow to your images. This is a great technique for making your testimonials stand out. You can use an extra div tag to do this. <div align=”center”> <div style=”width:115px;height:115px; filter:shadow(color:gray);”> [...]

External Style Sheets – CSS Tutorial 8

While what we were working on above referred a lot to the style.css, we need to cover one more thing before we move on to some fun stuff. The code for external style sheets and internal style sheets is the same. The only difference being that the internal style sheets are place in the <head> [...]

Internal Style Sheets Continued – CSS Tutorial 7

We can place as many css defines as we want. You’ve probably seen pages full of these if you’ve every had a look at a .css file before. You open it up, your jaw hits the desk and you quickly close the page not wanting to disturb the monster. Next time you open one, you [...]