Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

Wednesday, June 17, 2009

How to increase traffic to your website?

A-Z Tips to Increase Site Visitors

We said A-Z and we meant it. Here are 26 sure-fire ways to increase web traffic and site visitors to your website. Use some or all of them, and let us know which ones worked best for you.

  1. Optimize your site (SEO).
    Win on the search engines when people search for keyword phrases related to your products or services.

  2. Get your site listed in directories.
    Submit your site to all the major web directories. This will generate traffic directly from the directories themselves and will also help to improve your link popularity. That helps you win on Google!

  3. Get listed in search engines.
    Submit your site to all the major search engines.

  4. Get links to your site.
    Get people with complimentary sites to link to yours. You offer rental kayaks on the beach. Ask the local restaurant owners to link to you, and offer to link to them. Ask the local tour guides, the real estate agents, the night clubs, and everyone else. Links lead to clicks onto your website and help to improve your search engine rankings.

  5. Buy links to your site.
    Buy text links on other websites. That means more spiders stopping by, more people clicking through, and better search engine rankings.

  6. Buy banner ads.
    Buy banner ads on other websites. It helps to build brand recognition.

  7. Participate in a banner exchange program.
    It won't cost you anything, and will lead to a few extra visitors. Plus, you're spreading your brand all over the place.

  8. Participate in a WebRing.
    Connect your site with other sites in your niche.

  9. Pay for clicks to your site.
    Pay for clicks or inclusion on the search engines so that people will see your site in the sponsored links section of the search results when they search for keyword phrases related to your products or services.

  10. Set up an affiliate marketing program.
    With affiliate marketing, you can either pay per click, pay per lead generated, pay per sale, or pay per customer acquired.

  11. Use smart public relations (PR).
    Get news coverage of your business and your site. Approach online and traditional media. This will often lead to others placing links pointing to your website, which leads to more clicks and also to improved search engine rankings.

  12. Use E-mail marketing.
    Ugly, but effective for the cost. Blast out your special offers, but be nice about it.

  13. Use off-line marketing.
    Promote your site. Put your url on all your license plates. Paint it on your car. Buy newspaper and yellow pages ads with your url. Put up flyers and stickers. Sponsor a little league team. Do anything and everything to spread the word about your website around your city.

  14. Run regular promotions.
    Stage regular giveaways and spread the word about it.

  15. Get published.
    Write articles for publication on other websites. The author profile will link to your site. The article will show that you're an expert.

  16. Publish yourself.
    Write articles for your own site regularly. This will help you to win on the search engines and gives your visitors a reason to come back over and over.

  17. Ask for reviews.
    Ask for reviews of your self-published articles on other webmasters' websites. Ask for reviews of your website, your products, your software, your services. These will usually include links to your articles.

  18. Write briefs.
    Write daily or weekly news briefs focusing in on your industry or specialty area. This keeps your site "fresh" in the eyes of the major search engines and helps you to spread a wide net when fishing for top search engine positions.

  19. Create a newsletter.
    Ask your visitors to sign up for your newsletter, and encourage them to send it along to people they know. Send a newsletter regularly with teasers or lead-ins to your in-depth new articles or with special offers and the latest products.

  20. Post in chat rooms.
    Become active in bulletin boards and chat rooms focusing on your industry. Leave inciteful comments, and people will click on your profile, then visit your site.

  21. Give away free stuff.
    Offer something people want at your site. Give them a reason to come back and get more. Offer free downloads and update them regularly. Offer coupons or discounts. Content content content.

  22. Give awards for excellent sites in your niche.
    This builds more links back to your site and establishes you as a credible reviewer, an expert in your space.

  23. Run a contest and promote it.
    Photo contests, essay contests, goofy contests, random drawings, anything. Example: Messiest Garage in America contest on OfftheFloor.com.

  24. Join your local business organizations.
    Chambers of Commerce and other organizations will often add your site to their member directory. That's an added advantage over the obvious business-building and networking opportunities.

  25. Create an RSS feed.
    Give people another way to interact with your content.

  26. Be accessible.
    Build your site so that it is accessible to all browsers and to PocketPC and Palm Pilot users. Don't forget, people with disabilities buy things too. Make your site Section 508 complaint. Your competition probably hasn't.

