Jan 26
2010

SQL Server 2000 editions

Posted by: admin in Uncategorised

Tagged in: Untagged 

You can really take your Web design to the next level by integrating a database. By doing so, you can make your Web pages dynamic in the sense that you can interact more directly with your visitors by not only capturing information they provide (such as shipping address and customer feedback), but you can also present customized information to your visitors based on their preferences. For example, perhaps the first time they visit your site they complete a customer survey form. Then the next time they visit, you query this information in your database and present only the information, products, and services in which they are interested.

As you will see, setting up and actually integrating a SQL database into your Web site isn’t too difficult.

Perhaps the best place to start is with the actual installation of SQL Server 2000. But before you launch into that, you should be aware of the different flavors of SQL Server 2000.

Jan 25
2010

HTML terminology

Posted by: admin in Uncategorised

Tagged in: Untagged 

General HTML Page Layout Tags
Every HTML page will (or should) have some basic tags.

  • <HEAD>. Think of this tag as the container for all of the general layout information for your page. Within the <HEAD> and </HEAD> tags, you will find general information about your page. (As you will learn later, some of this information is useful in identifying your page to search engines.) Note, however, that except for the title, none of the information contained within the <HEAD> tag will be displayed to your viewers.
  • <TITLE>. This is where you assign the all-important title to your Web page. It’s easy to overlook this tag, so you should be careful that you don’t; the title of a page will appear at the top of the browser window, and is thus an important navigation element to let visitors to your Web site know where they are.
  • <BODY>. This is where most of your HTML code is placed; as such, it corresponds to the body of your Web page content.

Many HTML editors, such as FrontPage or HomeSite, will present you with a basic Web page template when you select File, New. The <HTML>, <HEAD>, <TITLE>, and <BODY> opening and closing tags are presented within this template (see the following code listing). Take advantage of this template to remind yourself to include these important tags within your document (in other words, don’t delete them)!

Utilizing the <META> Tag
<META> tags are quite useful in providing information about the contents of your page so it can be picked up and properly indexed by various search engines. The previous code listing was generated using Microsoft FrontPage, which inserted some default <META> tag information in the opening page template. More than likely, you’ll want to tweak these <META> tags so they are more illustrative of the content that actually exists on your page.  

Jan 24
2010

WordPress Basics

Posted by: admin in CMS

Tagged in: wordpress

Key Components of a WordPress Site
There are some things that need a bit of explaining before we get much deeper. For lack of a better term, we’ll call them “components.” Components represent the main parts of a WordPress site, including the actual files that make things go, and the database that houses all of the data. Together, these two components - the files and database - generate the web pages for your site. Once generated, there are two central types of these web pages, the Admin area that only you see, and the public pages that the whole world can see. Let's take a closer look at each of these different components.

WordPress Core Files
When you go to WordPress.org and download a copy of WordPress, you are down­loading the WordPress core files. It’s a big folder full of files and a few subfolders full of even more files. Once you download and unzip the WordPress package, you’ll notice that most of the file and folder names begin with a “wp-” prefix.

The WordPress core files are the things that make WordPress tick, the things that make WordPress a complete software package. Most of these files you’ll never touch. A few of them you’ll touch very rarely, and a certain subset of these files you’ll be in and out of all the time, especially when building a theme.

Jan 24
2010

Absolute and Relative URLs

Posted by: admin in Uncategorised

Tagged in: Untagged 

The URL (Uniform Resource Locator) is a major building block of the Web. For this discussion, you need to be aware of the difference between absolute and relative URLs and how each one can affect your HTML coding. In an absolute URL, the address includes the entire file location (including the server name). A relative URL only shows the file name relative to the current location.

For example:

http://www.someweb.com/somefolder/somefolder_2/somefile.html somefile.html

Jan 23
2010

Installation and Configuration of ImageMagick

Posted by: admin in Software

Tagged in: Untagged 

Like most other open-source applications, ImageMagick can be installed and configured on many platforms.

Where to get ImageMagick
You can find many ImageMagick ftp and http download links on the Internet. But I suggest you download it from the original website, because the links in that site always lead you to the newest version of the program. Sometimes third-party websites update their links with a delay (unless they use the syndication solution for their download links).

Moreover, during the lifetime of a released version there are often some bugs and enhancements that are issued by ImageMagick users and based on these reports, the development team of ImageMagick will make any required changes and update the related link. Sometimes, in these cases other third-party websites may lose the chance to detect the updated features and resolved bugs in the current version.

Latest posts from our blog...

Did you know?

Most providers forget that web hosting is, and always was, a service, not a product. You must be very carefull when you are searching for a reliable and an affordable company in order to host your new website.

Tags

Copyright © 2009 Webhostingart.com. All rights reserved unless otherwise stated.