<?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>ShabuShabu Webdesign</title>
	<atom:link href="http://shabushabu.eu/feed/" rel="self" type="application/rss+xml" />
	<link>http://shabushabu.eu</link>
	<description>Yummy Webdesign &#38; Tasty Solutions</description>
	<lastBuildDate>Tue, 08 Jun 2010 11:21:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<cloud domain='shabushabu.eu' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Three Flattr Invites to Share</title>
		<link>http://shabushabu.eu/three-flattr-invites-to-share/</link>
		<comments>http://shabushabu.eu/three-flattr-invites-to-share/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 12:09:52 +0000</pubDate>
		<dc:creator>Stefan Glumpler</dc:creator>
				<category><![CDATA[Yummy Sites]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[flattr]]></category>
		<category><![CDATA[invites]]></category>
		<category><![CDATA[social micropayment platform]]></category>

		<guid isPermaLink="false">http://shabushabu.eu/?p=996</guid>
		<description><![CDATA[Probably you have already heard about Flattr?! If not check out flattr.com to ge&#160;&#8230; <a href="http://shabushabu.eu/three-flattr-invites-to-share/">Continue&#160;reading&#160;<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="float-left" src="https://flattr.com/misc/press/flattr-logo-thumb.jpg" alt="Flattr logo" />Probably you have already heard about Flattr?! If not check out <a href="http://flattr.com">flattr.com</a> to get all the details about this new social micropayment platform.</p>
<p>We signed up for an account just today and are fascinated by the system behind Flattr, being an alternative to classic banner or text ads when it comes to making some money out of your blog.</p>
<p>After your successful registration you need to add funds to your account being able to flattr things on the net you like. The minimum amount to flattr each month is EUR 2,-. At the end of each month, your monthly amount will be shared among all the <a href="https://flattr.com/support/faq">things</a> you flattred. By adding your own Flattr buttons to your website or blog, others are able to flattr your stuff in return.</p>
<p>ShabuShabu has three invites to share. So if you are interested in beta-testing Flattr, please write a comment to this post and we will send you an invitation code.</p>
]]></content:encoded>
			<wfw:commentRss>http://shabushabu.eu/three-flattr-invites-to-share/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Reordering BuddyPress Group Tabs</title>
		<link>http://shabushabu.eu/reordering-buddypress-group-tabs/</link>
		<comments>http://shabushabu.eu/reordering-buddypress-group-tabs/#comments</comments>
		<pubDate>Fri, 07 May 2010 19:06:47 +0000</pubDate>
		<dc:creator>Boris Glumpler</dc:creator>
				<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[groups]]></category>
		<category><![CDATA[tabs]]></category>

		<guid isPermaLink="false">http://shabushabu.eu/?p=963</guid>
		<description><![CDATA[The BuddyPress Groups API makes it very easy to add functionality to groups. Som&#160;&#8230; <a href="http://shabushabu.eu/reordering-buddypress-group-tabs/">Continue&#160;reading&#160;<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The BuddyPress <a href="http://codex.buddypress.org/developer-docs/group-extension-api/">Groups API</a> makes it very easy to add functionality to groups. Sometimes, though, you need to do something where the API won&#8217;t help you, like reordering the position of tabs and setting a new default tab.</p>
<p>Have a look at the following function:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> shabushabu_change_group_tag_position<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$bp</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> <span style="color: #000088;">$bp</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">current_component</span> <span style="color: #339933;">==</span> <span style="color: #000088;">$bp</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">groups</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">slug</span> <span style="color: #009900;">&#41;</span>
	<span style="color: #009900;">&#123;</span>
         	<span style="color: #000088;">$bp</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">bp_options_nav</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'groups'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'home'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'position'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">20</span><span style="color: #339933;">;</span>
	        <span style="color: #000088;">$bp</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">bp_options_nav</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'groups'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'home'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> __<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'Activity'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'buddypress'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
	        <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>  <span style="color: #000088;">$bp</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">current_action</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">'home'</span> <span style="color: #009900;">&#41;</span>
		        <span style="color: #000088;">$bp</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">current_action</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'group-information'</span><span style="color: #339933;">;</span>
	<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
add_action<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'bp_init'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'shabushabu_change_group_tag_position'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>The first thing we need to do is declare the $bp global
</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$bp</span><span style="color: #339933;">;</span></pre></div></div>

<p>To change the position of a tab we need to modify the bp_options_nav array. In this example we change the home tab position on a single group page to 20.
</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$bp</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">bp_options_nav</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'groups'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'home'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'position'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">20</span><span style="color: #339933;">;</span></pre></div></div>

<p>The same way we can change the name of the tabs, like so:
</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$bp</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">bp_options_nav</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'groups'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'home'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'name'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> __<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'Activity'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'buddypress'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Now, let&#8217;s pretend we created a new tab called Group Information using the Groups API. We already specified that the tab will be the first one, but the Home tab is still the default tab. We can change this by modifying current_action, like so (only on a group page and if the current_action was set to &#8216;home&#8217;):
</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span>  <span style="color: #000088;">$bp</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">current_action</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">'home'</span> <span style="color: #009900;">&#41;</span>
        <span style="color: #000088;">$bp</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">current_action</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'group-information'</span><span style="color: #339933;">;</span></pre></div></div>

<p>The only thing left to do is put the complete function into your plugin files and then add it to the bp_init hook
</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">add_action<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'bp_init'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'shabushabu_change_group_tag_position'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Let us know in the comments if you find this post useful!</p>
]]></content:encoded>
			<wfw:commentRss>http://shabushabu.eu/reordering-buddypress-group-tabs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Introducing JobBoardr</title>
		<link>http://shabushabu.eu/introducing-jobboardr/</link>
		<comments>http://shabushabu.eu/introducing-jobboardr/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 13:21:40 +0000</pubDate>
		<dc:creator>Boris Glumpler</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[job]]></category>
		<category><![CDATA[jobboard]]></category>
		<category><![CDATA[jobboardr]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://shabushabu.eu/?p=783</guid>
		<description><![CDATA[One of our recent personal projects called for a job board solution. There are q&#160;&#8230; <a href="http://shabushabu.eu/introducing-jobboardr/">Continue&#160;reading&#160;<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of our recent personal projects called for a job board solution. There are quite a few non-wordpress <a href="http://jobberbase.com">open</a>-<a href="http://www.joobsbox.com/">source</a> projects available, each with their advantages and disadvantages. In the end we decided to look for a WordPress solution, though, mainly because we wanted to be able to pick and chose from the huge amount of available plugins to extend our job board.</p>
<p>A quick look around the net brought up a good few options:</p>
<ul>
<li><a href="http://www.wpjobads.com/">WP Job Ads</a> (plugin)</li>
<li><a href="http://wpjobboard.net/">WP Job Board</a> (plugin)</li>
<li><a href="http://www.dailywp.com/jobpress-wordpress-theme/">JobPress</a> (theme)</li>
</ul>
<p>We actually went so far and bought a copy of JobPress (why re-invent the wheel?), it being a theme and thus giving us more flexibility, just to realize that this wasn&#8217;t exactly what we wanted or needed (bummer!). For one, it hadn&#8217;t been updated in quite a while. It seemed to be in a pre-WP 2.6 state. Just upgrading the theme to be able to utilize the power of 2.8 would have taken a full day.</p>
<p>We would have had to keep upgrading the theme ourselves as well. It doesn&#8217;t look like the author is interested in keeping JobPress up-to-date. It&#8217;s not what you&#8217;d expect from a product you paid money for. The code wasn&#8217;t written that efficiently and some features we wanted, like PayPal integration weren&#8217;t fully implemented. Also, JobPress is not GPL. In fact, it seems it doesn&#8217;t have any license attached. The author only told us that it was not GPL, but not, what it actually is.</p>
<p>In the end it boiled down to two choices. First, use JobPress, but heavily modify it (for all its disadvantages, it still does, what it&#8217;s meant to do). We wouldn&#8217;t be able to share the code, it not being GPL, but our job board would be up and running fairly soon, say a week. The other option would be to write our very own job board theme from scratch. It would take a lot longer, but we&#8217;d be able to do with it what we wanted, so we went with that choice and JobBoardr was born.</p>
<p>Basically, JobBoardr is a parent-theme, meaning that it can be modified easily through the use of child-themes. You can put all your changes into a separate theme that still uses the templates and functions of its parent-theme. This way none of your modifications get lost during an upgrade of the parent-theme.</p>
<p>There&#8217;s a bunch of other features as well, like localization, front-end accounts for both employers and employees, sending job applications as pdf to employers, premium job ads, 7 advanced widgets, an API (so other people can feature job ads on their site), automatic pdf invoice generation for companies posting a job, a complete backend for admins, through which many options can be changed and a few more&#8230;</p>
<p>Future features will include a lot of AJAX goodies, an affiliate programme and CV generation for employees, just to name a few. Plus, the job board engine will be GPL compatible. That&#8217;s the good news. The bad news is (for you anyways), that we will still need to charge for it. The price will be somewhere between €70 and €100. Our main reason for doing this is that job boards are making money for the people running it.</p>
<p>Here&#8217;s a little screenshot from what we have so far (things might change slightly):<br />

<a href="http://shabushabu.eu/wp-content/gallery/jobboardr/jbr1.png" title="" class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'singlepic72' })" >
	<img class="ngg-singlepic ngg-center" src="http://shabushabu.eu/wp-content/gallery/cache/72__400x400_jbr1.png" alt="jbr1" title="jbr1" />
</a>
</p>
<p>At the moment we still consider JobBoardr unstable. The current version is 0.7 alpha. Once it reaches beta stage, we will upload a public hosted version and invite everybody to help test it. As a little incentive, we will give beta testers a discount. The bigger the help, the better the discount.</p>
<p>If you&#8217;re interested in helping with the beta testing or just want to be notified when JobBoardr reaches beta stage, then go to <a href="http://jobboardr.com">JobBoardr</a> and submit your email address.</p>
]]></content:encoded>
			<wfw:commentRss>http://shabushabu.eu/introducing-jobboardr/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>NextGEN ImageFlow 1.3 Beta 1</title>
		<link>http://shabushabu.eu/nextgen-imageflow-1-3-beta-1/</link>
		<comments>http://shabushabu.eu/nextgen-imageflow-1-3-beta-1/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 04:33:18 +0000</pubDate>
		<dc:creator>Boris Glumpler</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[1.3]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[ImageFlow]]></category>
		<category><![CDATA[NextGEN Gallery]]></category>

		<guid isPermaLink="false">http://shabushabu.eu/?p=769</guid>
		<description><![CDATA[After the release of the 3rd beta of NextGEN FlashViewer it is now time to relea&#160;&#8230; <a href="http://shabushabu.eu/nextgen-imageflow-1-3-beta-1/">Continue&#160;reading&#160;<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After the release of the <a href="http://shabushabu.eu/nextgen-flashviewer-1-4-beta-3/">3rd beta of NextGEN FlashViewer</a> it is now time to release the first beta of NextGEN ImageFlow into the wild.</p>
<p>The features are very similar between the two plugins, which isn&#8217;t really surprising. They do the same thing, basically, but just display things in a different way. Read the changelog in readme.txt (included in the download) for a full list of changes.</p>
<p>Again, please let us know if you have any problems, find any bugs or just want to tell us how absolutely fabulous we are&#8230; For all of that please use the forum by clicking the link below!</p>
<p>EDIT: You will need the latest SVN version of NextGEN Gallery. A tutorial on how to set up SVN can be found  <a href="http://shabushabu.eu/nextgen-flashviewer-1-4-beta-2/">here under Option 2</a></p>
<p class="download-link"><img src="http://shabushabu.localhost/wp-content/themes/shabushabu/_inc/images/zip.png" alt="NextGEN ImageFlow" /><a href="http://shabushabu.eu/download/nextgen-imageflow.1.3.1.zip" title="Downloaded 170 times; Size: 118.77 KB">NextGEN ImageFlow,  118.77 KB</a></p>
<p>Cheers, Boris</p>
]]></content:encoded>
			<wfw:commentRss>http://shabushabu.eu/nextgen-imageflow-1-3-beta-1/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>NextGEN FlashViewer 1.4 Beta 3</title>
		<link>http://shabushabu.eu/nextgen-flashviewer-1-4-beta-3/</link>
		<comments>http://shabushabu.eu/nextgen-flashviewer-1-4-beta-3/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 01:24:19 +0000</pubDate>
		<dc:creator>Boris Glumpler</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[1.4]]></category>
		<category><![CDATA[AutoViewer]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[FlashViewer]]></category>
		<category><![CDATA[NextGEN Gallery]]></category>
		<category><![CDATA[PostcardViewer]]></category>
		<category><![CDATA[SimpleViewer]]></category>
		<category><![CDATA[TiltViewer]]></category>

		<guid isPermaLink="false">http://shabushabu.eu/?p=763</guid>
		<description><![CDATA[In this beta release I finally finished all the features I wanted to include. So&#160;&#8230; <a href="http://shabushabu.eu/nextgen-flashviewer-1-4-beta-3/">Continue&#160;reading&#160;<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In this beta release I finally finished all the features I wanted to include. So from here on it&#8217;s only bug squashing. I&#8217;m hoping to realease the final version in about a week. Then I&#8217;ll update my ImageFlow plugin.</p>
<p>So what&#8217;s new since the last beta? Basically it&#8217;s two new features. The first one let&#8217;s you insert shortcodes much much easier. Up until now you had to either remember all the shortcodes or copy/paste them from somewhere. From the first beta there were a few new shortcodes available, so it got all a bit difficult to remember all the options. Now you can click on the media button in the editor toolbar above the editor and there will be a new tab next to the NextGEN Gallery one. Just enter all your options and the shortcode appears in your editor. It&#8217;s just like magic!</p>
<p>The second new big feature is a widget, that lets you add any viewer with any configuration to any widget-enabled area. These widgets are probably less suitable for your normal sidebar, but who says that only sidebars can have widgets, eh? Might be good for a header&#8230;</p>
<p>As with any of our beta releases, please let us know any bugs in the forums. If this is the first time you try a beta of version 1.4, then please take 5 minutes and read through the changelog in the readme. There is also an inline help page available (which probably needs to be brought up-to-date after a few more features).</p>
<p>EDIT: You will need the latest SVN version of NextGEN Gallery. A tutorial on how to set up SVN can be found  <a href="http://shabushabu.eu/nextgen-flashviewer-1-4-beta-2/">here under Option 2</a></p>
<p class="download-link"><img src="http://shabushabu.localhost/wp-content/themes/shabushabu/_inc/images/zip.png" alt="NextGEN FlashViewer" /><a href="http://shabushabu.eu/download/nextgen-flashviewer.1.3.zip" title="Downloaded 342 times; Size: 145.04 KB">NextGEN FlashViewer,  145.04 KB</a></p>
<p>Cheers, Boris</p>
]]></content:encoded>
			<wfw:commentRss>http://shabushabu.eu/nextgen-flashviewer-1-4-beta-3/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>NextGEN FlashViewer 1.4 Beta 2</title>
		<link>http://shabushabu.eu/nextgen-flashviewer-1-4-beta-2/</link>
		<comments>http://shabushabu.eu/nextgen-flashviewer-1-4-beta-2/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 13:46:27 +0000</pubDate>
		<dc:creator>Boris Glumpler</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[1.4]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[FlashViewer]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[NextGEN]]></category>

		<guid isPermaLink="false">http://shabushabu.eu/?p=745</guid>
		<description><![CDATA[So, it's time for the second beta. Nothing much has changed, except that you now&#160;&#8230; <a href="http://shabushabu.eu/nextgen-flashviewer-1-4-beta-2/">Continue&#160;reading&#160;<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, it&#8217;s time for the second beta. Nothing much has changed, except that you now have a few extra variable values for $gallery to use in gallery templates. With these you can add links to all the various viewers on top of any gallery.</p>
<h3>Option 1 &#8211; Changes by hand</h3>
<p>First of all you will have to change something to a NextGEN Gallery core file, nggfunctions.php. Use FTP to get yourself a copy of that file and open it in your favorite editor, like Dreamweaver. Scroll down to about line 254 until you find these two lines:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>254
255
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// look for gallery-$template.php or pure gallery.php</span>
<span style="color: #000088;">$filename</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span> <span style="color: #990000;">empty</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$template</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> ? <span style="color: #0000ff;">'gallery'</span> <span style="color: #339933;">:</span> <span style="color: #0000ff;">'gallery-'</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$template</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>Change these lines so that they look like this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>254
255
256
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// look for gallery-$template.php or pure gallery.php</span>
<span style="color: #000088;">$filename</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span> <span style="color: #990000;">empty</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$template</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> ? <span style="color: #0000ff;">'gallery'</span> <span style="color: #339933;">:</span> <span style="color: #0000ff;">'gallery-'</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$template</span><span style="color: #339933;">;</span>
<span style="color: #000088;">$gallery</span>     <span style="color: #339933;">=</span> apply_filters<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'ngg_gallery_object'</span><span style="color: #339933;">,</span> <span style="color: #000088;">$gallery</span><span style="color: #339933;">,</span> <span style="color: #000088;">$galleryID</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>Then upload nggfunctions.php to your NextGEN Gallery folder in wp-content/plugins/.
</p>
<h3>Option 2 &#8211; TortoiseSVN</h3>
<p>Another way to do this would be to work with the latest alpha release of NextGEN Gallery, where Alex has made the necessary changes already. This can be downloaded via SVN from Google Code. First of all you need a copy of <a href="http://tortoisesvn.net/downloads">TortoiseSVN</a> (Windows only, although I&#8217;m sure you could find something similar for a Mac). Install it and then create a new folder somewhere on your computer. Right click on it, scroll down until you hit &#8220;SVN Checkout&#8221;. In the next window, write this line into &#8220;URL of repository&#8221;:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">http<span style="color: #339933;">:</span><span style="color: #666666; font-style: italic;">//nextgen-gallery.googlecode.com/svn/trunk/</span></pre></div></div>

<p>Leave the rest of the options like they are and click OK. This will compile the latest developement version of NextGEN Gallery for you.</p>
<p>It&#8217;s important to note that you cannot use this compiled version as is. SVN adds a lot of files that tell it about little changes in the files, so the next time you want to get the latest files it only downloads what actually changed. To get yourself a working copy you need to export the files like so: Right-click on the NextGEN Gallery folder->TortoiseSVN->Export&#8230; Then chose a folder into which to put the exported files and click ok. Now all those little helper files have been removed and you&#8217;ve got yourself a working copy which you can now upload to your plugins directory.</p>
<h3>How to take advantage of those extra variable values&#8230;</h3>
<p>Download gallery.php from whatever folder you keep your templates in (either &#8216;view&#8217; in the NGG folder or &#8216;nggallery&#8217; in your theme folder). The original looks like this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$gallery</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">show_slideshow</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
	&lt;!-- Slideshow link --&gt;
	&lt;div class=&quot;slideshowlink&quot;&gt;
		&lt;a class=&quot;slideshowlink&quot; href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$gallery</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">slideshow_link</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;
			<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$gallery</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">slideshow_link_text</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
		&lt;/a&gt;
	&lt;/div&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$gallery</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">show_piclens</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
	&lt;!-- Piclense link --&gt;
	&lt;div class=&quot;piclenselink&quot;&gt;
		&lt;a class=&quot;piclenselink&quot; href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$gallery</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">piclens_link</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;
			<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'[View with PicLens]'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'nggallery'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
		&lt;/a&gt;
	&lt;/div&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>Now change it to look like this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$gallery</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">show_slideshow</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
	&lt;!-- Slideshow link --&gt;
	&lt;div class=&quot;slideshowlink&quot;&gt;
		&lt;a class=&quot;slideshowlink&quot; href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$gallery</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">slideshow_link</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;
			<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$gallery</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">slideshow_link_text</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
		&lt;/a&gt;
	&lt;/div&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$gallery</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">show_simple_link</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
	&lt;!-- SimpleViewer link --&gt;
	&lt;div class=&quot;slideshowlink&quot;&gt;
		&lt;a class=&quot;slideshowlink&quot; href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$gallery</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">simple_link</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;
			<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$gallery</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">simple_link_text</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
		&lt;/a&gt;
	&lt;/div&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$gallery</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">show_piclens</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
	&lt;!-- Piclense link --&gt;
	&lt;div class=&quot;piclenselink&quot;&gt;
		&lt;a class=&quot;piclenselink&quot; href=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> <span style="color: #000088;">$gallery</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">piclens_link</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot;&gt;
			<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'[View with PicLens]'</span><span style="color: #339933;">,</span><span style="color: #0000ff;">'nggallery'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
		&lt;/a&gt;
	&lt;/div&gt;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>Lines 28-35 are the link for SimpleViewer. Of course you can add as many viewers as you like or change the HTML around. You can find the other variable values by adding this line to gallery.php and then refreshing your browser (don&#8217;t forget to delete this line later on):</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #990000;">var_dump</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$gallery</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>Now, all you need is to download the new beta below and test some features. Of yourse, I&#8217;d like to know your opinions, any bugs or just what you liked. Please use the forum post for any bugs by following the link at the end of this post. Cheers, Boris!
</p>
<p>EDIT: Please go to <a href="http://shabushabu.eu/nextgen-flashviewer-1-4-beta-3/">this post</a> to download the latest beta release!</p>
<p class="download-link"><img src="http://shabushabu.localhost/wp-content/themes/shabushabu/_inc/images/zip.png" alt="BP Xtra Signup" /><a href="http://shabushabu.eu/download/bp-xtra-signup.zip" title="Downloaded 24 times; Size: 137.59 KB">BP Xtra Signup,  137.59 KB</a></p>
]]></content:encoded>
			<wfw:commentRss>http://shabushabu.eu/nextgen-flashviewer-1-4-beta-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NextGEN FlashViewer 1.4 beta 1</title>
		<link>http://shabushabu.eu/nextgen-flashviewer-14-beta-1/</link>
		<comments>http://shabushabu.eu/nextgen-flashviewer-14-beta-1/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 19:28:47 +0000</pubDate>
		<dc:creator>Boris Glumpler</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[AutoViewer]]></category>
		<category><![CDATA[Beta]]></category>
		<category><![CDATA[FlashViewer]]></category>
		<category><![CDATA[Next GEN]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[PostcardViewer]]></category>
		<category><![CDATA[SimpleViewer]]></category>
		<category><![CDATA[TiltViewer]]></category>

		<guid isPermaLink="false">http://shabushabu.eu/?p=723</guid>
		<description><![CDATA[After a long time of no updates I have a first beta available for testing purpos&#160;&#8230; <a href="http://shabushabu.eu/nextgen-flashviewer-14-beta-1/">Continue&#160;reading&#160;<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After a long time of no updates I have a first beta available for testing purposes. Depending on the feedback I receive, there will maybe be another 2-3 beta releases until the final version 1.4. As far as I am aware version 1.3 works well with WordPress 2.8 and the latest NextGEN Gallery, so there is no need to rush this release.</p>
<p>There are quite a few new features available. Some aren&#8217;t fully functional yet, but that shouldn&#8217;t interfere with the normal operation of the plugin. Here&#8217;s a short list of new features:</p>
<ul>
<li>Settings can now be overridden through custom fields (This doesn&#8217;t work for some settings yet!)</li>
<li>Any viewer can now be set as default NGG slideshow</li>
<li>8 new album templates for use in themes (situated in folder /view)</li>
<li>Notification about new versions</li>
<li>Color Picker for the backend</li>
<li>New shortcodes:

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">[fv-tags gallery=&quot;&quot; width=&quot;&quot; height=&quot;&quot; viewer=&quot;&quot; link=&quot;&quot; title=&quot;&quot;]
[fv-thumb id=&quot;&quot; width=&quot;&quot; height=&quot;&quot; viewer=&quot;&quot; link=&quot;&quot; title=&quot;&quot;]
[fv-rand max=&quot;&quot; width=&quot;&quot; height=&quot;&quot; viewer=&quot;&quot; link=&quot;&quot; title=&quot;&quot;]
[fv-recent max=&quot;&quot; width=&quot;&quot; height=&quot;&quot; viewer=&quot;&quot; link=&quot;&quot; title=&quot;&quot;]
[fv-album id=&quot;&quot; width=&quot;&quot; height=&quot;&quot; viewer=&quot;&quot; link=&quot;&quot; title=&quot;&quot;]</pre></div></div>

</li>
</ul>
<p>
Features that might make it:</p>
<ul>
<li>Add viewer links on top of galleries, like (View with SimpleViewer). For this I will need to add a filter to NextGEN Gallery. Alex will add the changes to the next NGG version. This feature will become available depending on when this will be released.</li>
<li>Some extra smaller usability stuff in the backend.</li>
<li>Reply to this post and suggest a feature. I will pick one and include it!</li>
</ul>
<p>So far there has been only some rudimentary testing and some things might not work yet as advertised, so installation on a production environment is not recommended. If you would like to test the new version and help us out a little, then you can download it here:</p>
<p>EDIT: Please go to <a href="http://shabushabu.eu/nextgen-flashviewer-1-4-beta-3/">this post</a> to download the latest beta release!</p>
<p class="download-link"><img src="http://shabushabu.localhost/wp-content/themes/shabushabu/_inc/images/zip.png" alt="BP Advanced SEO" /><a href="http://shabushabu.eu/download/bp-advanced-seo.zip" title="Downloaded 19 times; Size: 83.27 KB">BP Advanced SEO,  83.27 KB</a></p>
]]></content:encoded>
			<wfw:commentRss>http://shabushabu.eu/nextgen-flashviewer-14-beta-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ignite Theme Framework</title>
		<link>http://shabushabu.eu/ignite-theme-framework/</link>
		<comments>http://shabushabu.eu/ignite-theme-framework/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 21:30:37 +0000</pubDate>
		<dc:creator>Boris Glumpler</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://shabushabu.eu/?p=702</guid>
		<description><![CDATA[For the last few months I have been studying all the various theme frameworks th&#160;&#8230; <a href="http://shabushabu.eu/ignite-theme-framework/">Continue&#160;reading&#160;<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<a href="http://shabushabu.eu/wp-content/gallery/ignite/ignite-logo.png" title="The Ignite WP Framework Logo" class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'singlepic65' })" >
	<img class="ngg-singlepic ngg-left" src="http://shabushabu.eu/wp-content/gallery/cache/65__320x240_ignite-logo.png" alt="Logo" title="Logo" />
</a>
For the last few months I have been studying all the various theme frameworks that are available for WordPress users at the moment, like <a href="http://themeshaper.com/">Thematic</a> and <a href="http://themehybrid.com/">Hybrid</a>. No doubt, all of those frameworks are excellent. Personally, I think the use of child themes is the way to go in the future. My own reasons for creating Ignite, a new theme framework, which will be released into the wild in maybe 1-3 months, was to learn more about the internal psychological workings of the fantastic publishing platform that is <a href="http://wordpress.org">WordPress</a>.</p>
<p>First I was just gonna redesign my personal travel blog <a href="http://travel-junkie.com">Travel-Junkie.com</a>. The more I looked into how WP themes worked the more I realized that themes are just like plugins. Just bigger and in some ways even better. When you start utilizing your functions.php file your theme isn&#8217;t only a theme, it becomes a plugin as well.</p>
<p>
<a href="http://shabushabu.eu/wp-content/gallery/ignite/stats_1.png" title="Primed and empty cache" class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'singlepic68' })" >
	<img class="ngg-singlepic" src="http://shabushabu.eu/wp-content/gallery/cache/68__320x240_stats_1.png" alt="cache view" title="cache view" />
</a>

<p>So, at the moment Ignite is at version 0.1, just at the start of its life. By the time it will be released it will have grown to maybe version 0.3 and be fit to power your WP blog without any major glitches. By the time we have reached version 0.5, hopefully all of those left-over glitches will have been removed and we will release our Ignite Theme Club, which will be built on <a href="http://buddypress.org">BuddyPress</a>, <a href="http://bbpress.org">bbpress</a> and obviously <a href="http://wordpress.org">WP</a>. Basic membership will be free. Premium membership will cost you a little bit (actual price hasn&#8217;t been set yet). There will be a community, forums, child themes, Ignite components to download and a fuzzy warm feeling in your stomach.</p>

<a href="http://shabushabu.eu/wp-content/gallery/ignite/screenshot_0.png" title="The first screenshot of the Ignite Look" class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'singlepic67' })" >
	<img class="ngg-singlepic" src="http://shabushabu.eu/wp-content/gallery/cache/67__320x240_screenshot_0.png" alt="Screenshot" title="Screenshot" />
</a>

<p>Now, lets have a look at some of the features:</p>
<dl>
<dt title="">Plugin Architecture</dt>
<dd>Ignite comes with an in-built basic plugins system, that works similar to WordPress plugins. Some of those plugins will be included with the theme, others you can download as you need them. Ignite plugins aren&#8217;t the same as WP plugins, they are just little add-ons, some of them even for WP plugins, like image or video search. Ignite will be extremely modular. So far there are 25 plugins that extend Ignite functionality.</dd>
<dt title="">Plugin Support</dt>
<dd>Ignite supports a wide range of popular plugins, like WordTube, NextGEN Gallery or All In One SEO.</dd>
<dt title="">Only one CSS/JS file!</dt>
<dd>
<a href="http://shabushabu.eu/wp-content/gallery/ignite/stats_2.png" title="The points (88) on the Yahoo Richter scale for fast websites out of a 100." class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'singlepic69' })" >
	<img class="ngg-singlepic" src="http://shabushabu.eu/wp-content/gallery/cache/69__320x240_stats_2.png" alt="88" title="88" />
