Web Design Troubleshooting Guide
Getting your web site to look right can sometimes be a hair-pulling experience. Even for professional web designers! I can only imagine how frustrated many newbies can get. Let me share with you some of the common problems in designing a well-functioning web site. More ...
Seven Effective Ways to Build Your Own Web Site
If you are a small business person who wants to reach millions quickly and easily, building a web site is a necessity. There are many ways to build a website but I'll just give you an overview of the most popular ones. More ...
Create a Simple, Effective PHP Form for Your Web Site
If you have been struggling to set up forms on your web site using cgi, then definitely read this article. Installing a simple PHP form is much easier and faster than installing a cgi form and doesn't need any programming experience. More ...
Understanding SSL Certificate
A secure web hosting service provider ensures safety protocols are in place by encrypting the data that is submitted on an e-commerce website. A customer can identify if a website is secure by checking for the padlock icon next to the URL. The address bar will also show the URL as https instead of http. More ...
Six Ways to Center an Element on a Webpage
This article gives you six different ways to center an element on a webpage, the one you choose depending upon whether you need to add other elements to the left or right of the centered element and how robust and browser version compatible your method needs to be. More ...
RSS Basics
Understanding and using RSS feeds is critical to today's webmasters and bloggers. Being able to syndicate news of new information added can drive traffic to your site. In addition to revenue from increased traffic, RSS provides many other marketing opportunities, such as in-feed advertising and higher search engine ranking. More ...
Video - Optimizing the Order of Scripts and Styles
This video by Tony Gentilcore, software engineer at Goggle, shows you two easy-to-implement yet high-impact techniques for speeding up your web pages. For example, a script included before a CSS file may cause the browser to block. More ...
Creating a Secure Website Using Secure Socket Layer (SSL)
When setting up a website that will require payment through credit card it is important to have a minimum level of security. One protocol that has effectively become the de facto standard for website security is Secure Socket Layer (or SSL). More ...
Web Designer's Reference
Web Designer's Reference provides an integrated approach to web design. Each of the chapters covers a specific aspect of creating a web page, such as working with typography, adding images, creating navigation, and crafting CSS layouts. In each case, relevant XHTML elements are explored along with associated CSS, and visual design ideas are discussed. More ...
Advantages and Disadvantages of Frames
I've kept away from using frames in any of my work where possible. As much as I like some of the features that frames offer, such as a static header area and side menu bar, there is still a number of negative aspects to their use. More ...
Basic Dynamic Website Security
There are many things a user can do to cause you annoyance, but the biggest threat is an MySQL injection attack. This is where a user types in some PHP and SQL code into a field in your form. More ...
Create a Favicon for Your Web Site
A favicon is a small icon that appears to the left of the address in the address bar of your Web browser and to the left of favorites. Having a favicon makes your Web site more professional and is an element of branding. Fortunately, the process of creating a favicon is very easy. More ...
