    <?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>Balbu Web Solutions</title>
	<atom:link href="http://bws.balbu.eu/feed/" rel="self" type="application/rss+xml" />
	<link>http://bws.balbu.eu</link>
	<description>Our values are what the clients feel value. We have a creative team, but we always keep in mind what our clients want. We always try to improve our skills and we can use the latest techniques, but we won’t drop the long standing way to be successfull. Our main goal is to build sites where the needs and the working solutions can meet for the satisfaction of the client.</description>
	<lastBuildDate>Fri, 10 Jan 2014 06:09:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Precision &#8211; depending on available resource in PHP</title>
		<link>http://bws.balbu.eu/precision-depending-on-available-resource-in-php/</link>
		<comments>http://bws.balbu.eu/precision-depending-on-available-resource-in-php/#comments</comments>
		<pubDate>Wed, 25 Dec 2013 07:42:26 +0000</pubDate>
		<dc:creator>oliver nadj</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[memory_limit]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://bws.balbu.eu/?p=428</guid>
		<description><![CDATA[Done is better then perfect &#8211; sometimes even true in the PHP environment, e.g.: dealing with statistics when a raw calculation can be enough or just not as painful as eating all of the memory. In a recent past I facing a problem, I had to create a function which print the sellers (shop in [...]]]></description>
				<content:encoded><![CDATA[<p>Done is better then perfect &#8211; sometimes even true in the PHP environment, e.g.: dealing with statistics when a raw calculation can be enough or just not as painful as eating all of the memory.</p>
<p><span id="more-428"></span><br />
In a recent past I facing a problem, I had to create a function which print the sellers (shop in shop) based on theirs belonging categories. The way of the calculation was quite heavy and we have to respect our memory and generation time restrictions.<br />
I wrote a method which check the available time and memory frame. Now the calculation process can be as precise as possible &#8211; depends on resources.</p>
<pre class="brush: php; title: ; notranslate">
    /**
     * determines whether the code overused the given resources
     * @param float $timeLimit time limit in seconds or microtime
     * @param int $memoryLimit memory limit in bytes
     * @return bool returns true if the system has more resources and false if not
     */
    function doWeHaveMoreResource($timeLimit, $memoryLimit) {
        static $startTime = 0;
        static $startMemory = 0;
        static $phpMemoryLimit = 0;
        if ($startTime === 0) {
            $startTime = microtime(true);
            $startMemory = memory_get_usage();
            $phpMemoryLimit = ini_get('memory_limit');
            if (preg_match('/^(\d+)(.)$/', $phpMemoryLimit, $matches)) {
                if ($matches[2] == 'M') {
                    $phpMemoryLimit = $matches[1] * 1024 * 1024; // nnnM -&gt; nnn MB
                } else if ($matches[2] == 'K') {
                    $phpMemoryLimit = $matches[1] * 1024; // nnnK -&gt; nnn KB
                }
            }
        }
        if (($startTime + $timeLimit) &lt; microtime(true)) {
            mylog(&quot;no, we have no more time&quot;);
            return false;
        }
        if (($startMemory + $memoryLimit) &lt; memory_get_usage()) {
            mylog(&quot;no, we have no more memory&quot;);
            return false;
        }
        if ($phpMemoryLimit &lt; (memory_get_usage() / 0.9)) {
            mylog(&quot;no, we are close to php memory limit&quot;);
            return false;
        }
        return true;
    }
</pre>
]]></content:encoded>
			<wfw:commentRss>http://bws.balbu.eu/precision-depending-on-available-resource-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMMSZ</title>
		<link>http://bws.balbu.eu/vmmsz/</link>
		<comments>http://bws.balbu.eu/vmmsz/#comments</comments>
		<pubDate>Fri, 12 Jul 2013 12:41:33 +0000</pubDate>
		<dc:creator>Zsolt Nagy</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[folk]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[vmmsz]]></category>

		<guid isPermaLink="false">http://bws.balbu.eu/?p=390</guid>
		<description><![CDATA[VMMSZ is a hungarian folk community, where many other communities unite. They manage many events and awards. The main with the site was the flat look, and the iconic approach, where the user have the same menu icons in the desktop and the mobile view. Of course it was made with the responsive solution. There [...]]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-395" alt="00" src="http://bws.balbu.eu/wp-content/uploads/2013/07/001.jpg" width="800" height="350" /></p>
<p>VMMSZ is a hungarian folk community, where many other communities unite. They manage many events and awards.</p>
<p>The main with the site was the flat look, and the iconic approach, where the user have the same menu icons in the desktop and the mobile view. Of course it was made with the responsive solution.</p>
<p>There is a timer what count the days until the event. The page comes with a really simple to use admin interface.<br />
<center></p>
<p style="text-align: center;">
<div class="ngg-galleryoverview" id="ngg-gallery-9-390">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-48" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/vmmsz-screens/breezi_placeit.png" title=" " class="myfancybox" rel="set_9" >
								<img title="breezi_placeit" alt="breezi_placeit" src="http://bws.balbu.eu/wp-content/gallery/vmmsz-screens/thumbs/thumbs_breezi_placeit.png" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-47" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/vmmsz-screens/breezi_placeit-3.png" title=" " class="myfancybox" rel="set_9" >
								<img title="breezi_placeit-3" alt="breezi_placeit-3" src="http://bws.balbu.eu/wp-content/gallery/vmmsz-screens/thumbs/thumbs_breezi_placeit-3.png" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-46" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/vmmsz-screens/02.jpg" title=" " class="myfancybox" rel="set_9" >
								<img title="02" alt="02" src="http://bws.balbu.eu/wp-content/gallery/vmmsz-screens/thumbs/thumbs_02.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-44" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/vmmsz-screens/2013-07-12-13-53-50.png" title=" " class="myfancybox" rel="set_9" >
								<img title="2013-07-12-13-53-50" alt="2013-07-12-13-53-50" src="http://bws.balbu.eu/wp-content/gallery/vmmsz-screens/thumbs/thumbs_2013-07-12-13-53-50.png" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-45" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/vmmsz-screens/01.jpg" title=" " class="myfancybox" rel="set_9" >
								<img title="01" alt="01" src="http://bws.balbu.eu/wp-content/gallery/vmmsz-screens/thumbs/thumbs_01.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-43" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/vmmsz-screens/2013-07-12-13-53-24.png" title=" " class="myfancybox" rel="set_9" >
								<img title="2013-07-12-13-53-24" alt="2013-07-12-13-53-24" src="http://bws.balbu.eu/wp-content/gallery/vmmsz-screens/thumbs/thumbs_2013-07-12-13-53-24.png" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

</p>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://bws.balbu.eu/vmmsz/feed/</wfw:commentRss>
		<slash:comments>266</slash:comments>
		</item>
		<item>
		<title>Kanjiza.rs</title>
		<link>http://bws.balbu.eu/kanjiza-rs/</link>
		<comments>http://bws.balbu.eu/kanjiza-rs/#comments</comments>
		<pubDate>Fri, 12 Jul 2013 11:15:23 +0000</pubDate>
		<dc:creator>Zsolt Nagy</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[kanjiza]]></category>
		<category><![CDATA[municipality]]></category>
		<category><![CDATA[sitebuild]]></category>

		<guid isPermaLink="false">http://bws.balbu.eu/?p=374</guid>
		<description><![CDATA[We made the design and the sitebuild for the Municipality Kanjiza. The new site have some new and unique features compared to the old one, like the slider and the simplified view. We used the main colors of the official logo. The design is focusing on the icons and the big menu buttons, and of [...]]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-383" alt="kanjiza_1" src="http://bws.balbu.eu/wp-content/uploads/2013/07/kanjiza_1.jpg" width="800" height="350" /></p>
<p>We made the design and the sitebuild for the Municipality Kanjiza. The new site have some new and unique features compared to the old one, like the slider and the simplified view. We used the main colors of the official logo.</p>
<p>The design is focusing on the icons and the big menu buttons, and of course everything is responsive. The mobile view have the latest mobile features, like the jquery menu.</p>
<p style="text-align: center;">
<div class="ngg-galleryoverview" id="ngg-gallery-7-374">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-25" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/kanjiza_rs/2013-07-12-12-51-11.png" title=" " class="myfancybox" rel="set_7" >
								<img title="2013-07-12-12-51-11" alt="2013-07-12-12-51-11" src="http://bws.balbu.eu/wp-content/gallery/kanjiza_rs/thumbs/thumbs_2013-07-12-12-51-11.png" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-26" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/kanjiza_rs/2013-07-12-12-52-45.png" title=" " class="myfancybox" rel="set_7" >
								<img title="2013-07-12-12-52-45" alt="2013-07-12-12-52-45" src="http://bws.balbu.eu/wp-content/gallery/kanjiza_rs/thumbs/thumbs_2013-07-12-12-52-45.png" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-27" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/kanjiza_rs/2013-07-12-12-53-19.png" title=" " class="myfancybox" rel="set_7" >
								<img title="2013-07-12-12-53-19" alt="2013-07-12-12-53-19" src="http://bws.balbu.eu/wp-content/gallery/kanjiza_rs/thumbs/thumbs_2013-07-12-12-53-19.png" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-28" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/kanjiza_rs/breezi_placeit-1.png" title=" " class="myfancybox" rel="set_7" >
								<img title="breezi_placeit-1" alt="breezi_placeit-1" src="http://bws.balbu.eu/wp-content/gallery/kanjiza_rs/thumbs/thumbs_breezi_placeit-1.png" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-29" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/kanjiza_rs/breezi_placeit-2.png" title=" " class="myfancybox" rel="set_7" >
								<img title="breezi_placeit-2" alt="breezi_placeit-2" src="http://bws.balbu.eu/wp-content/gallery/kanjiza_rs/thumbs/thumbs_breezi_placeit-2.png" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-30" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/kanjiza_rs/breezi_placeit.png" title=" " class="myfancybox" rel="set_7" >
								<img title="breezi_placeit" alt="breezi_placeit" src="http://bws.balbu.eu/wp-content/gallery/kanjiza_rs/thumbs/thumbs_breezi_placeit.png" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

</p>
]]></content:encoded>
			<wfw:commentRss>http://bws.balbu.eu/kanjiza-rs/feed/</wfw:commentRss>
		<slash:comments>282</slash:comments>
		</item>
		<item>
		<title>Long Shadow – The updated flat design?</title>
		<link>http://bws.balbu.eu/long-shadow-the-updated-flat-design/</link>
		<comments>http://bws.balbu.eu/long-shadow-the-updated-flat-design/#comments</comments>
		<pubDate>Fri, 12 Jul 2013 08:52:16 +0000</pubDate>
		<dc:creator>Zsolt Nagy</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[flat]]></category>
		<category><![CDATA[flat design]]></category>
		<category><![CDATA[longshadow]]></category>

		<guid isPermaLink="false">http://bws.balbu.eu/?p=360</guid>
		<description><![CDATA[In the past few weeks there is a new design trend started to grow: Long Shadow (no, not the DC character). Designers are trying to use it, some people just simpy hate it. Why? Becase it is new, because it is easily misused. With the launch of Windows 8, flat design became the mainstream: in [...]]]></description>
				<content:encoded><![CDATA[<p>In the past few weeks there is a new design trend started to grow: Long Shadow (no, not the DC character). Designers are trying to use it, some people just simpy hate it. Why? Becase it is new, because it is easily misused.</p>
<p><span id="more-360"></span></p>
<p><!--more-->With the launch of Windows 8, flat design became the mainstream: in the web or in the print design graphics professionals like to use it. And with the iOS7 Apple started to use it too. Why is the flat design good? It looks simpler and has less distraction, lets you focus on the ipmortant content.</p>
<p>But flat design alone is not enough as we can see because a new trend is in the grow: Long Shadow. The mkain principle is simple: the shadow extends at an approximately 45-degree angle and has the size 2.54 size of the main object. It gives a real depth feeling for the main object but maintains the flat look.</p>
<p>It can be very nice if used correctly, but sometimes people misuse it: You can’t apply Long Shadow for every object. It has to be flat, it has to be simple and use a few colors. Can’t use it on very complex object or 3D icons, because int hat case it looks awful.</p>
<p>Let’s see a few good examples with the Long Shadow approach:</p>
<p style="text-align: center;"><strong><a href="http://dribbble.com/shots/1108054-Apple" target="_blank" rel="external">Apple Logo</a></strong> by Eldin Heric.</p>
<p style="text-align: center;"><a class="myfancybox" href="http://bws.balbu.eu/wp-content/uploads/2013/07/apple.jpg"><img class="aligncenter size-large wp-image-362" alt="apple" src="http://bws.balbu.eu/wp-content/uploads/2013/07/apple.jpg" width="500" height="375" /></a></p>
<p style="text-align: center;"><strong><a href="http://dribbble.com/shots/1107326-Everything-is-going-flat" target="_blank" rel="external">Skype</a></strong> by JustD.</p>
<p style="text-align: center;"><a class="myfancybox" href="http://bws.balbu.eu/wp-content/uploads/2013/07/flatskype.jpg"><img class="aligncenter size-large wp-image-363" alt="flatskype" src="http://bws.balbu.eu/wp-content/uploads/2013/07/flatskype.jpg" width="500" height="375" /></a></p>
<p style="text-align: center;"><strong><a href="http://dribbble.com/shots/1107027-Internet-Explorer" rel="externa">Internet Explorer</a></strong> by Thomas Snop.</p>
<p style="text-align: center;"><a class="myfancybox" href="http://bws.balbu.eu/wp-content/uploads/2013/07/ie.jpg"><img class="size-large wp-image-364 aligncenter" alt="ie" src="http://bws.balbu.eu/wp-content/uploads/2013/07/ie.jpg" width="500" height="375" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://bws.balbu.eu/long-shadow-the-updated-flat-design/feed/</wfw:commentRss>
		<slash:comments>250</slash:comments>
		</item>
		<item>
		<title>incremental svn export</title>
		<link>http://bws.balbu.eu/incremental-svn-export/</link>
		<comments>http://bws.balbu.eu/incremental-svn-export/#comments</comments>
		<pubDate>Tue, 09 Jul 2013 09:02:14 +0000</pubDate>
		<dc:creator>oliver nadj</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[incremental]]></category>
		<category><![CDATA[slution]]></category>
		<category><![CDATA[svn export]]></category>

		<guid isPermaLink="false">http://bws.balbu.eu/?p=329</guid>
		<description><![CDATA[I write this post because I didn&#8217;t find perfect match to our svn exporting needs. Eventually performs an svn export only on changed files. Time to tome the php frameworks grows bigger and bigger &#8211; I had an unfortunate question here &#8211; well if I would like to use these nice frameworks and I don&#8217;t [...]]]></description>
				<content:encoded><![CDATA[<p>I write this post because I didn&#8217;t find perfect match to our svn exporting needs. Eventually performs an svn export only on changed files. Time to tome the php frameworks grows bigger and bigger &#8211; I had an unfortunate question <a title="Is it possible to decrease number of files in Symfony 2" href="http://stackoverflow.com/questions/15308578/is-it-possible-to-decrease-number-of-files-in-symfony-2" target="_blank">here</a> &#8211; well if I would like to use these nice frameworks and I don&#8217;t want to give up using subversion, the full export to the production environment is no longer acceptable. <span id="more-329"></span></p>
<p>The happy case trial ended like these:</p>
<pre class="brush: bash; title: ; notranslate">
$ svn export -r 80:81 https://svn.example.com/trunk/ ./testdiff
svn: Revision range is not allowed
</pre>
<p>Finally I google a while and I made a bash script can handle incremental export. The methodology is quite simple:</p>
<ul>
<li><span style="line-height: 13px;">copies whole previous export to the new place</span></li>
<li>exports modified and added files since previous revision</li>
<li>removes deleted files (compared to prev. rev.)</li>
<li>patches new revision. means force a copy from already prepared folder contains config files, symlinks to binary &#8211; non versioned &#8211; content. etc.</li>
<li>relinks webroot to a new one</li>
<li>restarts webserver</li>
</ul>
<pre class="brush: bash; title: ; notranslate">
#!/bin/bash

##############################
# settings and inicilization #
##############################

SVN_SOURCE=&quot;https://svn.example.com/trunk/&quot;
REV_PATH=&quot;/var/www/revisions/example.com/&quot;
PATCH_PATH=&quot;/var/www/patch/example.com/&quot;
SYM_PATH=&quot;/var/www/public/example.com&quot;

TIME_SPENT=$(date +%s)
REV=$(svn info $SVN_SOURCE | grep Revision | cut -d ' ' -f 2)
PREV=0
VERBOSIVE=0

USAGE_INFO=&quot;$(basename &quot;$0&quot;) [-r REVISION_NUM] [-i PREVIOUS_REVISION_NUM] -- make an incremental svn export

where:
  -i  previous revision (default: 0)
  -h  show this help text
  -r  revision to export (default: $REV)
  -v  verbosive mode. show fetched files

current settins:
  SVN_SOURCE: $SVN_SOURCE
  REV_PATH:   $REV_PATH
  PATCH_PATH: $PATCH_PATH
  SYM_PATH:   $SYM_PATH
&quot;

while getopts r:i:hv option; do
  case &quot;$option&quot; in
    i)  PREV=$OPTARG
        ;;
    h)  echo &quot;$USAGE_INFO&quot;
        exit
        ;;
    r)  REV=$OPTARG
        ;;
    v)  VERBOSIVE=1
        ;;
  esac
done

EV_PATH=$REV_PATH$REV&quot;/&quot;

##############################
#         functions          #
##############################

promtYesOrDie(){
  while true; do
    read -e -p &quot;$1 (y/n): &quot; -i &quot;y&quot; yn
    case $yn in
      [Yy] ) break;;
      [Nn] ) echo &quot;spent: &quot;$((`date +%s` - $TIME_SPENT))&quot;s&quot;
             echo &quot;bye bye&quot;
             exit
             ;;
         * ) echo &quot;Please answer (y)es or (n)o.&quot;;;
    esac
  done
}

