<?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>iTopiaBlog &#187; Software</title>
	<atom:link href="http://blog.itopia.de/category/software/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.itopia.de</link>
	<description>liVe iN oRder tO lEArN</description>
	<lastBuildDate>Thu, 26 Jan 2012 16:41:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Eclipse: javax.crypto.BadPaddingException</title>
		<link>http://blog.itopia.de/eclipse-javax-crypto-badpaddingexception-given-final-block-not-properly-padded/323</link>
		<comments>http://blog.itopia.de/eclipse-javax-crypto-badpaddingexception-given-final-block-not-properly-padded/323#comments</comments>
		<pubDate>Thu, 17 Mar 2011 10:38:39 +0000</pubDate>
		<dc:creator>TBA</dc:creator>
				<category><![CDATA[Could Computing]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Windows Azure]]></category>
		<category><![CDATA[Certificate]]></category>

		<guid isPermaLink="false">http://blog.itopia.de/?p=323</guid>
		<description><![CDATA[Today I just wanted to add the Windows Azure Certificate to my Eclipse IDE (WindowsAzure4e). I misstyped the cert password<a href="http://blog.itopia.de/eclipse-javax-crypto-badpaddingexception-given-final-block-not-properly-padded/323" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Today I just wanted to add the Windows Azure Certificate to my Eclipse IDE (<a title="windowsazure4e" href="http://www.windowsazure4e.org">WindowsAzure4e</a>).<br />
I misstyped the cert password and get this error:</p>
<blockquote><p>javax.crypto.BadPaddingException: Given final block not properly padded</p></blockquote>
<p>But then I didn&#8217;t get the dialog again to enter the right password.</p>
<p>To get this problem solved you need to delete the imported windows azure certs settings in eclipse.</p>
<p>To do so just delete this folder:</p>
<blockquote><p>ECLIPSE_WORKSPACE/.metadata/.plugins/org.soyatec.windows.azure.core</p></blockquote>
<p>Then you can repeat adding the certificate.</p>
<p>Maybe it also helps to delete the certificate completely from your system. To do so start the windows cert manger:</p>
<blockquote><p>Start -&gt; Search -&gt; certmgr.msc -&gt; Enter</p></blockquote>
<p>Search for the installed cert in the different cert folders and delete it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itopia.de/eclipse-javax-crypto-badpaddingexception-given-final-block-not-properly-padded/323/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Directory .svn containing working copy admin area is missing</title>
		<link>http://blog.itopia.de/directory-svn-containing-working-copy-admin-area-is-missing/275</link>
		<comments>http://blog.itopia.de/directory-svn-containing-working-copy-admin-area-is-missing/275#comments</comments>
		<pubDate>Fri, 21 Jan 2011 12:19:06 +0000</pubDate>
		<dc:creator>TBA</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.itopia.de/?p=275</guid>
		<description><![CDATA[I had this problem because I deleted a conflicted folder out of the repository by using the repo browser. (It<a href="http://blog.itopia.de/directory-svn-containing-working-copy-admin-area-is-missing/275" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>I had this problem because I deleted a conflicted folder out of the repository by using the repo browser.<br />
(It was not possible to delete the folder from my working copy and commit the change).</p>
<p>Now I wanted to add the repaired folder to my working copy which cause the error above.</p>
<p>There are there options to solve this problem:</p>
<p>1. If the folder is a subfolder you can delete the parent folder and make a svn update on everything.<br />
2. If the folder is in the first level you can checkout the whole project again.<br />
3. My solution, which worked very well, was to checkout the whole project to a temp dir, then I copied the first level .svn directory and replaced my working copy .svn folder with this.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itopia.de/directory-svn-containing-working-copy-admin-area-is-missing/275/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code/Folder compare, sync, diff and merge with Mac OS X</title>
		<link>http://blog.itopia.de/codefolder-compare-sync-diff-and-merge-with-mac-os-x/252</link>
		<comments>http://blog.itopia.de/codefolder-compare-sync-diff-and-merge-with-mac-os-x/252#comments</comments>
		<pubDate>Fri, 19 Dec 2008 21:57:54 +0000</pubDate>
		<dc:creator>TBA</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[compare]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://blog.itopia.de/?p=252</guid>
		<description><![CDATA[Long time I was searching for an application which does what you can read in the title of this posting.<a href="http://blog.itopia.de/codefolder-compare-sync-diff-and-merge-with-mac-os-x/252" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Long time I was searching for an application which does what you can read in the title of this posting.<br />
I was working with Mac OS X panther, so it was even more difficult to find an app, because of an old OS and a G4 Prozessor.</p>
<p>Now with my new Mac I can use and test the recent apps for my needs. In the windows and linux world are the following apps very popular:</p>
<ul>
<li><a href="http://www.scootersoftware.com/">beyond compare</a> | comm. | win</li>
<li><a href="http://meld.sourceforge.net/">meld</a> | free | linux</li>
</ul>
<p>For Mac OS X however it&#8217;s hard to find such popular and worth proved tools. These days I found a saving <a href="http://echeng.com/journal/2006/11/23/i-want-beyond-compare-2-for-mac-os-x/">blog post</a> from <a href="http://echeng.com">echeng</a> and many useful comments for my problem.</p>
<p>For a better overview I made a list of the mentioned  code/folder compare, sync, diff and merge applications:</p>
<ul>
<li><a href="http://zscompare.shareware.de/">zsCompare</a> | comm. | mac os x</li>
<li><a href="http://www.econtechnologies.com/site/Pages/ChronoSync/chrono_overview.html">ChronoSync</a> | comm. | mac os x</li>
<li><a href="http://www.syntevo.com/smartsynchronize/index.jsp">SmartSynchroniz</a> | comm. | windows, linux, mac os x</li>
<li><a href="http://www.araxis.com/merge-overview.html">Araxis Merge</a> | comm. | windows, mac os x</li>
<li><a href="http://www.bytewash.com/Bytewash/Match.html">Match</a> | comm. | windows, linux</li>
<li><a href="http://www.deltopia.com/compare-merge-sync">DeltaWalker</a> | comm. | windwos, linux, mac os x</li>
<li><a href="http://www.sourcegear.com/diffmerge/">diffmerge</a> | free | windows, linux, mac os x</li>
<li><a href="http://www.guiffy.com/">Guiffy</a> | comm. | windows, linux, mac os x</li>
<li><a href="http://changesapp.com/">changesapp</a> | comm. | mac os x leo</li>
</ul>
<p>My decision flew to <strong>diffmerge</strong> because it&#8217;s free and does what I want &#8211; albeit not very intuitive but it does &#8211; namely show me the differences between folders and the exact differernces in the file contents.</p>
<p>When I have the time I&#8217;ll enhance more information. You&#8217;re invited to help  me <img src='http://blog.itopia.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Thx to <a href="http://echeng.com">echeng</a> and the commentators.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itopia.de/codefolder-compare-sync-diff-and-merge-with-mac-os-x/252/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress: jQuery is not defined</title>
		<link>http://blog.itopia.de/wordpress-jquery-is-not-defined/123</link>
		<comments>http://blog.itopia.de/wordpress-jquery-is-not-defined/123#comments</comments>
		<pubDate>Thu, 19 Jun 2008 12:01:54 +0000</pubDate>
		<dc:creator>TBA</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://blog.itopia.de/2008/06/19/wordpress-jquery-is-not-defined/</guid>
		<description><![CDATA[Nach dem Update auf die neue WordPress Version 2.5.1 hatte ich das Problem, dass die meisten Funktionen, die Javascript benÃ¶tigen<a href="http://blog.itopia.de/wordpress-jquery-is-not-defined/123" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Nach dem Update auf die neue <strong>WordPress Version 2.5.1</strong> hatte ich das Problem, dass die meisten Funktionen, die Javascript benÃ¶tigen nicht richtig funktionierten. Wie z.B. die aufklappbaren EinstellungsmÃ¶glichkeiten beim Erstellen eines neuen Eintrags. Firebug zeigte mir folgenden Fehler:</p>
<blockquote><p><strong>jQuery is not defined</strong></p></blockquote>
<p>In Foren oder dergleichen habe ich keine LÃ¶sung gefunden zu dem Problem gefunden obwohl der Fehler nicht nur bei mir auftauchte. Dann fiel mir ein, dass der Upload nicht ganz reibungslos verlief und so habe ich alle neuen <strong>WordPress-Dateien nochmals auf den Server geladen</strong>. Und siehe da, nun geht alles wieder.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itopia.de/wordpress-jquery-is-not-defined/123/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flickr Fotos in WordPress mit FAlbum</title>
		<link>http://blog.itopia.de/flickr-fotos-in-wordpress-mit-falbum/49</link>
		<comments>http://blog.itopia.de/flickr-fotos-in-wordpress-mit-falbum/49#comments</comments>
		<pubDate>Wed, 04 Oct 2006 23:35:58 +0000</pubDate>
		<dc:creator>TBA</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.itopia.de/?p=49</guid>
		<description><![CDATA[Nachdem ich schon das Plugin F Gallery von sevennine.net ausprobiert habe und nach langem Probieren klÃ¤glich daran gescheitert bin, es<a href="http://blog.itopia.de/flickr-fotos-in-wordpress-mit-falbum/49" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Nachdem ich schon das Plugin <a href="http://sevennine.net/projects/f-gallery/">F Gallery</a> von sevennine.net ausprobiert habe und nach langem Probieren klÃ¤glich daran gescheitert bin, es vernÃ¼nftig mit WordPress zum Laufen zu bringen, habe ich nach einer Alternative gesucht und gefunden -> FAlbum von <a href="http://www.randombyte.net/blog/projects/falbum/">Randombyte</a>.</p>
<p>Die Installation ist recht einfach:</p>
<ul>
<li>* Files <a href="http://sourceforge.net/project/showfiles.php?group_id=144263">downloaden</a></li>
<li>* Entpacken und ins Pluginverzeichnis von WP kopieren (<em>&#8230;wp-content/plugins/&#8230;</em> )</li>
<li>* Plugin aktivieren</li>
<li>* In den Optionen Flickr Authorisation resetten</li>
<li>* Irgendwo im Temlate den Link zum Album einsetzen<br />
  (<em>http://YOUR_BLOG/wp-content/plugins/falbum/wp/album.php</em>)</li>
</ul>
<p><strong>Templateanpassungen</strong> muss man in der Datei <em>wp-content/plugins/falbum/<strong>wp</strong>/album.php</em></p>
<p>Mehr Infos und Hilfe gibt&#8217;s hier: <a href="http://www.randombyte.net/blog/projects/falbum/">Randombyte</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itopia.de/flickr-fotos-in-wordpress-mit-falbum/49/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UsedPlugins: Audio player</title>
		<link>http://blog.itopia.de/usedplugins-audio-player/69</link>
		<comments>http://blog.itopia.de/usedplugins-audio-player/69#comments</comments>
		<pubDate>Mon, 28 Aug 2006 16:25:01 +0000</pubDate>
		<dc:creator>TBA</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.itopia.de/?p=69</guid>
		<description><![CDATA[Highly configurable single track mp3 player. By Martin Laine.]]></description>
			<content:encoded><![CDATA[<p>Highly configurable single track mp3 player. By <a href="http://www.1pixelout.net/">Martin Laine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itopia.de/usedplugins-audio-player/69/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UsedPlugins: FAlbum</title>
		<link>http://blog.itopia.de/usedplugins-falbum/68</link>
		<comments>http://blog.itopia.de/usedplugins-falbum/68#comments</comments>
		<pubDate>Mon, 28 Aug 2006 16:24:00 +0000</pubDate>
		<dc:creator>TBA</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.itopia.de/?p=68</guid>
		<description><![CDATA[A plugin for displaying your Flickr photosets and photos in a gallery format on your WordPress site. By Elijah Cornell.]]></description>
			<content:encoded><![CDATA[<p>A plugin for displaying your Flickr photosets and photos in a gallery format on your WordPress site. By <a href="http://www.randombyte.net/">Elijah Cornell</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itopia.de/usedplugins-falbum/68/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UsedPlugins: Event Calendar</title>
		<link>http://blog.itopia.de/usedplugins-event-calendar/67</link>
		<comments>http://blog.itopia.de/usedplugins-event-calendar/67#comments</comments>
		<pubDate>Mon, 28 Aug 2006 16:23:01 +0000</pubDate>
		<dc:creator>TBA</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.itopia.de/?p=67</guid>
		<description><![CDATA[Manage future events as an online calendar. Display upcoming events in a dynamic calendar, on a listings page, or as<a href="http://blog.itopia.de/usedplugins-event-calendar/67" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Manage future events as an online calendar. Display upcoming events in a dynamic calendar, on a listings page, or as a list in the sidebar. You can subscribe to the calendar from iCal (OSX) or Sunbird. Change settings on the Event Calendar Options screen. By <a href="http://blog.firetree.net/">Alex Tingle</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itopia.de/usedplugins-event-calendar/67/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UsedPlugins: Social Bookmarks</title>
		<link>http://blog.itopia.de/usedplugins-social-bookmarks/66</link>
		<comments>http://blog.itopia.de/usedplugins-social-bookmarks/66#comments</comments>
		<pubDate>Mon, 28 Aug 2006 16:21:24 +0000</pubDate>
		<dc:creator>TBA</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.itopia.de/?p=66</guid>
		<description><![CDATA[Social Bookmarks adds a list of XHTML compliant graphic linkss at the end of your posts that allow your visitors<a href="http://blog.itopia.de/usedplugins-social-bookmarks/66" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dountsis.com/">Social Bookmarks</a> adds a list of XHTML compliant graphic linkss at the end of your posts that allow your visitors to easily submit them to a number of social bookmarking sites. Use plugin options (In menu Options>Social Bookmarks) to configure the plugin. By <a href="http://www.dountsis.com/">Apostolos Dountsis</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.itopia.de/usedplugins-social-bookmarks/66/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UsedPlugins: wp-chunk (short link)</title>
		<link>http://blog.itopia.de/usedplugins-wp-chunk-short-link/65</link>
		<comments>http://blog.itopia.de/usedplugins-wp-chunk-short-link/65#comments</comments>
		<pubDate>Mon, 28 Aug 2006 16:16:55 +0000</pubDate>
		<dc:creator>TBA</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.itopia.de/?p=65</guid>
		<description><![CDATA[wp-chunk shorts links in your comments which are too long for your wordpress theme plugin homepage &#124; download wp-chunk 2.0<a href="http://blog.itopia.de/usedplugins-wp-chunk-short-link/65" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>wp-chunk shorts links in your comments which are too long for your wordpress theme</p>
<p><a href="http://www.village-idiot.org/archives/2006/06/29/wp-chunk/">plugin homepage</a> | <a href="http://www.village-idiot.org/nolink.php?http://www.village-idiot.org/omdloads/wordpress/wp-chunk2.0.zip">download wp-chunk 2.0</a></p>
<blockquote><p><strong>Notes and Usage:</strong><br />
wp-chunk shortens long links that are submitted in comments. For example, it will turn this:</p>
<p>http://www.loooooooooooooooooooooooooooooooooooooooooooooooooong.com/</p>
<p>into this:</p>
<p>http://www.loooooooooooooooooo&#8230;..oooong.com</p>
<p>This prevents most sites using fixed width from being broken when a long url is included in a comment.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.itopia.de/usedplugins-wp-chunk-short-link/65/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