We really couldn't stop at Z. This last suggestion is our most important one:

Be a good Internet citizen.
Provide useful resources on your website, resources that make people feel thankful that you put in the time and effort. Help every person who ever calls you on the telephone or emails you a question. When they ask "How can I ever thank you?" just say, "If you like my site and think it's useful, why not link to it?"

Original post: www.seologic.com/web-traffic/increase/visitors

Wednesday, February 4, 2009

CSS Reference

(based on MSDN and WC3 CSS reference)

- Font Properties

Property Valid Values Example Inherited?
font-family [font name or type] font-family: Verdana, Arial; Y
font-style normal | italic font-style:italic; Y
font-variant normal | small-caps font-variant:small-caps; Y
font-weight normal | bold font-weight:bold; Y
font-size [ xx-large | x-large | large | medium | small | x-small | xx-small ] | [ larger | smaller ] | percentage | length font-size:12pt; Y
font [ font-style || font-variant || font-weight ] ? font-size [ / line-height ] ? font-family font: bold 12pt Arial; Y

- Color and Background Properties

Property Valid Values Example Inherited?
color color color: red Y
background-color color | transparent background-color: yellow N*
background-image url | none background-image: url(house.jpg) N*
background-repeat repeat | repeat-x | repeat-y | no-repeat background-repeat: no-repeat N*
background-attachment scroll | fixed background-attachment: fixed N*
background-position [ position | length ] | {1,2} | [ top | center | bottom ] || [ left | center | right ] background-position: top center N*
background transparent | color || urlposition || repeat || scroll || background: silver url(house.jpg) repeat-y N*

* Starting in CSS2, the properties indicated above are inherited.

- Text Properties

Property Valid Values Example Inherited?
letter-spacing normal | length letter-spacing:5pt Y
text-decoration none | underline | overline | line-through text-decoration:underline N
vertical-align sub | super | vertical-align:sub N
text-transform capitalize | uppercase | lowercase | none text-transform:lowercase N
text-align left | right | center | justify text-align:center N
text-indent length | percentage text-indent:25px N
line-height normal | number | length | percentage line-height:15pt N

- Box Properties

Property Valid Values Example Inherited?
margin-top length | percentage | auto margin-top:5px N
margin-right length | percentage | auto margin-right:5px N
margin-bottom length | percentage | auto margin-bottom:1em N
margin-left length | percentage | auto margin-left:5pt N
margin length | percentage | auto {1,4} margin: 10px 5px 10px 5px N
padding-top length | percentage padding-top:10% N
padding-right length | percentage padding-right:15px N
padding-bottom length | percentage padding-bottom:1.2em N
padding-left length | percentage padding-left:10pt; } N
padding length | percentage {1,4} padding: 10px 10px 10px 15px N
border-top-width thin | medium | thick | length border-top-width:thin N
border-right-width thin | medium | thick | length border-right-width:medium N
border-bottom-width thin | medium | thick | length border-bottom-width:thick N
border-left-width thin | medium | thick | length border-left-width:15px N
border-width thin | medium | thick | length {1,4} border-width: 3px 5px 3px 5px N
border-top-color color border-top-color:navajowhite N
border-right-color color border-right-color:whitesmoke N
border-bottom-color color border-bottom-color:black N
border-left-color color border-left-color:#C0C0C0 N
border-color color {1,4} border-color: green red white blue; } N
border-top-style none | solid | double | groove | ridge | inset | outset border-top-style:solid N
border-right-style none | solid | double | groove | ridge | inset | outset border-right-style:double N
border-bottom-style none | solid | double | groove | ridge | inset | outset border-bottom-style:groove N
border-left-style none | solid | double | groove | ridge | inset | outset border-left-style:none N
border-style none | solid | double | groove | ridge | inset | outset border-style:ridge; } N
border-top border-width | border-style | border-color border-top: medium outset red N
border-right border-width | border-style | border-color border-right: thick inset maroon N
border-bottom border-width | border-style | border-color border-bottom: 10px ridge gray N
border-left border-width | border-style | border-color border-left: 1px groove red N
border border-width | border-style | border-color border: thin solid blue N
float none | left | right float:none N
clear none | left | right | both clear:left N

