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

<channel>
	<title>Ideaticus.com</title>
	<link>http://www.ideaticus.com</link>
	<description>ideas, experiences and stories about online business</description>
	<pubDate>Wed, 15 Oct 2008 15:19:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>Some friends and what they are doing - part I</title>
		<link>http://www.ideaticus.com/2008/10/15/some-friends-and-what-they-are-doing-part-i/</link>
		<comments>http://www.ideaticus.com/2008/10/15/some-friends-and-what-they-are-doing-part-i/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 14:43:57 +0000</pubDate>
		<dc:creator>Narcis Radu</dc:creator>
		
		<category><![CDATA[Web News]]></category>

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

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

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

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

		<category><![CDATA[software engineer]]></category>

		<guid isPermaLink="false">http://www.ideaticus.com/2008/10/15/some-friends-and-what-they-are-doing-part-i/</guid>
		<description><![CDATA[This article resides in my sandbox for some time and this is the big day for him. I will write some ideas about some friends that are running IT business. 
Emil Marcoci - Software engineer
Emil is first of all my friend but also a great software engineer. He enjoys a nice mountain city working with [...]]]></description>
			<content:encoded><![CDATA[<p>This article resides in my sandbox for some time and this is the big day for him. I will write some ideas about some friends that are running IT business. </p>
<p><strong>Emil Marcoci - Software engineer</strong><br />
Emil is first of all my friend but also a great software engineer. He enjoys a nice mountain city working with .NET Technologies. More about him later.</p>
<p><strong>Remus Cretu - Product and project manager</strong><br />
Working with Remus in Eye Partner was a pleasure. We managed many successful projects together, we had nice conversations over the time and shared ideas about a hobby we both have: search engine optimizations. It&#8217;s always a pleasure to read his blog, <a href="http://www.creturemus.com" title="blog seo">Seo, Sem &#038; Internet</a></p>
<p><strong>Krumel - Seo guru</strong><br />
My first contact with Krumel was about 2 years ago. He is a brilliant search engine marketing consultant and gave me a lot of useful ideas over the time. If you understand Romanian, you can read his ideas on <a href="http://krumel.seo-point.com/" title="Nimicul lui Krumel">http://krumel.seo-point.com</a>. </p>
<p>Keep in touch!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ideaticus.com/2008/10/15/some-friends-and-what-they-are-doing-part-i/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Human Computer Interaction - Episode III</title>
		<link>http://www.ideaticus.com/2008/08/12/human-computer-interaction-episode-iii/</link>
		<comments>http://www.ideaticus.com/2008/08/12/human-computer-interaction-episode-iii/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 14:43:57 +0000</pubDate>
		<dc:creator>Narcis Radu</dc:creator>
		
		<category><![CDATA[Interface Design]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.ideaticus.com/2008/08/12/human-computer-interaction-episode-iii/</guid>
		<description><![CDATA[I want to share some ideas about using AJAX in web interface development. Working with Dojo, jQuery or any other JavaScript framework any web developer is able to offer a higher level of usability. In my projects I try to implement the following:
Error checking in forms:
Detecting duplicates of username, e-mail, security number etc requires additional [...]]]></description>
			<content:encoded><![CDATA[<p>I want to share some ideas about using AJAX in web interface development. Working with Dojo, jQuery or any other JavaScript framework any web developer is able to offer a higher level of usability. In my projects I try to implement the following:</p>
<p><strong>Error checking in forms:</strong><br />
Detecting duplicates of username, e-mail, security number etc requires additional hits in the database without reloading the entire page. Build small AJAX calls to retrieve data from the database and to establish if the user input is correct or not.</p>
<p><strong>Submit user comments:</strong><br />
User should never leave the page of a product to post a comment or to rate a product.  <a href="http://www.ideaticus.com/2008/08/12/human-computer-interaction-episode-iii/#more-37" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ideaticus.com/2008/08/12/human-computer-interaction-episode-iii/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Alternative PHP Cache</title>
		<link>http://www.ideaticus.com/2008/07/21/alternative-php-cache/</link>
		<comments>http://www.ideaticus.com/2008/07/21/alternative-php-cache/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 20:17:15 +0000</pubDate>
		<dc:creator>Narcis Radu</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

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

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

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

		<guid isPermaLink="false">http://www.ideaticus.com/2008/07/21/alternative-php-cache/</guid>
		<description><![CDATA[I had a small conversation with a junior PHP developer and I was disappointed  about the lack of knowledge on PHP caching. In this article I will cover some ideas about APC.
What is APC? Php.net offers a laconic presentation: &#8221;    The Alternative PHP Cache (APC) is a free and open opcode [...]]]></description>
			<content:encoded><![CDATA[<p>I had a small conversation with a junior PHP developer and I was <small>disappointed  about the</small> lack of knowledge on PHP caching. In this article I will cover some ideas about APC.</p>
<p>What is APC? <a href="http://www.php.net" title="Best server-side scripting language" target="_blank">Php.net</a> offers a laconic presentation: &#8221;    The Alternative PHP Cache (APC) is a free and open opcode cache for PHP&#8221;.  That&#8217;s awesome, but what exactly this APC does? If you are not familiar with PHP internal process, you should read the following paragraph. If you are familiar, just go to the <a href="http://www.php.net/manual/en/intro.apc.php" title="Best server-side scripting language" target="_blank">APC manual</a> and start using it.</p>
<p>Let me describe in few words how a request is processed in PHP: <a href="http://www.ideaticus.com/2008/07/21/alternative-php-cache/#more-34" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ideaticus.com/2008/07/21/alternative-php-cache/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP and MySQL Query Profiler</title>
		<link>http://www.ideaticus.com/2008/07/12/php-and-mysql-query-profiler/</link>
		<comments>http://www.ideaticus.com/2008/07/12/php-and-mysql-query-profiler/#comments</comments>
		<pubDate>Sat, 12 Jul 2008 08:25:19 +0000</pubDate>
		<dc:creator>Narcis Radu</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.ideaticus.com/2008/07/12/php-and-mysql-query-profiler/</guid>
		<description><![CDATA[This is not really something new, but I had to use it few days ago and I decided to write my experience with the new Query Profiler from MySQL. Jeremy Cole from Proven Scaling did a great job and since MySQL Community Server 5.0.37 we have now a built-in tool for performance analysis.
I wrote a [...]]]></description>
			<content:encoded><![CDATA[<p>This is not really something new, but I had to use it few days ago and I decided to write my experience with the new Query Profiler from MySQL. Jeremy Cole from <a href="http://www.provenscaling.com/" title="High Performance MySQL Consulting" target="_blank">Proven Scaling</a> did a great job and since MySQL Community Server 5.0.37 we have now a built-in tool for performance analysis.</p>
<p>I wrote a very simple class to help me identify slow queries: <a href="http://www.ideaticus.com/2008/07/12/php-and-mysql-query-profiler/#more-33" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ideaticus.com/2008/07/12/php-and-mysql-query-profiler/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Culture Factor in Team Management and Leadership</title>
		<link>http://www.ideaticus.com/2008/07/08/culture-factor-in-team-management-and-leadership/</link>
		<comments>http://www.ideaticus.com/2008/07/08/culture-factor-in-team-management-and-leadership/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 07:31:28 +0000</pubDate>
		<dc:creator>Narcis Radu</dc:creator>
		
		<category><![CDATA[Ideas and Thoughts]]></category>

		<category><![CDATA[Web Business]]></category>

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

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

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

		<guid isPermaLink="false">http://www.ideaticus.com/2008/07/08/culture-factor-in-team-management-and-leadership/</guid>
		<description><![CDATA[Maybe you&#8217;ve heard the expression: &#8220;Managing computer programmers is like herding cats&#8221;. I think that analogy is not chosen just happy. Traditional management, through some sort of command-control hierarchy, isn&#8217;t what a manager should attempt. Programmers are complex people and have a spacial way of thinking in consonance with the work they provide. Their intelligence [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Maybe you&#8217;ve heard the expression: &#8220;Managing computer programmers is like herding cats&#8221;. I think that analogy is not chosen just happy. Traditional management, through some sort of command-control hierarchy, isn&#8217;t what a manager should attempt. Programmers are complex people and have a spacial way of thinking in consonance with the work they provide. Their intelligence is above average but also they have strong personalities which leads to a permanent tension between team members. The situation is not so bad if any idea is very well discussed, everyone understand why it&#8217;s good and important to accept a change.</p>
<p align="justify">&nbsp;</p>
<p align="justify">Now, since we agreed that  programmers are difficult people, let&#8217;s discuss about <strong>Culture Factor</strong>. <a href="http://www.ideaticus.com/2008/07/08/culture-factor-in-team-management-and-leadership/#more-31" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ideaticus.com/2008/07/08/culture-factor-in-team-management-and-leadership/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows Live Writer</title>
		<link>http://www.ideaticus.com/2008/06/27/windows-live-writer/</link>
		<comments>http://www.ideaticus.com/2008/06/27/windows-live-writer/#comments</comments>
		<pubDate>Fri, 27 Jun 2008 13:19:12 +0000</pubDate>
		<dc:creator>Narcis Radu</dc:creator>
		
		<category><![CDATA[Interface Design]]></category>

		<category><![CDATA[Web News]]></category>

		<guid isPermaLink="false">http://www.ideaticus.com/2008/06/27/windows-live-writer/</guid>
		<description><![CDATA[I found a very interesting tool to write articles on Ideaticus.com : Windows Live Writer. I have to admit that I&#8217;m rarely impressed by Microsoft software and in this case I really am. 
First of all it was extremely easy to connect this software to my WordPress and if someone has more then one site [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">I found a very interesting tool to write articles on Ideaticus.com : Windows Live Writer. I have to admit that I&#8217;m rarely impressed by Microsoft software and in this case I really am. </p>
<p align="justify">First of all it was extremely easy to connect this software to my WordPress and if someone has more then one site it&#8217;s very easy to manage multiple WordPress instances.&#160; </p>
<p> <a href="http://www.ideaticus.com/2008/06/27/windows-live-writer/#more-32" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ideaticus.com/2008/06/27/windows-live-writer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Importing CSV files with PHP</title>
		<link>http://www.ideaticus.com/2008/06/05/importing-csv-files-with-php/</link>
		<comments>http://www.ideaticus.com/2008/06/05/importing-csv-files-with-php/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 13:48:37 +0000</pubDate>
		<dc:creator>Narcis Radu</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.ideaticus.com/2008/06/05/importing-csv-files-with-php/</guid>
		<description><![CDATA[Attention: this is a technical article.
Sometimes site owners, with almost zero technical knowledge, want a way to save their database then to import them directly from their web application. For this I usualy save every table as CSV file and for import, I parse every csv file and import in the corespondent table.
]]></description>
			<content:encoded><![CDATA[<p>Attention: this is a technical article.</p>
<p>Sometimes site owners, with almost zero technical knowledge, want a way to save their database then to import them directly from their web application. For this I usualy save every table as CSV file and for import, I parse every csv file and import in the corespondent table. <a href="http://www.ideaticus.com/2008/06/05/importing-csv-files-with-php/#more-30" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ideaticus.com/2008/06/05/importing-csv-files-with-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Human Computer Interaction - Episode II</title>
		<link>http://www.ideaticus.com/2008/06/05/human-computer-interaction-episode-ii/</link>
		<comments>http://www.ideaticus.com/2008/06/05/human-computer-interaction-episode-ii/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 08:51:41 +0000</pubDate>
		<dc:creator>Narcis Radu</dc:creator>
		
		<category><![CDATA[Interface Design]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.ideaticus.com/2008/06/05/human-computer-interaction-episode-ii/</guid>
		<description><![CDATA[I managed to finish another article about Human Computer Interaction.  In the previous episode we covered some rules about search results. Maybe some of you found them useful and I decided to write about Graphical User Interface (GUI).
The most used paradigm in Graphical User Interfaces is &#8220;window, icon, menu, pointing device&#8221; (WIMP). First approaches [...]]]></description>
			<content:encoded><![CDATA[<p>I managed to finish another article about Human Computer Interaction.  In the previous episode we covered some rules about search results. Maybe some of you found them useful and I decided to write about Graphical User Interface (GUI).</p>
<p>The most used paradigm in Graphical User Interfaces is &#8220;window, icon, menu, pointing device&#8221; (WIMP). First approaches on web documents were mostly linear documents with some embedded graphics. In 21 century we have modal windows, tabbed browsing, interactive interfaces and many others that make our life easier.  <a href="http://www.ideaticus.com/2008/06/05/human-computer-interaction-episode-ii/#more-29" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ideaticus.com/2008/06/05/human-computer-interaction-episode-ii/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox 3</title>
		<link>http://www.ideaticus.com/2008/06/04/firefox-3/</link>
		<comments>http://www.ideaticus.com/2008/06/04/firefox-3/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 07:52:21 +0000</pubDate>
		<dc:creator>Narcis Radu</dc:creator>
		
		<category><![CDATA[Web News]]></category>

		<guid isPermaLink="false">http://www.ideaticus.com/2008/06/04/firefox-3/</guid>
		<description><![CDATA[It&#8217;s been a while since my first download of Firefox and I&#8217;m proud of using the best web browser in the world. This has nothing to do with my sympathy for open source movement and definitely not a manifesto against Microsoft. In my opinion Firefox is the best.
I found today the world record idea of [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since my first download of Firefox and I&#8217;m proud of using the best web browser in the world. This has nothing to do with my sympathy for open source movement and definitely not a manifesto against Microsoft. In my opinion Firefox is the best.</p>
<p>I found today the world record idea of promoting Firefox and I&#8217;ll try to help them. So, please go to http://www.spreadfirefox.com/en-US/worldrecord/ and &#8220;Pledge Now&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ideaticus.com/2008/06/04/firefox-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Code reuse in web context</title>
		<link>http://www.ideaticus.com/2008/05/04/code-reuse-in-web-context/</link>
		<comments>http://www.ideaticus.com/2008/05/04/code-reuse-in-web-context/#comments</comments>
		<pubDate>Sun, 04 May 2008 12:51:56 +0000</pubDate>
		<dc:creator>Narcis Radu</dc:creator>
		
		<category><![CDATA[Web Business]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.ideaticus.com/2008/05/04/code-reuse-in-web-context/</guid>
		<description><![CDATA[Hello everyone!
I&#8217;ll write today about a code reuse, maybe one of the most interesting controversy of the IT industry. I have three questions that I&#8217;ll try to answer in this article:

 Why it is good  to reuse code and why it is bad?
How and when can we reuse the code?
How to minimize the problems [...]]]></description>
			<content:encoded><![CDATA[<p>Hello everyone!</p>
<p>I&#8217;ll write today about a code reuse, maybe one of the most interesting controversy of the IT industry. I have three questions that I&#8217;ll try to answer in this article:</p>
<ol>
<li> Why it is good  to reuse code and why it is bad?</li>
<li>How and when can we reuse the code?</li>
<li>How to minimize the problems that may appear? <a href="http://www.ideaticus.com/2008/05/04/code-reuse-in-web-context/#more-27" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ideaticus.com/2008/05/04/code-reuse-in-web-context/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
