Posts Tagged ‘background’

Creating a Stationary HTML Web Page Background

Monday, July 14th, 2008

You can create a stationary HTML web page background within your web page.

Stationary background images remain in one place even when scrolling through the page. Only the text will move. To create this effect, place the following code within your <BODY> tag.

<body background =”yourimage.gif” bgproperties=”fixed”>

When selecting your background image, keep in mind that your text will be moving over your image, so try to select an image that won’t make your text difficult to read.

To prevent your background image from tiling (repeating), place the following code between your <HEAD> and </HEAD> tags.

<STYLE TYPE=”text/css”>
<!–
BODY { background-image: url(yourimage.jpg) }
BODY { background-repeat: no-repeat }
BODY { background-position: center }
–>
</STYLE>

Replace the text indicated in red with your image file.

Highlighting HTML Web Page Text

Monday, July 14th, 2008

You can highlight your HTML web page text in the color of your choice by adding the STYLE attribute to your HTML code.

Example: Example of highlighted text

Copy and paste the following code into the HTML portion of your web page where you would like the text to appear:

<SPAN style=”BACKGROUND-COLOR: #ffff00″>Example of highlighted text</SPAN>

You can change the colors to whatever you’d like, but keep in mind, the text must be visible through the background color.

Firefox vs Internet Explorer

Saturday, June 28th, 2008

Just because everyone feels that they have a solution to someone else’s problems, new forms of technology are created. Some technology is created to process word files and improve the use of the computer while others are created to enhance the use of the Internet.

Because the Internet is so widely used, countless developers are coming up with tools that will make the Internet more user friendly. Several browsers are created one competing against the other as far as performance goes. Two highly competitive browsers are Microsoft’s Internet Explorer and Firefox.

Internet Explorer has been around since the creation of windows. It is used by several individuals. It has many wonderful browsing features as well as some safety features such as a pop up blocker. Though it is extremely popular, Firefox is gaining momentum as people are catching onto the numerous benefits.

One benefit that Firefox has that totally outdoes Internet Explorer is the enhanced popup blocker. Unlike Internet Explorer’s popup blocker that only halfway does the trick, Firefox’s popup blocker blocks out all of the annoying ads. You’ll never again have to see them on your computer. What’s more, you do not need supplemental programs to block annoying ads as does Internet Explorer.

Should you wan to open new web pages, you do not need to open them in new windows. Rather, you can use tabs. What’s more, you can open them in the background.

If you are filling in any forms online, Firefox will save the details for you so you will not have to go back and enter them in a second time. This is great, especially if you are going to sites you’ll use more than once such as Google or advertising sites like Craigslist. This detail alone is not only a time saver: but, it makes life online easier.

When using Firefox, you’ll also have better online security. Spyware, adware and malicious software cannot automatically install themselves into the browser unlike Internet Explorer. This means that you’ll not have to worry about your browser being hijacked to the point of having to repair your OS or totally reformat it all together.

Though Firefox possesses many great attributes, there are some disadvantages to using the browser. For example, its tight security makes ActiveX impossible to run which is a major problem since countless developers use ActiveX to deliver various applications to desktops. This makes it impossible to ditch Internet Explorer completely as if you wanted to use ActiveX, you’ll need to switch browsers.

In order to decide whether Firefox has really replace Internet Explorer will require that you are looking at the entire picture. It is imperative that you have all the facts. Also, just because you have switched to Firefox does not mean that you should forget about updating and patching Internet Explorer on a regular basis. Though Firefox is a great browser, you’ll still need to rely on Internet Explorer for certain things, especially when it comes to making up for the weaknesses found in Firefox.

Making the Internet Explorer & the Explorer Toolbars Fancy

Wednesday, June 18th, 2008

The Internet Explorer toolbar looks pretty simple. Want to make it fancy and kewl? Why not add a background image to it. To do this kewl hack launch the Windows Registry Editor and go to the following key: HKEY_CURRENT_USER\SOFTWARE\Microsoft\ Internet Explorer\Toolbar\.

Now in the right pane create a new String Value and name it BackBitmap and modify it’s value to the path of the Bitmap you want to dress it up with by rightclicking on it and choosing Modify. When you reboot the Internet Explorer and the Windows Explorer toolbars will have a new look.