Web Site Development Category
Sunday, October 5th, 2008
I normally would not cover an issue this basic, but I receive requests almost every week for answers from aspiring (OK, call them newbie) web developers who cannot see the images on their web pages after using FileZilla or another FTP utility to transfer HTML and image files to their web site. Almost all say that all they see is the infamous red X where their images should display.
(more…)
Posted in FileZilla Tutorials, Web Site Development | No Comments »
Monday, September 15th, 2008
There are times when you want the printed output from a web page to look different that the way the page is displayed on a computer screen. This is particularly useful with blogs and web sites that provide information that users may want to print and file away for later use or for late night reading. I am amazed at the number of major web sites whose pages cannot be printed properly because the content either doesn’t fit on the page, or is cluttered with ads and menus that have no useful purpose on a printed page. CSS can come to the rescue with an external style sheet designed to format printed output.
(more…)
Posted in CSS Tutorials, Web Site Development | No Comments »
Saturday, August 23rd, 2008
CSS shortcuts combine cascading style sheets rules into one efficient line of code. If your web site uses large stylesheets, cutting down on the amount of CSS code can help your code to load and render faster.
(more…)
Posted in CSS Tutorials, Web Site Development | 5 Comments »
Sunday, July 20th, 2008
Many people mistakenly believe that Internet was developed in the 1990s. The history of the Internet actually goes much deeper than that. The Internet we use today has evolved over the past 40+ years from a simple communications network to one that spans the globe and includes participants in every country in the world. Many people are also surprised that the Internet started out as a Cold War military project.
(more…)
Posted in Internet Marketing, Internet Technology, Web Site Development | No Comments »
Monday, July 14th, 2008
New web site owners frequently do not understand which image types to use with a web site. Once you understand the characteristics of each type of image, the choice becomes much clearer.
(more…)
Posted in Web Site Development | No Comments »
Monday, July 14th, 2008
Many web site owners and new designers do not understand the importance of optimizing images for a web site. The process is pretty simple once you understand the concepts.
(more…)
Posted in Paint Shop Pro Tutorials, Web Site Development | No Comments »
Thursday, July 10th, 2008
Netiquette, or Net etiquette, is a set of guidelines for content and web site design that seek to create a seamless communications channel with users and to avoid areas that sometimes cloud or confuse the communications. Many rules that have become bona fide standards for print media do not work well with the Internet. It is a mistake to assume that all standards used for books, brochures and print media advertising work equally well with the web. Here are some examples of bad netiquette.
(more…)
Posted in Internet Marketing, Web Site Development | No Comments »
Saturday, July 5th, 2008
We have been using PHP and MySQL for web development almost exclusively for several years. During this time, our team has come up with a list of simple, yet powerful one line SQL statements that make MySQL easier to use. We thought we might share them with you.
(more…)
Posted in MySQL Tutorials, Web Site Development | 2 Comments »
Monday, June 2nd, 2008
It is common to add a drop-down select box that is populated with USA states or Canadian provinces to PHP applications. There are basically three ways to do this. You can hard-code all of the Select box selections into your application, you can add the states to a MySQL database manually, or you can use the handy code on this page to create a States table in MySQL in just a few seconds.
(more…)
Posted in MySQL Tutorials, PHP Tutorials, Web Site Development | No Comments »
Saturday, March 1st, 2008
A shopping cart is an essential component of every e-commerce site. Although there are literally hundreds of shopping carts to choose from, only a few stand out. PHP is the preferred shopping cart language because it is the most popular web development language on the Internet. When combined with the MySQL database, PHP is unbeatable for cost effectiveness.
(more…)
Posted in Internet Technology, PHP Tutorials, Web Site Development | No Comments »