Posts Tagged ‘users’

Why use PHP and MySQL?

Thursday, July 24th, 2008

PHP and MySQL combine to be an easy yet powerful way to create dynamic web pages that actually interact with your visitors. HTML can create useful and well formatted web pages. With the addition of PHP and MySQL you can collect data from your users, create specific content on the fly, and do many other things that HTML alone can’t do.

The beauty of PHP as a language is that it is designed to be used along with HTML. You can use PHP right inside your already existing HTML content, or put HTML tags right inside your PHP coding. When learning PHP you are not making your existing HTML knowledge obsolete, you are instead adding to it to give it more functions and abilities.

Office 2007 Users

Saturday, June 28th, 2008

Users who have Office 2007 on their computers can save each file in the earlier version. For example, when saving a document in Word:

1. Click on the Office button
2. Choose the Save As - Word 97-2003 Document

This will save the file in the recognized format for older versions (.doc).

A second option is to have Office 2007 users change the default setting for their files in Word, Excel, PowerPoint, etc. to automatically save in a lower version. This is better than having to try and remember each time you save a file to change the file type. To change the default setting:

1. Open an Office application, for example Word
2. Click on the Office button
3. Click on the Word Options button at the bottom of the window
4. Click on Save to display the options
5. Click the down arrow next to the field for Save files in this format and choose  Word 97-2003 (*.doc)
6. Click OK to save the default

Archive Effectively

Thursday, June 19th, 2008

The best archives are carefully organized into subjects and date ranges. For search traffic (particularly long tail terms), it can be best to offer the full content of every post in a category on the archive pages, but from a usability standpoint, just linking to each post is far better (possibly with a very short snippet). Balance these two issues and make the decision based on your goals. A last note on archiving - pagination in blogging can be harmful to search traffic, rather than beneficial (as you provide constantly changing, duplicate content pages). Pagination is great for users who scroll to the bottom and want to see more, though, so consider putting a “noindex” in the meta tag or in the robots.txt file to keep spiders where they belong - in the well-organized archive system.
-