- Classification Properties

Property Valid Values Example Inherited?
display none | block | inline | list-item display:none N
list-style-type disk | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none list-style-type:upper-alpha Y
list-style-image url | none list-style-image:url(icFile.gif) Y
list-style-position inside | outside list-style-position:inside Y
list-style keyword || position || url list-style: square outside url(icFolder.gif) Y

- Positioning Properties

Property Valid Values Example Applies to Inherited?
clip shape | auto clip:rect(0px 200px 200px 0px) all elements N
height length | auto height:200px DIV, SPAN and replaced elements N
left length | percentage | auto left:0px absolutely and relatively positioned elements N
overflow visible | hidden | scroll | auto overflow:scroll all elements N
position absolute| relative | static position:absolute all elements N
top length | percentage | auto top:0px absolutely and relatively positioned elements N
visibility visible | hidden | inherit visibility:visible all elements N
width length | percentage | auto width:80% DIV, SPAN and replaced elements N
z-index auto | integer z-index:-1 absolutely and relatively positioned elements N

- Printing Properties

Property Valid Values Example Inherited?
page-break-before auto | always || left | right page-break-before:always N
page-break-after auto | always || left | right page-break-before:auto N

- Pseudo Classes

Property Valid Values Example Inherited?
cursor auto | crosshair | default | hand | move | e-resize | ne-resize | nw-resize | n-resize | se-resize | sw-resize | s-resize | w-resize | text | wait | help { cursor:hand; } Y
active, hover, link, visited n/a a:hover { color:red; } Y
first-letter, first-line any font manipulating declaration p:first-letter{
float:left;color:blue
}
.
N

Tuesday, July 1, 2008

What is PHP?

PHP is a powerful server-side scripting language for creating dynamic and interactive websites.

PHP is the widely-used, free, and efficient alternative to competitors such as Microsoft's ASP. PHP is perfectly suited for Web development and can be embedded directly into the HTML code.

The PHP syntax is very similar to Perl and C. PHP is often used together with Apache (web server) on various operating systems. It also supports ISAPI and can be used with Microsoft's IIS on Windows.
What You Should Already Know

Before you continue you should have a basic understanding of the following:

* HTML / XHTML
* Some scripting knowledge


What is PHP?

* PHP stands for PHP: Hypertext Preprocessor
* PHP is a server-side scripting language, like ASP
* PHP scripts are executed on the server
* PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.)
* PHP is an open source software (OSS)
* PHP is free to download and use

What is a PHP File?

* PHP files may contain text, HTML tags and scripts
* PHP files are returned to the browser as plain HTML
* PHP files have a file extension of ".php", ".php3", or ".phtml"

What is MySQL?

* MySQL is a database server
* MySQL is ideal for both small and large applications
* MySQL supports standard SQL
* MySQL compiles on a number of platforms
* MySQL is free to download and use

PHP + MySQL

* PHP combined with MySQL are cross-platform (means that you can develop in Windows and serve on a Unix platform)

Why PHP?

* PHP runs on different platforms (Windows, Linux, Unix, etc.)
* PHP is compatible with almost all servers used today (Apache, IIS, etc.)
* PHP is FREE to download from the official PHP resource: www.php.net
* PHP is easy to learn and runs efficiently on the server side

Where to Start?

* Install an Apache server on a Windows or Linux machine
* Install PHP on a Windows or Linux machine
* Install MySQL on a Windows or Linux machine

Live Traffic Feed