How To HQ

How To Do Almost Anything

You are here: Home / Website Development

Using CSS Shortcuts

August 23, 2008 by Doogie - Copyright - All Rights Reserved

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. Not all related CSS rules can be combined … [Read more...]

Use Good Netiquette When Designing Your Web Site

July 10, 2008 by Doogie - Copyright - All Rights Reserved

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 … [Read more...]

Populating a Select Box Using PHP and MySQL – PHP Tutorial

November 22, 2007 by Doogie - Copyright - All Rights Reserved

This is a simple PHP script that takes data from a MySQL table and uses it to generate a drop-down select box for an HTML form. This can be used for a list of states on a credit card or user data form, or for a category selection or something where you … [Read more...]

How to Use the PHP Ternary Operator

November 11, 2007 by Doogie - Copyright - All Rights Reserved

The ternary operator is a shortcut comparison operator that replaces an if-else statement in a PHP script. If you use a lot of comparison statements in your scripts, this can greatly reduce the number of lines of code. The ternary operator is really very … [Read more...]

Preventing SQL Injection with MySQL and PHP

November 5, 2007 by Doogie - Copyright - All Rights Reserved

Most new web developers have heard of SQL injection attacks, but not very many know that it is fairly easy to prevent an attacker from gaining access to your data by filtering out the vulnerabilities using MySQL extensions found in PHP. An SQL … [Read more...]

Using External CSS Style Sheets

November 3, 2007 by Herb - Copyright - All Rights Reserved

External CSS style sheets offer numerous benefits to web site design. This tutorial assumes that you already know something about the use of cascading style sheets. Our focus is on helping you to implement it better with your web site. First, they … [Read more...]

A Fix for Missing or Broken Images

September 15, 2007 by Doogie - Copyright - All Rights Reserved

Here is a simple fix for problems with missing images in situations when you cannot predict when an image might be missing. Why not just fix the missing image problem? Well, sometimes a site relies on images from another source, such as those provided by … [Read more...]

Simple PHP Banner Ad Rotator Script

August 3, 2007 by Doogie - Copyright - All Rights Reserved

Banner ad rotators can range in complexity from simple systems that randomly display banner or sidebar ads, to very complex systems that track every click on each ad and display different ads based upon preset percentages for each ad display. This … [Read more...]

FileZilla Tutorial – Setting Default Directories

July 5, 2007 by Doogie - Copyright - All Rights Reserved

FileZilla is a real nice FTP utility that competes well with WS_FTP, CuteFTP and other popular tools. The best part about FileZilla is that it is a free download from Source Forge. The only issue I have with FileZilla is that the user interface is … [Read more...]

JavaScript Bookmark Code

March 7, 2006 by Doogie - Copyright - All Rights Reserved

Adding a bookmark to your Web site helps assure that visitors who like your web site and wish to return can easily find it once again. Adding a bookmark is easy to do and does not require any in-depth programming knowledge. It's a simple matter of … [Read more...]

  • « Previous Page
  • 1
  • 2
  • Home

Categories

  • Automotive
  • Cooking
  • Energy
  • FileZilla Tutorials
  • Financial
  • Health
  • Home Electronics
  • Home Improvement
  • Internet
  • Kindle Tips
  • Miscellaneous
  • Outdoor Sports
  • Personal Computers
  • Pets
  • Security
  • Small Business
  • Thunderbird Tutorials
  • Website Development
  • WordPress
  • Yard & Garden
Content and images are copyrighted by HowToHQ.com and others
Content is intended for personal use only and may not be published or distributed on other websites

Copyright © 2006 - 2023 by HowToHQ.com - All Rights Reserved


Privacy Policy :: Terms of Use