<?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"
	>

<channel>
	<title>Iacob Ionut - Freelance Website Design</title>
	<atom:link href="http://iacobionut.com/feed" rel="self" type="application/rss+xml" />
	<link>http://iacobionut.com</link>
	<description></description>
	<pubDate>Sun, 12 Oct 2008 20:11:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Wordpress How-To : Week 1 - The Excerpt</title>
		<link>http://iacobionut.com/wordpress-how-to-week-1-the-excerpt/</link>
		<comments>http://iacobionut.com/wordpress-how-to-week-1-the-excerpt/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 20:09:36 +0000</pubDate>
		<dc:creator>Ionut</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[excerpt]]></category>

		<guid isPermaLink="false">http://iacobionut.com/?p=67</guid>
		<description><![CDATA[I&#8217;ve decided to make some changes to the blog. One is to write a weekly series of &#8220;Wordpress How-To&#8217;s &#8221; . Every monday  I&#8217;ll try to find something interesting about Wordpress and write about it . Ok&#8230;now let&#8217;s begin.
Week 1 : Wordpress Excerpt - how to limit the number of words displayed 

The excerpt [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to make some changes to the blog. One is to write a weekly series of &#8220;Wordpress How-To&#8217;s &#8221; . Every monday  I&#8217;ll try to find something interesting about Wordpress and write about it . Ok&#8230;now let&#8217;s begin.</p>
<h3>Week 1 : Wordpress Excerpt - how to limit the number of words displayed </h3>
<p><?php the_excerpt(); ?></p>
<p>The excerpt displays the first 55 words of a post&#8230;a &#8220;teaser&#8221; if you like.It&#8217;s usually used on front pages of blogs and online newspapers  . Unlike the_content() , the_excerpt() does not show a &#8220;Read More&#8221; link after the text &#8230;this is replaced by [..] .<br />
<span id="more-67"></span><br />
<img alt="" src="http://iacobionut.com/images/posts/phpw1.png" title="PHP Excerpt" class="aligncenter" width="545" height="179" /><br />
Today we&#8217;ll learn how to change the number of words displayed by the excerpt.Let&#8217;s say that you don&#8217;t have the space to show the first 55 words of a post/article and you would like to show only the first 25.This is how you do it :</p>
<p>First of all you&#8217;ll need to open the functions.php file of your theme and add these following lines:</p>
<blockquote><p>
< ? php<br />
function string_limit_words($string, $word_limit)<br />
{<br />
  $words = explode(' ', $string, ($word_limit + 1));<br />
  if(count($words) > $word_limit)<br />
  array_pop($words);<br />
  return implode(&#8217; &#8216;, $words);<br />
}<br />
?>
</p></blockquote>
<p>Then add this where you want the excerpt to be displayed :</p>
<blockquote><p>
< ? php $excerpt = get_the_excerpt();<br />
 echo string_limit_words($excerpt,25);<br />
?>
</p></blockquote>
<p>Don&#8217;t forget to remove the space between &#8220;? php &#8220;.</p>
]]></content:encoded>
			<wfw:commentRss>http://iacobionut.com/wordpress-how-to-week-1-the-excerpt/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Freelancing</title>
		<link>http://iacobionut.com/freelancing/</link>
		<comments>http://iacobionut.com/freelancing/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 17:36:59 +0000</pubDate>
		<dc:creator>Ionut</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[Freebies]]></category>

		<category><![CDATA[Freelancing]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://iacobionut.com/?p=38</guid>
		<description><![CDATA[Hey guys , I&#8217;m sorry I haven&#8217;t been able to write in these last couple of weeks , but I&#8217;ve been really really busy designing and developing sites . I wanted to write some posts about Wordpress , about Photoshop etc but I&#8217;ve failed miserably due to the lack of time . 
I have some [...]]]></description>
			<content:encoded><![CDATA[<p>Hey guys , I&#8217;m sorry I haven&#8217;t been able to write in these last couple of weeks , but I&#8217;ve been really really busy designing and developing sites . I wanted to write some posts about Wordpress , about Photoshop etc but I&#8217;ve failed miserably due to the lack of time . </p>
<p>I have some spare time these days and I&#8217;m planning to do some changes around here:</p>
<ul>
<li>Minor tweaks to the site (contact form , paragraphs etc ) </li>
<li>Some free wordpress themes for my &#8220;Freebies&#8221; section </li>
<li>A couple of posts/tutorials about Wordpress</li>
<p>Until then&#8230;take care.</p>
]]></content:encoded>
			<wfw:commentRss>http://iacobionut.com/freelancing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The new version is coming soon</title>
		<link>http://iacobionut.com/the-new-version-is-coming-soon/</link>
		<comments>http://iacobionut.com/the-new-version-is-coming-soon/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 09:29:02 +0000</pubDate>
		<dc:creator>Ionut</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[blog]]></category>

		<category><![CDATA[design]]></category>

		<guid isPermaLink="false">http://iacobionut.com/the-new-version-is-coming-soon/</guid>
		<description><![CDATA[I didn&#8217;t have time to update the site because I was really busy with some other projects ( exams , graduation paper etc) . Tomorrow I&#8217;m gonna start working on improving the site.There&#8217;s not going to be major changes &#8230; some sections of the site will be replaced , I will upload some free templates [...]]]></description>
			<content:encoded><![CDATA[<p>I didn&#8217;t have time to update the site because I was really busy with some other projects ( exams , graduation paper etc) . Tomorrow I&#8217;m gonna start working on improving the site.There&#8217;s not going to be major changes &#8230; some sections of the site will be replaced , I will upload some free templates , CSS code is going to be cleaned up and modified etc.</p>
<p>Hopefully the new site will be ready in 10 - 14 days . Until then take care.</p>
<p>PS : Oh and by the way &#8230; watch Cloverfield&nbsp; ( on bluray if possible ) .</p>
<p>Update : I&#8217;ve been making slow progress with my redesign due to other projects I&#8217;m working on.</p>
]]></content:encoded>
			<wfw:commentRss>http://iacobionut.com/the-new-version-is-coming-soon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mac vs PC &#8230;vs wtf?!</title>
		<link>http://iacobionut.com/mac-vs-pc-vs-wtf/</link>
		<comments>http://iacobionut.com/mac-vs-pc-vs-wtf/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 17:10:02 +0000</pubDate>
		<dc:creator>Ionut</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Mac]]></category>

		<category><![CDATA[PC]]></category>

		<guid isPermaLink="false">http://iacobionut.com/mac-vs-pc-vs-wtf/</guid>
		<description><![CDATA[I found this funny video on the net.Enjoy!

]]></description>
			<content:encoded><![CDATA[<p>I found this funny video on the net.Enjoy!</p>
<p><script src="http://flash.revver.com/player/1.0/player.js?mediaId:704011;width:480;height:392;" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://iacobionut.com/mac-vs-pc-vs-wtf/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Warhammer Online Delayed&#8230;.again</title>
		<link>http://iacobionut.com/warhammer-online-delayedagain/</link>
		<comments>http://iacobionut.com/warhammer-online-delayedagain/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 11:51:23 +0000</pubDate>
		<dc:creator>Ionut</dc:creator>
		
		<category><![CDATA[Games]]></category>

		<category><![CDATA[warhammer online age of reckoning]]></category>

		<guid isPermaLink="false">http://iacobionut.com/warhammer-online-delayedagain/</guid>
		<description><![CDATA[The long awaited MMO from Mythic is being delayed again until this fall.The reason for this delay is simple : they need more time to tweak some important aspects of the game.
&#34;During the most recent phase of beta testing, two things have become clear &#8230;One was that our key innovations&#8211;Public Quests, Tome of Knowledge, and [...]]]></description>
			<content:encoded><![CDATA[<p>The long awaited MMO from Mythic is being delayed again until this fall.The reason for this delay is simple : they need more time to tweak some important aspects of the game.</p>
<p>&quot;During the most recent phase of beta testing, two things have become clear &#8230;One was that our key innovations&#8211;Public Quests, Tome of Knowledge, and Realm vs. Realm combat&#8211;were all coming along extremely well, as was the first stage of our innovative crafting system. The second, that the game would benefit from additional iteration time as well as adding a layer of polish or two. Fortunately, as part of Electronic Arts, we are able to do just that.&quot; said Mythic&#8217;s president Mark Jacobs.<br />
<span id="more-13"></span></p>
<p><img alt="" src="http://www.IacobIonut.com/images/WarhammerThumb.jpg" class="aligncenter" width="464" height="317" /><br />
The good news is that Mythic announced a MMOG&#8217;s collectors edition : Warhammer Online:Age of Reckoning Collector&#8217;s Edition.The Warhammer Online Collector&#8217;s Edition includes some cool things like a Gameshop Miniature,an original graphic novel , an art book.</p>
<p>As for the In-Game content,the box containes two items ,new quests ,rewards and titles.Unfortunately only 60 000 units will be available&#8230;and only in North America (fuck!).I&#8217;ve been playing WH Soulstorm a lot these days and the fact that this collector&#8217;s edition will be available only in NA comes as a huge blow to me.Oh well&#8230;it seems that I&#8217;ll have to wait for the MMO.</p>
<p>I just learned that those who buy Command and Conquer 3: Kane&#8217;s Wrath will get a chance to beta test Command&amp;Conquer : Red Alert 3.Wow,how nice of them to do that.If you didn&#8217;t see the pics from RA 3 ,you can go to my <a href="http://iacobionut.com/red-alert-3-short-preview/">Red Alert 3 - Short Preview page</a> and check them out.</p>
<p><img alt="" src="http://www.iacobionut.com/images/warhammerart.jpg" title="Warhammer Online" class="aligncenter" width="464" height="503" /></p>
<p><img alt="" src="http://www.iacobionut.com/images/warhammergraphicnovel.jpg" title="Warhammer Online" class="aligncenter" width="464" height="503" /></p>
]]></content:encoded>
			<wfw:commentRss>http://iacobionut.com/warhammer-online-delayedagain/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Red Alert 3 - Short Preview</title>
		<link>http://iacobionut.com/red-alert-3-short-preview/</link>
		<comments>http://iacobionut.com/red-alert-3-short-preview/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 12:01:10 +0000</pubDate>
		<dc:creator>Ionut</dc:creator>
		
		<category><![CDATA[Games]]></category>

		<category><![CDATA[red alert 3]]></category>

		<category><![CDATA[xbox 360]]></category>

		<guid isPermaLink="false">http://iacobionut.com/red-alert-3-short-preview/</guid>
		<description><![CDATA[As you already know, Electronic Arts announced about a month ago the return of Command &#38; Conquer : Red Alert 3.After seven years the Soviets and the Allies are back&#8230;but wait ,there&#8217;s more.


The story
After years of war between the 2 uber-powers, the Soviet Union is on the brink of destruction.Fearing that everything will be lost, [...]]]></description>
			<content:encoded><![CDATA[<p>As you already know, Electronic Arts announced about a month ago the return of Command &amp; Conquer : Red Alert 3.After seven years the Soviets and the Allies are back&#8230;but wait ,there&#8217;s more.<br />
<span id="more-12"></span></p>
<p><img alt="" src="http://iacobionut.com/images/ra1thumb.jpg" title="Red Alert" class="aligncenter" width="464" height="331" /></p>
<h2>The story</h2>
<p>After years of war between the 2 uber-powers, the Soviet Union is on the brink of destruction.Fearing that everything will be lost, they decide to use an older project (the time machine) to go back and kill Albert Einstein (who is responsable for most of the technological advances made by the Allies).The mission goes awry ,creating an alternate timeline&#8230;and a new superpower : Japan or the Empire of the Rising Sun.</p>
<p><img alt="" src="http://iacobionut.com/images/ra2thumb.jpg" title="Red Alert" class="aligncenter" width="464" height="331" /></p>
<h2>What&#8217;s new?</h2>
<p>EA is introducing a new cooperative mode in single player.This means that you can play with a friend, or with an AI commander by your side.Each commander will have a different personality : one commander might favor a ground assault while another might favor an air strike.</p>
<p>Another thing that is going to change is the naval gameplay. Naval battles will have a greater impact on the final outcome of the game.Every faction will have their own amphibious units(units that can be used on land and sea) and &quot;sea-only&quot; units.If the naval battles will actually influence the outcome of a mission,we&#8217;ll just have to wait and see.</p>
<p><img alt="" src="http://iacobionut.com/images/ra3thumb.jpg" title="Red Alert" class="aligncenter" width="467" height="333" /><br />
Red Alert 3 will be available on PC, Xbox 360 and PlayStation 3, probably by the end of 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://iacobionut.com/red-alert-3-short-preview/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to my site&#8230;.</title>
		<link>http://iacobionut.com/welcome/</link>
		<comments>http://iacobionut.com/welcome/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 16:49:53 +0000</pubDate>
		<dc:creator>Ionut</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[blog]]></category>

		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://iacobionut.com/welcome/</guid>
		<description><![CDATA[Here it is! The first version of my blog/portfolio.I&#8217;ve been meaning to put together an online portfolio for a while and I said to myself :&#34;Why not blog too? Everyone&#8217;s doing it.Why not me?&#34; A couple of months ago I started working on this site and two days ago i finished it.What a relief&#8230;.
About this [...]]]></description>
			<content:encoded><![CDATA[<p>Here it is! The first version of my blog/portfolio.I&#8217;ve been meaning to put together an online portfolio for a while and I said to myself :&quot;Why not blog too? Everyone&#8217;s doing it.Why not me?&quot; A couple of months ago I started working on this site and two days ago i finished it.What a relief&#8230;.</p>
<h2>About this site&#8230;</h2>
<p>Wordpress has all I ever wanted from a CMS :easy to use , highly customizable , it&#8217;s free etc, so I decided to use it for this site.A few weeks into the designing process,I changed my mind about how this site should look and did a complete makeover &#8230;you can check out the old version in the portfolio section of this site.</p>
<p>The first page is a custom designed template (home.php) ,while the other are pretty much the same , although I had to make minor changes to the headers and colors. As you can see I&#8217;m using some plugins for different sections of the site : </p>
<ul>
<li><a target="_blank" href="http://eightface.com/wordpress/flickrrss/">Flickr RSS</a> - for the flickr feed </li>
<li> <a title="Visit plugin homepage" href="http://blog.jodies.de/archiv/2004/11/13/recent-comments/">Get Recent Comments</a> - displays recent comments</li>
<li><a title="Visit plugin homepage" href="http://alexking.org/projects/wordpress"> Twitter Tools</a></li>
</ul>
<p>All the links from the bottom section are made using <a target="_blank" href="http://codex.wordpress.org/Links_Manager">WP Links Manager</a> , except for the Last FM flash widget.You can find this <a href="http://www.last.fm/widgets/" target="_blank">here</a>.<br />
<span id="more-9"></span></p>
<p style="text-align: center;"><img src="/images/cssimg.jpg" alt="CSS" title="CSS" /></p>
<p>Everything else you see on this site is CSS and XHTML with a little help from <a href="http://codex.wordpress.org/" target="_blank">Wordpress Codex </a>.</p>
<p>Well this is pretty much all for now.I hope you&#8217;ll enjoy the site and&#8230;.be nice.I&#8217;ll see you later.</p>
]]></content:encoded>
			<wfw:commentRss>http://iacobionut.com/welcome/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
