<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>rarecore development &#187; JavaScript</title>
	<atom:link href="http://blog.rarecore.eu/category/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.rarecore.eu</link>
	<description>the blog that matters...</description>
	<lastBuildDate>Tue, 27 Dec 2011 10:15:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Fiddler2 &#8211; The Web Debugging Proxy</title>
		<link>http://blog.rarecore.eu/fiddler2-the-web-debugging-proxy.html</link>
		<comments>http://blog.rarecore.eu/fiddler2-the-web-debugging-proxy.html#comments</comments>
		<pubDate>Wed, 08 Apr 2009 11:29:47 +0000</pubDate>
		<dc:creator>Exi</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[rarecore]]></category>
		<category><![CDATA[technobase]]></category>
		<category><![CDATA[we are one]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[fiddler2]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.rarecore.eu/?p=308</guid>
		<description><![CDATA[A friend told me something about a tool called fiddler2. It is a web debugging proxy. You only have to start this program and surf in the internet. You can see which pages / files are opened by each application, you can check the status (HTTP Status) and the used protocol, too. It helps a [...]]]></description>
			<content:encoded><![CDATA[<p>A friend told me something about a tool called <a href="http://www.fiddler2.com" target="_blank">fiddler2</a>. It is a web debugging proxy. You only have to start this program and surf in the internet. You can see which pages / files are opened by each application, you can check the status (HTTP Status) and the used protocol, too.</p>
<p>It helps a lot by searching for errors!</p>
<p><a href="http://blog.rarecore.eu/wp-content/uploads/2009/04/fiddler2.png" target="_blank"><img class="alignnone" title="Fiddler2" src="http://blog.rarecore.eu/wp-content/uploads/2009/04/fiddler2.png" alt="" width="713" height="566" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rarecore.eu/fiddler2-the-web-debugging-proxy.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Autocompleter using XAJAX</title>
		<link>http://blog.rarecore.eu/autocompleter-using-xajax.html</link>
		<comments>http://blog.rarecore.eu/autocompleter-using-xajax.html#comments</comments>
		<pubDate>Fri, 06 Feb 2009 12:12:20 +0000</pubDate>
		<dc:creator>Exi</dc:creator>
				<category><![CDATA[ajax]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[rarecore]]></category>
		<category><![CDATA[technobase]]></category>
		<category><![CDATA[we are one]]></category>
		<category><![CDATA[xajax]]></category>
		<category><![CDATA[autocomplete]]></category>
		<category><![CDATA[autocompleter]]></category>

		<guid isPermaLink="false">http://blog.rarecore.eu/?p=238</guid>
		<description><![CDATA[It is often helpful to use an autocompleter on your website. Perhaps in search dialogs? An example is google on an extra search page. I tested some free tools, but I had always the problem that there was no possibility to use two or more autocompleter on one page and to organize the dependency. E.g. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.rarecore.eu/demo/xajax_autocompleter" target="_blank"><img class="alignleft" title="rarecore autocompleter" src="/wp-content/uploads/2009/02/autocompleter.png" alt="rarecore autocompleter" width="285" height="111" /></a> It is often helpful to use an autocompleter on your website. Perhaps in search dialogs? An example is <a href="http://www.google.com/webhp?complete=1" target="_blank">google</a> on an extra search page.</p>
<p>I tested some free tools, but I had always the problem that there was no possibility to use two or more autocompleter on one page and to organize the dependency. E.g. insert a name of a country in the first textbox and in the second textbox insert a name of a city. On the city textbox you only want to see cities belonging to the inserted country &#8211; no other cities.</p>
<p>This problem was the reason why I developed my own autocompleter using <a href="http://xajaxproject.org/" target="_blank">xajax</a>. This framework allows me to respond on the key events and select the values from the database. I could write my own functions and use any parameters.</p>
<p>I generated a textbox with a hidden div below which is calling a function on the onkeyup event by using xajax. In this test I mark the searched string with a span and on CSS I colored it blue. Additional I added a mouseover using CSS.</p>
<p><a href="http://blog.rarecore.eu/demo/xajax_autocompleter/" target="_blank"><del datetime="2009-09-11T17:48:06+00:00">Demo</del></a> <a href="/xajax-autocompleter-v2.html">*** NEW VERSION ***</a></p>
<div><span style="display:block; border: 1px solid #CCC; margin-left:4px; margin-right:4px; width:500px; height:60px">
<span style="display:block;float:left;margin-left:5px;margin-top:5px"><img src="http://blog.rarecore.eu/wp-content/plugins/downloads-manager/img/icons/default.gif" alt="http://blog.rarecore.eu/wp-content/plugins/downloads-manager/img/icons/default.gif" /></span >
<span style="display:block;float:left;margin-left:5px;margin-top:5px">
   <b>download:</b> <a href="http://blog.rarecore.eu/?file_id=2">Autocompleter v2</a> <small>(119.55KB)</small><br />
  <b>added:</b> 08/11/2009 <br />
  <b>clicks:</b> 2553 
</span >
</span >
<br style="clear:left" /></div>
<p>That&#8217;s all!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rarecore.eu/autocompleter-using-xajax.html/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>The unsupported TinyMCE BB Code Bug&#8230;</title>
		<link>http://blog.rarecore.eu/the_unsupported_tinymce_bbcode_bug.html</link>
		<comments>http://blog.rarecore.eu/the_unsupported_tinymce_bbcode_bug.html#comments</comments>
		<pubDate>Fri, 05 Dec 2008 14:07:46 +0000</pubDate>
		<dc:creator>Exi</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[rarecore]]></category>
		<category><![CDATA[TinyMCE]]></category>
		<category><![CDATA[we are one]]></category>
		<category><![CDATA[tinymce bbcode]]></category>
		<category><![CDATA[tinymce bbcode bug]]></category>
		<category><![CDATA[tinymce bug]]></category>

		<guid isPermaLink="false">http://blog.rarecore.eu/?p=144</guid>
		<description><![CDATA[TinyMCE is a nice WYSIWYG Editor for a Webapplication. In my application I’m very interested in allowing the users to use BB Code to optimize the visualisation of the texts (guestbooks, news comments, …). Before I released the TinyMCE Editor on my Webradio website, I did some tests. 1. At first, I entered the following text [...]]]></description>
			<content:encoded><![CDATA[<p>TinyMCE is a nice WYSIWYG Editor for a Webapplication. In my application I’m very interested in allowing the users to use BB Code to optimize the visualisation of the texts (guestbooks, news comments, …). Before I released the TinyMCE Editor on my <a href="http://www.technobase.fm" target="_blank">Webradio </a>website, I did some tests.</p>
<p><strong>1. At first, I entered the following text into my textarea:</strong><br />
<img class="alignnone" title="Step 1" src="http://blog.rarecore.eu/wp-content/uploads/2008/12/step1.png" alt="" width="351" height="194" /></p>
<p><strong>2. After submit the form, I get this text displayed:</strong><br />
<img class="alignnone" title="Step 2" src="http://blog.rarecore.eu/wp-content/uploads/2008/12/step2.png" alt="" width="350" height="296" /></p>
<p>Now you can see that the text which is between the &lt;strong&gt; tag is now displayed as bold. But, it shouldn’t be! If I choose the BB code plugin I think the html tag should be disabled…</p>
<p><strong>3. After submit the form again, I get this text displayed:</strong><br />
<img class="alignnone" title="Step 3" src="http://blog.rarecore.eu/wp-content/uploads/2008/12/step3.png" alt="" width="351" height="294" /><br />
Well, now my HTML Tag is rendered as a bb code tag. That’s wrong. I want to display the html tag and not a formatted bb code text.</p>
<p>I searched for support, but nobody on the TinyMCE board helps me…<br />
After some tests, I think, I fixed the bug.</p>
<p>Please change the _tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin.js file and add the following lines to line 47 (before replacing the old tags).</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">rep<span style="color: #009900;">&#40;</span><span style="color: #009966; font-style: italic;">/&amp;amp;lt;/gi</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;&amp;amp;amp;lt;&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
rep<span style="color: #009900;">&#40;</span><span style="color: #009966; font-style: italic;">/&amp;amp;gt;/gi</span><span style="color: #339933;">,</span><span style="color: #3366CC;">&quot;&amp;amp;amp;gt;&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p><a title="TinyMCE BBCode Bugfix" href="http://blog.rarecore.eu/wp-content/uploads/2008/12/tinymce_bbcode_bugfix.zip">Download bugfix</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.rarecore.eu/the_unsupported_tinymce_bbcode_bug.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

