<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Martic.net</title>
	
	<link>http://www.martic.net</link>
	<description>Talking in binary since 1980.</description>
	<lastBuildDate>Wed, 12 Aug 2009 23:57:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/martic" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>How does Wordpress handle friendly URLs?</title>
		<link>http://feedproxy.google.com/~r/martic/~3/gnv7hxdN7yc/</link>
		<comments>http://www.martic.net/blog/development/programming/how-does-wordpress-handle-friendly-urls/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 12:19:54 +0000</pubDate>
		<dc:creator>Darko</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[SEO, SEM]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://www.martic.net/?p=266</guid>
		<description>Not so long time ago, I wrote about handling friendly URLs for your own site using Apache (it&amp;#8217;s URL rewrite engine, and .htaccess file) and PHP &amp;#8211; &amp;#8220;Friendly URL, the easy way&amp;#8221;.
In the meantime I was doing some changes to .htaccess file for one of my Wordpress installations, and what made me thinking was how [...]&lt;img src="http://feeds.feedburner.com/~r/martic/~4/gnv7hxdN7yc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.martic.net/blog/development/programming/how-does-wordpress-handle-friendly-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.martic.net/blog/development/programming/how-does-wordpress-handle-friendly-urls/</feedburner:origLink></item>
		<item>
		<title>Read XML files in PHP</title>
		<link>http://feedproxy.google.com/~r/martic/~3/xPokegRjflA/</link>
		<comments>http://www.martic.net/blog/development/programming/read-xml-files-in-php/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 11:34:59 +0000</pubDate>
		<dc:creator>Darko</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.martic.net/?p=260</guid>
		<description>XML is very nice format for storing and especially transferring data between applications. Instead of old plain TXT files which you must parse from a strictly defined format, XML files gives your data 2nd dimension &amp;#8211; a structure, so you basically &amp;#8220;know&amp;#8221; what data represents without need for parsing and cleaning it from rubbish.
Everybody is [...]&lt;img src="http://feeds.feedburner.com/~r/martic/~4/xPokegRjflA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.martic.net/blog/development/programming/read-xml-files-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.martic.net/blog/development/programming/read-xml-files-in-php/</feedburner:origLink></item>
		<item>
		<title>Simple AJAX is getting advanced</title>
		<link>http://feedproxy.google.com/~r/martic/~3/HL0bXynwh08/</link>
		<comments>http://www.martic.net/blog/development/programming/simple-ajax-is-getting-advanced/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 09:42:42 +0000</pubDate>
		<dc:creator>Darko</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.martic.net/?p=252</guid>
		<description>In one of my previous posts &amp;#8211; Simple AJAX example, I explained a few steps that will help you enter the web 2.0 development world using famous AJAX method.
In that example we were submiting a HTML form with POST method using XmlHttpRequest and then processing the request server-side using PHP and getting some results back [...]&lt;img src="http://feeds.feedburner.com/~r/martic/~4/HL0bXynwh08" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.martic.net/blog/development/programming/simple-ajax-is-getting-advanced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.martic.net/blog/development/programming/simple-ajax-is-getting-advanced/</feedburner:origLink></item>
		<item>
		<title>Secure your Flash-PHP connection</title>
		<link>http://feedproxy.google.com/~r/martic/~3/kSlKCZQM4AI/</link>
		<comments>http://www.martic.net/blog/development/web-design/secure-your-flash-php-connection/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 04:10:07 +0000</pubDate>
		<dc:creator>Darko</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.martic.net/?p=241</guid>
		<description>If you&amp;#8217;re working on a Flash game in which you are saving player score in a database, you might wanna consider applying some security to it :)
As I know, you cannot access MySQL database directly from Flash, so you&amp;#8217;ll need to do some ActionScripting and call an external script to do it for you. For [...]&lt;img src="http://feeds.feedburner.com/~r/martic/~4/kSlKCZQM4AI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.martic.net/blog/development/web-design/secure-your-flash-php-connection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.martic.net/blog/development/web-design/secure-your-flash-php-connection/</feedburner:origLink></item>
		<item>
		<title>Building an ideal homepage</title>
		<link>http://feedproxy.google.com/~r/martic/~3/iczo9JrcV0w/</link>
		<comments>http://www.martic.net/blog/internet/building-an-ideal-homepage/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 12:57:19 +0000</pubDate>
		<dc:creator>Darko</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[My own]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SEO, SEM]]></category>
		<category><![CDATA[Web design]]></category>

		<guid isPermaLink="false">http://www.martic.net/?p=228</guid>
		<description>For the past few months (or more) I&amp;#8217;ve been building something I&amp;#8217;d like to call &amp;#8220;an ideal homepage&amp;#8220;. Very hard task to do, but I&amp;#8217;m sure I will come close to the idea with the project, sooner or later&amp;#8230;

