<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comentarii pentru Richard Consulting</title>
	<atom:link href="http://richardconsulting.ro/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://richardconsulting.ro/blog</link>
	<description>Poveşti despre IT şi despre automatizările realizate de noi</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:32:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comentariu la jQuery Thesaurus Fix for Huge Terms Database de către Richard</title>
		<link>http://richardconsulting.ro/blog/2012/01/jquery-thesaurus-fix-for-huge-terms-database/comment-page-1/#comment-162</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 03 Feb 2012 14:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=1017#comment-162</guid>
		<description>Hi,

I just published a plugin into the wordpress plugin repository here: &lt;a href=&quot;http://wordpress.org/extend/plugins/wikitip-knowledge-cluster-tooltip-for-wordpress/&quot; rel=&quot;nofollow&quot;&gt;http://wordpress.org/extend/plugins/wikitip-knowledge-cluster-tooltip-for-wordpress/&lt;/a&gt;. This plugin performs these tasks:
&lt;ol&gt;
	&lt;li&gt;loads necessary js and css files&lt;/li&gt;
	&lt;li&gt;when the page is ready it extracts the text from containes into a variable and post it back to the server. In fact I need to post it to the remote server but this is impossible to do because of cross domain scripting interdiction so I post it to a local php proxy page that in exchange transfer everything to the remote server. if you choose to use a local db controller then you will not need anymore to perform this trick.&lt;/li&gt;
&lt;li&gt;at the place where the dictionary is stored the server matches existing terms from the dictionary that it can also find in the page and returns only a small array of relevant terms to the browser.&lt;/li&gt;
	&lt;li&gt;then the script identifies the terms in text as usual, then link them to the definitions.&lt;/li&gt;
 &lt;/ol&gt;
Of course step 3 is more tricky since we need to use callbacks to request the terms only when the post was succesfull in the first place. But it is not that hard to understand it.
Let me know if you have more questions.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I just published a plugin into the wordpress plugin repository here: <a href="http://wordpress.org/extend/plugins/wikitip-knowledge-cluster-tooltip-for-wordpress/" rel="nofollow">http://wordpress.org/extend/plugins/wikitip-knowledge-cluster-tooltip-for-wordpress/</a>. This plugin performs these tasks:</p>
<ol>
<li>loads necessary js and css files</li>
<li>when the page is ready it extracts the text from containes into a variable and post it back to the server. In fact I need to post it to the remote server but this is impossible to do because of cross domain scripting interdiction so I post it to a local php proxy page that in exchange transfer everything to the remote server. if you choose to use a local db controller then you will not need anymore to perform this trick.</li>
<li>at the place where the dictionary is stored the server matches existing terms from the dictionary that it can also find in the page and returns only a small array of relevant terms to the browser.</li>
<li>then the script identifies the terms in text as usual, then link them to the definitions.</li>
</ol>
<p>Of course step 3 is more tricky since we need to use callbacks to request the terms only when the post was succesfull in the first place. But it is not that hard to understand it.<br />
Let me know if you have more questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la jQuery Thesaurus Fix for Huge Terms Database de către Felix</title>
		<link>http://richardconsulting.ro/blog/2012/01/jquery-thesaurus-fix-for-huge-terms-database/comment-page-1/#comment-161</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Fri, 03 Feb 2012 13:53:54 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=1017#comment-161</guid>
		<description>I would like to see that solution here :)

