Base site template

December 10th, 2007 by info

Below I write  basic xhtml 1.0 transitional template:

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>

<html xmlns=”http://www.w3.org/1999/xhtml”>

<head profile=”http://gmpg.org/xfn/11″>

<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8” />

<title>Site title</title>

<link rel=”stylesheet” href=”style.css” type=”text/css” media=”screen” />

<meta name=“description” content=“description of site” />
<meta name=“keywords” content=“ste keyword1,site keyword2″ />

</head>

<body>

Site content

</body>

</html>

If you want to validate html code, you can use this tool  http://validator.w3.org/

Oscommerce - Gtmadmin

December 10th, 2007 by info

When I  looking for a program to manage oscommerce, I find gtmadmin.

It’s nice and simple windows aplication. After some configuration, products on oscommerce shop can be managed without browser.

People needs

December 5th, 2007 by info

From time to time i think about people needs, and how it’s can fullfilled.

My list of needs and internet solutions:

  1. contacts with other people
    social portals (facebook, myspace etc.), chats, emails
  2. money
    auctions, shops, affiliate program, advertising
  3. knowledge
    elearning, technical data, dictionaries, search engines, catalogs, news
  4. entertiment
    games, films, music, news

Take control over yours sites

December 5th, 2007 by info

I run some number of sites. Checking statistics for evry site take time, so i write tool.

This application collect data about visit time, visit lenght, visit ip, new visitor or return visitor and refferer for evry page on all my sites. My sites are based on themes, so only in theme footer I add one line of same javascript code. Now on one page I can see visits from all pages. I think about put this as service in html-code.org .