<?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 Dyslexic Dog</title>
	<atom:link href="http://dyslexicdog.com/site/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dyslexicdog.com/site</link>
	<description>Diggin&#039; up kwality cool stuff</description>
	<lastBuildDate>Fri, 12 Jan 2018 14:45:53 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>Comment on Keyword highlighting in html Part Two by Giannis</title>
		<link>http://dyslexicdog.com/site/2014/05/keyword-highlighting-in-html-part-two/comment-page-1/#comment-13825</link>
		<dc:creator><![CDATA[Giannis]]></dc:creator>
		<pubDate>Fri, 12 Jan 2018 14:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://dyslexicdog.com/site/?p=485#comment-13825</guid>
		<description><![CDATA[(the editor hide the code, but point is to have  MIT  )]]></description>
		<content:encoded><![CDATA[<p>(the editor hide the code, but point is to have  MIT  )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keyword highlighting in html Part Two by Giannis</title>
		<link>http://dyslexicdog.com/site/2014/05/keyword-highlighting-in-html-part-two/comment-page-1/#comment-13824</link>
		<dc:creator><![CDATA[Giannis]]></dc:creator>
		<pubDate>Fri, 12 Jan 2018 13:57:52 +0000</pubDate>
		<guid isPermaLink="false">http://dyslexicdog.com/site/?p=485#comment-13824</guid>
		<description><![CDATA[More than tree years after what you wrote, and your code remains not only useful, but one of the best solutions while searching of the topic :) 

I have a question (maybe not as simple as it sounds): Could i (and how you&#039;d propose i should do it) use your code for acronyms? 

I need to pass an array of words to be searched, and another (with the same key) with the explanation of the acronym - for example, every use of the word MIT should bring MIT Any ideas?]]></description>
		<content:encoded><![CDATA[<p>More than tree years after what you wrote, and your code remains not only useful, but one of the best solutions while searching of the topic <img src="http://dyslexicdog.com/site/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" />  </p>
<p>I have a question (maybe not as simple as it sounds): Could i (and how you&#8217;d propose i should do it) use your code for acronyms? </p>
<p>I need to pass an array of words to be searched, and another (with the same key) with the explanation of the acronym &#8211; for example, every use of the word MIT should bring MIT Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keyword highlighting in html Part Two by the big dog</title>
		<link>http://dyslexicdog.com/site/2014/05/keyword-highlighting-in-html-part-two/comment-page-1/#comment-13313</link>
		<dc:creator><![CDATA[the big dog]]></dc:creator>
		<pubDate>Sun, 03 Jul 2016 12:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://dyslexicdog.com/site/?p=485#comment-13313</guid>
		<description><![CDATA[Hi Matteo, thanks for notifying me about the bug - I&#039;d tried to trim the code down to the minimum for didactic purposes, but in so doing, broke it for multi-line contentEditables - It was failing to take empty lines into account when performing the stack-based save and restore methods. The solution is simply to track the line number of the selection as well as its position within the text. I&#039;ve updated the code with a fix for Chrome, but it seems Chrome and Firefox handle linebreaks within ContentEditables differently - Chrome treats new lines as separate divs, whereas Firefox is inserting br elements. I will correct the code for cross-browser support shortly.]]></description>
		<content:encoded><![CDATA[<p>Hi Matteo, thanks for notifying me about the bug &#8211; I&#8217;d tried to trim the code down to the minimum for didactic purposes, but in so doing, broke it for multi-line contentEditables &#8211; It was failing to take empty lines into account when performing the stack-based save and restore methods. The solution is simply to track the line number of the selection as well as its position within the text. I&#8217;ve updated the code with a fix for Chrome, but it seems Chrome and Firefox handle linebreaks within ContentEditables differently &#8211; Chrome treats new lines as separate divs, whereas Firefox is inserting br elements. I will correct the code for cross-browser support shortly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keyword highlighting in html Part Two by Matteo Cacciola</title>
		<link>http://dyslexicdog.com/site/2014/05/keyword-highlighting-in-html-part-two/comment-page-1/#comment-13295</link>
		<dc:creator><![CDATA[Matteo Cacciola]]></dc:creator>
		<pubDate>Thu, 23 Jun 2016 02:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://dyslexicdog.com/site/?p=485#comment-13295</guid>
		<description><![CDATA[Congratulations for your work. Just a notice. I am testing the code with Firefox, and I am experiencing a bug, I suppose. I mean, after I erase a line by deleting char by char, the caret doesn&#039;t go to the end of the previous line, but to the beginning of text. It seems that saveSelection function returns {start: 0, end: 0} without running the while block.
Do you know why? I am not able to find the reason, please need your help]]></description>
		<content:encoded><![CDATA[<p>Congratulations for your work. Just a notice. I am testing the code with Firefox, and I am experiencing a bug, I suppose. I mean, after I erase a line by deleting char by char, the caret doesn&#8217;t go to the end of the previous line, but to the beginning of text. It seems that saveSelection function returns {start: 0, end: 0} without running the while block.<br />
Do you know why? I am not able to find the reason, please need your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keyword highlighting in html Part Two by Jacob</title>
		<link>http://dyslexicdog.com/site/2014/05/keyword-highlighting-in-html-part-two/comment-page-1/#comment-9348</link>
		<dc:creator><![CDATA[Jacob]]></dc:creator>
		<pubDate>Tue, 03 Feb 2015 11:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://dyslexicdog.com/site/?p=485#comment-9348</guid>
		<description><![CDATA[Excellent post. Thank you, just what I needed to implement simple on the fly syntax highlighting without using a heavy library.]]></description>
		<content:encoded><![CDATA[<p>Excellent post. Thank you, just what I needed to implement simple on the fly syntax highlighting without using a heavy library.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dumber Developers? by Paul</title>
		<link>http://dyslexicdog.com/site/2014/05/dumber-developers/comment-page-1/#comment-162</link>
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Fri, 06 Jun 2014 00:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://dyslexicdog.com/site/?p=526#comment-162</guid>
		<description><![CDATA[These are not new problems.  There are oodles of publications on gamification, what it achieves and what its weaknesses are.. too many to summarize here!  I remember spending months on the Hibernate forums, harvesting votes for my answers.  I see that the voting system there is now gone!

In SO, it works to an extent, though it&#039;s hugely flawed.  And since it&#039;s a self-moderating system, there has to be some way to prove you&#039;re a trusted user.

To get to 3k productively, the trick is to manage your favourite tags well.  There are many genuinely interesting questions there.  They&#039;re just not in the vanilla php, javascript, c# or java tags.  Start following quieter tags where you can help, and you&#039;ll get points soon enough.

In the mean time, you&#039;ve got enough rep for voting down and reviewing first posts.  These are valuable tools to help keep the SNR down.]]></description>
		<content:encoded><![CDATA[<p>These are not new problems.  There are oodles of publications on gamification, what it achieves and what its weaknesses are.. too many to summarize here!  I remember spending months on the Hibernate forums, harvesting votes for my answers.  I see that the voting system there is now gone!</p>
<p>In SO, it works to an extent, though it&#8217;s hugely flawed.  And since it&#8217;s a self-moderating system, there has to be some way to prove you&#8217;re a trusted user.</p>
<p>To get to 3k productively, the trick is to manage your favourite tags well.  There are many genuinely interesting questions there.  They&#8217;re just not in the vanilla php, javascript, c# or java tags.  Start following quieter tags where you can help, and you&#8217;ll get points soon enough.</p>
<p>In the mean time, you&#8217;ve got enough rep for voting down and reviewing first posts.  These are valuable tools to help keep the SNR down.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The needs of the many? Fedora Consistent Network Device Naming by ana mancini video</title>
		<link>http://dyslexicdog.com/site/2012/05/the-needs-of-the-many-fedora-consistent-network-device-naming/comment-page-1/#comment-117</link>
		<dc:creator><![CDATA[ana mancini video]]></dc:creator>
		<pubDate>Mon, 29 Jul 2013 01:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://dyslexicdog.com/site/?p=292#comment-117</guid>
		<description><![CDATA[I am not positive the place you are getting your information, however 
good topic. I must spend a while finding out more or figuring out more.
Thanks for magnificent info I was searching for this information 
for my mission.]]></description>
		<content:encoded><![CDATA[<p>I am not positive the place you are getting your information, however<br />
good topic. I must spend a while finding out more or figuring out more.<br />
Thanks for magnificent info I was searching for this information<br />
for my mission.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActionScript 3.0 TextField Style and Event gotchas by joem</title>
		<link>http://dyslexicdog.com/site/2011/06/actionscript-3-0-textfield-style-and-event-gotchas/comment-page-1/#comment-113</link>
		<dc:creator><![CDATA[joem]]></dc:creator>
		<pubDate>Sun, 19 May 2013 20:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://dyslexicdog.com/site/?p=255#comment-113</guid>
		<description><![CDATA[Thanks for the post. I don&#039;t know actionscript very well and had just been struggling with your gotcha #2, then I found this post.

It might be worth mentioning that if you handle the Event.CHANGE event, you&#039;ll also need to change textInputCapture&#039;s argument type to be Event instead of TextEvent, in order for Adobe&#039;s example to work.

I know that probably goes without saying for most actionscript folks, but if you&#039;re a beginner like me and you&#039;re tripping over this stuff, maybe it&#039;ll help.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the post. I don&#8217;t know actionscript very well and had just been struggling with your gotcha #2, then I found this post.</p>
<p>It might be worth mentioning that if you handle the Event.CHANGE event, you&#8217;ll also need to change textInputCapture&#8217;s argument type to be Event instead of TextEvent, in order for Adobe&#8217;s example to work.</p>
<p>I know that probably goes without saying for most actionscript folks, but if you&#8217;re a beginner like me and you&#8217;re tripping over this stuff, maybe it&#8217;ll help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The needs of the many? Fedora Consistent Network Device Naming by screamy</title>
		<link>http://dyslexicdog.com/site/2012/05/the-needs-of-the-many-fedora-consistent-network-device-naming/comment-page-1/#comment-108</link>
		<dc:creator><![CDATA[screamy]]></dc:creator>
		<pubDate>Wed, 12 Sep 2012 17:28:03 +0000</pubDate>
		<guid isPermaLink="false">http://dyslexicdog.com/site/?p=292#comment-108</guid>
		<description><![CDATA[Thanks for this!  I wasted lots of time on my fresh Fedora 17 install trying to figure out why my onboard NIC was now named &#039;p34p1&#039;.  This naming scheme is _retarded_ if you ask me...]]></description>
		<content:encoded><![CDATA[<p>Thanks for this!  I wasted lots of time on my fresh Fedora 17 install trying to figure out why my onboard NIC was now named &#8216;p34p1&#8242;.  This naming scheme is _retarded_ if you ask me&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The needs of the many? Fedora Consistent Network Device Naming by malk315</title>
		<link>http://dyslexicdog.com/site/2012/05/the-needs-of-the-many-fedora-consistent-network-device-naming/comment-page-1/#comment-106</link>
		<dc:creator><![CDATA[malk315]]></dc:creator>
		<pubDate>Sun, 08 Jul 2012 02:26:21 +0000</pubDate>
		<guid isPermaLink="false">http://dyslexicdog.com/site/?p=292#comment-106</guid>
		<description><![CDATA[I wasted like 1/2 a day on this and felt your pain!
Thanks a bunch for sharing this -- I went through the same problem on a Fedora 17 install on a soekris net6501 with 6 total enet interfaces.  You can read about my adventure in this in my Fedoraforum post here:

http://forums.fedoraforum.org/showthread.php?t=281999

If you are using Fedora 17, you can try my approach.  I hope this helps someone else and saves some time!]]></description>
		<content:encoded><![CDATA[<p>I wasted like 1/2 a day on this and felt your pain!<br />
Thanks a bunch for sharing this &#8212; I went through the same problem on a Fedora 17 install on a soekris net6501 with 6 total enet interfaces.  You can read about my adventure in this in my Fedoraforum post here:</p>
<p><a href="http://forums.fedoraforum.org/showthread.php?t=281999" rel="nofollow">http://forums.fedoraforum.org/showthread.php?t=281999</a></p>
<p>If you are using Fedora 17, you can try my approach.  I hope this helps someone else and saves some time!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