</a>
Ignite lets you add all your CSS/JS files (theme and plugins) into one gzipped, minified file. This means less HTTP requests, which means that your site will respond faster. Should you chose to implement all .htaccess recommendations Ignite will score an 88 (out of 100) with a primed cache at Yahoo&#8217;s performance test for fast websites (tested with Firefox&#8217; YSlow extension). The only way to score more is to use a CDN, like <a href="http://code.google.com/apis/ajaxlibs/">Googles AJAX Libraries</a> and reduce HTTP requests by using less background images or combining them in css sprites.</dd>
<dt title="">Widgets</dt>
<dd>Custom built widgets that replace the default WordPress widgets to offer you more options. In addition to that there are 3 more widgets that add other functionality, like post series or postmetadata.</dd>
<dt title="">Templates</dt>
<dd>Many custom templates to make it as easy for you as possible to add extra pages, like an author or category overview.</dd>
<dt title="">Special Templates</dt>
<dd>A templating system that lets you modify almost anything without having to wade through murky code. We have tried to remove as much code as possible from the depths of the Ignite files. These template files can be copied over to your child theme, where you can adjust them without any loss during an Ignite update.</dd>
<dt title="">SEO</dt>
<dd>In-built SEO, from titles, descriptions and keywords to clean URLs, stop words and canonical links.</dd>
<dt title="">Hooks &amp; Filters</dt>
<dd>Almost anything can be hooked into or can have filters applied to it, making Ignite extremely flexible.</dd>
<dt title="">Multi Language Support</dt>
<dd>Ignite is not only fully localized, it has also in-built support for many popular multi language plugins like qTranslate, Polyglot and Language Switcher.</dd>
<dt title="">Post Image</dt>
<dd>Ignite has various methods of ensuring that no blog post comes without an image to display on index and archive pages.</dd>
<dt title="">Dropdown Menu</dt>
<dd>A menu you have full control over. You decide which pages to show in it!</dd>
<dt title="">Theme options</dt>
<dd>Options that help you rather than slow you down and make your site bulky. Less is more, so the most basic version of Ignite ships only with 12 options, all adjustable through the backend. Ignite plugins can add their own admin page and their own options.</dd>
</dl>

