<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>blog.martinescu.com</title>
	<link>http://blog.martinescu.com</link>
	<description>simple and reliable tools for your web site.</description>
	<pubDate>Fri, 02 Nov 2007 16:09:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<item>
		<title>Schema generator for MySQL databases</title>
		<link>http://blog.martinescu.com/2007/11/02/schema-generator-for-mysql-databases/</link>
		<comments>http://blog.martinescu.com/2007/11/02/schema-generator-for-mysql-databases/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 16:04:14 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[PHP Stuff]]></category>

		<guid isPermaLink="false">http://blog.martinescu.com/2007/11/02/schema-generator-for-mysql-databases/</guid>
		<description><![CDATA[


For non-relational tables, probably the easiest way of drawing tables content and make a graphical relationship between them is to use this little script that will generate a schema containing all your tables from a chosen database and all of them ready to be printed.
]]></description>
			<content:encoded><![CDATA[<p><div style="float:left;margin-right: 10px; margin-bottom: 10px;"><script type="text/javascript"><!--
google_ad_client = "pub-7813216559308706";
google_alternate_color = "FFFFFF";
google_ad_width = 200;
google_ad_height = 200;
google_ad_format = "200x200_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "E8E8E8";
google_color_bg = "FFFFFF";
google_color_link = "444444";
google_color_text = "444444";
google_color_url = "CC0000";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>For non-relational tables, probably the easiest way of drawing tables content and make a graphical relationship between them is to use this little script that will generate a schema containing all your tables from a chosen database and all of them ready to be printed.<br />
 <a href="http://blog.martinescu.com/2007/11/02/schema-generator-for-mysql-databases/#more-18" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.martinescu.com/2007/11/02/schema-generator-for-mysql-databases/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Two Functions to short a text in PHP</title>
		<link>http://blog.martinescu.com/2007/08/16/two-functions-to-short-a-text-in-php/</link>
		<comments>http://blog.martinescu.com/2007/08/16/two-functions-to-short-a-text-in-php/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 14:48:12 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[PHP Stuff]]></category>

		<guid isPermaLink="false">http://blog.martinescu.com/2007/08/16/two-functions-to-short-a-text-in-php/</guid>
		<description><![CDATA[


Here are two simple functions used to short a text length and add suspension points at the end in order to preserve template format.
]]></description>
			<content:encoded><![CDATA[<p><div style="float:left;margin-right: 10px; margin-bottom: 10px;"><script type="text/javascript"><!--
google_ad_client = "pub-7813216559308706";
google_alternate_color = "FFFFFF";
google_ad_width = 200;
google_ad_height = 200;
google_ad_format = "200x200_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "E8E8E8";
google_color_bg = "FFFFFF";
google_color_link = "444444";
google_color_text = "444444";
google_color_url = "CC0000";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>Here are two simple functions used to short a text length and add suspension points at the end in order to preserve template format.<br />
 <a href="http://blog.martinescu.com/2007/08/16/two-functions-to-short-a-text-in-php/#more-16" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.martinescu.com/2007/08/16/two-functions-to-short-a-text-in-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP class for MySQL</title>
		<link>http://blog.martinescu.com/2007/05/02/php-class-for-mysql/</link>
		<comments>http://blog.martinescu.com/2007/05/02/php-class-for-mysql/#comments</comments>
		<pubDate>Wed, 02 May 2007 18:01:50 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[PHP Stuff]]></category>

		<guid isPermaLink="false">http://blog.martinescu.com/2007/05/02/php-class-for-mysql/</guid>
		<description><![CDATA[Introduction
An object approach for handling MySQL queries. PHP is using a couple of functions for querying the database, so I have somewhat truncated this functions in a compact class.
]]></description>
			<content:encoded><![CDATA[<p><!--adsense--><strong>Introduction</strong></p>
<p>An object approach for handling MySQL queries. PHP is using a couple of functions for querying the database, so I have somewhat truncated this functions in a compact class. <a href="http://blog.martinescu.com/2007/05/02/php-class-for-mysql/#more-7" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.martinescu.com/2007/05/02/php-class-for-mysql/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Add Meta Tags in Word Press by modifying the template, no plugin</title>
		<link>http://blog.martinescu.com/2007/03/19/add-meta-tags-in-word-press-by-modifying-the-template-no-plugin/</link>
		<comments>http://blog.martinescu.com/2007/03/19/add-meta-tags-in-word-press-by-modifying-the-template-no-plugin/#comments</comments>
		<pubDate>Sun, 18 Mar 2007 23:50:48 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[Word Press]]></category>

		<guid isPermaLink="false">http://blog.martinescu.com/2007/03/19/add-meta-tags-in-word-press-by-modifying-the-template-no-plugin/</guid>
		<description><![CDATA[Introduction
Here is a brief article about how to add keywords and description meta tags in word press, meta tags that are still important to SEO.
What are meta tags
OK, so you will need to know a little bit of programming to work this out from head to tail, but it isn&#8217;t much. First of all, if [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense--><strong>Introduction</strong></p>
<p>Here is a brief article about how to add <strong>keywords</strong> and <strong>description</strong> meta tags in word press, meta tags that are still important to SEO.</p>
<p><strong>What are meta tags</strong><br />
OK, so you will need to know a little bit of programming to work this out from head to tail, but it isn&#8217;t much. First of all, if you found this article then you probably know what are those meta tags used by search engines and if not, here is a <a rel=nofollow" target="_blank" href="http://searchenginewatch.com/showPage.html?page=2167931">link</a>.<br />
 <a href="http://blog.martinescu.com/2007/03/19/add-meta-tags-in-word-press-by-modifying-the-template-no-plugin/#more-8" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.martinescu.com/2007/03/19/add-meta-tags-in-word-press-by-modifying-the-template-no-plugin/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HTML, PHP and MySQL starting point</title>
		<link>http://blog.martinescu.com/2007/03/14/html-starting-point-using-phpmysql/</link>
		<comments>http://blog.martinescu.com/2007/03/14/html-starting-point-using-phpmysql/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 23:59:01 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
		
		<category><![CDATA[HTML Stuff]]></category>

		<guid isPermaLink="false">http://blog.martinescu.com/2007/03/14/html-starting-point-using-phpmysql/</guid>
		<description><![CDATA[This will be my very first post as an introduction to my blog. I may call it something like PHP+MySQL basic tutorial.
What exactly is HTML?
Is a computer language used in creating websites. Is is easy to learn and intuitive, flexible, accessible to most people and with help from other languages can be very powerful. Exactly, [...]]]></description>
			<content:encoded><![CDATA[<p><!--adsense-->This will be my very first post as an introduction to my blog. I may call it something like PHP+MySQL basic tutorial.</p>
<p><strong>What exactly is HTML?</strong><br />
Is a computer language used in creating websites. Is is easy to learn and intuitive, flexible, accessible to most people and with help from other languages can be <strong>very powerful</strong>. Exactly, this language is the code transmitted via http to a web browser like Mozilla FireFox or Internet Explorer when you type an URL of a site in the address bar. To find out more about HTML coding you can have a look <a rel="nofollow" href="http://www.yourhtmlsource.com/starthere/whatishtml.html">here</a>.<br />
 <a href="http://blog.martinescu.com/2007/03/14/html-starting-point-using-phpmysql/#more-5" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.martinescu.com/2007/03/14/html-starting-point-using-phpmysql/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
