<?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>Comments for melp.nl</title>
	<atom:link href="http://melp.nl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://melp.nl</link>
	<description>A geek&#039;s outlet on open source, web development and related stuff</description>
	<lastBuildDate>Sun, 06 May 2012 22:36:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on About MySQL, UTF-8 and saving headaches by Rodrigo Ribeiro Gome</title>
		<link>http://melp.nl/2011/01/about-mysql-utf-8-and-saving-headaches/comment-page-1/#comment-8729</link>
		<dc:creator>Rodrigo Ribeiro Gome</dc:creator>
		<pubDate>Sun, 06 May 2012 22:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://melp.nl/?p=452#comment-8729</guid>
		<description>&lt;p&gt;The best title for this post is &quot;demystifying enconding points in application  database path&quot;.&lt;/p&gt;

&lt;p&gt;Very good.
I was searching by post that explains this that you show. Where the conversions happens in the communication of the client with a database.&lt;/p&gt;

&lt;p&gt;I know that this is not default for all database products, but its give me a best view of this process.
Also, this help me with mysql. I was using three diferenct clients: mysql command line, workbench and JDBC application.&lt;/p&gt;

&lt;p&gt;All three was inserting data incorretly and read also.
I was crazy with this.&lt;/p&gt;

&lt;p&gt;The problem in the mysql command line (in windows command prompt) is that the code page send by it is 850 (default for MS-DOS).  Mysql read utf8 column data, and thinking the connection wait a latin1 character, convert it to latin1... But, the client wait a code page 850 character, and i see character incorect.
Lookint at SHOW CHARACTER SET, i find the name &#039;cp850&#039; and by description i concluded changing connection to
&#039;--default-character-set=cp850&#039;. This works!!!!!&lt;/p&gt;

&lt;p&gt;The workbechn was in latin1, and i change to utf8 with SET NAMES.
The JDBC was correctly, but beacause the other tow clients was insert with wrong charset, it read data incorrect.&lt;/p&gt;

&lt;p&gt;I also have a charset issues with apache, linux and sql server, and think that the understanding of this process, may help me a find where translate problem occurs.&lt;/p&gt;

&lt;p&gt;Sorry for bad english, i dont use a Tradutor for learn write in the language!
Thanks by you shared you knowledge.&lt;/p&gt;

&lt;p&gt;[]&#039;s
Rodrigo Ribeiro Gomes
MTA&#124;MCTS&#124;MCTIP Database Administrator 2008&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The best title for this post is &#8220;demystifying enconding points in application  database path&#8221;.</p>

<p>Very good.
I was searching by post that explains this that you show. Where the conversions happens in the communication of the client with a database.</p>

<p>I know that this is not default for all database products, but its give me a best view of this process.
Also, this help me with mysql. I was using three diferenct clients: mysql command line, workbench and JDBC application.</p>

<p>All three was inserting data incorretly and read also.
I was crazy with this.</p>

<p>The problem in the mysql command line (in windows command prompt) is that the code page send by it is 850 (default for MS-DOS).  Mysql read utf8 column data, and thinking the connection wait a latin1 character, convert it to latin1&#8230; But, the client wait a code page 850 character, and i see character incorect.
Lookint at SHOW CHARACTER SET, i find the name &#8216;cp850&#8242; and by description i concluded changing connection to
&#8216;&#8211;default-character-set=cp850&#8242;. This works!!!!!</p>

<p>The workbechn was in latin1, and i change to utf8 with SET NAMES.
The JDBC was correctly, but beacause the other tow clients was insert with wrong charset, it read data incorrect.</p>

<p>I also have a charset issues with apache, linux and sql server, and think that the understanding of this process, may help me a find where translate problem occurs.</p>

<p>Sorry for bad english, i dont use a Tradutor for learn write in the language!
Thanks by you shared you knowledge.</p>

<p>[]&#8216;s
Rodrigo Ribeiro Gomes
MTA|MCTS|MCTIP Database Administrator 2008</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symfony2 + PHPCR + Doctrine2 + Jackalope recipe by david</title>
		<link>http://melp.nl/2011/07/symfony2-phpcr-doctrine2-jackalope-recipe/comment-page-1/#comment-5682</link>
		<dc:creator>david</dc:creator>
		<pubDate>Sat, 04 Feb 2012 14:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://melp.nl/?p=644#comment-5682</guid>
		<description>&lt;p&gt;note that we are building official docs now at https://github.com/symfony-cmf/symfony-cmf-docs&lt;/p&gt;

&lt;p&gt;one thing missing in this tutorial is to register the annotations for phpcr-odm. see also http://groups.google.com/group/symfony-cmf-devs/browse_thread/thread/3282d301336dc8f9&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>note that we are building official docs now at <a href="https://github.com/symfony-cmf/symfony-cmf-docs" rel="nofollow">https://github.com/symfony-cmf/symfony-cmf-docs</a></p>

