Monthly Archives: August 2010

How to Make Your Websites Interactive

As web development evolved, websites not only became better looking, but they also became more functional and interactive. More and more forms were being added so that not only could you find information, but you could send information as well. You didn’t just ‘read’ a website anymore, you could communicate with it. These new technologies opened the doors for shopping carts and ecommerce.

This interactivity required more than just HTML (structure) and CSS (style). Now, we needed languages that could make our pages more dynamic by adding in real time information or more interactive by processing and responding to the information that we could now enter into the forms. Continue reading

Posted in building websites, on technical stuff | Tagged , , , , , | Leave a comment

How to Add Style to Your Web Site

CSS CodeWhen websites first began, HTML (HyperText Markup Language) was generally enough. It allowed us to make our online documents more readable. We could even format the documents to some degree. (If you want to know more about HTML and how it began, see my earlier post – How Websites Started.)

Enter cascading style sheets, or CSS for short. Cascading style sheets allow us to separate the structure of the document (HTML) from the look or ‘skin’ of the document (CSS). This allows designers to build better looking websites. Since CSS arrived on the scene, more, better graphics began to show up online. Websites were not only readable, but they were also becoming pretty. Continue reading

Posted in building websites, on technical stuff | Tagged , , , , , , , | 1 Comment

Is Someone Stealing Your Bandwidth?

I’ve been noticing lately that a lot of strange, unrelated sites have been showing up in my web stats as links from an external page. Many of the URL’s look like some of the same spam mail I get in my inbox.

Upon visiting these strange sites, I found pictures that I had posted on my blog. I then realized that these folks were not copying and pasting my image, which is bad enough, but worse, they are just linking to the image in my blog. This is not only stealing, but it’s using MY bandwidth. So, I had to remedy the problem and I thought you might be interested as well. Continue reading

Posted in building websites, on technical stuff | Tagged , , , , , | 3 Comments