doIncrementalExport(){
  PREV_PATH=$REV_PATH$PREV&quot;/&quot;
  if [ -d $PREV_PATH ]; then
    echo &quot;copying files from: $PREV_PATH&quot;
    cp -f -r &quot;$PREV_PATH.&quot; $EV_PATH
    echo &quot;fetching added and modified files since revision $PREV...&quot;
    for FILE_SRC in $(svn diff --summarize -r $PREV:$REV $SVN_SOURCE | awk '/[AM]/ {print $2}'); do
      FILE_PATH=$(echo $FILE_SRC | sed -e &quot;s{$SVN_SOURCE{{&quot;);
      if [ ! -d &quot;$EV_PATH$FILE_PATH&quot; ]; then
        TRG_DIR=&quot;$EV_PATH$(dirname $FILE_PATH)&quot;
        mkdir -p $TRG_DIR
        svn export -r$REV -q --force $FILE_SRC &quot;$EV_PATH$FILE_PATH&quot;
        if [ $VERBOSIVE -eq 1 ]; then
          echo &quot;$EV_PATH$FILE_PATH&quot;
        fi
      fi
    done
    echo &quot;removing deleted files and folders since revision $PREV ...&quot;
    for FILE_SRC in $(svn diff --summarize -r $PREV:$REV $SVN_SOURCE | awk '/D/ {print $2}'); do
      FILE_PATH=$(echo $FILE_SRC | sed -e &quot;s{$SVN_SOURCE{{&quot;);
      rm -r &quot;$EV_PATH$FILE_PATH&quot;
      if [ $VERBOSIVE -eq 1 ]; then
        echo &quot;$EV_PATH$FILE_PATH&quot;
      fi
    done
  else
    echo &quot;previous revision does not exist at: $PREV_PATH&quot;
    exit;
  fi
}

##############################
#       main function        #
##############################

if [ $PREV -eq 0 ]; then
  promtYesOrDie &quot;Do you want to do full export instead of incremental, for revision $REV of repo: [$SVN_SOURCE]&quot;
  echo &quot;fatching source ...&quot;
  if [ $VERBOSIVE -eq 1 ]; then
    svn export -r$REV --force $SVN_SOURCE $EV_PATH
  else
    svn export -r$REV -q --force $SVN_SOURCE $EV_PATH
  fi
else
  promtYesOrDie &quot;Do you want to do incremental export, for revision renge $PREV:$REV of repo: [$SVN_SOURCE]&quot;
  doIncrementalExport
fi

echo &quot;patching from $PATCH_PATH ..&quot;
cp -f -r &quot;$PATCH_PATH.&quot; $EV_PATH

echo &quot;changing owners and permissions ..&quot;
chown www-data:www-data -R $EV_PATH
chmod 0775 -R $EV_PATH

promtYesOrDie &quot;Do you want to make the changes to do live? You should do it manually if got any error!&quot;
echo &quot;update symlink $SYM_PATH to $EV_PATH&quot;
ln -sfn $EV_PATH $SYM_PATH

promtYesOrDie &quot;Do you want to restart web server?&quot;
echo &quot;restarting php-fastcgi and nginx&quot;
/etc/init.d/php-fastcgi restart
/etc/init.d/nginx restart

#echo &quot;restarting apache&quot;
#/etc/init.d/apache2 restart

echo &quot;spent: &quot;$((`date +%s` - $TIME_SPENT))&quot;s&quot;
echo [done]

</pre>
]]></content:encoded>
			<wfw:commentRss>http://bws.balbu.eu/incremental-svn-export/feed/</wfw:commentRss>
		<slash:comments>251</slash:comments>
		</item>
		<item>
		<title>Make picture desaturate with pure CSS</title>
		<link>http://bws.balbu.eu/make-picture-desaturate-with-pure-css/</link>
		<comments>http://bws.balbu.eu/make-picture-desaturate-with-pure-css/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 10:50:47 +0000</pubDate>
		<dc:creator>Zsolt Nagy</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[bws]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[desaturate]]></category>
		<category><![CDATA[fedaein]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://bws.balbu.eu/?p=278</guid>
		<description><![CDATA[In the BWS developing process, I had to make the images desaturate and then fade them to color at hover. It is possible to make without javascript, only have to use filter and CSS transitions. How it is possible? First, we have to style the image for it&#8217;s final place, and then the magic happens: [...]]]></description>
				<content:encoded><![CDATA[<p>In the BWS developing process, I had to make the images desaturate and then fade them to color at hover. It is possible to make without javascript, only have to use filter and CSS transitions.</p>
<p>How it is possible? First, we have to style the image for it&#8217;s final place, and then the magic happens: we can use a desaturate filter for the images, and for hover, we can make it to fade in with CSS transitions.</p>
<p><span id="more-278"></span></p>
<pre class="brush: css; title: ; notranslate">

#single_blog img {

 display: inline-block;
 float: left;
 filter: url(&quot;data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale&quot;); /* Firefox 10+ */
 filter: gray; /* IE6-9 */
 -webkit-filter: grayscale(100%); /* Chrome 19+ &amp; Safari 6+ */
 -webkit-transition: all 0.5s ease-in-out;
 transition: all 0.5s ease-in-out;
 -moz-transition: all 0.5s ease-in-out;
 -o-transition: all 0.5s ease-in-out;
 -ms-transition: all 0.5s ease-in-out;

}

</pre>
<p>What have we done here? We used a filter for the #single_blog_image. With the -webkit solution, all of the browsers can use the filtered image, and at the end of the style we have used some transition to have the desaturated effect fade out and the original color fade in. This works in all of the major browsers except in Firefox, because it is not a standard method to have the filters fade.</p>
<pre class="brush: css; title: ; notranslate">
#single_blog img:hover {
 filter: url(&quot;data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale&quot;);
 -webkit-filter: grayscale(0%);
 filter: alpha(opacity=50);
}

</pre>
<p>To be honest, I couldn&#8217;t find any standard solution to fade the filters, so Chrom, Safari and Opera just simply use it, but not Firefox.</p>
<p>Maybe it is not the best solution, but in this case I dont&#8217;t need to use some extra script, so at the moment this is the best solution for Us, and it is possible with pure CSS.</p>
]]></content:encoded>
			<wfw:commentRss>http://bws.balbu.eu/make-picture-desaturate-with-pure-css/feed/</wfw:commentRss>
		<slash:comments>250</slash:comments>
		</item>
		<item>
		<title>Mysql dump to separate files with archive exclusion</title>
		<link>http://bws.balbu.eu/mysql-dump-to-separate-files-with-archive-exclusion/</link>
		<comments>http://bws.balbu.eu/mysql-dump-to-separate-files-with-archive-exclusion/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 12:55:57 +0000</pubDate>
		<dc:creator>oliver nadj</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://bws.balbu.eu/?p=218</guid>
		<description><![CDATA[We run some LAMP server mostly on EC2 infrastructure. Considering the servers in different locations and environments there are no unified automate service for backpacking Mysql databases into separate files. And the other hand we don&#8217;t want to regular backup handle the fat archive tables. So what we need is a mysql backup solution, probably [...]]]></description>
				<content:encoded><![CDATA[<p>We run some LAMP server mostly on EC2 infrastructure. Considering the servers in different locations and environments there are no unified automate service for backpacking Mysql databases into separate files. And the other hand we don&#8217;t want to regular backup handle the fat archive tables.</p>
<p>So what we need is a mysql backup solution, probably a bash script what makes separate files per each db and ignores archive and memory engines of course with possibilities of gzipping.</p>
<p><span id="more-218"></span></p>
<p>I googled but I didn&#8217;t found what exactly we need, fortunately I found some similar like this one: <a title="How to dump all MySQL databases into separate files" href="http://carrotplant.com/en/blog/how-to-dump-all-mysql-databases-into-separate-files">http://carrotplant.com/en/blog/how-to-dump-all-mysql-databases-into-separate-files</a> and I combine them together.</p>
<p>Finally there are the dump script.</p>
<pre class="brush: bash; title: ; notranslate">
#!/bin/bash

############
# Settings #
############

# mysql parameters
MYSQL_USER=&quot;root&quot;
MYSQL_PASSWORD=&quot;******&quot;
MYSQLDUMP=&quot;/usr/bin/mysqldump&quot;
MYSQL=&quot;/usr/bin/mysql&quot;
BACKUP_LOCATION=&quot;/var/backups/ervername/mysql/&quot;
BACKUP_SQLDIR=$BACKUP_LOCATION$(date +%Y-%m-%d_%H-%M)
EXCLUDE_DBS=&quot;(Database|information_schema|phpmyadmin|mysql)&quot;
EXCLUDE_EGX=&quot;(MEMORY|ARCHIVE)&quot;
GZIP_ENABLED=1

##############
# THE SCRIPT #
##############

echo &quot;sophisticated dump of mysql databases&quot;
echo &quot;destination: $BACKUP_SQLDIR&quot;
echo &quot;ignore these databases: $EXCLUDE_DBS&quot;
echo &quot;ignore these engines: $EXCLUDE_EGX&quot;
echo &quot;gzipping: $GZIP_ENABLED&quot;

#returns list of ignired tables
ignoredtables () {
   local IGNORES
   TABLES=`$MYSQL --user=$MYSQL_USER --password=$MYSQL_PASSWORD -e &quot;USE $1; SHOW TABLE STATUS;&quot;  | grep -E $EXCLUDE_EGX | awk '{print $1}'`
   for CURRENT_TB in $TABLES; do
       IGNORES=&quot;$IGNORES --ignore-table=$1.$CURRENT_TB&quot;
   done
   echo $IGNORES
}

if [ ! -d &quot;$BACKUP_SQLDIR&quot; ]; then
    echo &quot;make dir: &quot;$BACKUP_SQLDIR
    mkdir -p $BACKUP_SQLDIR
fi

# get a list of databases
DATABASES=`$MYSQL --user=$MYSQL_USER --password=$MYSQL_PASSWORD -e &quot;SHOW DATABASES;&quot; | grep -Ev $EXCLUDE_DBS`

# dump each database in turn
echo &quot;dumping databases...&quot;
TIME_SPENT=`date +%s`
OVERAL_SPENT=`date +%s`
for CURRENT_DB in $DATABASES; do
    echo $CURRENT_DB
    IGNORED_TABLES=`ignoredtables $CURRENT_DB`
    if [ $GZIP_ENABLED == 1 ]; then
        $MYSQLDUMP --force --opt --routines --user=$MYSQL_USER --password=$MYSQL_PASSWORD $IGNORED_TABLES $CURRENT_DB | gzip &gt; &quot;$BACKUP_SQLDIR/$CURRENT_DB.sql.gz&quot;
    else
        $MYSQLDUMP --force --opt --routines --user=$mYSQL_USER --password=$MYSQL_PASSWORD $IGNORED_TABLES $CURRENT_DB &gt; &quot;$BACKUP_SQLDIR/$CURRENT_DB.sql&quot;
    fi
    TIME_SPENT=$((`date +%s` - $TIME_SPENT))
    echo &quot;spent: &quot;$TIME_SPENT&quot;s         overal: &quot;$((`date +%s` - $OVERAL_SPENT))&quot;s&quot;
    TIME_SPENT=`date +%s`
done

# removes previous backup older then 7 days
find $BACKUP_LOCATION -mtime +7 -type d -exec rm -Rv {} \;

echo &quot;[done]&quot;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://bws.balbu.eu/mysql-dump-to-separate-files-with-archive-exclusion/feed/</wfw:commentRss>
		<slash:comments>254</slash:comments>
		</item>
		<item>
		<title>Balbu Mobile</title>
		<link>http://bws.balbu.eu/balbu-mobile/</link>
		<comments>http://bws.balbu.eu/balbu-mobile/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 07:38:36 +0000</pubDate>
		<dc:creator>Zsolt Nagy</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[shop]]></category>

		<guid isPermaLink="false">http://bws.balbu.eu/?p=198</guid>
		<description><![CDATA[Like in the desktop version, the mobile version also have almost every feature like the other one. Balbu Mobile is our newest mobile project, it uses Symfony framework with jQuery Mobile. We have built the whole site from scratch, and of course the main goal was to be available everywhere. The site is available at: [...]]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-200" alt="balbumobile_00" src="http://bws.balbu.eu/wp-content/uploads/2013/04/balbumobile_00.jpg" width="800" height="350" /></p>
<p><a title="Balbu" href="http://bws.balbu.eu/balbu/">Like in the desktop version</a>, the mobile version also have almost every feature like the other one. Balbu Mobile is our newest mobile project, it uses Symfony framework with jQuery Mobile. We have built the whole site from scratch, and of course the main goal was to be available everywhere.</p>
<h3>The site is available at: <a href="http://m.balbu.hu/" target="_blank">m.balbu.hu</a></h3>

<div class="ngg-galleryoverview" id="ngg-gallery-6-198">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-16" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/balbu-mobile/balbu_mobile01.jpg" title=" " class="myfancybox" rel="set_6" >
								<img title="balbu_mobile01" alt="balbu_mobile01" src="http://bws.balbu.eu/wp-content/gallery/balbu-mobile/thumbs/thumbs_balbu_mobile01.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-17" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/balbu-mobile/balbu_mobile02.jpg" title=" " class="myfancybox" rel="set_6" >
								<img title="balbu_mobile02" alt="balbu_mobile02" src="http://bws.balbu.eu/wp-content/gallery/balbu-mobile/thumbs/thumbs_balbu_mobile02.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-18" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/balbu-mobile/balbu_mobile03.jpg" title=" " class="myfancybox" rel="set_6" >
								<img title="balbu_mobile03" alt="balbu_mobile03" src="http://bws.balbu.eu/wp-content/gallery/balbu-mobile/thumbs/thumbs_balbu_mobile03.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-19" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/balbu-mobile/balbu_mobile04.jpg" title=" " class="myfancybox" rel="set_6" >
								<img title="balbu_mobile04" alt="balbu_mobile04" src="http://bws.balbu.eu/wp-content/gallery/balbu-mobile/thumbs/thumbs_balbu_mobile04.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-20" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/balbu-mobile/balbu_mobile05.png" title=" " class="myfancybox" rel="set_6" >
								<img title="balbu_mobile05" alt="balbu_mobile05" src="http://bws.balbu.eu/wp-content/gallery/balbu-mobile/thumbs/thumbs_balbu_mobile05.png" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-21" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/balbu-mobile/balbu_mobile06.png" title=" " class="myfancybox" rel="set_6" >
								<img title="balbu_mobile06" alt="balbu_mobile06" src="http://bws.balbu.eu/wp-content/gallery/balbu-mobile/thumbs/thumbs_balbu_mobile06.png" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://bws.balbu.eu/balbu-mobile/feed/</wfw:commentRss>
		<slash:comments>254</slash:comments>
		</item>
		<item>
		<title>Balbu</title>
		<link>http://bws.balbu.eu/balbu/</link>
		<comments>http://bws.balbu.eu/balbu/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 07:04:39 +0000</pubDate>
		<dc:creator>Zsolt Nagy</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[shop]]></category>

		<guid isPermaLink="false">http://bws.balbu.eu/?p=185</guid>
		<description><![CDATA[Balbu is an international online bookstore, wich operates in most of the european countries. The company sells mainly hungarian books for the European and American countries. The main goal was to create th best possible user experience with the easiest interface in mind. We wanted to create a store where the user doesn’t have too [...]]]></description>
				<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-186" alt="balbu0" src="http://bws.balbu.eu/wp-content/uploads/2013/04/balbu0.jpg" width="800" height="350" /></p>
<p>Balbu is an international online bookstore, wich operates in most of the european countries. The company sells mainly hungarian books for the European and American countries.</p>
<p>The main goal was to create th best possible user experience with the easiest interface in mind. We wanted to create a store where the user doesn’t have too many unuseful informations, but enough to choose what books are in his/her main interests.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-5-185">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-13" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/balbu/balbu002.jpg" title=" " class="myfancybox" rel="set_5" >
								<img title="balbu002" alt="balbu002" src="http://bws.balbu.eu/wp-content/gallery/balbu/thumbs/thumbs_balbu002.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-14" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/balbu/balbu01.jpg" title=" " class="myfancybox" rel="set_5" >
								<img title="balbu01" alt="balbu01" src="http://bws.balbu.eu/wp-content/gallery/balbu/thumbs/thumbs_balbu01.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-15" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/balbu/balbu03.jpg" title=" " class="myfancybox" rel="set_5" >
								<img title="balbu03" alt="balbu03" src="http://bws.balbu.eu/wp-content/gallery/balbu/thumbs/thumbs_balbu03.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p>The cart and the checkout process is also easy to use, so not just the “internet generation” knows how to use it, what and where to type. The site also have a news section, where the editors can write about the latest articles about the world of books and happenings. Besides the easy to use interface we wanted to have the fastest site possible, so the users with bad connections can use the site too.</p>
<h3>The site is available at: <a href="http://balbu.hu/" target="_blank">balbu.hu</a></h3>
]]></content:encoded>
			<wfw:commentRss>http://bws.balbu.eu/balbu/feed/</wfw:commentRss>
		<slash:comments>253</slash:comments>
		</item>
		<item>
		<title>Tantargyhalo</title>
		<link>http://bws.balbu.eu/tantargyhalo/</link>
		<comments>http://bws.balbu.eu/tantargyhalo/#comments</comments>
		<pubDate>Tue, 16 Apr 2013 09:41:30 +0000</pubDate>
		<dc:creator>Zsolt Nagy</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://bws.balbu.eu/?p=24</guid>
		<description><![CDATA[The client wanted to achieve a site where elementary and high school students can be informed about the Tantargyhalo competition. The students can compete with each other in literary, crativitie and technique.    We started to build to site from scratch, and tried to achieve a fully responsive solution with happy colors and many pictures. [...]]]></description>
				<content:encoded><![CDATA[<p><img class="size-full wp-image-59 aligncenter" alt="tant1" src="http://bws.balbu.eu/wp-content/uploads/2013/04/tant1.jpg" width="800" height="350" /></p>
<p style="text-align: left;">The client wanted to achieve a site where elementary and high school students can be informed about the Tantargyhalo competition. The students can compete with each other in literary, crativitie and technique.</p>
<div style="display: block; width: 800px; padding-left: 30px;">
<a href="http://bws.balbu.eu/wp-content/gallery/tantargyhalo/tantargyhalo2.jpg" title="" class="myfancybox" rel="singlepic24" >
	<img class="ngg-singlepic" src="http://bws.balbu.eu/wp-content/gallery/cache/24__245x0_tantargyhalo2.jpg" alt="tantargyhalo2" title="tantargyhalo2" />
</a>
 
<a href="http://bws.balbu.eu/wp-content/gallery/tantargyhalo/bws_mob.jpg" title="" class="myfancybox" rel="singlepic23" >
	<img class="ngg-singlepic" src="http://bws.balbu.eu/wp-content/gallery/cache/23__245x0_bws_mob.jpg" alt="bws_mob" title="bws_mob" />
</a>
 
<a href="http://bws.balbu.eu/wp-content/gallery/tantargyhalo/03.png" title="" class="myfancybox" rel="singlepic22" >
	<img class="ngg-singlepic" src="http://bws.balbu.eu/wp-content/gallery/cache/22__245x0_03.png" alt="03" title="03" />
</a>
</div>
<p style="text-align: left;">We started to build to site from scratch, and tried to achieve a fully responsive solution with happy colors and many pictures. The site have a gallery where can the users can see the pictures from the previous years as well as the present year competition. The site have a download menu, where the previous works can be downloaded. The framework we used is WordPress with a custom theme and custom functions. We made the whole concept, design and sitebuild.</p>
<p>At the home page, the Tantargyhalo site have a featured image slider, where the picture appears from the selected post. That means the client have a very simple and user-friendly admin page, so they doesn’t need any knowledge about HTML editing.</p>
<p>We also built a mobile interface with the responsive technique, what means the users can browse the site at tablets and smartphones. Of course, the site can detect the resolution of the device, and if it’s a mobile than the small version automatically appears.</p>
<h3>The site is available at: <a href="http://tantargyhalo.net/" target="_blank">tantargyhalo.net</a></h3>

<div class="ngg-galleryoverview" id="ngg-gallery-1-24">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-1" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/tantargyhalo/tant2.png" title=" " class="myfancybox" rel="set_1" >
								<img title="tant2" alt="tant2" src="http://bws.balbu.eu/wp-content/gallery/tantargyhalo/thumbs/thumbs_tant2.png" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-2" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/tantargyhalo/tant3.png" title=" " class="myfancybox" rel="set_1" >
								<img title="tant3" alt="tant3" src="http://bws.balbu.eu/wp-content/gallery/tantargyhalo/thumbs/thumbs_tant3.png" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-3" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/tantargyhalo/tant4.png" title=" " class="myfancybox" rel="set_1" >
								<img title="tant4" alt="tant4" src="http://bws.balbu.eu/wp-content/gallery/tantargyhalo/thumbs/thumbs_tant4.png" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-22" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/tantargyhalo/03.png" title=" " class="myfancybox" rel="set_1" >
								<img title="03" alt="03" src="http://bws.balbu.eu/wp-content/gallery/tantargyhalo/thumbs/thumbs_03.png" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-23" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/tantargyhalo/bws_mob.jpg" title=" " class="myfancybox" rel="set_1" >
								<img title="bws_mob" alt="bws_mob" src="http://bws.balbu.eu/wp-content/gallery/tantargyhalo/thumbs/thumbs_bws_mob.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-24" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://bws.balbu.eu/wp-content/gallery/tantargyhalo/tantargyhalo2.jpg" title=" " class="myfancybox" rel="set_1" >
								<img title="tantargyhalo2" alt="tantargyhalo2" src="http://bws.balbu.eu/wp-content/gallery/tantargyhalo/thumbs/thumbs_tantargyhalo2.jpg" width="200" height="150" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


]]></content:encoded>
			<wfw:commentRss>http://bws.balbu.eu/tantargyhalo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