<p>one thing missing in this tutorial is to register the annotations for phpcr-odm. see also <a href="http://groups.google.com/group/symfony-cmf-devs/browse_thread/thread/3282d301336dc8f9" rel="nofollow">http://groups.google.com/group/symfony-cmf-devs/browse_thread/thread/3282d301336dc8f9</a></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symfony2 + PHPCR + Doctrine2 + Jackalope recipe by Simone Fumagalli</title>
		<link>http://melp.nl/2011/07/symfony2-phpcr-doctrine2-jackalope-recipe/comment-page-1/#comment-5351</link>
		<dc:creator>Simone Fumagalli</dc:creator>
		<pubDate>Thu, 26 Jan 2012 23:00:40 +0000</pubDate>
		<guid isPermaLink="false">http://melp.nl/?p=644#comment-5351</guid>
		<description>&lt;p&gt;Hello. I&#039;ve found a typo at the step 3. In the line &lt;code&gt;git clone git://github.com/doctrine/phpcd-odm.git&lt;/code&gt; is phpcr-odm and not phpcd-odm&lt;/p&gt;

&lt;p&gt;At the next line the URL for DoctrinePHPCRBundle has changed from&lt;em&gt;git://github.com/symfony-cmf/DoctrinePHPCRBundle.git&lt;/em&gt; to &lt;em&gt;git://github.com/doctrine/DoctrinePHPCRBundle.git&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I also think that the code at the step 5 has to changed somehow but I haven&#039;t figured out how yet. Hint ?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hello. I&#8217;ve found a typo at the step 3. In the line <code>git clone git://github.com/doctrine/phpcd-odm.git</code> is phpcr-odm and not phpcd-odm</p>

<p>At the next line the URL for DoctrinePHPCRBundle has changed from<em>git://github.com/symfony-cmf/DoctrinePHPCRBundle.git</em> to <em>git://github.com/doctrine/DoctrinePHPCRBundle.git</em></p>

<p>I also think that the code at the step 5 has to changed somehow but I haven&#8217;t figured out how yet. Hint ?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on ReTwizzle this: #lorizzle by hello</title>
		<link>http://melp.nl/2010/10/retwizzle-this-lorizzle/comment-page-1/#comment-3928</link>
		<dc:creator>hello</dc:creator>
		<pubDate>Tue, 20 Dec 2011 08:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://melp.nl/?p=283#comment-3928</guid>
		<description>&lt;p&gt;1 potato&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>1 potato</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automate sudo nano; something I should&#8217;ve done a loooong time ago by drm</title>
		<link>http://melp.nl/2011/07/automate-sudo-nano-something-i-shouldve-done-a-loooong-time-ago/comment-page-1/#comment-3878</link>
		<dc:creator>drm</dc:creator>
		<pubDate>Sat, 17 Dec 2011 22:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://melp.nl/?p=616#comment-3878</guid>
		<description>&lt;p&gt;No idea, sorry :) But if you find the solution anyway, please report back!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>No idea, sorry <img src='http://melp.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But if you find the solution anyway, please report back!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 must-have key and mouse binding configs in Openbox by drm</title>
		<link>http://melp.nl/2011/01/10-must-have-key-and-mouse-binding-configs-in-openbox/comment-page-1/#comment-3876</link>
		<dc:creator>drm</dc:creator>
		<pubDate>Sat, 17 Dec 2011 22:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://melp.nl/?p=374#comment-3876</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I am not sure how to fix it, but I&#039;m pretty sure that the super key is called something else if used as a single stroke. So you should look for that in the manual. I think it might just be &quot;super&quot; or something like that. Try finding that in your rc.xml and disabling it so you don&#039;t have conflicting shortcuts.&lt;/p&gt;

&lt;p&gt;HTH.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>I am not sure how to fix it, but I&#8217;m pretty sure that the super key is called something else if used as a single stroke. So you should look for that in the manual. I think it might just be &#8220;super&#8221; or something like that. Try finding that in your rc.xml and disabling it so you don&#8217;t have conflicting shortcuts.</p>

<p>HTH.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 must-have key and mouse binding configs in Openbox by iveand</title>
		<link>http://melp.nl/2011/01/10-must-have-key-and-mouse-binding-configs-in-openbox/comment-page-1/#comment-3670</link>
		<dc:creator>iveand</dc:creator>
		<pubDate>Fri, 09 Dec 2011 15:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://melp.nl/?p=374#comment-3670</guid>
		<description>&lt;p&gt;I am wondering how to &quot;disable the super key from always popping up the main menu&quot; when used in combination with another key (so, &quot;W-e&quot; sometimes brings up a PCManFM window, at other times seems to only bring up the Main menu).  It &quot;should be&quot; that the Main menu only appears upon release of the W (Super) key.  Any advice on how to fix this?  If not &quot;fix&quot; the way the Main menu is brought up, then simply disable W from calling it at all? I would much rather have consistent behavior from the other shortcuts (&quot;W-e&quot;, &quot;W-d&quot;, &quot;W-r&quot;, etc.)&lt;/p&gt;

