<?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>I want to be free &#187; marketing</title>
	<atom:link href="http://i1t2b3.com/category/marketing/feed/" rel="self" type="application/rss+xml" />
	<link>http://i1t2b3.com</link>
	<description>Any fool can make things bigger and more complex</description>
	<lastBuildDate>Wed, 11 Apr 2012 12:59:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Open source project as a CV</title>
		<link>http://i1t2b3.com/2011/06/21/open-source-project-as-a-cv/</link>
		<comments>http://i1t2b3.com/2011/06/21/open-source-project-as-a-cv/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 20:56:41 +0000</pubDate>
		<dc:creator>Skakunov Alexander</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[marketing]]></category>

		<guid isPermaLink="false">http://i1t2b3.com/?p=118</guid>
		<description><![CDATA[I think it&#8217;s a nice idea to contribute to open source project at least to just highlight this fact in your CV/resume when you are looking for a job. Benefits: you show your level of commitment to something money is not the only motivator for you the code written by you is publically visible — [...]]]></description>
			<content:encoded><![CDATA[<p>I think it&#8217;s a nice idea to contribute to open source project at least to just highlight this fact in your CV/resume when you are looking for a job.</p>
<p>Benefits:
<ul>
<li>you show your level of commitment to something</li>
<li>money is not the only motivator for you</li>
<li>the code written by you is publically visible — you don&#8217;t need to explain what major design patterns you know, which technologies you are familiar with and how good you usually polish your code, that all can be seen</li>
</ul>
<p><img class="alignright size-full wp-image-708" title="captain Ellerby" src="http://i1t2b3.com/wp-content/uploads/2011/06/captain-ellerby.jpg" alt="" width="164" height="213" /></p>
<p>I think it can be compared with marriage. Remember that Alec Baldwin quote  from &#8220;The Departed&#8221; movie?</p>
<blockquote><p><em>Marriage is an important part of getting ahead: lets people know you&#8217;re not a homo; married guy seems more stable; people see the ring, they think at least somebody can stand the son of a bitch; ladies see the ring, they know immediately you must have some cash or your cock must work.</em></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://i1t2b3.com/2011/06/21/open-source-project-as-a-cv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using PHPClasses.org for marketing purposes</title>
		<link>http://i1t2b3.com/2009/01/11/using-phpclassesorg-for-marketing-purposes/</link>
		<comments>http://i1t2b3.com/2009/01/11/using-phpclassesorg-for-marketing-purposes/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 18:43:45 +0000</pubDate>
		<dc:creator>Skakunov Alexander</dc:creator>
				<category><![CDATA[ideas]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php classes]]></category>

		<guid isPermaLink="false">http://i1t2b3.com/?p=116</guid>
		<description><![CDATA[Once upon a time I took a look at my Google Analytics account and found out that phpclasses.org is 5th source medium for two my blogs (this one and my russian blog). I have 8 classes submitted. Calculation shows that 7% of my blogs visitors are my classes downloaders and viewers for all the time [...]]]></description>
			<content:encoded><![CDATA[<p>Once upon a time I took a look at my Google Analytics account and found out that <noindex><a rel="nofollow" href="http://a4.users.phpclasses.org">phpclasses.org</a></noindex> is 5th source medium for two my blogs (this one and my <noindex><a rel="nofollow" href="http://i1t2b3.blogspot.com/">russian blog</a></noindex>).</p>
<p><img class="aligncenter size-full wp-image-122" style="border: solid 1px black" title="phpclasses stats" src="http://i1t2b3.com/wp-content/uploads/2009/01/phpclasses.png" border="1" alt="" width="500" height="217" /></p>
<p>I have <noindex><a rel="nofollow" href="http://a4.users.phpclasses.org/browse/author/224189.html">8 classes submitted</a></noindex>. Calculation shows that 7% of my blogs visitors are my classes downloaders and viewers for all the time my classes and blogs exist, and 11% &#8211; for last week.</p>
<p>Take into account, that</p>
<ul>
<li>I get these people to me without any move &#8211; I have just placed the links once.</li>
<li>in-bound links improve Google PageRank</li>
<li>count of links is limited only by your imagination ;]</li>
</ul>
<p>To check that all my classes have all needed links in &#8220;Related links&#8221; section, I wrote a PHP script that adds a link if it&#8217;s not present on your class page. It was written fast so there not so much error checks; to use it, just</p>
<ol>
<li>type your login/pass,</li>
<li>list IDs of your classes and</li>
<li>define the list of links to be placed in &#8220;Related links&#8221; section of every class page.</li>
</ol>
<p>Script supports more than one login/pass pair. If such link is already present, it will be skipped. <noindex><a rel="nofollow" href="http://php.net/curl">CURL</a></noindex> is required for your PHP server.<noindex><a rel="nofollow" href="http://i1t2b3.com/wp-content/uploads/2009/01/phpclasses_links_submiter.rar"><img class="size-full wp-image-126 alignright" title="download PHPClasses.org links submitter" src="http://i1t2b3.com/wp-content/uploads/2009/01/download_button2.jpg" alt="" width="143" height="71" /></a></noindex></p>
<p>You can <noindex><a rel="nofollow" title="download PHPClasses.org links submitter" href="http://i1t2b3.com/wp-content/uploads/2009/01/phpclasses_links_submiter.rar">download it</a></noindex> and use for free.</p>
]]></content:encoded>
			<wfw:commentRss>http://i1t2b3.com/2009/01/11/using-phpclassesorg-for-marketing-purposes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

