Monday, September 20, 2004

Style sheet external, internal and import

3 way to use cascading stylesheet would be :

Internal stylesheet, basically put your stylesheet in your html page, like :
<a style="cursor:arrow;cursor:hand">emulate a link</a>

External stylesheet, link your css to your html page
<head>
<link rel="stylesheet" href="yourstyle.css" type="text/css">
</head>

Import stylesheet, import a style from different url;
<style>
@import url(http://another-url.com/its-stylesheet.css);
</style>
________________________
stylesheet tutorials, free ebook webdesign, free ebook programming, free ebook html

More on Newbie Webmaster

Free ebook computer

Download many free ebook programming and free ebook computer at http://www.free-itebooks.com More on Newbie Webmaster

Monday, September 06, 2004

The Javascript popup parameter

Here about the Javascript parameter to control your popup window:


directoriesboolean Controls the standard browser directory buttons
height numeric Specifies the height of the window in pixels
location boolean Controls the Location entry field
menubar boolean Controls the menu at the top of the window
resizable boolean Controls the ability to resize the window
scrollbars boolean Controls the horizontal and vertical scrollbars
status boolean Controls the status bar at the bottom of the window
toolbar boolean Controls the standard browser toolbar
width numeric Specifies the width of the window in pixels

More on Newbie Webmaster

Wednesday, September 01, 2004

5 Ways to Keep Visitors Coming Back

A lot of successful websites depend on returning visitors to account for a major part of their traffic. Returning visitors are easier to convert into paying customers because the more often they return to a site, the more trust they have in that site. The credibility issue just melts away. Hence, keep your visitors coming back to your site with the following methods:

  1. Start a forum, chatroom or shoutbox
    When you start a forum, chatroom or shoutbox, you are providing your visitors a place to voice their opinions and interact with their peers -- all of them are visitors of your site. As conversations build up, a sense of community will also follow and your visitors will come back to your site almost religiously every day.
  2. Start a web log (blog)
    Keep an online journal, or more commonly known as a blog, on your site and keep it updated with latest news about yourself. Human beings are curious creatures and they will keep their eyes glued to the monitor if you post fresh news frequently. You will also build up your credibility as you are proving to them that there is also a real life person behind the website.
  3. Carry out polls or surveys
    Polls and surveys are other forms of interaction that you should definitely consider adding to your site. They provide a quick way for visitors to voice their opinions and to get involved in your website. Be sure to publish polls or surveys that are strongly relevant to the target market of your website to keep them interested to find out about the results.
  4. Hold puzzles, quizzes and games
    Just imagine how many office workers procrastinate at work every day, and you will be able to gauge how many people will keep visiting your site if you provide a very interesting or addicting way of entertainment. You can also hold competitions to award the high score winner to keep people trying continuously to earn the prize.
  5. Update frequently with fresh content
    Update your site frequently with fresh content so that every time your visitors come back, they will have something to read on your site. This is the most widely known and most effective method of attracting returning visitors, but this is also the least carried out one because of the laziness of webmasters. No one will want to browse a site that looks the same over ten years, so keep your site updated with fresh bites!

More on Newbie Webmaster