&lt;p&gt;I am using Lubuntu 11.10.  Maybe the problem lies within?  I don&#039;t see anything in the default rc.xml (named lubuntu-rc.xml) about binding the W key to Main Menu (must be deeper in the system???)&lt;/p&gt;

&lt;p&gt;Thanks for any help&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I am wondering how to &#8220;disable the super key from always popping up the main menu&#8221; when used in combination with another key (so, &#8220;W-e&#8221; sometimes brings up a PCManFM window, at other times seems to only bring up the Main menu).  It &#8220;should be&#8221; that the Main menu only appears upon release of the W (Super) key.  Any advice on how to fix this?  If not &#8220;fix&#8221; the way the Main menu is brought up, then simply disable W from calling it at all? I would much rather have consistent behavior from the other shortcuts (&#8220;W-e&#8221;, &#8220;W-d&#8221;, &#8220;W-r&#8221;, etc.)</p>

<p>I am using Lubuntu 11.10.  Maybe the problem lies within?  I don&#8217;t see anything in the default rc.xml (named lubuntu-rc.xml) about binding the W key to Main Menu (must be deeper in the system???)</p>

<p>Thanks for any help</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automate sudo nano; something I should&#8217;ve done a loooong time ago by BartVB</title>
		<link>http://melp.nl/2011/07/automate-sudo-nano-something-i-shouldve-done-a-loooong-time-ago/comment-page-1/#comment-1632</link>
		<dc:creator>BartVB</dc:creator>
		<pubDate>Tue, 30 Aug 2011 10:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://melp.nl/?p=616#comment-1632</guid>
		<description>&lt;p&gt;Haha, this problem sounds very familiar :)&lt;/p&gt;

&lt;p&gt;Tried the above function, works great except for the fact that your job history ends up looking like:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
[3]-  Stopped                 $vi $@
[4]+  Stopped                 sudo $vi $@&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Any ideas as to how to solve that?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Haha, this problem sounds very familiar <img src='http://melp.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p>Tried the above function, works great except for the fact that your job history ends up looking like:</p>

<p><code>
[3]-  Stopped                 $vi $@
[4]+  Stopped                 sudo $vi $@</code></p>

<p>Any ideas as to how to solve that?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symfony2 + PHPCR + Doctrine2 + Jackalope recipe by cordoval</title>
		<link>http://melp.nl/2011/07/symfony2-phpcr-doctrine2-jackalope-recipe/comment-page-1/#comment-1340</link>
		<dc:creator>cordoval</dc:creator>
		<pubDate>Fri, 29 Jul 2011 17:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://melp.nl/?p=644#comment-1340</guid>
		<description>&lt;p&gt;about the feedburner thing you can cut a feedburner then go under publicize tab on feedburner.google.com and then activate delivery over email then you will understand there is a widget there you can add to your blog&lt;/p&gt;

&lt;p&gt;I have it as link at http://www.craftitonline.com just finished doing a post on phpcr cmf-sandbox install&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>about the feedburner thing you can cut a feedburner then go under publicize tab on feedburner.google.com and then activate delivery over email then you will understand there is a widget there you can add to your blog</p>

<p>I have it as link at <a href="http://www.craftitonline.com" rel="nofollow">http://www.craftitonline.com</a> just finished doing a post on phpcr cmf-sandbox install</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Symfony2 + PHPCR + Doctrine2 + Jackalope recipe by drm</title>
		<link>http://melp.nl/2011/07/symfony2-phpcr-doctrine2-jackalope-recipe/comment-page-1/#comment-1321</link>
		<dc:creator>drm</dc:creator>
		<pubDate>Wed, 27 Jul 2011 21:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://melp.nl/?p=644#comment-1321</guid>
		<description>&lt;p&gt;Thanks for all your comments, guys. I don&#039;t have time examining all your suggestions right now, but I will any time soon.&lt;/p&gt;

&lt;p&gt;@cordoval, I enabled the notify plugin and disabled the captcha. If, all of the sudden, I am now eligible for discount on viagra, I&#039;ll know where to thank you ;) Thanks for the tips. Not sure what you mean by your feedburner suggestion, though ...?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for all your comments, guys. I don&#8217;t have time examining all your suggestions right now, but I will any time soon.</p>

<p>@cordoval, I enabled the notify plugin and disabled the captcha. If, all of the sudden, I am now eligible for discount on viagra, I&#8217;ll know where to thank you <img src='http://melp.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Thanks for the tips. Not sure what you mean by your feedburner suggestion, though &#8230;?</p>]]></content:encoded>
	</item>
</channel>
</rss>

