<?xml version="1.0" encoding="UTF-8"?>
<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/"
	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/"
	>

<channel>
	<title>Martic.net &#187; Programming</title>
	<atom:link href="http://www.martic.net/blog/category/development/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.martic.net/blog</link>
	<description>Talking in binary since 1980.</description>
	<lastBuildDate>Thu, 10 Nov 2011 14:51:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Read XML files in PHP</title>
		<link>http://www.martic.net/blog/development/programming/read-xml-files-in-php/</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><![CDATA[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 &#8211; a structure, so you basically &#8220;know&#8221; what data represents without need for parsing and cleaning it from rubbish. Everybody [...]]]></description>
		<wfw:commentRss>http://www.martic.net/blog/development/programming/read-xml-files-in-php/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>How does WordPress handle friendly URLs?</title>
		<link>http://www.martic.net/blog/development/programming/how-does-wordpress-handle-friendly-urls/</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><![CDATA[Not so long time ago, I wrote about handling friendly URLs for your own site using Apache (it&#8217;s URL rewrite engine, and .htaccess file) and PHP &#8211; &#8220;Friendly URL, the easy way&#8221;. In the meantime I was doing some changes to .htaccess file for one of my WordPress installations, and what made me thinking was [...]]]></description>
		<wfw:commentRss>http://www.martic.net/blog/development/programming/how-does-wordpress-handle-friendly-urls/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple AJAX is getting advanced</title>
		<link>http://www.martic.net/blog/development/programming/simple-ajax-is-getting-advanced/</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><![CDATA[In one of my previous posts &#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 [...]]]></description>
		<wfw:commentRss>http://www.martic.net/blog/development/programming/simple-ajax-is-getting-advanced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure your Flash-PHP connection</title>
		<link>http://www.martic.net/blog/development/web-design/secure-your-flash-php-connection/</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><![CDATA[If you&#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&#8217;ll need to do some ActionScripting and call an external script to do it for you. [...]]]></description>
		<wfw:commentRss>http://www.martic.net/blog/development/web-design/secure-your-flash-php-connection/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Building an ideal homepage</title>
		<link>http://www.martic.net/blog/internet/building-an-ideal-homepage/</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><![CDATA[For the past few months (or more) I&#8217;ve been building something I&#8217;d like to call &#8220;an ideal homepage&#8220;. Very hard task to do, but I&#8217;m sure I will come close to the idea with the project, sooner or later&#8230; I even got &#8220;ideal&#8221; domain name for the project &#8211; naslovnice.com (this is a croatian plural [...]]]></description>
		<wfw:commentRss>http://www.martic.net/blog/internet/building-an-ideal-homepage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving a project to another domain name</title>
		<link>http://www.martic.net/blog/internet/domain-names/moving-a-project-to-another-domain-name/</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><![CDATA[Moving a project from one domain to another is something you should avoid. Unless it is really necessary &#8211; just don&#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&#8217;ll show you here a few [...]]]></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>
		</item>
		<item>
		<title>Simple AJAX example</title>
		<link>http://www.martic.net/blog/development/programming/simple-ajax-example/</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><![CDATA[Once I created my first AJAX &#8220;application&#8221; (also based on some simple tutorial) I just can&#8217;t stop thinking of AJAX methodology and it&#8217;s usage all over the projects. What is AJAX actually? By definition &#8211; Asynchronous JavaScript and XML, a technique used in web application development. In general it is a combination of XHTML and [...]]]></description>
		<wfw:commentRss>http://www.martic.net/blog/development/programming/simple-ajax-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paros Proxy &#8211; useful utility for web debugging</title>
		<link>http://www.martic.net/blog/development/programming/paros-proxy-useful-utility-for-web-debugging/</link>
		<comments>http://www.martic.net/blog/development/programming/paros-proxy-useful-utility-for-web-debugging/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 15:29:05 +0000</pubDate>
		<dc:creator>Darko</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[debuging]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[paros]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.martic.net/?p=76</guid>
		<description><![CDATA[Wouldn&#8217;t it be great if you could see what data exactly do you submit with your HTML form with Post method? Well, you can and it&#8217;s easy with Paros Proxy tool ! As the name says, to simplify, this utility acts as your local web proxy. So, to set it up (after the installation) you [...]]]></description>
		<wfw:commentRss>http://www.martic.net/blog/development/programming/paros-proxy-useful-utility-for-web-debugging/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sending HTML e-mail with PHP</title>
		<link>http://www.martic.net/blog/internet/business/sending-html-e-mail-with-php/</link>
		<comments>http://www.martic.net/blog/internet/business/sending-html-e-mail-with-php/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 14:27:08 +0000</pubDate>
		<dc:creator>Darko</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.martic.net/?p=107</guid>
		<description><![CDATA[It&#8217;s really hard for me to read unformatted e-mails, and it&#8217;s getting annoying when I recieve some important information and loose my eyes on scanning bunch of text in search for text I need to read. I was also one of those programmers who didn&#8217;t &#8220;found time&#8221; to format those notification e-mails sent to webshop [...]]]></description>
		<wfw:commentRss>http://www.martic.net/blog/internet/business/sending-html-e-mail-with-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create standalone executables with PHP</title>
		<link>http://www.martic.net/blog/development/programming/create-standalone-executables-with-php/</link>
		<comments>http://www.martic.net/blog/development/programming/create-standalone-executables-with-php/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 13:38:46 +0000</pubDate>
		<dc:creator>Darko</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.martic.net/?p=108</guid>
		<description><![CDATA[Recently I needed to create a small command line app which processes .TXT files with some minor text editing. So, as I&#8217;m a big fan of PHP I took a quick Google search on running  .PHP scripts without installing PHP itself. But, I&#8217;ve found something even more interesting &#8211; an application that actually converts, compiles, [...]]]></description>
		<wfw:commentRss>http://www.martic.net/blog/development/programming/create-standalone-executables-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

