• Integer vitae lokitri

    Integer vitae nulla. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nunc cursus, eros in fermentum tristique, turpis massa convallis velit, ut eleifend quam nisi eget nisl apum loretum est pentabium fetures sopran

  • Integer vitae nulla!

    Integer vitae nulla. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nunc cursus, eros in fermentum tristique, turpis massa convallis velit, ut eleifend quam nisi eget nisl. Integer felis enim, interdum a, convallis vitae, semper eu, nisl. Aliquam blandit ornare turpis. Aenean augue sem, posuere at, suscipit non, porta ac, nisl. […]

  • Suspendisse neque lopis

    Integer vitae nulla. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nunc cursus, eros in fermentum tristique, turpis massa convallis velit, ut eleifend quam nisi eget nisl apum loretum est pentabium fetures sopran

Image floated right

Posted in Typography | Posted by admin | 3 Comments »

magazine1Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Image floated left

Posted in Typography | Posted by admin | No Comments »

magazine1Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Testing code

Posted in Browsers, Uncategorized | Posted by admin | No Comments »


$title = $_POST['title'];
$content = $_POST['content'];
if(!get_magic _quotes_gpc())
{
$title = addslashes($title);
$content = addslashes($content);
}
include 'library/config.php';
include 'library/opendb.php';
$query = " INSERT INTO news (title, content) ".
" VALUES ('$title', '$content')";
mysql_query($query) or die('Error ,query failed');
include 'library/closedb.php';
echo "Article '$title' added";
}

Testing lists

Posted in Typography | Posted by admin | No Comments »

Unordered List

  • list item 1
  • list item 2
  • list item 3

Ordered List

  1. list item 1
  2. list item 2
  3. list item 3