Archive for the 'Web Development' Category

Optimal Website Design

Monday, April 20th, 2009

Optimal website design is the art of logical navigation.
It will offer consistency while providing useful, quality information that is attractive to the eye and easy to understand. A well designed site will lead your viewers to the starting point and direct them through your site without confusing them.
While there are many ways to design a [...]

Effective Webdesign

Monday, April 20th, 2009

D.zigns dzignerwebs
The Basics
Before starting on how to design a website effectively, how about clearing some basic web design concepts? Designing Effectively
Now that you know what web design and related terms mean, lets get down to the real thing: Designing Effectively How to balance artistic design with practicality and functionality.
Use of graphics and content
Unless your website [...]

What Hosting Companies Dont Tell You, Could Hurt You?

Monday, April 20th, 2009

Did you know that hosting companies overcrowd their servers despite all the issues caused by servers running hundreds of accounts? Are you aware of what happens if your website is hosted on a server that’s overcrowded? You’re probably thinking to yourself, “what do you mean overcrowd their servers?” Overcrowded servers mean big money for your [...]

How To Write More Powerful Online Text

Monday, April 20th, 2009

Although there are significant differences among the various types of online communication, there all have one critical thing in common - they’re read off a screen. There are substantial benefits, too, in that while your message is on someone’s screen usually it has their undivided attention. You are genuinely “one-to-one” with them and that’s something [...]

What is Blogger.com?

Monday, April 20th, 2009

In the late 1990’s three San Francisco based web developers came up with the idea of being able to share information about anything on the web. The terminology they used was called blog. It’s use was considered a mix of web page / personal journal. It’s original usages were vast and wide, but more and [...]

What is The Google Toolbar?

Monday, April 20th, 2009

No matter what browser you may want to use, you should consider using Google’s toolbar. Google.com, the innovative, stripped-down, add-free search engine that has taken the web by storm has provided an innovative interface through most web browsers; mainly Internet Explorer. This toolbar has many great features for searching around the Internet as well as [...]

Ecommerce for Beginners

Monday, April 20th, 2009

Like most average persons, I wanted some extra money to supplement my regular income. I had considered a part time second job at times, but hated that option because it would take me away from the family, make me more tired and probably just pay minimum wage. I also wanted to be able to work [...]

The Topic Of Your Website

Monday, April 20th, 2009

The first thing you will have to deal building your website has nothing to do with the web design itself, it’s me related to content writing but it must be defined and will effect the rest of your actions. So first of all you need to decide what the topic of your future website is. [...]

Server Side Includes (SSI) with ASP

Thursday, April 16th, 2009

Server Side Includes (SSI) with ASP
People often have identical sections of code spread throughout many ASP pages, typically code at the top of the page (usually referred to as the header) and the lower part of the page (the footer). Similarly, you may have code that performs a certain set of instructions that you are [...]

Functions and Subroutines in ASP

Thursday, April 16th, 2009

Functions and Subroutines in ASP
If you read our Tutorial on Include Files (SSI) then you learned how to encapsulate ASP code within include files and the benefits it brings us.
As developers, we should endeavour to make our lives easier wherever possible… no one wants to re-invent the wheel after all.
Functions and Subroutines exist to not [...]