I am playing with thesaurus and a special database with many terms.</description>
		<content:encoded><![CDATA[<p>I would like to see that solution here <img src='http://richardconsulting.ro/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I am playing with thesaurus and a special database with many terms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Connecting Sonos with KNX de către Richard</title>
		<link>http://richardconsulting.ro/blog/2010/10/connecting-sonos-with-knx/comment-page-1/#comment-160</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 02 Feb 2012 09:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=795#comment-160</guid>
		<description>Zone list example in UniqueDeviceNames.ini

Please check that the format is well, use this example:
&lt;code&gt;
[ZONE_LIST]
PORTABLE=RINCON_000E5851565201400_MR
DINING ROOM=RINCON_000E5830093201400_MR
GUEST ROOM=RINCON_000E58233A4601400_MR
MASTER BEDROOM=RINCON_000E5821CE0001400_MR
LIVING ROOM=RINCON_000E58234DF001400_MR
PATIO=RINCON_000E58133EE401400_MR
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Zone list example in UniqueDeviceNames.ini</p>
<p>Please check that the format is well, use this example:<br />
<code><br />
[ZONE_LIST]<br />
PORTABLE=RINCON_000E5851565201400_MR<br />
DINING ROOM=RINCON_000E5830093201400_MR<br />
GUEST ROOM=RINCON_000E58233A4601400_MR<br />
MASTER BEDROOM=RINCON_000E5821CE0001400_MR<br />
LIVING ROOM=RINCON_000E58234DF001400_MR<br />
PATIO=RINCON_000E58133EE401400_MR<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la jQuery Thesaurus Fix for Huge Terms Database de către Richard</title>
		<link>http://richardconsulting.ro/blog/2012/01/jquery-thesaurus-fix-for-huge-terms-database/comment-page-1/#comment-158</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 28 Jan 2012 14:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=1017#comment-158</guid>
		<description>So I managed to find a solution to POST the page content no matter the size. It involves a PHP Proxy to be installed to the content server. The jQuery script will POST the text content to this proxy toghether with remote URI information, and at the other end a special page will accept the POST and save the content and a key into a database table.

After the POST is completed the callback function will construct the thesaurus object in the client browser and the rest will function normally.

If anybody is interested I will add the code snippets for this solution as well.</description>
		<content:encoded><![CDATA[<p>So I managed to find a solution to POST the page content no matter the size. It involves a PHP Proxy to be installed to the content server. The jQuery script will POST the text content to this proxy toghether with remote URI information, and at the other end a special page will accept the POST and save the content and a key into a database table.</p>
<p>After the POST is completed the callback function will construct the thesaurus object in the client browser and the rest will function normally.</p>
<p>If anybody is interested I will add the code snippets for this solution as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la jQuery Thesaurus Fix for Huge Terms Database de către Richard</title>
		<link>http://richardconsulting.ro/blog/2012/01/jquery-thesaurus-fix-for-huge-terms-database/comment-page-1/#comment-157</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Fri, 27 Jan 2012 19:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=1017#comment-157</guid>
		<description>Well it appears that if the webpage has too much  content then the script is unable to load the text to the server. Therefore I need to find a way to eliminate duplicate words so the load would be smaller.
Will be back on that.</description>
		<content:encoded><![CDATA[<p>Well it appears that if the webpage has too much  content then the script is unable to load the text to the server. Therefore I need to find a way to eliminate duplicate words so the load would be smaller.<br />
Will be back on that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la KNX Usergroup Romania de către Richard</title>
		<link>http://richardconsulting.ro/blog/2010/01/knx-usergroup-romania/comment-page-1/#comment-155</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 26 Dec 2011 08:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardconsulting.ro/blog/?p=492#comment-155</guid>
		<description>Salut, noi nu avem un centru de instruire in KNX insa va putem recomanda sa luati legatura cu centrul de instruire mentionat in acest articol &lt;a href=&quot;http://richardconsulting.ro/blog/2011/03/primul-centru-de-instruire-knx-din-romania/&quot; title=&quot;Centru instruire KNX&quot; rel=&quot;nofollow&quot;&gt;http://richardconsulting.ro/blog/2011/03/primul-centru-de-instruire-knx-din-romania/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Salut, noi nu avem un centru de instruire in KNX insa va putem recomanda sa luati legatura cu centrul de instruire mentionat in acest articol <a href="http://richardconsulting.ro/blog/2011/03/primul-centru-de-instruire-knx-din-romania/" title="Centru instruire KNX" rel="nofollow">http://richardconsulting.ro/blog/2011/03/primul-centru-de-instruire-knx-din-romania/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la KNX Usergroup Romania de către Marian Iulian</title>
		<link>http://richardconsulting.ro/blog/2010/01/knx-usergroup-romania/comment-page-1/#comment-154</link>
		<dc:creator>Marian Iulian</dc:creator>
		<pubDate>Mon, 26 Dec 2011 07:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardconsulting.ro/blog/?p=492#comment-154</guid>
		<description>Salut, m-ar interesa mai multe date despre un curs organizat de voi. In afara de partea teoretica si postarea pe site-ul oficial, ce cunostinte despre programarea fizica a echipamentului (si ce tipuri de echipamente fizice aveti) pot dobandi? Si la ce valoare s-ar ridica costurile unui curs?</description>
		<content:encoded><![CDATA[<p>Salut, m-ar interesa mai multe date despre un curs organizat de voi. In afara de partea teoretica si postarea pe site-ul oficial, ce cunostinte despre programarea fizica a echipamentului (si ce tipuri de echipamente fizice aveti) pot dobandi? Si la ce valoare s-ar ridica costurile unui curs?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Tribulant FAQ plugin translation into Romanian de către WordPress FAQ plugin: Languages &#38; Translation &#124; Documentation</title>
		<link>http://richardconsulting.ro/blog/2011/05/tribulant-faq-plugin-translation-into-romanian/comment-page-1/#comment-146</link>
		<dc:creator>WordPress FAQ plugin: Languages &#38; Translation &#124; Documentation</dc:creator>
		<pubDate>Mon, 05 Dec 2011 11:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=918#comment-146</guid>
		<description>[...] Romanian (ro_RO) translation BY Richard Vencu. [...]</description>
		<content:encoded><![CDATA[<p>[...] Romanian (ro_RO) translation BY Richard Vencu. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la HS module 16570 de către Richard</title>
		<link>http://richardconsulting.ro/blog/2010/07/hs-modul-16570/comment-page-1/#comment-142</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 22 Nov 2011 13:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=631#comment-142</guid>
		<description>Hi Scott,
It is good to know that time zone settings can affect the display data. Thanks for sharing that.</description>
		<content:encoded><![CDATA[<p>Hi Scott,<br />
It is good to know that time zone settings can affect the display data. Thanks for sharing that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la HS module 16570 de către Scott</title>
		<link>http://richardconsulting.ro/blog/2010/07/hs-modul-16570/comment-page-1/#comment-141</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 22 Nov 2011 11:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=631#comment-141</guid>
		<description>After having spent much time on the problem I finally solved it. There was a difference in time zone setting between the HS and my PC. Now they are the same and it works! 
Problem is solved now. Thanks again.</description>
		<content:encoded><![CDATA[<p>After having spent much time on the problem I finally solved it. There was a difference in time zone setting between the HS and my PC. Now they are the same and it works!<br />
Problem is solved now. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la HS module 16570 de către Scott</title>
		<link>http://richardconsulting.ro/blog/2010/07/hs-modul-16570/comment-page-1/#comment-140</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Tue, 22 Nov 2011 10:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=631#comment-140</guid>
		<description>Hi Richard, 

Thank you very much for the clear explanation, very helpful. All my graphs are working except the hour graph. Can you give me your data on the settings? 
My settings are ring memory 60 and to reload the graph in quadclient every 2 minutes. I am recording the values every minute as in your example above. The graph works in the visualisation but not in the QC. Also I know it is recording the data correct since I viewed the CSV file of the archive via the hslist. 

Thank you, 
Scott</description>
		<content:encoded><![CDATA[<p>Hi Richard, </p>
<p>Thank you very much for the clear explanation, very helpful. All my graphs are working except the hour graph. Can you give me your data on the settings?<br />
My settings are ring memory 60 and to reload the graph in quadclient every 2 minutes. I am recording the values every minute as in your example above. The graph works in the visualisation but not in the QC. Also I know it is recording the data correct since I viewed the CSV file of the archive via the hslist. </p>
<p>Thank you,<br />
Scott</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la RAMSAN 810, eMLC flash și stocarea datelor în Tier-1 de către Richard</title>
		<link>http://richardconsulting.ro/blog/2011/10/ramsan-810-emlc-flash-tier-1/comment-page-1/#comment-139</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 26 Oct 2011 16:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=1000#comment-139</guid>
		<description>Thanks Robbie for clarification. It is true, if the best performance is the goal, then I would recommend RAMSAN 710. If also the price is an issue, and the application is read-intensive, then RAMSAN 810 would be the first choice.
I believe that in our local market there are no such performance greed applications. Buyers are always considering the price too.
Perhaps the best way to decide is to get additional advice from the local distributor of RAMSAN, &lt;a href=&quot;http://www.trend.ro&quot; rel=&quot;nofollow&quot;&gt;Trend Import-Export&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Thanks Robbie for clarification. It is true, if the best performance is the goal, then I would recommend RAMSAN 710. If also the price is an issue, and the application is read-intensive, then RAMSAN 810 would be the first choice.<br />
I believe that in our local market there are no such performance greed applications. Buyers are always considering the price too.<br />
Perhaps the best way to decide is to get additional advice from the local distributor of RAMSAN, <a href="http://www.trend.ro" rel="nofollow">Trend Import-Export</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la RAMSAN 810, eMLC flash și stocarea datelor în Tier-1 de către Robbie</title>
		<link>http://richardconsulting.ro/blog/2011/10/ramsan-810-emlc-flash-tier-1/comment-page-1/#comment-138</link>
		<dc:creator>Robbie</dc:creator>
		<pubDate>Wed, 26 Oct 2011 15:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=1000#comment-138</guid>
		<description>Thanks for covering our RamSan-810 SSD!

You mentioned that TMS recommends eMLC Flash storage only for read-intensive applications. That is true, but there is one small clarification - for all applications, even read-intensive ones, eMLC storage will be faster than slow HDD-based storage. Because SLC Flash would be even faster than eMLC, we recommend SLC for read-intensive applications.

Thanks again for mentioning us!</description>
		<content:encoded><![CDATA[<p>Thanks for covering our RamSan-810 SSD!</p>
<p>You mentioned that TMS recommends eMLC Flash storage only for read-intensive applications. That is true, but there is one small clarification &#8211; for all applications, even read-intensive ones, eMLC storage will be faster than slow HDD-based storage. Because SLC Flash would be even faster than eMLC, we recommend SLC for read-intensive applications.</p>
<p>Thanks again for mentioning us!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Connecting Sonos with KNX de către Richard</title>
		<link>http://richardconsulting.ro/blog/2010/10/connecting-sonos-with-knx/comment-page-1/#comment-135</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 11 Oct 2011 20:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=795#comment-135</guid>
		<description>The program is installed in protected folders. If you get this message make sure you start your text editor (such as Notepad) with Run as administrator (right click with the mouse). Then you can save the file in the installation folder.</description>
		<content:encoded><![CDATA[<p>The program is installed in protected folders. If you get this message make sure you start your text editor (such as Notepad) with Run as administrator (right click with the mouse). Then you can save the file in the installation folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Connecting Sonos with KNX de către Davey Jones</title>
		<link>http://richardconsulting.ro/blog/2010/10/connecting-sonos-with-knx/comment-page-1/#comment-134</link>
		<dc:creator>Davey Jones</dc:creator>
		<pubDate>Tue, 11 Oct 2011 19:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=795#comment-134</guid>
		<description>Great post, this looks like it is going to be of great help to me! I have a problem where after I have altered the file to include the appropriate commands I try to save it but it tells me access is denied?

Any help would be greatly appreciated!!

Kind regards,

Davey</description>
		<content:encoded><![CDATA[<p>Great post, this looks like it is going to be of great help to me! I have a problem where after I have altered the file to include the appropriate commands I try to save it but it tells me access is denied?</p>
<p>Any help would be greatly appreciated!!</p>
<p>Kind regards,</p>
<p>Davey</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Recommended Stories for WordPress de către Richard</title>
		<link>http://richardconsulting.ro/blog/2011/07/recstory/comment-page-1/#comment-133</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 09 Oct 2011 09:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=938#comment-133</guid>
		<description>Version 0.1.3 has options in the admin area to display only on specific pages and also to display only for authenticated users.</description>
		<content:encoded><![CDATA[<p>Version 0.1.3 has options in the admin area to display only on specific pages and also to display only for authenticated users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Recommended Stories for WordPress de către Richard</title>
		<link>http://richardconsulting.ro/blog/2011/07/recstory/comment-page-1/#comment-132</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 04 Oct 2011 15:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=938#comment-132</guid>
		<description>Yes, it is but I need to add it as an option. Will do it in a couple of weeks then publish a new version.</description>
		<content:encoded><![CDATA[<p>Yes, it is but I need to add it as an option. Will do it in a couple of weeks then publish a new version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Recommended Stories for WordPress de către Claire</title>
		<link>http://richardconsulting.ro/blog/2011/07/recstory/comment-page-1/#comment-131</link>
		<dc:creator>Claire</dc:creator>
		<pubDate>Tue, 04 Oct 2011 07:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=938#comment-131</guid>
		<description>Great plugin thank you. Is it possible to only show this plugin on single post pages please?</description>
		<content:encoded><![CDATA[<p>Great plugin thank you. Is it possible to only show this plugin on single post pages please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la WPMS Network Sites Hierarchy de către New Plugin: Network Sites Hierarchy by rvencu &#124; The WordPress C(h)ronicle</title>
		<link>http://richardconsulting.ro/blog/2011/08/wpms-network-sites-hierarchy/comment-page-1/#comment-84</link>
		<dc:creator>New Plugin: Network Sites Hierarchy by rvencu &#124; The WordPress C(h)ronicle</dc:creator>
		<pubDate>Wed, 03 Aug 2011 22:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=971#comment-84</guid>
		<description>[...] rvencu Homepage: http://richardconsulting.ro/blog/2011/08/wpms-network-sites-hierarchy/ Download link: http://downloads.wordpress.org/plugin/wpmswpmu-network-sites-hierarchy.0.1.0.zip [...]</description>
		<content:encoded><![CDATA[<p>[...] rvencu Homepage: <a href="http://richardconsulting.ro/blog/2011/08/wpms-network-sites-hierarchy/" rel="nofollow">http://richardconsulting.ro/blog/2011/08/wpms-network-sites-hierarchy/</a> Download link: <a href="http://downloads.wordpress.org/plugin/wpmswpmu-network-sites-hierarchy.0.1.0.zip" rel="nofollow">http://downloads.wordpress.org/plugin/wpmswpmu-network-sites-hierarchy.0.1.0.zip</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la KNX Usergroup Romania de către Richard</title>
		<link>http://richardconsulting.ro/blog/2010/01/knx-usergroup-romania/comment-page-1/#comment-82</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 31 Jul 2011 18:28:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardconsulting.ro/blog/?p=492#comment-82</guid>
		<description>Piata nu da pe dinafara de proiecte KNX... care sunt percepute ca lux. Poate dupa ce se mai redreseaza economia.</description>
		<content:encoded><![CDATA[<p>Piata nu da pe dinafara de proiecte KNX&#8230; care sunt percepute ca lux. Poate dupa ce se mai redreseaza economia.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la KNX Usergroup Romania de către FLOREA GHEORGHE</title>
		<link>http://richardconsulting.ro/blog/2010/01/knx-usergroup-romania/comment-page-1/#comment-81</link>
		<dc:creator>FLOREA GHEORGHE</dc:creator>
		<pubDate>Sun, 31 Jul 2011 17:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardconsulting.ro/blog/?p=492#comment-81</guid>
		<description>Buna ,am efectuat cursul kNK intrun centru knx dar in SPANIA unde am si lucrat in domeniu ,coum sar spune de la A LA Z ,in Spania domotica a ajuns departe are un procent cam ridicat in domotica vorbesc de zona unde am lucrat eu SOTOGRANDE PROVINCIA DE CADIZ ,ANDALUCIA,,DIPLOMA MEA ESTE AUTORIZATA DE BRUXEL,DEASEMENI SE POATE VEDEA IN INTERNET.INTREBAREA ESTE SE POATE GASI DE LUCRU IN DOMENIU IN ROMANIA ,DEOARECE ABIA ESTE CAM IN URMA CU DOMOTICA .</description>
		<content:encoded><![CDATA[<p>Buna ,am efectuat cursul kNK intrun centru knx dar in SPANIA unde am si lucrat in domeniu ,coum sar spune de la A LA Z ,in Spania domotica a ajuns departe are un procent cam ridicat in domotica vorbesc de zona unde am lucrat eu SOTOGRANDE PROVINCIA DE CADIZ ,ANDALUCIA,,DIPLOMA MEA ESTE AUTORIZATA DE BRUXEL,DEASEMENI SE POATE VEDEA IN INTERNET.INTREBAREA ESTE SE POATE GASI DE LUCRU IN DOMENIU IN ROMANIA ,DEOARECE ABIA ESTE CAM IN URMA CU DOMOTICA .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Timed Announcement Shortcode for WordPress de către Richard</title>
		<link>http://richardconsulting.ro/blog/2011/07/timed-announcement-shortcode-for-wordpress/comment-page-1/#comment-80</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 20 Jul 2011 07:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=955#comment-80</guid>
		<description>Of course because we use background color argument, then we can also add color argument to change the color of the text inside the div element...</description>
		<content:encoded><![CDATA[<p>Of course because we use background color argument, then we can also add color argument to change the color of the text inside the div element&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Connecting Sonos with KNX de către Richard</title>
		<link>http://richardconsulting.ro/blog/2010/10/connecting-sonos-with-knx/comment-page-1/#comment-77</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 12 May 2011 16:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=795#comment-77</guid>
		<description>Actually you will learn that in several hours the service fails due to some memory leaks (it can be programmed to restart automatically though). I was unable to fix the leaks, they are over my capacity to deal with no matter what.

I am looking for someone interested in the project and with experience in .NET programming to try to fix the issue. I can give all source code and collaborate on it.</description>
		<content:encoded><![CDATA[<p>Actually you will learn that in several hours the service fails due to some memory leaks (it can be programmed to restart automatically though). I was unable to fix the leaks, they are over my capacity to deal with no matter what.</p>
<p>I am looking for someone interested in the project and with experience in .NET programming to try to fix the issue. I can give all source code and collaborate on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Connecting Sonos with KNX de către Martin</title>
		<link>http://richardconsulting.ro/blog/2010/10/connecting-sonos-with-knx/comment-page-1/#comment-76</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 12 May 2011 15:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=795#comment-76</guid>
		<description>Excellent, forgot to check the send and receive comm objects - works great! Thanks for the application.

Martin</description>
		<content:encoded><![CDATA[<p>Excellent, forgot to check the send and receive comm objects &#8211; works great! Thanks for the application.</p>
<p>Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Connecting Sonos with KNX de către Richard</title>
		<link>http://richardconsulting.ro/blog/2010/10/connecting-sonos-with-knx/comment-page-1/#comment-75</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 12 May 2011 15:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=795#comment-75</guid>
		<description>Hi, you need to make sure you configure the &quot;Communication object gatweay&quot; in your &quot;Project settings&quot; in Expert software then upload the new configuration to Gira HomeServer.
My values are:
1. Send and receive comm objects via network - checked
2. Local IP port - 7003
3. Sender 1 - checked, with IP address the IP address of the box you run the application, net mask - your network mask</description>
		<content:encoded><![CDATA[<p>Hi, you need to make sure you configure the &#8220;Communication object gatweay&#8221; in your &#8220;Project settings&#8221; in Expert software then upload the new configuration to Gira HomeServer.<br />
My values are:<br />
1. Send and receive comm objects via network &#8211; checked<br />
2. Local IP port &#8211; 7003<br />
3. Sender 1 &#8211; checked, with IP address the IP address of the box you run the application, net mask &#8211; your network mask</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Connecting Sonos with KNX de către Martin</title>
		<link>http://richardconsulting.ro/blog/2010/10/connecting-sonos-with-knx/comment-page-1/#comment-74</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 12 May 2011 14:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=795#comment-74</guid>
		<description>Hi,

Getting the following error:

A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 192.168.1.13:7003

IP is correct not sure about the port no info form my IP interface.

Many Thanks

Martin</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Getting the following error:</p>
<p>A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 192.168.1.13:7003</p>
<p>IP is correct not sure about the port no info form my IP interface.</p>
<p>Many Thanks</p>
<p>Martin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la KNX Usergroup Romania de către Richard</title>
		<link>http://richardconsulting.ro/blog/2010/01/knx-usergroup-romania/comment-page-1/#comment-73</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 02 May 2011 15:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardconsulting.ro/blog/?p=492#comment-73</guid>
		<description>Desigur, trebuie sa faceti cursul la un centru autorizat. Gasiti tot in acest blog un anunt cu deschiderea primului centru din Romania. E cea mai ieftina varianta la ora actuala.</description>
		<content:encoded><![CDATA[<p>Desigur, trebuie sa faceti cursul la un centru autorizat. Gasiti tot in acest blog un anunt cu deschiderea primului centru din Romania. E cea mai ieftina varianta la ora actuala.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la KNX Usergroup Romania de către Mihai</title>
		<link>http://richardconsulting.ro/blog/2010/01/knx-usergroup-romania/comment-page-1/#comment-72</link>
		<dc:creator>Mihai</dc:creator>
		<pubDate>Mon, 02 May 2011 14:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardconsulting.ro/blog/?p=492#comment-72</guid>
		<description>Buna ziua, stiti cumva cum pot deveni inginer certificat KNX ?</description>
		<content:encoded><![CDATA[<p>Buna ziua, stiti cumva cum pot deveni inginer certificat KNX ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Tribulant Shopping Cart plugin translation into Romanian de către WordPress Shopping Cart Languages and Translation Instructions &#124; Documentation</title>
		<link>http://richardconsulting.ro/blog/2011/04/tribulant-shopping-cart-plugin-translation-into-romanian/comment-page-1/#comment-71</link>
		<dc:creator>WordPress Shopping Cart Languages and Translation Instructions &#124; Documentation</dc:creator>
		<pubDate>Tue, 12 Apr 2011 09:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=892#comment-71</guid>
		<description>[...] Romanian (ro_RO) translation BY Richard Vencu. [...]</description>
		<content:encoded><![CDATA[<p>[...] Romanian (ro_RO) translation BY Richard Vencu. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Tribulant Newsletter plugin translation into Romanian de către WordPress Newsletter plugin Languages and Translation Instructions &#124; Documentation</title>
		<link>http://richardconsulting.ro/blog/2011/03/tribulant-newsletter-plugin-translation-into-romanian/comment-page-1/#comment-70</link>
		<dc:creator>WordPress Newsletter plugin Languages and Translation Instructions &#124; Documentation</dc:creator>
		<pubDate>Thu, 24 Mar 2011 11:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=872#comment-70</guid>
		<description>[...] Romanian (ro_RO) translation BY Richard Vencu. [...]</description>
		<content:encoded><![CDATA[<p>[...] Romanian (ro_RO) translation BY Richard Vencu. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la KNX Usergroup Romania de către Richard</title>
		<link>http://richardconsulting.ro/blog/2010/01/knx-usergroup-romania/comment-page-1/#comment-69</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Wed, 23 Mar 2011 13:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardconsulting.ro/blog/?p=492#comment-69</guid>
		<description>Stilul românesc pur dezinteresat a făcut să nu reușim să înființăm grupul nici până astăzi. Poate că e mai bine să discutăm la KNX Association să ne accepte ca grup fără personalitate juridică.</description>
		<content:encoded><![CDATA[<p>Stilul românesc pur dezinteresat a făcut să nu reușim să înființăm grupul nici până astăzi. Poate că e mai bine să discutăm la KNX Association să ne accepte ca grup fără personalitate juridică.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Becurile LED &#8211; avantaje și consiliere de către Mihnea Stanescu</title>
		<link>http://richardconsulting.ro/blog/2010/07/becurile-led-avantaje-%c8%99i-consiliere/comment-page-1/#comment-44</link>
		<dc:creator>Mihnea Stanescu</dc:creator>
		<pubDate>Mon, 07 Mar 2011 16:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=660#comment-44</guid>
		<description>http://www.LEDtech.ro solutia in iluminat cu leduri

13-17 Apr 2011 stand 33 corp C2 -CONSTRUCT EXPO</description>
		<content:encoded><![CDATA[<p><a href="http://www.LEDtech.ro" rel="nofollow">http://www.LEDtech.ro</a> solutia in iluminat cu leduri</p>
<p>13-17 Apr 2011 stand 33 corp C2 -CONSTRUCT EXPO</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la DEPRECATED &#8211; Connecting Sonos with KNX via Gira HomeServer &#8211; inception de către Richard</title>
		<link>http://richardconsulting.ro/blog/2010/10/connecting-sonos-knx-gira-homeserver/comment-page-1/#comment-39</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 19 Oct 2010 16:47:13 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=757#comment-39</guid>
		<description>UPDATE 2:
I have created a setup package that delivers all components and runs some scripts. Steps to use it:
1. Download this archive: complete setup package at the end of the article
2. Scan it with your antivirus to make sure all is clean
3. run setup.exe file
4. Confirm all security dialogs
5. Follow the instuctions (not necessary to change anything)
6. Check C:\ folder for the created UniqueDeviceNames.txt file that will show the uuid numbers in your Sonos network
7. Edit the UniqueDeviceNames.ini file found in the installation folder and replace your Sonos uuid IDs, Gira HomeServer IP, port and key and your KNX group addresses as necessary. Note that you will need and elevated account to edit files in Program Files folder.
8. At this stage, all should be up and running</description>
		<content:encoded><![CDATA[<p>UPDATE 2:<br />
I have created a setup package that delivers all components and runs some scripts. Steps to use it:<br />
1. Download this archive: complete setup package at the end of the article<br />
2. Scan it with your antivirus to make sure all is clean<br />
3. run setup.exe file<br />
4. Confirm all security dialogs<br />
5. Follow the instuctions (not necessary to change anything)<br />
6. Check C:\ folder for the created UniqueDeviceNames.txt file that will show the uuid numbers in your Sonos network<br />
7. Edit the UniqueDeviceNames.ini file found in the installation folder and replace your Sonos uuid IDs, Gira HomeServer IP, port and key and your KNX group addresses as necessary. Note that you will need and elevated account to edit files in Program Files folder.<br />
8. At this stage, all should be up and running</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la DEPRECATED &#8211; Connecting Sonos with KNX via Gira HomeServer &#8211; inception de către Richard</title>
		<link>http://richardconsulting.ro/blog/2010/10/connecting-sonos-knx-gira-homeserver/comment-page-1/#comment-38</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 19 Oct 2010 13:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=757#comment-38</guid>
		<description>Here is a Windows application version for debugging purposes. You can look at the communication between KNX and IP worlds and check if your commands are transported to the windows box. http://richardconsulting.ro/downloads/SonosHSapp.zip</description>
		<content:encoded><![CDATA[<p>Here is a Windows application version for debugging purposes. You can look at the communication between KNX and IP worlds and check if your commands are transported to the windows box. <a href="http://richardconsulting.ro/downloads/SonosHSapp.zip" rel="nofollow">http://richardconsulting.ro/downloads/SonosHSapp.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Legea lui Ohm de către vasile</title>
		<link>http://richardconsulting.ro/blog/2010/09/legea-lui-ohm/comment-page-1/#comment-37</link>
		<dc:creator>vasile</dc:creator>
		<pubDate>Fri, 24 Sep 2010 23:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=695#comment-37</guid>
		<description>Nasoala chestia asta cu intreruperea firului de nul !!!!.......am avut-o si eu si s-a ars taman termoteca ca ia consuma cel mai putin si aici s-au format 380V cat este intre 2 faze. Ca masura imediata am renuntat la siguranta de nul facad legatura direct.Acum am sigurante numai pe cele 3 faze. Termoteca nu avea legatura separata de nul era legata tot la nulul retelei ceiace a fost fatal. Respectati legatura de nul din locuinta va fereste de neplaceri</description>
		<content:encoded><![CDATA[<p>Nasoala chestia asta cu intreruperea firului de nul !!!!&#8230;&#8230;.am avut-o si eu si s-a ars taman termoteca ca ia consuma cel mai putin si aici s-au format 380V cat este intre 2 faze. Ca masura imediata am renuntat la siguranta de nul facad legatura direct.Acum am sigurante numai pe cele 3 faze. Termoteca nu avea legatura separata de nul era legata tot la nulul retelei ceiace a fost fatal. Respectati legatura de nul din locuinta va fereste de neplaceri</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Legea lui Ohm de către Richard</title>
		<link>http://richardconsulting.ro/blog/2010/09/legea-lui-ohm/comment-page-1/#comment-36</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 18 Sep 2010 18:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=695#comment-36</guid>
		<description>Ma intreb daca am vreo sansa de a recupera paguba de la ENEL. Tin minte ca acum vreo 10 ani pe vremea RENEL-ului nu prea se plateau daune indiferent cat de multa dreptate ai fi avut.</description>
		<content:encoded><![CDATA[<p>Ma intreb daca am vreo sansa de a recupera paguba de la ENEL. Tin minte ca acum vreo 10 ani pe vremea RENEL-ului nu prea se plateau daune indiferent cat de multa dreptate ai fi avut.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Legea lui Ohm de către Balteanu Costel</title>
		<link>http://richardconsulting.ro/blog/2010/09/legea-lui-ohm/comment-page-1/#comment-35</link>
		<dc:creator>Balteanu Costel</dc:creator>
		<pubDate>Sat, 18 Sep 2010 18:14:21 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=695#comment-35</guid>
		<description>Ma numesc Costel Balteanu sunt electrician si as dori sa va scriu si eu despre o intamplare asemanatoare, ca sa vedeti ca nu numai la ENEL se-ntampla lucruri de-astea.In toamna anului 2009 am executat o instalatie electrica unei fam . dintr-o suburbie de-a Iasi-ului.Instalatia de bransament a fost executata de o firma din Iasi, firma agreata de EON Moldova,si desi instalatia de bransament continea o priza de pamant la punctul de masura, punct de masura ce se afla pe stalpul retelei electrice de la care era agatat consumatorul, si o alta priza de pamant ce se afla la locuinta consumatorului si care era legata la o firida intermediara, firida ce avea drept scop facerea legaturii intre bransamentul tip TYIR 3x10+16 si coloana de tip 3xFy 6mmp+1xFy4mmp.In  mai putin de noua luni acel consumator a ramas fara nul de lucru  in instalatia electrica.De la inceput remarcasem mai multe nereguli in acea instalatie dar a fost destul de dificil sa aduc la cunostinta proprietarului aceste nereguli pentru faptul ca executantul se cunostea cu acesta.Bineinteles ca ce s-a putut rezolva de catre mine am rezolvat, dar ma intreb ce meseriasi au aceste firme si cat de usor patrund pe piata, si Dnii de la EON cat de usor inchid ochii, desi aceste instalatii trec in proprietatea EON-lui dupa 24 ore de la punerea in functie.</description>
		<content:encoded><![CDATA[<p>Ma numesc Costel Balteanu sunt electrician si as dori sa va scriu si eu despre o intamplare asemanatoare, ca sa vedeti ca nu numai la ENEL se-ntampla lucruri de-astea.In toamna anului 2009 am executat o instalatie electrica unei fam . dintr-o suburbie de-a Iasi-ului.Instalatia de bransament a fost executata de o firma din Iasi, firma agreata de EON Moldova,si desi instalatia de bransament continea o priza de pamant la punctul de masura, punct de masura ce se afla pe stalpul retelei electrice de la care era agatat consumatorul, si o alta priza de pamant ce se afla la locuinta consumatorului si care era legata la o firida intermediara, firida ce avea drept scop facerea legaturii intre bransamentul tip TYIR 3&#215;10+16 si coloana de tip 3xFy 6mmp+1xFy4mmp.In  mai putin de noua luni acel consumator a ramas fara nul de lucru  in instalatia electrica.De la inceput remarcasem mai multe nereguli in acea instalatie dar a fost destul de dificil sa aduc la cunostinta proprietarului aceste nereguli pentru faptul ca executantul se cunostea cu acesta.Bineinteles ca ce s-a putut rezolva de catre mine am rezolvat, dar ma intreb ce meseriasi au aceste firme si cat de usor patrund pe piata, si Dnii de la EON cat de usor inchid ochii, desi aceste instalatii trec in proprietatea EON-lui dupa 24 ore de la punerea in functie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Audio în mai multe camere de către Richard</title>
		<link>http://richardconsulting.ro/blog/2009/10/audio-in-mai-multe-camere/comment-page-1/#comment-34</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 13 Sep 2010 05:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=9#comment-34</guid>
		<description>Am mai auzit de ele insa nu am avut niciodata acces sa le pot testa. Din informatiile de pe internet mi s-au parut totusi un pic mai slabe decat sistemul Sonos.</description>
		<content:encoded><![CDATA[<p>Am mai auzit de ele insa nu am avut niciodata acces sa le pot testa. Din informatiile de pe internet mi s-au parut totusi un pic mai slabe decat sistemul Sonos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Audio în mai multe camere de către Ciprian</title>
		<link>http://richardconsulting.ro/blog/2009/10/audio-in-mai-multe-camere/comment-page-1/#comment-33</link>
		<dc:creator>Ciprian</dc:creator>
		<pubDate>Sun, 12 Sep 2010 22:41:52 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=9#comment-33</guid>
		<description>Sonos sunt frumoase, dar playerele Squeezebox de la Logitech (iniţial concepute de Slim Devices) sunt mult mai accesibile ca preţ şi oferă facilităţi cel puţin comparabile. Le cunoaşteţi, ce părere aveţi despre ele, ca valoare pentru bani?</description>
		<content:encoded><![CDATA[<p>Sonos sunt frumoase, dar playerele Squeezebox de la Logitech (iniţial concepute de Slim Devices) sunt mult mai accesibile ca preţ şi oferă facilităţi cel puţin comparabile. Le cunoaşteţi, ce părere aveţi despre ele, ca valoare pentru bani?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Vor înlocui SSD-urile pe HDD-uri? de către Remus</title>
		<link>http://richardconsulting.ro/blog/2010/08/vor-inlocui-ssd-pe-hdd/comment-page-1/#comment-31</link>
		<dc:creator>Remus</dc:creator>
		<pubDate>Sat, 21 Aug 2010 17:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=692#comment-31</guid>
		<description>SSD-urile NU VOR INLOCUI NICIODATA HDD-urile, deoarece pretul pe megabyte la HDD-uri este in continua scadere si spatiul de depozitare este in continua crestere. Eu tind sa cred chiar ca, la un moment dat, datorita dezvoltarii HDD-urilor la nivele fara precedent in ceea ce priveste viteza (se vor atinge chiar 20.000 rpm) si spatiul de stocare (chiar 10 terabytes) SSD-urile vor fi cele eliminate de pe piata, deoarece costurile de productie sunt foarte mari. Cele doua tipuri de medii de stocare vor coexista o perioada, SSD-urile vor fi alese pentru viteza suplimentara si consumul mic de energie (in schimb fiabilitate indoielnica) de catre o mica parte din piata, adica entuziastii, dar datorita costurilor foarte mari per megabyte, cei care le vor alege vor avea in paralel si un HDD pentru stocarea de date. Configuratia predominanta va fi: un SSD 64 Gb pentru sistemul de operare si un HDD 1 Tb pentru stocare de date.</description>
		<content:encoded><![CDATA[<p>SSD-urile NU VOR INLOCUI NICIODATA HDD-urile, deoarece pretul pe megabyte la HDD-uri este in continua scadere si spatiul de depozitare este in continua crestere. Eu tind sa cred chiar ca, la un moment dat, datorita dezvoltarii HDD-urilor la nivele fara precedent in ceea ce priveste viteza (se vor atinge chiar 20.000 rpm) si spatiul de stocare (chiar 10 terabytes) SSD-urile vor fi cele eliminate de pe piata, deoarece costurile de productie sunt foarte mari. Cele doua tipuri de medii de stocare vor coexista o perioada, SSD-urile vor fi alese pentru viteza suplimentara si consumul mic de energie (in schimb fiabilitate indoielnica) de catre o mica parte din piata, adica entuziastii, dar datorita costurilor foarte mari per megabyte, cei care le vor alege vor avea in paralel si un HDD pentru stocarea de date. Configuratia predominanta va fi: un SSD 64 Gb pentru sistemul de operare si un HDD 1 Tb pentru stocare de date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Studii de caz de către Cojoianu Petrica</title>
		<link>http://richardconsulting.ro/blog/studii-de-caz/comment-page-1/#comment-30</link>
		<dc:creator>Cojoianu Petrica</dc:creator>
		<pubDate>Fri, 20 Aug 2010 09:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardconsulting.ro/blog/?page_id=553#comment-30</guid>
		<description>Va multumesc. M-ati ajutat mult</description>
		<content:encoded><![CDATA[<p>Va multumesc. M-ati ajutat mult</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la HS module 16570 de către Richard</title>
		<link>http://richardconsulting.ro/blog/2010/07/hs-modul-16570/comment-page-1/#comment-29</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 19 Aug 2010 02:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=631#comment-29</guid>
		<description>As the new Gira HomeServer/FacilityServer App for iPod, iPhone and iPad is out I tried the diagrams and had the surprise they did not work. As it turns out 240 points are not enough for this client even though in QuadClient the diagrams get plotted just fine.

Therefore I decided to increase the ring memory for archives (day, week, month and year) to 480. On the same time I needed samples twice as frequent so I divided the cycle numbers in half.

With the new setup diagrams would plot correctly in the iPhone app too.

As a strange note, even if the plot was not there I could move my finger over the plot area and the app responded with correct timestamp and recorded values in numeric format. Only the plot was not there...

Another thing is that some part of the plot is still missing. For instance in the day diagram the last 50 minutes are not plotted. Not sure why is that, I suspect it has something to do with the clock management and the user time zone.</description>
		<content:encoded><![CDATA[<p>As the new Gira HomeServer/FacilityServer App for iPod, iPhone and iPad is out I tried the diagrams and had the surprise they did not work. As it turns out 240 points are not enough for this client even though in QuadClient the diagrams get plotted just fine.</p>
<p>Therefore I decided to increase the ring memory for archives (day, week, month and year) to 480. On the same time I needed samples twice as frequent so I divided the cycle numbers in half.</p>
<p>With the new setup diagrams would plot correctly in the iPhone app too.</p>
<p>As a strange note, even if the plot was not there I could move my finger over the plot area and the app responded with correct timestamp and recorded values in numeric format. Only the plot was not there&#8230;</p>
<p>Another thing is that some part of the plot is still missing. For instance in the day diagram the last 50 minutes are not plotted. Not sure why is that, I suspect it has something to do with the clock management and the user time zone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la GIRA HomeServer/FacilityServer App de către Richard</title>
		<link>http://richardconsulting.ro/blog/2010/08/gira-homeserver-app/comment-page-1/#comment-28</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 14 Aug 2010 08:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=679#comment-28</guid>
		<description>Nu există manual. Programarea se face integral in HomeServer folosind programul Expert. Aplicaţia pentru iPod/iPad/iPhone doar se conectează la HomeServer şi afişează ce s-a scris acolo.

Pentru programare fie apelaţi la o firmă precum suntem noi, fie mergeţi la curs în Germania şi învăţaţi singur.

Programul Expert este livrat împreună cu HomeServer. Nici acela nu are manual în schimb are un fel de Help interactiv, totuşi din experienţa mea cred ca fără curs sau consultanţă pentru HomeServer nu se poate ajunge prea departe.</description>
		<content:encoded><![CDATA[<p>Nu există manual. Programarea se face integral in HomeServer folosind programul Expert. Aplicaţia pentru iPod/iPad/iPhone doar se conectează la HomeServer şi afişează ce s-a scris acolo.</p>
<p>Pentru programare fie apelaţi la o firmă precum suntem noi, fie mergeţi la curs în Germania şi învăţaţi singur.</p>
<p>Programul Expert este livrat împreună cu HomeServer. Nici acela nu are manual în schimb are un fel de Help interactiv, totuşi din experienţa mea cred ca fără curs sau consultanţă pentru HomeServer nu se poate ajunge prea departe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la GIRA HomeServer/FacilityServer App de către Ordis</title>
		<link>http://richardconsulting.ro/blog/2010/08/gira-homeserver-app/comment-page-1/#comment-27</link>
		<dc:creator>Ordis</dc:creator>
		<pubDate>Sat, 14 Aug 2010 06:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=679#comment-27</guid>
		<description>Se poate atasa si un manual?</description>
		<content:encoded><![CDATA[<p>Se poate atasa si un manual?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la HS module 16570 de către Richard</title>
		<link>http://richardconsulting.ro/blog/2010/07/hs-modul-16570/comment-page-1/#comment-25</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 26 Jul 2010 09:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=631#comment-25</guid>
		<description>The feedback from Gira is not very useful. I tested their recommended values and the graphs are not even displayed.

Returning to the 240 rows archives for the displaying interval, this value seems to work nice for day, week and month diagrams. However the year diagram looks bad, with many graph discontinuities. I suppose the year diagram will work well with 365 rows archive (one value per day).

Next step I am trying that setup and I will be back with results in about 3 weeks or so.</description>
		<content:encoded><![CDATA[<p>The feedback from Gira is not very useful. I tested their recommended values and the graphs are not even displayed.</p>
<p>Returning to the 240 rows archives for the displaying interval, this value seems to work nice for day, week and month diagrams. However the year diagram looks bad, with many graph discontinuities. I suppose the year diagram will work well with 365 rows archive (one value per day).</p>
<p>Next step I am trying that setup and I will be back with results in about 3 weeks or so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la HS module 16570 de către Richard</title>
		<link>http://richardconsulting.ro/blog/2010/07/hs-modul-16570/comment-page-1/#comment-24</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 10 Jul 2010 16:24:35 +0000</pubDate>
		<guid isPermaLink="false">http://richardconsulting.ro/blog/?p=631#comment-24</guid>
		<description>It seems that the QuadClient graph plugin requires more than 60 point to start to display the diagrams for Day view (and the rest). I modified my archives to hold 120 rows and cut in half the cycles for day, week, month and year archive. Will post a new comment if I discover more about this.

The normal graphs in Home Server menu are not affected by this problem.</description>
		<content:encoded><![CDATA[<p>It seems that the QuadClient graph plugin requires more than 60 point to start to display the diagrams for Day view (and the rest). I modified my archives to hold 120 rows and cut in half the cycles for day, week, month and year archive. Will post a new comment if I discover more about this.</p>
<p>The normal graphs in Home Server menu are not affected by this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Studii de caz de către Lucian Pitu</title>
		<link>http://richardconsulting.ro/blog/studii-de-caz/comment-page-1/#comment-17</link>
		<dc:creator>Lucian Pitu</dc:creator>
		<pubDate>Sat, 15 May 2010 20:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardconsulting.ro/blog/?page_id=553#comment-17</guid>
		<description>Cu deosebit respect, pentru materialele prezentate mai sus.
Cu stima,
Lucian Pitu</description>
		<content:encoded><![CDATA[<p>Cu deosebit respect, pentru materialele prezentate mai sus.<br />
Cu stima,<br />
Lucian Pitu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la HS / QuadClient de către Interfaţă iPod/iPhone pentru HomeServer &#124; Richard Consulting Blog</title>
		<link>http://richardconsulting.ro/blog/2010/01/hs-quadclient/comment-page-1/#comment-15</link>
		<dc:creator>Interfaţă iPod/iPhone pentru HomeServer &#124; Richard Consulting Blog</dc:creator>
		<pubDate>Sun, 09 May 2010 15:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardconsulting.ro/blog/?p=497#comment-15</guid>
		<description>[...] mai 2010 în Home Server de rvencu (online) &#124; Fără comentarii   Pe lângă cli­enţii web sau QuadClient menţio­naţi în arti­co­lele ante­ri­oare este posi­bilă uti­li­za­rea unor cli­enţi [...]</description>
		<content:encoded><![CDATA[<p>[...] mai 2010 în Home Server de rvencu (online) | Fără comentarii   Pe lângă cli­enţii web sau QuadClient menţio­naţi în arti­co­lele ante­ri­oare este posi­bilă uti­li­za­rea unor cli­enţi [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Sisteme de securitate KNX de către Ordis</title>
		<link>http://richardconsulting.ro/blog/2009/11/sisteme-de-securitate-knx/comment-page-1/#comment-14</link>
		<dc:creator>Ordis</dc:creator>
		<pubDate>Sun, 02 May 2010 18:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardconsulting.ro/blog/?p=293#comment-14</guid>
		<description>Super scula..vreau si eu</description>
		<content:encoded><![CDATA[<p>Super scula..vreau si eu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comentariu la Vreau şemineu? de către Raluca Ionescu</title>
		<link>http://richardconsulting.ro/blog/2009/11/vreau-semineu/comment-page-1/#comment-12</link>
		<dc:creator>Raluca Ionescu</dc:creator>
		<pubDate>Tue, 02 Mar 2010 20:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.richardconsulting.ro/blog/?p=220#comment-12</guid>
		<description>Am lucrat si eu cu Macimo. Am 2 seminee facute de ei super tari!  Unul e clasic cu o sculptura superba pe el si unul clasic-modern.Designer-ul lor mi-a facut desenul unuia dintre seminee direct pe peretele unde urma sa-l asez ptr ca nu-mi dadeam seama cum vine.Apoi mi-a facut schita,mi-am ales materialele .. o marmura faina...iar baietii au lucrat brici ...in 10 zile l-am avut montat,curat,fara praf prea mult:)).....e super....celalalt urmeaza sa fie montat ....</description>
		<content:encoded><![CDATA[<p>Am lucrat si eu cu Macimo. Am 2 seminee facute de ei super tari!  Unul e clasic cu o sculptura superba pe el si unul clasic-modern.Designer-ul lor mi-a facut desenul unuia dintre seminee direct pe peretele unde urma sa-l asez ptr ca nu-mi dadeam seama cum vine.Apoi mi-a facut schita,mi-am ales materialele .. o marmura faina&#8230;iar baietii au lucrat brici &#8230;in 10 zile l-am avut montat,curat,fara praf prea mult:))&#8230;..e super&#8230;.celalalt urmeaza sa fie montat &#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: richardconsulting.ro @ 2012-02-06 07:09:09 by W3 Total Cache -->
