<?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>Kommentare zu: CryptX</title>
	<atom:link href="http://weber-nrw.de/wordpress/cryptx/feed/" rel="self" type="application/rss+xml" />
	<link>http://weber-nrw.de</link>
	<description>meine kleine Welt im Internet</description>
	<lastBuildDate>Sun, 08 Jan 2012 22:39:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Von: Eric</title>
		<link>http://weber-nrw.de/wordpress/cryptx/comment-page-8/#comment-3485</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Mon, 19 Dec 2011 22:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.weber-nrw.de/wordpress/cryptx/#comment-3485</guid>
		<description>Hello,

Thanks for the plugin. It is very useful.

I noticed a problem with the Options page. The radio buttons for &quot;Type of decryption&quot; and &quot;Where to load the needed javascript&quot; aren&#039;t pre-selected with the right choices. For example, if you choose &quot;Use Unicode&quot; and save the changes, the page will show &quot;Use javascript&quot; as the selected choice, though it is saved correctly.

This is because code like (isset($cryptX_var[&#039;java&#039;]) == true) will always be true. The code needs to be changed to something like (@$cryptX_var[&#039;java&#039;] == true) and (@$cryptX_var[&#039;java&#039;] != true) for the &quot;Type of decryption&quot;. The &quot;Where to load the needed javascript&quot; options should be (@$cryptX_var[&#039;load_java&#039;] != true) and (@$cryptX_var[&#039;load_java&#039;] == true). You can remove the &quot;@&quot; suppression if you think the keys are guaranteed to exist.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thanks for the plugin. It is very useful.</p>
<p>I noticed a problem with the Options page. The radio buttons for &#8220;Type of decryption&#8221; and &#8220;Where to load the needed javascript&#8221; aren&#8217;t pre-selected with the right choices. For example, if you choose &#8220;Use Unicode&#8221; and save the changes, the page will show &#8220;Use javascript&#8221; as the selected choice, though it is saved correctly.</p>
<p>This is because code like (isset($cryptX_var['java']) == true) will always be true. The code needs to be changed to something like (@$cryptX_var['java'] == true) and (@$cryptX_var['java'] != true) for the &#8220;Type of decryption&#8221;. The &#8220;Where to load the needed javascript&#8221; options should be (@$cryptX_var['load_java'] != true) and (@$cryptX_var['load_java'] == true). You can remove the &#8220;@&#8221; suppression if you think the keys are guaranteed to exist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Ralf</title>
		<link>http://weber-nrw.de/wordpress/cryptx/comment-page-8/#comment-3108</link>
		<dc:creator>Ralf</dc:creator>
		<pubDate>Wed, 23 Nov 2011 11:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.weber-nrw.de/wordpress/cryptx/#comment-3108</guid>
		<description>Hallo Heike,

ich arbeite schon länger an einer allgemein gültigen Lösung dieses Problems.

Wie soll den auf die Daten zugegriffen werden?
-&gt; the_meta(); ?
-&gt; get_post_meta() ?
-&gt; get_post_custom_values() ?

Ich befürchte ich muss da jeweils ein Workaround für machen. Aber auch das sollte zu bewältigen sein.

Ralf</description>
		<content:encoded><![CDATA[<p>Hallo Heike,</p>
<p>ich arbeite schon länger an einer allgemein gültigen Lösung dieses Problems.</p>
<p>Wie soll den auf die Daten zugegriffen werden?<br />
-> the_meta(); ?<br />
-> get_post_meta() ?<br />
-> get_post_custom_values() ?</p>
<p>Ich befürchte ich muss da jeweils ein Workaround für machen. Aber auch das sollte zu bewältigen sein.</p>
<p>Ralf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Heike</title>
		<link>http://weber-nrw.de/wordpress/cryptx/comment-page-8/#comment-3106</link>
		<dc:creator>Heike</dc:creator>
		<pubDate>Wed, 23 Nov 2011 01:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.weber-nrw.de/wordpress/cryptx/#comment-3106</guid>
		<description>Ja bitte, das wäre sowas von genial, da ich sehr häufig mit eigenen custom fields arbeite und nun für ein Kundenprojekt tatsächlich dort auch eMail-Kontakte hinterlegen soll – ohne CryptX mach ich das nicht gern ;-)

Selbstverständlich gibt es, sobald die Veröffentlichung für dieses Projekt freigegeben ist, auch wieder ein Dankeschön über PayPal.</description>
		<content:encoded><![CDATA[<p>Ja bitte, das wäre sowas von genial, da ich sehr häufig mit eigenen custom fields arbeite und nun für ein Kundenprojekt tatsächlich dort auch eMail-Kontakte hinterlegen soll – ohne CryptX mach ich das nicht gern <img src='http://weber-nrw.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Selbstverständlich gibt es, sobald die Veröffentlichung für dieses Projekt freigegeben ist, auch wieder ein Dankeschön über PayPal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Nick</title>
		<link>http://weber-nrw.de/wordpress/cryptx/comment-page-8/#comment-2802</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 05 Oct 2011 11:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.weber-nrw.de/wordpress/cryptx/#comment-2802</guid>
		<description>DANKE! Super Sache.</description>
		<content:encoded><![CDATA[<p>DANKE! Super Sache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Ralf</title>
		<link>http://weber-nrw.de/wordpress/cryptx/comment-page-8/#comment-2540</link>
		<dc:creator>Ralf</dc:creator>
		<pubDate>Sat, 03 Sep 2011 11:17:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.weber-nrw.de/wordpress/cryptx/#comment-2540</guid>
		<description>Hi,

i will look for a way to solve this wish.

Ralf</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>i will look for a way to solve this wish.</p>
<p>Ralf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Pavol Uhrin</title>
		<link>http://weber-nrw.de/wordpress/cryptx/comment-page-8/#comment-2537</link>
		<dc:creator>Pavol Uhrin</dc:creator>
		<pubDate>Sat, 03 Sep 2011 08:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.weber-nrw.de/wordpress/cryptx/#comment-2537</guid>
		<description>Hello Ralf,

plugin is working great. Would it be possible to enable the encoding of the email addresses also within custom fields? As I have 3 elements on each page to be filled with different content, I have to use these fields as well for secondary and tertiary content.

CryptX doesn&#039;t encode the email addresses found filled under custom fields. 

Thank you.</description>
		<content:encoded><![CDATA[<p>Hello Ralf,</p>
<p>plugin is working great. Would it be possible to enable the encoding of the email addresses also within custom fields? As I have 3 elements on each page to be filled with different content, I have to use these fields as well for secondary and tertiary content.</p>
<p>CryptX doesn&#8217;t encode the email addresses found filled under custom fields. </p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Bruno Rotondi</title>
		<link>http://weber-nrw.de/wordpress/cryptx/comment-page-8/#comment-1395</link>
		<dc:creator>Bruno Rotondi</dc:creator>
		<pubDate>Fri, 17 Jun 2011 07:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.weber-nrw.de/wordpress/cryptx/#comment-1395</guid>
		<description>Salü Ralf

Merci für CryptX! Feedback:
- Zumindest im Default-Style (http://allen.projectbay.net/blog/?page_id=533) wird beim Modus &quot;convert to image&quot; (Zeile 214 in Deinem Code) das Bild durch &quot;align:text-bottom&quot; zu hoch gesetzt. &quot;align:inherit&quot; ist hier die bessere Wahl
- Wieso verwendest Du die uncodierte Emailadresse im Image-title und dem Dateinamen? Hier könnte man doch ganz problemlos das @ durch at und . durch dot ersetzen...

Beste Grüsse &amp; Merci nochmals für all Deine Arbeit!
Bruno</description>
		<content:encoded><![CDATA[<p>Salü Ralf</p>
<p>Merci für CryptX! Feedback:<br />
- Zumindest im Default-Style (<a href="http://allen.projectbay.net/blog/?page_id=533" rel="nofollow">http://allen.projectbay.net/blog/?page_id=533</a>) wird beim Modus &#8220;convert to image&#8221; (Zeile 214 in Deinem Code) das Bild durch &#8220;align:text-bottom&#8221; zu hoch gesetzt. &#8220;align:inherit&#8221; ist hier die bessere Wahl<br />
- Wieso verwendest Du die uncodierte Emailadresse im Image-title und dem Dateinamen? Hier könnte man doch ganz problemlos das @ durch at und . durch dot ersetzen&#8230;</p>
<p>Beste Grüsse &amp; Merci nochmals für all Deine Arbeit!<br />
Bruno</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Wordpress Plugins &#124; webmanufaktur.org</title>
		<link>http://weber-nrw.de/wordpress/cryptx/comment-page-8/#comment-1278</link>
		<dc:creator>Wordpress Plugins &#124; webmanufaktur.org</dc:creator>
		<pubDate>Mon, 09 May 2011 18:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.weber-nrw.de/wordpress/cryptx/#comment-1278</guid>
		<description>[...] in One SEO Pack (Suchmaschinenoptimierung)Contact Form 7 (Kontaktformular out of the box)Crypt X (Verstecken von mailto: Adressen für spider)Google XML Sitemaps (Generierung von XML Sitemaps für [...]</description>
		<content:encoded><![CDATA[<p>[...] in One SEO Pack (Suchmaschinenoptimierung)Contact Form 7 (Kontaktformular out of the box)Crypt X (Verstecken von mailto: Adressen für spider)Google XML Sitemaps (Generierung von XML Sitemaps für [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Ralf</title>
		<link>http://weber-nrw.de/wordpress/cryptx/comment-page-7/#comment-1274</link>
		<dc:creator>Ralf</dc:creator>
		<pubDate>Fri, 06 May 2011 06:45:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.weber-nrw.de/wordpress/cryptx/#comment-1274</guid>
		<description>Hi,

can you explain the problem? And can you send me a link to your site, where i can see it?

Ralf</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>can you explain the problem? And can you send me a link to your site, where i can see it?</p>
<p>Ralf</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: squarecandy</title>
		<link>http://weber-nrw.de/wordpress/cryptx/comment-page-7/#comment-1272</link>
		<dc:creator>squarecandy</dc:creator>
		<pubDate>Thu, 05 May 2011 19:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.weber-nrw.de/wordpress/cryptx/#comment-1272</guid>
		<description>Was having the same issue.  Use [cryptx]email@example.com[/cryptx] shortcode as per the readme.</description>
		<content:encoded><![CDATA[<p>Was having the same issue.  Use [cryptx]e&#109;&#97;&#105;l&#64;e&#120;am&#112;&#108;&#101;&#46;&#99;o&#109;[/cryptx] shortcode as per the readme.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