I even got &amp;#8220;ideal&amp;#8221; domain name for the project &amp;#8211; naslovnice.com (this is a croatian plural for [...]&lt;img src="http://feeds.feedburner.com/~r/martic/~4/iczo9JrcV0w" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.martic.net/blog/internet/building-an-ideal-homepage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.martic.net/blog/internet/building-an-ideal-homepage/</feedburner:origLink></item>
		<item>
		<title>Upgrade large phpBB2 to phpBB3</title>
		<link>http://feedproxy.google.com/~r/martic/~3/Fnpoa5pa78g/</link>
		<comments>http://www.martic.net/blog/development/upgrade-large-phpbb2-to-phpbb3/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 08:13:53 +0000</pubDate>
		<dc:creator>Darko</dc:creator>
				<category><![CDATA[Clients]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[phpbb]]></category>

		<guid isPermaLink="false">http://www.martic.net/?p=218</guid>
		<description>By &amp;#8220;large&amp;#8221; I mean a forum with database of 300+ MB in size.
One of my clients wanted to change hosting company as his website grow over the past few years and he wasn&amp;#8217;t satisfied with GoDaddy&amp;#8217;s shared hosting, but also with GoDaddy service at all&amp;#8230;

So I recommended him a MediaTemple grid hosting as I&amp;#8217;m there [...]&lt;img src="http://feeds.feedburner.com/~r/martic/~4/Fnpoa5pa78g" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.martic.net/blog/development/upgrade-large-phpbb2-to-phpbb3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.martic.net/blog/development/upgrade-large-phpbb2-to-phpbb3/</feedburner:origLink></item>
		<item>
		<title>Moving a project to another domain name</title>
		<link>http://feedproxy.google.com/~r/martic/~3/Jti9FcoDv6s/</link>
		<comments>http://www.martic.net/blog/internet/domain-names/moving-a-project-to-another-domain-name/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 12:11:00 +0000</pubDate>
		<dc:creator>Darko</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Domain names]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SEO, SEM]]></category>

		<guid isPermaLink="false">http://www.martic.net/?p=85</guid>
		<description>Moving a project from one domain to another is something you should avoid. Unless it is really necessary &amp;#8211; just don&amp;#8217;t do it :)
But, maybe you sold a domain and want to transfer a project to another domain name. Then you have a lot of things to do.

I&amp;#8217;ll show you here a few steps [...]&lt;img src="http://feeds.feedburner.com/~r/martic/~4/Jti9FcoDv6s" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.martic.net/blog/internet/domain-names/moving-a-project-to-another-domain-name/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.martic.net/blog/internet/domain-names/moving-a-project-to-another-domain-name/</feedburner:origLink></item>
		<item>
		<title>SuperBaby.org overview, 1+ year after</title>
		<link>http://feedproxy.google.com/~r/martic/~3/SJZilLcGNhc/</link>
		<comments>http://www.martic.net/blog/development/web-design/superbabyorg-overview-1-year-after/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 14:57:52 +0000</pubDate>
		<dc:creator>Darko</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[My own]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://www.martic.net/?p=198</guid>
		<description>It&amp;#8217;s been now more then a year that my wife and I released a new parenthooding forum in Croatia &amp;#8211; www.superbaby.org.
Since then, forum became one of the most popular chat&amp;#038;help machines in Croatia for everybody who is and will become a parent.
At this point of time we are counting more then 1.600 registered members, more [...]&lt;img src="http://feeds.feedburner.com/~r/martic/~4/SJZilLcGNhc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.martic.net/blog/development/web-design/superbabyorg-overview-1-year-after/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.martic.net/blog/development/web-design/superbabyorg-overview-1-year-after/</feedburner:origLink></item>
		<item>
		<title>Google AdSense for Domains</title>
		<link>http://feedproxy.google.com/~r/martic/~3/pl_wk2Kiv5M/</link>
		<comments>http://www.martic.net/blog/internet/domain-names/google-adsense-for-domains/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 08:26:04 +0000</pubDate>
		<dc:creator>Darko</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Domain names]]></category>

		<guid isPermaLink="false">http://www.martic.net/?p=175</guid>
		<description>Did you noticed a new AdSense feature? Well, now you can park your domains on Google and have them paid within AdSense paycheck.
I&amp;#8217;ll try this with one or two domains, just to see how it&amp;#8217;ll go, and I get better results then with Parked.com I&amp;#8217;ll probably redirect all of my domains.


As I&amp;#8217;ve seen for now, [...]&lt;img src="http://feeds.feedburner.com/~r/martic/~4/pl_wk2Kiv5M" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.martic.net/blog/internet/domain-names/google-adsense-for-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.martic.net/blog/internet/domain-names/google-adsense-for-domains/</feedburner:origLink></item>
		<item>
		<title>Simple AJAX example</title>
		<link>http://feedproxy.google.com/~r/martic/~3/w_OdQZXqi2o/</link>
		<comments>http://www.martic.net/blog/development/programming/simple-ajax-example/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 13:20:04 +0000</pubDate>
		<dc:creator>Darko</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.martic.net/?p=105</guid>
		<description>Once I created my first AJAX &amp;#8220;application&amp;#8221; (also based on some simple tutorial) I just can&amp;#8217;t stop thinking of AJAX methodology and it&amp;#8217;s usage all over the projects.
What is AJAX actually? By definition &amp;#8211; Asynchronous JavaScript and XML, a technique used in web application development.
In general it is a combination of XHTML and JavaScript.

How it [...]&lt;img src="http://feeds.feedburner.com/~r/martic/~4/w_OdQZXqi2o" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.martic.net/blog/development/programming/simple-ajax-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.martic.net/blog/development/programming/simple-ajax-example/</feedburner:origLink></item>
	</channel>
</rss>
