<?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>Alex Shepko</title>
	<atom:link href="http://shepko.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://shepko.net</link>
	<description>The ones that win are the ones that ship</description>
	<lastBuildDate>Tue, 25 May 2010 20:37:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Port PHP&#8217;s str_pad to JavaScript</title>
		<link>http://shepko.net/2009/09/port-phps-str_pad-to-javascript/</link>
		<comments>http://shepko.net/2009/09/port-phps-str_pad-to-javascript/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 21:11:29 +0000</pubDate>
		<dc:creator>Alex Shepko</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[strings padding]]></category>

		<guid isPermaLink="false">http://shepko.net/?p=13</guid>
		<description><![CDATA[Today I needed a function that pads a string to a certain length with another string. In PHP this function is called str_pad. Unfortunately JavaScript doesn&#8217;t have such function and I decided to write it myself.
Much to my surpise that was interesting becuase in so short and simple function it is possible  to make a [...]]]></description>
		<wfw:commentRss>http://shepko.net/2009/09/port-phps-str_pad-to-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Small JavaScript&#8217;s trick about Date object.</title>
		<link>http://shepko.net/2009/06/small-javascripts-trick-about-date-object/</link>
		<comments>http://shepko.net/2009/06/small-javascripts-trick-about-date-object/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 14:08:22 +0000</pubDate>
		<dc:creator>Alex Shepko</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[timestamp]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://shepko.net/?p=12</guid>
		<description><![CDATA[Today I&#8217;ve found one more trick about JavaScript and I think it will be interesting for someone else.
So, how do you usually get timestamp value with JavaScript?
I used the following code:

var timestamp = Math.round(new Date().getTime()/1000);

As you might know Firefox has its own function to get timestamp named now, so you can do static call like [...]]]></description>
		<wfw:commentRss>http://shepko.net/2009/06/small-javascripts-trick-about-date-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP TestFest 2009</title>
		<link>http://shepko.net/2009/06/php-testfest-2009/</link>
		<comments>http://shepko.net/2009/06/php-testfest-2009/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 21:14:25 +0000</pubDate>
		<dc:creator>Alex Shepko</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[elePHPant]]></category>
		<category><![CDATA[test case]]></category>
		<category><![CDATA[TestFest]]></category>

		<guid isPermaLink="false">http://shepko.net/?p=11</guid>
		<description><![CDATA[You might know that PHP TestFest 2009 is still continuing.
I want to participate in this event as it is one of my favorite programming languages. I tried to find user group from Ukraine but I didn&#8217;t. It looks like nobody from Ukraine wants to improve it and its a pity.

Actually you don&#8217;t need to know [...]]]></description>
		<wfw:commentRss>http://shepko.net/2009/06/php-testfest-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where do we go?</title>
		<link>http://shepko.net/2009/06/where-are-we-go-people/</link>
		<comments>http://shepko.net/2009/06/where-are-we-go-people/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 09:05:32 +0000</pubDate>
		<dc:creator>Alex Shepko</dc:creator>
				<category><![CDATA[the Earth]]></category>
		<category><![CDATA[animal]]></category>
		<category><![CDATA[Earth]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[people]]></category>

		<guid isPermaLink="false">http://shepko.net/?p=10</guid>
		<description><![CDATA[Today I&#8217;ve seen a new movie called HOME.
 
I am so affected by this movie and all people have to watch it. It explains in which situation the people live now and how we&#8217;ve been killing ourself for over 50 years.
Yes, for the last 50 years we&#8217;ve changed the Earth and we are about to [...]]]></description>
		<wfw:commentRss>http://shepko.net/2009/06/where-are-we-go-people/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to build patch for Pidgin by yourself</title>
		<link>http://shepko.net/2008/07/how-to-build-patch-for-pidgin-by-yourself/</link>
		<comments>http://shepko.net/2008/07/how-to-build-patch-for-pidgin-by-yourself/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 18:52:28 +0000</pubDate>
		<dc:creator>Alex Shepko</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[icq]]></category>
		<category><![CDATA[pidgin]]></category>

		<guid isPermaLink="false">http://shepko.net/?p=8</guid>
		<description><![CDATA[As you may know the company AOL has raised the protocol version from ICQ5 to ICQ6 and this caused connection problems for some ICQ clients. In this article I am explaining how to patch your pidgin by yourself.

First of all we need to install the following packages: build-essential, fakeroot and devscripts


sudo apt-get install devscripts build-essential [...]]]></description>
		<wfw:commentRss>http://shepko.net/2008/07/how-to-build-patch-for-pidgin-by-yourself/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php/simplexml and namespace in rdf</title>
		<link>http://shepko.net/2007/04/phpsimplexml-and-namespace-in-rdf/</link>
		<comments>http://shepko.net/2007/04/phpsimplexml-and-namespace-in-rdf/#comments</comments>
		<pubDate>Wed, 04 Apr 2007 09:07:00 +0000</pubDate>
		<dc:creator>Alex Shepko</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://localhost/shepko.net/wordpress/?p=11</guid>
		<description><![CDATA[Using SimpleXml extension to parse rdf file.
Here can be the following problem. For example we have next rdf file:




my desc 
March, 10 



and this php code to parse xml:

$rdf = simplexml_load_file($path2Rdf);

foreach ($rdf->item as $item)
{
    echo $item->date;
}

However this code doesn&#8217;t work, because element &#8220;date&#8221; has a namespace prefix of &#8220;dc&#8221;, so the script [...]]]></description>
		<wfw:commentRss>http://shepko.net/2007/04/phpsimplexml-and-namespace-in-rdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Professional programmer</title>
		<link>http://shepko.net/2007/03/professional-programmer/</link>
		<comments>http://shepko.net/2007/03/professional-programmer/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 07:43:00 +0000</pubDate>
		<dc:creator>Alex Shepko</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://localhost/shepko.net/wordpress/?p=8</guid>
		<description><![CDATA[I found a good article about programmer levels. This article shows the points what a professional programmer should have.
]]></description>
		<wfw:commentRss>http://shepko.net/2007/03/professional-programmer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project management</title>
		<link>http://shepko.net/2007/03/project-management/</link>
		<comments>http://shepko.net/2007/03/project-management/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 23:49:00 +0000</pubDate>
		<dc:creator>Alex Shepko</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://localhost/shepko.net/wordpress/?p=7</guid>
		<description><![CDATA[The other day i have read a fascinating novel about project management. I suppose any manager and developer should read this book independently of specialization and experience.This book tells about people and their relations, phases of development and ordering, rules of staff recruitment, problems during developing and methods to solve them and a lot of [...]]]></description>
		<wfw:commentRss>http://shepko.net/2007/03/project-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php interface</title>
		<link>http://shepko.net/2007/03/php-interface/</link>
		<comments>http://shepko.net/2007/03/php-interface/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 20:26:00 +0000</pubDate>
		<dc:creator>Alex Shepko</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://localhost/shepko.net/wordpress/?p=6</guid>
		<description><![CDATA[Today i was writing following code:

interface iTest
{
    function testMe($x);
}

class Test implements iTest
{
    public function testMe($x, $y="World")
    {
        print $x . $y;
    }
}

$test = new Test();
$test->testMe("Hello ");

The declaration of the method in class differs from interface, so [...]]]></description>
		<wfw:commentRss>http://shepko.net/2007/03/php-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