<a href="http://shabushabu.eu/wp-content/gallery/ignite/stats_4.png" title="The website speed on a primed cache (1.5 seconds)" class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'singlepic70' })" >
	<img class="ngg-singlepic" src="http://shabushabu.eu/wp-content/gallery/cache/70__320x240_stats_4.png" alt="Website Speed" title="Website Speed" />
</a>

<p>By the time the first version of Ignite will be released there will be 5-6 sites (all our personal and commercial sites) to check it out (including this one). All of these themes will have been realized through child themes and will have been redesigned. As we will release these themes we will post about them and how we turned them into Ignite child themes here.</p>
<p>We will also compile a vast documentation about the inner workings of Ignite, the use of child themes and other relevant points of interest, so adjusting Ignite to what you want it to do will become very easy. For everybody not comfortable with PHP, HTML or CSS there will be the premium theme club membership.</p>
<p>We hope that this little taste of Ignite has got you drooling as much as it has us :) We certainly are very excited about the possibilities that Ignite will offer us. Who knows, by the time the first release comes about there will probably be more features for you to get excited about&#8230;</p>
<p>Yours truly,<br />Boris</p>
]]></content:encoded>
			<wfw:commentRss>http://shabushabu.eu/ignite-theme-framework/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>ShabuShabu-Webdesign Plugin in &#8216;PC Praxis&#8217;</title>
		<link>http://shabushabu.eu/in-print-media-pc-praxis/</link>
		<comments>http://shabushabu.eu/in-print-media-pc-praxis/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 14:18:24 +0000</pubDate>
		<dc:creator>Stefan Glumpler</dc:creator>
				<category><![CDATA[ShabuShabu-Webdesign in the Press]]></category>
		<category><![CDATA[NextGEN FlashViewer]]></category>
		<category><![CDATA[NextGEN Gallery]]></category>
		<category><![CDATA[NextGEN ImageFlow]]></category>
		<category><![CDATA[Print Media]]></category>
		<category><![CDATA[Printmedien]]></category>
		<category><![CDATA[WP-Plugin]]></category>

		<guid isPermaLink="false">http://shabushabu.eu/?p=688</guid>
		<description><![CDATA[We hereby proudly announce that one of ShabuShabu´s WP-Plugins found its way in&#160;&#8230; <a href="http://shabushabu.eu/in-print-media-pc-praxis/">Continue&#160;reading&#160;<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://shabushabu.eu/wp-content/gallery/shabushabu-in-the-press/shabushabu-in-the-press-cover.jpg" title="ShabuShabu in the Press - PC Praxis Cover" class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'singlepic63' })" >
	<img class="ngg-singlepic ngg-left" src="http://shabushabu.eu/wp-content/gallery/cache/63__144x202_shabushabu-in-the-press-cover.jpg" alt="ShabuShabu in the Press - PC Praxis Cover" title="ShabuShabu in the Press - PC Praxis Cover" />
</a>

<p>We hereby proudly announce that one of ShabuShabu´s WP-Plugins found its way into the print media. The current <a href="http://www.pcpraxis.de/index.php?option=com_zeitschriften&#038;auswahl=47">&#8220;PC Pr@xis-Sonderheft Nr. 3 &#8211; OpenSource &#8211; Magazin für freie Software&#8221;</a> is totally dedicated to WordPress, being one of the most popular OpenSource Content Management Systems (CMS). On 98 pages the reader finds among other things an introduction to WordPress, its history, hints for professionals, hosting solutions as well as a short overview of the vast amount of existing plugins increasing the functionality of this fantastic CMS.</p>
<p>On page 51 the author is describing NextGEN Gallery, a plugin written by Alex Rabe and NextGEN FlashViewer, a plugin for NextGEN Gallery, written by Boris Glumpler, co-founder of ShabuShabu-Webdesign. The reader gets to know that NextGEN FlashViewer is &#8220;very helpful&#8221; for &#8220;advanced webmasters for implementing interesting flash effects like picture sliders or a rotating carousel&#8221;. He is also getting informed, that NextGEN Flashviewer can be downloaded at <a href="http://wordpress.org/extend/plugins/nextgen-flashviewer">WordPress.org</a> while a corresponding installation guide can be found at <a href="http://travel-junkie.com/geeky-stuff/highslide-and-nextgen-gallery/">travel-junkie.com</a>.</p>
<p>
<a href="http://shabushabu.eu/wp-content/gallery/shabushabu-in-the-press/shabushabu-in-the-press-article.jpg" title="ShabuShabu in the Press - PC Praxis Article" class="highslide" onclick="return hs.expand(this, { slideshowGroup: 'singlepic64' })" >
	<img class="ngg-singlepic ngg-right" src="http://shabushabu.eu/wp-content/gallery/cache/64__144x202_shabushabu-in-the-press-article.jpg" alt="ShabuShabu in the Press - PC Praxis Article" title="ShabuShabu in the Press - PC Praxis Article" />
</a>

<p>As you probably know, we have forwarded the above URL to <a href="http://shabushabu.eu/wp-plugin-nextgen-flashviewer/">ShabuShabu-Webdesign</a>, leaving travel-junkie.com to its original subject: travelling the world on low budget.</p>
<p>The PC Pr@xis article can be found <a href="http://shabushabu.eu/wp-content/uploads/pdf/shabushabu-in-the-press.pdf">here</a> as a pdf-file (a profound knowledge of German language would be quite useful).</p>
<p>There are new versions of <a href="http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/">NextGEN Gallery</a>, <a href="http://shabushabu.eu/wp-plugin-nextgen-flashviewer/">NextGEN FlashViewer</a> and <a href="http://shabushabu.eu/wp-plugin-nextgen-imageflow/">NextGEN Imageflow</a> out now. If you haven´t upgraded to them yet, now would be a perfect time of doing so.</p>
<p>Cheers!</p>
]]></content:encoded>
			<wfw:commentRss>http://shabushabu.eu/in-print-media-pc-praxis/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NG ImageFlow 1.2</title>
		<link>http://shabushabu.eu/ng-imageflow-12/</link>
		<comments>http://shabushabu.eu/ng-imageflow-12/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 09:10:17 +0000</pubDate>
		<dc:creator>Boris Glumpler</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://shabushabu.eu/?p=674</guid>
		<description><![CDATA[NextGEN ImageFlow v1.2 is now available. This version fixes an important bug wit&#160;&#8230; <a href="http://shabushabu.eu/ng-imageflow-12/">Continue&#160;reading&#160;<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>NextGEN ImageFlow v1.2 is now available. This version fixes an important bug with getimagesize, so upgrading is recommended. Have fun!</p>
<p>Upgrade and installation procedures can be found <a href="/wp-plugin/nextgen-imageflow">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://shabushabu.eu/ng-imageflow-12/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
