<?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>Blue Whale SEO</title>
	<atom:link href="http://www.bluewhaleseo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bluewhaleseo.com</link>
	<description>Search Engine Optimization Services &#124; Social Media Marketing &#124; Internet Marketing</description>
	<lastBuildDate>Tue, 07 Feb 2012 22:16:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress: switching between different CSS stylesheets every month</title>
		<link>http://www.bluewhaleseo.com/blog/wordpress-automatically-changing-css-stylesheets-every-month/</link>
		<comments>http://www.bluewhaleseo.com/blog/wordpress-automatically-changing-css-stylesheets-every-month/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 22:16:22 +0000</pubDate>
		<dc:creator>donatas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bluewhaleseo.com/?p=833</guid>
		<description><![CDATA[Here is the quick tutorial of how to switch between different stylesheets in WordPress every month using JavaScript. Actually, you should be able to use this script on any website, but I was looking for solution for WordPress and couldn&#8217;t find the one that suits my needs, so I came to this simple approach. It&#8217;s just one [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Here is the quick tutorial of how to switch between different stylesheets in WordPress every month using JavaScript. Actually, you should be able to use this script on any website, but I was looking for solution for WordPress and couldn&#8217;t find the one that suits my needs, so I came to this simple approach. It&#8217;s just one of multiple possible solutions and I&#8217;m not saying it&#8217;s the most elegant way to do this, but at least it does the job and I hope you will find it useful.</p>
<h3>What does the script do?</h3>
<ol>
<li>Uses <em>.getMonth()</em> method to call months (from 0 to 11)</li>
<li>Uses <em>switch</em> statement to switch to current month&#8217;s stylesheet (uses server&#8217;s time)</li>
<li>Adds the stylesheet&#8217;s line (i.e. <em>&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; media=&#8221;all&#8221; href=&#8221;http://the-path/to-your/stylesheets/folder/january.css&#8221; /&gt;</em>) to the website&#8217;s &lt;header&gt; section</li>
<li>In case month hasn&#8217;t been detected (odd!) script will use default WP stylesheet</li>
</ol>
<p>This is really it.</p>
<h3>Installation</h3>
<ol>
<li>Download the <strong><a title="Switch to different stylesheet every JavaScript" href="http://www.bluewhaleseo.com/downloads/scripts/css-by-month.js">css-by-month.js script</a></strong> (<em>Right-click &gt; Save link as&#8230;</em>)</li>
<li>Open the script and edit the path for each stylesheet (the <em>href=&#8221;http://the-path/to-your/stylesheets/folder/january.css&#8221;</em> part).</li>
<li>Upload the script to your theme&#8217;s <em>js</em> folder (preferably)</li>
<li>Comment out the current stylesheet line the header.php file of your WP theme. Here is the line before commenting it out<br />
<code>&lt;link id="stylesheet-rotate" rel="stylesheet" type="text/css" media="all" href="&lt;?php bloginfo( 'stylesheet_url' ); ?&gt;" /&gt;</code><br />
and this is how does it look after commenting it out<br />
<code>&lt;!--&lt;link id="stylesheet-rotate" rel="stylesheet" type="text/css" media="all" href="&lt;?php bloginfo( 'stylesheet_url' ); ?&gt;" /&gt;--&gt;</code></li>
<li>Bellow that line add following line that will call our external JavaScript file <em>css-by-month.js</em><br />
<code>&lt;script src="<em>http://the-path/to-your/javascripts/folder/</em>css-by-month.js"&gt;&lt;/script&gt;</code></li>
<li>Save the changes and refresh the website. If your stylesheet for the current month is different from default one, you must see the changes instantly.</li>
</ol>
<p>Feel free to share your suggestions and solutions! <img src='http://www.bluewhaleseo.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.bluewhaleseo.com/blog/wordpress-automatically-changing-css-stylesheets-every-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Dr.Web Antivirus on Fedora 16</title>
		<link>http://www.bluewhaleseo.com/blog/installing-dr-web-antivirus-fedora-16/</link>
		<comments>http://www.bluewhaleseo.com/blog/installing-dr-web-antivirus-fedora-16/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 00:48:27 +0000</pubDate>
		<dc:creator>donatas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[dr web]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bluewhaleseo.com/?p=748</guid>
		<description><![CDATA[Dr.Web Anti-virus for Linux on Fedora 16 (Verne, i686) Dr.Web Anti-Virus for Linux © is an anti-virus solution designed to help users of computers running GNU/Linux protect their machines from viruses and other types of threats. The core components of the program (anti-virus engine and virus databases) are not only extremely effective and resource-sparing, but [...]
Related posts:<ol>
<li><a href='http://www.bluewhaleseo.com/blog/installing-openerp-6-business-management-system-linux-fedora-16/' rel='bookmark' title='Installing OpenERP 6 Business Management System on Linux Fedora 16'>Installing OpenERP 6 Business Management System on Linux Fedora 16</a></li>
<li><a href='http://www.bluewhaleseo.com/blog/installing-druva-insync-laptop-backup-solution-server-client-fedora-16/' rel='bookmark' title='Installing Druva inSync (laptop backup solution) Server &amp; Client on Fedora 16'>Installing Druva inSync (laptop backup solution) Server &#038; Client on Fedora 16</a></li>
<li><a href='http://www.bluewhaleseo.com/blog/studying-computing-installation-bluefish-html-css-editor-java-learning-environment-bluej-tool-linux-machine-fedora/' rel='bookmark' title='Studying Computing &#8211; Installation of Bluefish (HTML/CSS Editor) and Java learning environment (BlueJ) on a Linux machine (Fedora)'>Studying Computing &#8211; Installation of Bluefish (HTML/CSS Editor) and Java learning environment (BlueJ) on a Linux machine (Fedora)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<h2>Dr.Web Anti-virus for Linux on Fedora 16 (Verne, i686)</h2>
<blockquote><p><a title="About Dr.Web Anti-virus for Linux" href="http://products.drweb.com/linux/" target="_blank">Dr.Web Anti-Virus for Linux ©</a> is an anti-virus solution designed to help users of computers running GNU/Linux protect their machines from viruses and other types of threats. The core components of the program (<em>anti-virus engine</em> and <em>virus databases</em>) are not only extremely effective and resource-sparing, but also cross-platform, which allows specialists in Doctor Web to create outstanding anti-virus solutions for different operating systems. Components of Dr.Web Anti-Virus for Linux are constantly updated and virus databases are supplemented with new signatures to assure up-to-date protection. Also, a heuristic analyser is used for additional protection against unknown viruses</p></blockquote>
<p><a href="http://www.drweb.com/?lng=en"><img class="alignnone" title="Dr. Web Logo" src="http://st.drweb.com/static/new-www/2010/logo_drweb_en.png" alt="Dr. Web Logo" width="223" height="55" /></a></p>
<ol>
<li>
<h3><a href="#1">Installation</a></h3>
</li>
<li>
<h3><a href="#2">Adjusting SELinux</a></h3>
</li>
<li>
<h3><a href="#3">Removal</a></h3>
</li>
<li>
<h3><a href="#4">Gallery</a></h3>
</li>
</ol>
<h4><a name="1"></a>Installing Dr.Web Anti-virus</h4>
<p>You can install Dr.Web antivirus by running *.run file which you can download from Dr.Web website or by using old good <em>yum</em>. We&#8217;ll use yum method in this tutorial. Luckily, we don&#8217;t need to use DazukoFS virtual device driver for Dr. Web antivirus. First of all we must add Dr. Web repositories to Fedora&#8217;s software source lists.</p>
<ul>
<li>Open the Terminal (<em>Applications &gt; System Tools &gt; Terminal</em>)</li>
<li>Use this command to create and open file <em>dr.web.repo</em></li>
</ul>
<p><code>sudo gedit /etc/yum.repos.d/dr.web.repo</code></p>
<ul>
<li>add these lines and save the file:</li>
</ul>
<p>For <strong>32 bit</strong> system:</p>
<p><code>[drweb]<br />
name=DrWeb-stable<br />
baseurl=http://officeshield.drweb.com/drweb/el5/stable/i386/<br />
gpgcheck=1<br />
enabled=1<br />
gpgkey=http://officeshield.drweb.com/drweb/drweb.key</code></p>
<p>For <strong>64 bit</strong> system:</p>
<p><code>[drweb]<br />
name=DrWeb-stable<br />
baseurl=http://officeshield.drweb.com/drweb/el5/stable/x86_64/<br />
gpgcheck=1<br />
enabled=1<br />
gpgkey=http://officeshield.drweb.com/drweb/drweb.key</code></p>
<ul>
<li> Update sources with the new repositories</li>
</ul>
<p><code>sudo yum update</code></p>
<ul>
<li> Make sure you have required packages on your system before to install Dr.Web</li>
</ul>
<p><code>sudo yum install libglade2 unzip</code></p>
<ul>
<li>And finally installation of Dr.Web antivirus packages</li>
</ul>
<p><code>sudo yum install drweb-cc</code></p>
<h4><a name="2"></a>SELinux configuration</h4>
<p><a title="What is SELinux" href="http://selinuxproject.org/page/Main_Page" target="_blank">SELinux</a> (Security Enhanced Linux) is enabled on Fedora by default. You&#8217;ll find that most people recommends to keep it enabled. Unfortunately, Dr.Web wont work correctly with SELinux enabled until some rules are not adjusted. Probably the quickest way to do that and still keep SELinux running would be to set <em>allow_execheap</em> (Memory Protection) value to <em>on</em>. However, an official warning says &#8220;<em>Allow unconfined executables to make their heap memory executable. Doing this is a really bad idea. Probably indicates a badly coded executable, but could indicate an attack. This executable should be reported in bugzilla</em>&#8220;, so please keep that in mind.</p>
<p><code>sudo setsebool -P allow_execheap=1</code></p>
<ul>
<li>Check if value of <em>allow_execheap </em>is set to <em>on</em></li>
</ul>
<p><code>sudo /usr/sbin/getsebool -a | grep allow_execheap</code></p>
<ul>
<li>Reboot your machine</li>
</ul>
<p><code>reboot</code></p>
<h4><a name="3"></a>Removing Dr.Web Anti-virus</h4>
<p>It&#8217;s very simple to remove Dr.Web. Open Terminal and execute this command</p>
<p><code>sudo yum remove drweb-cc</code></p>
<h4><a name="4"></a>Gallery</h4>

<div class="ngg-galleryoverview" id="ngg-gallery-18-748">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.bluewhaleseo.com/blog/installing-dr-web-antivirus-fedora-16/?show=slide">
			> Show as slideshow <		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-110" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/dr-web-installation/dr-web-antivirus-linux-fedora.jpg" title="Dr.Web Antivirus on Fedora 16" class="shutterset_set_18" >
								<img title="Dr.Web Antivirus on Fedora 16" alt="Dr.Web Antivirus on Fedora 16" src="http://www.bluewhaleseo.com/wp-content/gallery/dr-web-installation/thumbs/thumbs_dr-web-antivirus-linux-fedora.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-111" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/dr-web-installation/dr-web-antivirus-scanner-linux-fedora.jpg" title="Dr.Web Antivirus on Fedora 16 - Scanner" class="shutterset_set_18" >
								<img title="Dr.Web Antivirus on Fedora 16 - Scanner" alt="Dr.Web Antivirus on Fedora 16 - Scanner" src="http://www.bluewhaleseo.com/wp-content/gallery/dr-web-installation/thumbs/thumbs_dr-web-antivirus-scanner-linux-fedora.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-112" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/dr-web-installation/dr-web-antivirus-scanning-linux-fedora.jpg" title="Dr.Web Antivirus on Fedora 16 - Scanning" class="shutterset_set_18" >
								<img title="Dr.Web Antivirus on Fedora 16 - Scanning" alt="Dr.Web Antivirus on Fedora 16 - Scanning" src="http://www.bluewhaleseo.com/wp-content/gallery/dr-web-installation/thumbs/thumbs_dr-web-antivirus-scanning-linux-fedora.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-113" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/dr-web-installation/dr-web-antivirus-settings-linux-fedora.jpg" title="Dr.Web Antivirus on Fedora 16 - Settings" class="shutterset_set_18" >
								<img title="Dr.Web Antivirus on Fedora 16 - Settings" alt="Dr.Web Antivirus on Fedora 16 - Settings" src="http://www.bluewhaleseo.com/wp-content/gallery/dr-web-installation/thumbs/thumbs_dr-web-antivirus-settings-linux-fedora.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-114" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/dr-web-installation/dr-web-install-complete-linux-yum-fedora.jpg" title="Dr.Web Antivirus on Fedora 16 - YUM Complete" class="shutterset_set_18" >
								<img title="Dr.Web Antivirus on Fedora 16 - YUM Complete" alt="Dr.Web Antivirus on Fedora 16 - YUM Complete" src="http://www.bluewhaleseo.com/wp-content/gallery/dr-web-installation/thumbs/thumbs_dr-web-install-complete-linux-yum-fedora.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-115" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/dr-web-installation/dr-web-install-linux-yum-fedora.jpg" title="Dr.Web Antivirus on Fedora 16 - YUM Install" class="shutterset_set_18" >
								<img title="Dr.Web Antivirus on Fedora 16 - YUM Install" alt="Dr.Web Antivirus on Fedora 16 - YUM Install" src="http://www.bluewhaleseo.com/wp-content/gallery/dr-web-installation/thumbs/thumbs_dr-web-install-linux-yum-fedora.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-116" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/dr-web-installation/dr-web-licence-linux-fedora.jpg" title="Dr.Web Antivirus on Fedora 16 - Licence" class="shutterset_set_18" >
								<img title="Dr.Web Antivirus on Fedora 16 - Licence" alt="Dr.Web Antivirus on Fedora 16 - Licence" src="http://www.bluewhaleseo.com/wp-content/gallery/dr-web-installation/thumbs/thumbs_dr-web-licence-linux-fedora.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p>&nbsp;</p>
<p>Related posts:<ol>
<li><a href='http://www.bluewhaleseo.com/blog/installing-openerp-6-business-management-system-linux-fedora-16/' rel='bookmark' title='Installing OpenERP 6 Business Management System on Linux Fedora 16'>Installing OpenERP 6 Business Management System on Linux Fedora 16</a></li>
<li><a href='http://www.bluewhaleseo.com/blog/installing-druva-insync-laptop-backup-solution-server-client-fedora-16/' rel='bookmark' title='Installing Druva inSync (laptop backup solution) Server &amp; Client on Fedora 16'>Installing Druva inSync (laptop backup solution) Server &#038; Client on Fedora 16</a></li>
<li><a href='http://www.bluewhaleseo.com/blog/studying-computing-installation-bluefish-html-css-editor-java-learning-environment-bluej-tool-linux-machine-fedora/' rel='bookmark' title='Studying Computing &#8211; Installation of Bluefish (HTML/CSS Editor) and Java learning environment (BlueJ) on a Linux machine (Fedora)'>Studying Computing &#8211; Installation of Bluefish (HTML/CSS Editor) and Java learning environment (BlueJ) on a Linux machine (Fedora)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.bluewhaleseo.com/blog/installing-dr-web-antivirus-fedora-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Druva inSync (laptop backup solution) Server &amp; Client on Fedora 16</title>
		<link>http://www.bluewhaleseo.com/blog/installing-druva-insync-laptop-backup-solution-server-client-fedora-16/</link>
		<comments>http://www.bluewhaleseo.com/blog/installing-druva-insync-laptop-backup-solution-server-client-fedora-16/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 22:50:18 +0000</pubDate>
		<dc:creator>donatas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Druva]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bluewhaleseo.com/?p=698</guid>
		<description><![CDATA[Druva inSync is a simple and non-intrusive enterprise laptop backup solution to protect corporate data for office and remote users. It uses global data deduplication to save 90% in bandwidth and storage, and provides instant data access over PC, web, smartphone and tablets.  This simple tutorial will show how to install Druva inSync on Fedora [...]
Related posts:<ol>
<li><a href='http://www.bluewhaleseo.com/blog/installing-openerp-6-business-management-system-linux-fedora-16/' rel='bookmark' title='Installing OpenERP 6 Business Management System on Linux Fedora 16'>Installing OpenERP 6 Business Management System on Linux Fedora 16</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<blockquote><p><strong><a title="Druva inSync Server 4.5 &amp; Client 4.1" href="http://www.druva.com/insync/laptop-backup/" target="_blank">Druva inSync</a></strong> is a simple and non-intrusive enterprise laptop backup solution to protect corporate data for office and remote users. It uses global data deduplication to save 90% in bandwidth and storage, and provides instant data access over PC, web, smartphone and tablets.</p></blockquote>
<p><a title="Druva Official Website" href="http://www.druva.com/" target="_blank"><img class="alignnone" title="Druva" src="http://www.druva.com/wp-content/themes/druva/images/logo-druva.png" alt="Druva Logo" width="228" height="45" /></a></p>
<h2> This simple tutorial will show how to install Druva inSync on Fedora 16 (Verne, i686).</h2>
<ol>
<li>
<h3><a href="#1">Installation</a></h3>
</li>
<li>
<h3><a href="#2">Configuration of inSync Server</a></h3>
</li>
<li>
<h3><a href="#3">Configuration of inSync Client</a></h3>
</li>
<li>
<h3><a href="#4">Uninstallation</a></h3>
</li>
<li>
<h3><a href="#5">Gallery</a></h3>
</li>
</ol>
<h4><a name="1"></a>Installation</h4>
<p>First thing you have to do is to download Server and Client RPM packages from <a title="Druva inSync Doanloads Page" href="http://www.druva.com/download/insync-professional-releases/" target="_blank">druva.com</a>. At the time of writing this guide it was versions 4.5 and 4.1 respectively.<br />
OK, so once you saved these somewhere on your hard drive, simply double click on <em>inSync-Server-Professional-Installer</em> package first and choose <em>Install</em>. You will be asked for root password so make sure you know it. Do the same with<em> inSync-Client-Installer</em> package.</p>
<h4><a name="2"></a>Configuration</h4>
<p>Now we must configure Web Administration account, because inSync Server is configured using web interface. We will simply set username and password for web admin account using this script (copy and paste it to your Terminal window):</p>
<p><code>sudo /opt/Druva/inSyncServer/sbin/insync-config.sh</code></p>
<p>From now on you can access Druva inSync Control Panel using this URL: <a title="Local Druva inSync Server" href="http://localhost:6065/" target="_blank">http://localhost:6065</a>. Enter your email address and password and you will be redirected to the home page of Control Panel.</p>
<p>Click on green button <em>Open Control Panel</em> to enter an area where you can set various parameters of your backup server.</p>
<p>Before to create a user we must create a storage. In other words &#8211; the folder where our backups will get stored. To achieve this use this command to create a new folder which we will be using for our backups and set the right permissions for this folder (use whatever folder name and location you want)</p>
<p><code>mkdir /usr/local/backups</code></p>
<p><code>sudo chown insyncserver:insyncserver /usr/local/backups</code></p>
<p>Now go to <em>Management &gt; Storage &gt; Create New Storage</em> choose the folder you created as your <em>Data folder</em>. You can change more parameters there too.</p>
<p>We are ready to create a user now. Go to <em>Management &gt; Users &gt; Create</em> and define your user&#8217;s parameters. Should you wish to send Authentication Key by email, first you have to configure SMTP parameters (<em>Settings &gt; SMTP</em>). By default Authentication Key will be saved on a desktop.</p>
<p><a name="3"></a>Now it&#8217;s the time to load this key to inSync Client. Go to <em>Applications &gt; System Tools</em> and click on <em>inSync Client</em>. On a top right corner of the screen you will notice green Druva icon with the yellow exclamation mark what means, that Authentication Key is not loaded. Click left once on the icon and choose <em>Load Key</em> on a dialogue that appears. Choose the key you have saved few steps before. Now you have to see nice green icon.</p>
<p>Right click on it and pick Configure option. Go through the available options and create the backup routine which suits your needs. Backups will be created in the intervals you chose, but you also can start the process manually by choosing <em>Sync Now</em> option.</p>
<h4><a name="4"></a>Uninstallation</h4>
<p>Uninstall Druva inSync Server and Client using these commands:</p>
<ul>
<li><strong>Client</strong> - Find what software version are you using:</li>
</ul>
<p><code>rpm -qa | grep druva-insync-client</code></p>
<ul>
<li>Remove Client&#8217;s package (change the version to the one you have):</li>
</ul>
<p><code>rpm -e inSync-Server-Professional-Installer-ver-4.5-r6987.i386.rpm</code></p>
<ul>
<li><strong>Server</strong>:</li>
</ul>
<p><code>rpm -qa | grep insync-server-professional</code></p>
<ul>
<li>Remove Server&#8217;s package (change the version to the one you have):</li>
</ul>
<p><code>sudo rpm -e druva-insync-server-professional-4.5-6987.1092.i386</code></p>
<h4><a name="5"></a>Gallery</h4>

<object width="600" height="338">
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=24638332&amp;server=vimeo.com&amp;loop=0&amp;fullscreen=1&amp;autoplay=0" />
<param name="wmode" value="transparent">
<embed src="http://vimeo.com/moogaloop.swf?clip_id=24638332&amp;server=vimeo.com&amp;loop=0&amp;fullscreen=1&amp;autoplay=0" type="application/x-shockwave-flash" wmode="transparent" allowfullscreen="true" allowscriptaccess="always" width="600" height="338">
</embed>
</object>



<div class="ngg-galleryoverview" id="ngg-gallery-17-698">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.bluewhaleseo.com/blog/installing-druva-insync-laptop-backup-solution-server-client-fedora-16/?show=slide">
			> Show as slideshow <		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-99" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/druva-administrator-login-fedora.jpg" title="Fedora - Druva Administrator Login" class="shutterset_set_17" >
								<img title="Fedora - Druva Administrator Login" alt="Fedora - Druva Administrator Login" src="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/thumbs/thumbs_druva-administrator-login-fedora.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-100" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/druva-administrator-welcome-page-fedora.jpg" title="Fedora - Druva Administrator Welcome Page" class="shutterset_set_17" >
								<img title="Fedora - Druva Administrator Welcome Page" alt="Fedora - Druva Administrator Welcome Page" src="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/thumbs/thumbs_druva-administrator-welcome-page-fedora.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-101" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/druva-authentication-key-fedora.jpg" title="Fedora - Druva Authentication Key" class="shutterset_set_17" >
								<img title="Fedora - Druva Authentication Key" alt="Fedora - Druva Authentication Key" src="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/thumbs/thumbs_druva-authentication-key-fedora.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-102" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/druva-control-panel-fedora.jpg" title="Fedora - Druva Control Panel" class="shutterset_set_17" >
								<img title="Fedora - Druva Control Panel" alt="Fedora - Druva Control Panel" src="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/thumbs/thumbs_druva-control-panel-fedora.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-103" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/druva-download-fedora.jpg" title="Fedora - Druva Download" class="shutterset_set_17" >
								<img title="Fedora - Druva Download" alt="Fedora - Druva Download" src="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/thumbs/thumbs_druva-download-fedora.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-104" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/druva-install-fedora.jpg" title="Fedora - Druva Installation" class="shutterset_set_17" >
								<img title="Fedora - Druva Installation" alt="Fedora - Druva Installation" src="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/thumbs/thumbs_druva-install-fedora.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-105" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/druva-insync-client-configuration-fedora.jpg" title="Fedora - Druva inSync Client Configuration" class="shutterset_set_17" >
								<img title="Fedora - Druva inSync Client Configuration" alt="Fedora - Druva inSync Client Configuration" src="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/thumbs/thumbs_druva-insync-client-configuration-fedora.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-106" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/druva-storage-folder-setup-1-fedora.jpg" title="Fedora - Druva Storage Folder Setup 1" class="shutterset_set_17" >
								<img title="Fedora - Druva Storage Folder Setup 1" alt="Fedora - Druva Storage Folder Setup 1" src="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/thumbs/thumbs_druva-storage-folder-setup-1-fedora.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-107" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/druva-storage-folder-setup-2-fedora.jpg" title="Fedora - Druva Storage Folder Setup 2" class="shutterset_set_17" >
								<img title="Fedora - Druva Storage Folder Setup 2" alt="Fedora - Druva Storage Folder Setup 2" src="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/thumbs/thumbs_druva-storage-folder-setup-2-fedora.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-108" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/druva-user-setup-fedora.jpg" title="Fedora - Druva User Setup" class="shutterset_set_17" >
								<img title="Fedora - Druva User Setup" alt="Fedora - Druva User Setup" src="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/thumbs/thumbs_druva-user-setup-fedora.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-109" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/druva-web-account-setup-fedora.jpg" title="Fedora - Druva Web Account Setup" class="shutterset_set_17" >
								<img title="Fedora - Druva Web Account Setup" alt="Fedora - Druva Web Account Setup" src="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/thumbs/thumbs_druva-web-account-setup-fedora.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-117" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/Fedora-Druva-inSync-Client-Uninstall.jpg" title="Fedora - Druva inSync Client Uninstall" class="shutterset_set_17" >
								<img title="Fedora - Druva inSync Client Uninstall" alt="Fedora - Druva inSync Client Uninstall" src="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/thumbs/thumbs_Fedora-Druva-inSync-Client-Uninstall.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-118" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/Fedora-Druva-inSync-Server-Uninstall.jpg" title="Fedora - Druva inSync Server Uninstall" class="shutterset_set_17" >
								<img title="Fedora - Druva inSync Server Uninstall" alt="Fedora - Druva inSync Server Uninstall" src="http://www.bluewhaleseo.com/wp-content/gallery/druva-insync/thumbs/thumbs_Fedora-Druva-inSync-Server-Uninstall.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p>&nbsp;</p>
<p>Related posts:<ol>
<li><a href='http://www.bluewhaleseo.com/blog/installing-openerp-6-business-management-system-linux-fedora-16/' rel='bookmark' title='Installing OpenERP 6 Business Management System on Linux Fedora 16'>Installing OpenERP 6 Business Management System on Linux Fedora 16</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.bluewhaleseo.com/blog/installing-druva-insync-laptop-backup-solution-server-client-fedora-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing OpenERP 6 Business Management System on Linux Fedora 16</title>
		<link>http://www.bluewhaleseo.com/blog/installing-openerp-6-business-management-system-linux-fedora-16/</link>
		<comments>http://www.bluewhaleseo.com/blog/installing-openerp-6-business-management-system-linux-fedora-16/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 20:38:00 +0000</pubDate>
		<dc:creator>donatas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[openerp]]></category>
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://www.bluewhaleseo.com/?p=610</guid>
		<description><![CDATA[OpenERP is a comprehensive suite of business applications including Sales, CRM, Project management, Warehouse management, Manufacturing, Financial management and Human Resources just to name a few. Over 700 OpenERP modules are available on Launchpad. Installation stages: &#160; PostgreSQL Server Installation and Configuration OpenERP Server Installation OpenERP Client Installation OpenERP Web Installation OpenERP Configuration Installation of [...]
Related posts:<ol>
<li><a href='http://www.bluewhaleseo.com/blog/studying-computing-installation-bluefish-html-css-editor-java-learning-environment-bluej-tool-linux-machine-fedora/' rel='bookmark' title='Studying Computing &#8211; Installation of Bluefish (HTML/CSS Editor) and Java learning environment (BlueJ) on a Linux machine (Fedora)'>Studying Computing &#8211; Installation of Bluefish (HTML/CSS Editor) and Java learning environment (BlueJ) on a Linux machine (Fedora)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<blockquote><p><a title="Open Source Business Applications" href="http://www.openerp.com/" target="_blank">OpenERP</a> is a comprehensive suite of business applications including Sales, CRM, Project management, Warehouse management, Manufacturing, Financial management and Human Resources just to name a few. Over 700 OpenERP modules are available on Launchpad.</p>
<h2><a title="Open Source Business Applications" href="http://www.openerp.com/" target="_blank"><img class="alignnone" style="margin: 5px;" title="OpenERP" src="http://www.openerp.com/sites/all/themes/openerp/logo.png" alt="OpenERP" width="190" height="46" /></a></h2>
</blockquote>
<h2></h2>
<h2>Installation stages:</h2>
<p>&nbsp;</p>
<ol>
<li><a href="#postgresql-server-installation-configuration"><strong>PostgreSQL Server Installation and Configuration</strong></a></li>
<li><a href="#openerp-server-installation"><strong>OpenERP Server Installation</strong></a></li>
<li><a href="#openerp-client-installation"><strong>OpenERP Client Installation</strong></a></li>
<li><a href="#openerp-web-installation"><strong>OpenERP Web Installation</strong></a></li>
<li><a href="#openerp-configuration"><strong>OpenERP Configuration</strong></a></li>
<li><a href="#pgadmin-installation"><strong>Installation of pgAdmin 3 (optional)</strong></a></li>
<li><a href="#gallery"><strong>Gallery</strong></a></li>
</ol>
<p>&nbsp;</p>
<p><strong>System used:</strong></p>
<ul>
<li>Linux Fedora 16 (32bit), PostgresSQL 9.1, Python 2.7, OpenERP 6.0.3.</li>
<li>SElinux disabled.</li>
</ul>
<h3 style="text-align: center;">PostgreSQL Server Installation and Configuration</h3>
<p><a name="postgresql-server-installation-configuration"></a></p>
<h4> Installation</h4>
<ul>
<li>Go to Applications &gt; System Tools &gt; Add/Remove Software, type <em>postgresql-server</em> into search  field and press Find <strong>OR</strong> go to Applications &gt; System Tools &gt; Terminal and type in this command to get PostgreSQL server installed:</li>
</ul>
<p><code>sudo yum install postgresql-server postgresql</code></p>
<p>If you have a problems to run this command saying that your user is not on <em>sudoers</em> file, then you must apply these little changes to <em>sudoers</em> file:</p>
<p>Log in as root</p>
<p><code>su -</code></p>
<p>and use this command</p>
<p><code>visudo</code></p>
<p>Add your username under root&#8217;s line:<br />
<code>[...]<br />
#Allow root to run any commands anywhere<br />
root ALL=(ALL) ALL<br />
donatas ALL=(ALL) ALL<br />
[...]</code></p>
<ul>
<li>Select package postgresql-server-9.x.x-x.fc16 and click on Apply. System will offer you two extra packages &#8211; <em>postgresql</em> and <em>postgresql-libs</em> &#8211; select Continue to continue. You also will be asked to provide root&#8217;s password.<strong></strong></li>
</ul>
<ul>
<li> After installing the packages, a database needs to be initialized and configured. To do this use Terminal (in fact, do not close current Terminal window  during the installation process). First of all, log in as <em>posgresql</em> user using command</li>
</ul>
<p><code>su prostgres</code></p>
<p>and then initialize the database using command</p>
<p><code>sudo initdb /var/lib/pgsql/data</code></p>
<ul>
<li>The following commands will start PostgreSQL server and check for running PostgreSQL processes:</li>
</ul>
<p><code>sudo service postgresql start</code></p>
<p><code>ps -eZ | grep postgres</code></p>
<ul>
<li>Add postgresql server to startup list:</li>
</ul>
<p><code>sudo chkconfig --level 235 postgresql on</code></p>
<h4> Configuration</h4>
<ul>
<li>After installation of PostgreSQL is finished, we must create a PostgreSQL user. It have to be the same user as your system user, in other words, be called the same name. In my case it&#8217;s user <em>donatas</em>. This user will be the owner of all tables created by OpenERP.</li>
</ul>
<p><code>su postgres</code></p>
<p><code>createuser donatas</code> <strong>NOTE:</strong> use the name of your system user instead of <em>donatas</em>!</p>
<p><code>Shall the new role be a superuser? (y/n) y</code></p>
<ul>
<li>Let&#8217;s now check what tables has been created so far:</li>
</ul>
<p><code>psql -l</code></p>
<ul>
<li>If you can see the table <strong>template1</strong> on the list, run the following command to use this table</li>
</ul>
<p><code>psql template1</code></p>
<p>and this command to grant an access to your newly created PostgreSQL user (in this case user <em>donatas </em>with the password<em> your-very_secret-password</em> (<strong>NOTE:</strong> be creative and choose your own password!))</p>
<p><code>alter role donatas with password 'your-very_secret-password';</code></p>
<p>and get back to user&#8217;s shell</p>
<p><code>\q</code></p>
<p><code>exit</code></p>
<ul>
<li>Changes to PostgreSQL configuration file. Open file <em>pg_hba.conf</em> using your preferred text editor</li>
</ul>
<p><code>sudo vi /var/lib/pgsql/data/pg_hba.conf</code></p>
<p>and change following lines to</p>
<p><code>[...]<br />
# TYPE  DATABASE        USER            ADDRESS                 METHOD<br />
# "local" is for Unix domain socket connections only<br />
local   all             all                                     ident<br />
# IPv4 local connections:<br />
host    all             all             127.0.0.1/32            ident<br />
# IPv6 local connections:<br />
host    all             all             ::1/128                 ident<br />
[...]</code></p>
<p>I assume that you know how to use your favourite text editor, but if not, you can ask me for a help using comments. Save the file and restart PostgreSQL Server</p>
<p><code>sudo service postgresql restart</code></p>
<p><strong> NOTE:</strong> No OpenERP databases will be created during installation. It will be possible to do through the OpenERP interface (either Client or Web)</p>
<h3 style="text-align: center;">OpenERP Server Installation</h3>
<p><a name="openerp-server-installation"></a></p>
<ul>
<li> Let&#8217;s first install required Python libraries:</li>
</ul>
<p><code>yum install python-psycopg2 python-lxml PyXML python-setuptools libxslt-python pytz python-matplotlib python-mako python-dateutil python-psycopg2 pychart pydot python-reportlab python-devel python-imaging python-vobject hippo-canvas-python mx</code></p>
<p><code>easy_install PyYaml</code></p>
<ul>
<li>Now we can <a title="OpenERP Downloads" href="http://www.openerp.com/downloads" target="_blank">download</a> OpenERP Server. At the time of writing this article it was version 6.0.3. We&#8217;ll download the package, extract it, jump to the installation folder and run installation script.</li>
</ul>
<p><code>wget http://www.openerp.com/download/stable/source/openerp-server-6.0.3.tar.gz</code></p>
<p><code>tar -xzf openerp-server-6.0.3.tar.gz</code></p>
<p><code>cd openerp-server-6.0.3</code></p>
<p><code>sudo python setup.py install</code></p>
<p>Installation process should take a place.</p>
<h3 style="text-align: center;">Installing OpenERP Client</h3>
<p><a name="openerp-client-installation"></a></p>
<ul>
<li>Very similar way is used to install OpenERP Client</li>
</ul>
<p><code>sudo yum install pygtk2 glade3 pydot python-dateutil python-matplotlib sudo yum install pygtk2 glade3 pydot python-dateutil python-matplotlib</code></p>
<p><code>wget http://www.openerp.com/download/stable/source/openerp-client-6.0.3.tar.gz</code></p>
<p><code>tar -xzf openerp-client-6.0.3.tar.gz</code></p>
<p><code>cd openerp-client-6.0.3</code></p>
<p><code>sudo python setup.py install</code></p>
<h3 style="text-align: center;">OpenERP Web Installation</h3>
<p><a name="openerp-web-installation"></a></p>
<ul>
<li>And quite the same steps for Web client installation too</li>
</ul>
<p><code>sudo yum install python python-devel make automake gcc gcc-c++ kernel-devel byacc flashplugin-nonfree</code></p>
<p><code>wget http://www.openerp.com/download/stable/source/openerp-web-6.0.3.tar.gz</code></p>
<p><code>tar -xzf openerp-web-6.0.3.tar.gz</code></p>
<p><code>cd openerp-web-6.0.3</code></p>
<p><code>sudo python setup.py install</code></p>
<h3 style="text-align: center;">OpenERP Configuration</h3>
<p><a name="openerp-configuration"></a><br />
I&#8217;ll try to make this part as easy to follow as I can.</p>
<p>Well, OpenERP is already installed. Now we need to tell Fedora to start it up at boot. For that we need to create boot script for Server and Web client and also to add some changes to their configuration files.</p>
<h4>Server Configuration</h4>
<ul>
<li>OpenERP Server&#8217;s configuration file  <em>.openerp_serverrc</em> is located at your user&#8217;s home directory, so let&#8217;s access it first</li>
</ul>
<p><code>cd /home/donatas/</code></p>
<p>and open it in terminal with the favourite editor</p>
<p><code>sudo vi .openerp_serverrc</code></p>
<p>The lines you need to change in this file:</p>
<p><code>[...]<br />
admin_passwd = yourDBadminPassword<br />
db_password = your-very_secret-password<br />
db_port = 5432<br />
db_user = donatas<br />
[...]</code></p>
<p>Save the file and quit.</p>
<h4>Start up</h4>
<p>Because of some incompatibilities between <em>systemd</em> and <em>SysV</em>, like &#8220;<em>Services are executed in completely clean execution contexts, no context of the invoking user session is inherited. Not even $HOME or similar are set. Init scripts depending on these will not work correctly.</em> &#8220;, I decided to use different start up options here.</p>
<ul>
<li>Lets first get back our old good <em>rc.local</em> and put two start up commands there:</li>
</ul>
<p><code>sudo vi /etc/rc.d/rc.local</code></p>
<p>Make sure your file looks like this, but don&#8217;t forget to change <em>donatas</em> to your system user name!</p>
<p><code>#!/bin/sh<br />
su - donatas -c "/usr/bin/openerp-server --config=/home/donatas/.openerp_serverrc" &amp;<br />
su - donatas -c "/usr/bin/openerp-web" &amp;</code></p>
<p>Save the file and quit your editor.</p>
<p>Make <em>rc.loca</em>l file executable</p>
<p><code>sudo chmod a+x /etc/rc.d/rc.local</code></p>
<h3 style="text-align: center;">Installation of pgAdmin 3 (optional)<a name="pgadmin-installation"></a></h3>
<p style="text-align: left;"><a title="pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world." href="http://www.pgadmin.org/features.php" target="_blank">pgAdmin III</a> is a powerful administration and development platform for the PostgreSQL database, free for any use.</p>
<p style="text-align: left;">To install pgAdmin 3 use this command in Terminal</p>
<p style="text-align: left;"><code>sudo yum install pgadmin3</code></p>
<p style="text-align: left;">OR find it on Applications &gt; System Tools &gt; Add/Remove Software.</p>
<p style="text-align: left;">To run pgAdmin use this path: Applications &gt; Programming</p>
<h3 style="text-align: center;">Run OpenERP</h3>
<p>Now you can access OpenERP Web client through your browser</p>
<p><a title="Local OpenERP Server" href="http://localhost:8080" target="_blank">http://localhost:8080</a></p>
<p>and create new databases using password from admin_passwd line <img src='http://www.bluewhaleseo.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>OpenERP Client can be launched using this command in Terminal</p>
<p><code>/usr/bin/openerp-client</code></p>
<h3 style="text-align: center;">Gallery</h3>
<p><a name="gallery"></a><br />
Here are some screenshots of OpenERP being up and running on Fedora 16</p>
<p>
<object width="560" height="315">
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="movie" value="http://www.youtube.com/v/v78G9LB0Giw&autoplay=0&loop=0&rel=0" />
<param name="wmode" value="transparent">
<embed src="http://www.youtube.com/v/v78G9LB0Giw&autoplay=0&loop=0&rel=0" type="application/x-shockwave-flash" wmode="transparent" allowfullscreen="true" allowscriptaccess="always" width="560" height="315">
</embed>
</object>

<br />

<object width="560" height="315">
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="movie" value="http://www.youtube.com/v/I3ya7IuJA38&autoplay=0&loop=0&rel=0" />
<param name="wmode" value="transparent">
<embed src="http://www.youtube.com/v/I3ya7IuJA38&autoplay=0&loop=0&rel=0" type="application/x-shockwave-flash" wmode="transparent" allowfullscreen="true" allowscriptaccess="always" width="560" height="315">
</embed>
</object>

</p>

<div class="ngg-galleryoverview" id="ngg-gallery-16-610">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.bluewhaleseo.com/blog/installing-openerp-6-business-management-system-linux-fedora-16/?show=slide">
			> Show as slideshow <		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-94" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/installing-openerp/fedora-16-openerp-client-login.jpg" title="Fedora 16 OpenERP Client Login" class="shutterset_set_16" >
								<img title="Fedora 16 OpenERP Client Login" alt="Fedora 16 OpenERP Client Login" src="http://www.bluewhaleseo.com/wp-content/gallery/installing-openerp/thumbs/thumbs_fedora-16-openerp-client-login.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-95" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/installing-openerp/fedora-16-openerp-client-window.jpg" title="Fedora 16 OpenERP Client Window" class="shutterset_set_16" >
								<img title="Fedora 16 OpenERP Client Window" alt="Fedora 16 OpenERP Client Window" src="http://www.bluewhaleseo.com/wp-content/gallery/installing-openerp/thumbs/thumbs_fedora-16-openerp-client-window.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-96" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/installing-openerp/fedora-16-openerp-web-1.jpg" title="Fedora 16 OpenERP Web 1" class="shutterset_set_16" >
								<img title="Fedora 16 OpenERP Web 1" alt="Fedora 16 OpenERP Web 1" src="http://www.bluewhaleseo.com/wp-content/gallery/installing-openerp/thumbs/thumbs_fedora-16-openerp-web-1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-97" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/installing-openerp/fedora-16-openerp-web-2.jpg" title="Fedora 16 OpenERP Web 2" class="shutterset_set_16" >
								<img title="Fedora 16 OpenERP Web 2" alt="Fedora 16 OpenERP Web 2" src="http://www.bluewhaleseo.com/wp-content/gallery/installing-openerp/thumbs/thumbs_fedora-16-openerp-web-2.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-98" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/installing-openerp/fedora-16-openerp-web-3.jpg" title="Fedora 16 OpenERP Web 3" class="shutterset_set_16" >
								<img title="Fedora 16 OpenERP Web 3" alt="Fedora 16 OpenERP Web 3" src="http://www.bluewhaleseo.com/wp-content/gallery/installing-openerp/thumbs/thumbs_fedora-16-openerp-web-3.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p>&nbsp;</p>
<p>Related posts:<ol>
<li><a href='http://www.bluewhaleseo.com/blog/studying-computing-installation-bluefish-html-css-editor-java-learning-environment-bluej-tool-linux-machine-fedora/' rel='bookmark' title='Studying Computing &#8211; Installation of Bluefish (HTML/CSS Editor) and Java learning environment (BlueJ) on a Linux machine (Fedora)'>Studying Computing &#8211; Installation of Bluefish (HTML/CSS Editor) and Java learning environment (BlueJ) on a Linux machine (Fedora)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.bluewhaleseo.com/blog/installing-openerp-6-business-management-system-linux-fedora-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Studying Computing &#8211; How Linux can assist you?</title>
		<link>http://www.bluewhaleseo.com/blog/studying-computing-linux-assist-you/</link>
		<comments>http://www.bluewhaleseo.com/blog/studying-computing-linux-assist-you/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 17:11:47 +0000</pubDate>
		<dc:creator>donatas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[bluefish]]></category>
		<category><![CDATA[bluej]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bluewhaleseo.com/?p=607</guid>
		<description><![CDATA[Here are some pictures to prove that Linux can be used to study, work and play. Related posts: Studying Computing &#8211; Installation of Bluefish (HTML/CSS Editor) and Java learning environment (BlueJ) on a Linux machine (Fedora)
Related posts:<ol>
<li><a href='http://www.bluewhaleseo.com/blog/studying-computing-installation-bluefish-html-css-editor-java-learning-environment-bluej-tool-linux-machine-fedora/' rel='bookmark' title='Studying Computing &#8211; Installation of Bluefish (HTML/CSS Editor) and Java learning environment (BlueJ) on a Linux machine (Fedora)'>Studying Computing &#8211; Installation of Bluefish (HTML/CSS Editor) and Java learning environment (BlueJ) on a Linux machine (Fedora)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here are some pictures to prove that Linux can be used to study, work and play.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-15-607">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.bluewhaleseo.com/blog/studying-computing-linux-assist-you/?show=slide">
			> Show as slideshow <		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-79" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/linux-for-studies-fedora-add-remove-software.png" title="If you are not happy with pre-installed Fedora software - choose applications you like" class="shutterset_set_15" >
								<img title="If you are not happy with pre-installed Fedora software - choose applications you like" alt="If you are not happy with pre-installed Fedora software - choose applications you like" src="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/thumbs/thumbs_linux-for-studies-fedora-add-remove-software.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-80" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/linux-for-studies-fedora-bluej-window.png" title="BlueJ Java learning environment in Linux" class="shutterset_set_15" >
								<img title="BlueJ Java learning environment in Linux" alt="BlueJ Java learning environment in Linux" src="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/thumbs/thumbs_linux-for-studies-fedora-bluej-window.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-82" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/linux-for-studies-fedora-desktop.png" title="Looks clean, isn't?" class="shutterset_set_15" >
								<img title="Looks clean, isn't?" alt="Looks clean, isn't?" src="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/thumbs/thumbs_linux-for-studies-fedora-desktop.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-83" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/linux-for-studies-fedora-disk-recording-brasero.png" title="Simple disks recording software. There are many more to choose from." class="shutterset_set_15" >
								<img title="Simple disks recording software. There are many more to choose from." alt="Simple disks recording software. There are many more to choose from." src="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/thumbs/thumbs_linux-for-studies-fedora-disk-recording-brasero.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-84" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/linux-for-studies-fedora-email-client-evolution.png" title="Evolution e-mail client has everything you need, but you also can use Thunderbird e-mail client." class="shutterset_set_15" >
								<img title="Evolution e-mail client has everything you need, but you also can use Thunderbird e-mail client." alt="Evolution e-mail client has everything you need, but you also can use Thunderbird e-mail client." src="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/thumbs/thumbs_linux-for-studies-fedora-email-client-evolution.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-85" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/linux-for-studies-fedora-filezilla-ftp-client.png" title="One of FTP clients available for Linux. You might want to try gFTP too." class="shutterset_set_15" >
								<img title="One of FTP clients available for Linux. You might want to try gFTP too." alt="One of FTP clients available for Linux. You might want to try gFTP too." src="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/thumbs/thumbs_linux-for-studies-fedora-filezilla-ftp-client.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-86" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/linux-for-studies-fedora-firefox-with-web-development-plugin-installed.png" title="Firefox is great browser with lots of plugins to help web developers with they everyday tasks" class="shutterset_set_15" >
								<img title="Firefox is great browser with lots of plugins to help web developers with they everyday tasks" alt="Firefox is great browser with lots of plugins to help web developers with they everyday tasks" src="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/thumbs/thumbs_linux-for-studies-fedora-firefox-with-web-development-plugin-installed.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-87" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/linux-for-studies-fedora-gimp-photoshop-alternative.png" title="Gimp got much more powerful and now it can be called as Adobe Photoshop alternative" class="shutterset_set_15" >
								<img title="Gimp got much more powerful and now it can be called as Adobe Photoshop alternative" alt="Gimp got much more powerful and now it can be called as Adobe Photoshop alternative" src="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/thumbs/thumbs_linux-for-studies-fedora-gimp-photoshop-alternative.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-88" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/linux-for-studies-fedora-nautilus-browser-file-manager.png" title="Fedora file manager Nautilus" class="shutterset_set_15" >
								<img title="Fedora file manager Nautilus" alt="Fedora file manager Nautilus" src="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/thumbs/thumbs_linux-for-studies-fedora-nautilus-browser-file-manager.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-89" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/linux-for-studies-fedora-slideshows-libreoffice.png" title="Great alternative to Microsoft PowerPoint" class="shutterset_set_15" >
								<img title="Great alternative to Microsoft PowerPoint" alt="Great alternative to Microsoft PowerPoint" src="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/thumbs/thumbs_linux-for-studies-fedora-slideshows-libreoffice.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-90" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/linux-for-studies-fedora-web-development-bluefish-editor.png" title="Web sites development tool. " class="shutterset_set_15" >
								<img title="Web sites development tool. " alt="Web sites development tool. " src="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/thumbs/thumbs_linux-for-studies-fedora-web-development-bluefish-editor.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-91" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/linux-for-studies-fedora-word-processor-libreoffice.png" title="Open source word processor in LibreOffice suite" class="shutterset_set_15" >
								<img title="Open source word processor in LibreOffice suite" alt="Open source word processor in LibreOffice suite" src="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/thumbs/thumbs_linux-for-studies-fedora-word-processor-libreoffice.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-92" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/linux-for-studies-fedora-youtube.png" title="Linux supports all popular multimedia solutions and products" class="shutterset_set_15" >
								<img title="Linux supports all popular multimedia solutions and products" alt="Linux supports all popular multimedia solutions and products" src="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/thumbs/thumbs_linux-for-studies-fedora-youtube.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-93" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/linux-for-ftudies-fedora-databases-phpmyadmin.png" title="With Linux you can get rich databases experience by managing MySQL server or administering SQL databases&quot; alt=&quot;With Linux you can get rich databases experience by managing MySQL server or administering SQL databases" class="shutterset_set_15" >
								<img title="With Linux you can get rich databases experience by managing MySQL server or administering SQL databases&quot; alt=&quot;With Linux you can get rich databases experience by managing MySQL server or administering SQL databases" alt="With Linux you can get rich databases experience by managing MySQL server or administering SQL databases&quot; alt=&quot;With Linux you can get rich databases experience by managing MySQL server or administering SQL databases" src="http://www.bluewhaleseo.com/wp-content/gallery/using-fedora-for-studies/thumbs/thumbs_linux-for-ftudies-fedora-databases-phpmyadmin.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p>Related posts:<ol>
<li><a href='http://www.bluewhaleseo.com/blog/studying-computing-installation-bluefish-html-css-editor-java-learning-environment-bluej-tool-linux-machine-fedora/' rel='bookmark' title='Studying Computing &#8211; Installation of Bluefish (HTML/CSS Editor) and Java learning environment (BlueJ) on a Linux machine (Fedora)'>Studying Computing &#8211; Installation of Bluefish (HTML/CSS Editor) and Java learning environment (BlueJ) on a Linux machine (Fedora)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.bluewhaleseo.com/blog/studying-computing-linux-assist-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Studying Computing &#8211; Installation of Bluefish (HTML/CSS Editor) and Java learning environment (BlueJ) on a Linux machine (Fedora)</title>
		<link>http://www.bluewhaleseo.com/blog/studying-computing-installation-bluefish-html-css-editor-java-learning-environment-bluej-tool-linux-machine-fedora/</link>
		<comments>http://www.bluewhaleseo.com/blog/studying-computing-installation-bluefish-html-css-editor-java-learning-environment-bluej-tool-linux-machine-fedora/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 16:15:15 +0000</pubDate>
		<dc:creator>donatas</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[bluefish]]></category>
		<category><![CDATA[bluej]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.bluewhaleseo.com/?p=578</guid>
		<description><![CDATA[Bluefish and BlueJ installation on Fedora 16 In this topic I&#8217;m not covering installation of any Linux distribution, however, you can find a very useful and easy to follow guides on HowtoForge.com website. The system I&#8217;m using is Linux Fedora 16 i686 (32 bit), but very similar instructions should apply for other Red Hat based [...]
No related posts.]]></description>
			<content:encoded><![CDATA[<h1 style="text-align: center;">Bluefish and BlueJ installation on Fedora 16</h1>
<p>In this topic I&#8217;m not covering installation of any Linux distribution, however, you can find a very useful and easy to follow guides on <a title="HowtoForge - Linux Howtos and Tutorial" href="http://www.howtoforge.com/howtos/linux" target="_blank">HowtoForge.com</a> website. The system I&#8217;m using is Linux <a title="Fedora is a fast, stable, and powerful operating system for everyday use built by a worldwide community of friends. It's completely free to use, study, and share." href="http://fedoraproject.org/">Fedora 16 i686 (32 bit)</a>, but very similar instructions should apply for other Red Hat based Linux distributions, such as CentOS, Red Hat or Yellow Dog Linux.</p>
<h2>Web Development</h2>
<h3>Installing <a title="Bluefish is a powerful editor targeted towards programmers and webdesigners, with many options to write websites, scripts and programming code." href="http://bluefish.openoffice.nl/index.html" target="_blank">Bluefish</a></h3>
<p>It&#8217;s very easy to install Bluefish editor on Fedora. For me it was important to be able to manage HTML5 and CSS3, so you will be able to do it with this application and much more.</p>
<ol>
<li>Navigate to Applications &gt; System Tools &gt; Add/Remove Software</li>
<li>In a search field type <em>bluefish</em> and press Find</li>
<li>Select &#8220;GTK2 web development application for experienced users&#8221; (<em>bluefish-2.0.3-4-fc16</em>) package and press Apply. Required package will be downloaded and installed on system.</li>
<li>You will find Bluefish application on a top menu Applications &gt; Programming &gt; Bluefish Editor</li>
</ol>

<div class="ngg-galleryoverview" id="ngg-gallery-12-578">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.bluewhaleseo.com/blog/studying-computing-installation-bluefish-html-css-editor-java-learning-environment-bluej-tool-linux-machine-fedora/?show=slide">
			> Show as slideshow <		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-71" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/bluefish-install/fedora-add-remove-software.jpg" title=" " class="shutterset_set_12" >
								<img title="Fedora - Add/Remove Software" alt="Fedora - Add/Remove Software" src="http://www.bluewhaleseo.com/wp-content/gallery/bluefish-install/thumbs/thumbs_fedora-add-remove-software.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-72" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/bluefish-install/fedora-bluefish-installation.png" title=" " class="shutterset_set_12" >
								<img title="Fedora - Bluefish Editor Installation" alt="Fedora - Bluefish Editor Installation" src="http://www.bluewhaleseo.com/wp-content/gallery/bluefish-install/thumbs/thumbs_fedora-bluefish-installation.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-73" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/bluefish-install/fedora-bluefish-window.png" title=" " class="shutterset_set_12" >
								<img title="Fedora - Bluefish Editor Window" alt="Fedora - Bluefish Editor Window" src="http://www.bluewhaleseo.com/wp-content/gallery/bluefish-install/thumbs/thumbs_fedora-bluefish-window.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<h2>Programming</h2>
<h3>Installing Java SE Development Kit 7</h3>
<p>In order to use BlueJ, we need to have JDK6 or JDK7 installed on our system. Fedora has it&#8217;s native Java package OpenJDK 6 installed, but as long as I now, it is not recommended to use it with BlueJ. But you might try and comment here later <img src='http://www.bluewhaleseo.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  So, here are the installation steps:</p>
<ol>
<li> Download JDK 7 package here: <a title="The JDK is a development environment for building applications, applets, and components using the Java programming language." href="http://download.oracle.com/otn-pub/java/jdk/7u1-b08/jdk-7u1-linux-i586.rpm" target="_blank">http://download.oracle.com/otn-pub/java/jdk/7u1-b08/jdk-7u1-linux-i586.rpm</a>. First you must accept the Oracle Binary Code License Agreement for Java SE to download this software. Because my system is Red Hat based and it uses 32 bit architecture, I have to choose first package on a list &#8220;Linux x86 RPM&#8221;. To check what Linux distribution and architecture are you running, simply open Terminal (Applications &gt; System Tools &gt; Terminal) and type command <em>uname -a</em>. You will get something like this &#8220;Linux localhost.localdomain 3.1.0-7.<strong>fc16.i686</strong> #1 SMP Tue Nov 1 21:00:16 UTC 2011 i686 i686 i386 GNU/Linux&#8221;, where fc16 stands for Fedora 16 and i686 basically means that this distribution runs on x86 machine.</li>
<li>After clicking this link you should get download dialogue asking what you want to do next. Choose &#8220;Open with: Software install (default)&#8221;and press OK. You also will be asked for a superuser password once download finishes and installation process will take a place. You should know it or al least the person who installed the system will.</li>
<li>Executable JDK 7 files will be placed here /usr/java/jdkversion/bin/. I.e., my path is this: /usr/java/jdk1.7.0_01/bin/.</li>
</ol>

<div class="ngg-galleryoverview" id="ngg-gallery-14-578">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.bluewhaleseo.com/blog/studying-computing-installation-bluefish-html-css-editor-java-learning-environment-bluej-tool-linux-machine-fedora/?show=slide">
			> Show as slideshow <		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-77" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/jdk-7-install/fedora-java-dk-7-download.png" title=" " class="shutterset_set_14" >
								<img title="Fedora - Java JDK7 Download" alt="Fedora - Java JDK7 Download" src="http://www.bluewhaleseo.com/wp-content/gallery/jdk-7-install/thumbs/thumbs_fedora-java-dk-7-download.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-78" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/jdk-7-install/fedora-jdk7-install.png" title=" " class="shutterset_set_14" >
								<img title="Fedora - JDK7 Install" alt="Fedora - JDK7 Install" src="http://www.bluewhaleseo.com/wp-content/gallery/jdk-7-install/thumbs/thumbs_fedora-jdk7-install.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<h3>Installing <a title="BlueJ is an integrated Java environment specifically designed for introductory teaching. " href="http://www.bluej.org/index.html" target="_blank">BlueJ</a> on Linux</h3>
<p>Since BlueJ does not provide Linux installation instructions for us, we will use <a title="BlueJ Installation" href="http://www.bluej.org/download/install.html" target="_blank">Unix ones</a>:</p>
<ol>
<ol>
<li> Download BlueJ .jar file (al other systems): <a title="BlueJ Download" href="http://www.bluej.org/download/download.html" target="_blank">http://www.bluej.org/download/download.html</a>, in my case it was version 3.06. Save it wherever you want. By default it will go to /home/yourusername/Downloads directory.</li>
<li>Open Terminal (Applications &gt; System Tools &gt; Terminal) and run installation using this command : <em></em> <em>/usr/java/jdkversion/bin/java -jar /path/to/bluejjarfile/bluej-version.jar.</em> In my case it was <em>/usr/java/jdk1.7.0_01/bin/java -jar /home/donatas/Downloads/bluej-306.jar</em></li>
<li>You will see BlueJ Installer window. Check that paths are correct and press Install.</li>
<li>To run BlueJ and to check if it works use these commands on your Terminal:</li>
</ol>
<ul>
<li>To get to folder where BlueJ is installed: <em>cd /home/yourusername/bluej</em>. I. e. cd /home/donatas/bluej</li>
<li>To run BlueJ execution script: <em>sh ./bluej</em>. If you don&#8217;t want to run applications this way, then you can check <a title="HOWTO: Add custom application to Applications menu in Gnome 3 (the easy way) " href="http://linuxhtpcguide.blogspot.com/2011/05/howto-add-custom-application-to.html" target="_blank">this tutorial how to add or remove menu items on Fedora</a>.</li>
</ul>
</ol>

<div class="ngg-galleryoverview" id="ngg-gallery-13-578">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.bluewhaleseo.com/blog/studying-computing-installation-bluefish-html-css-editor-java-learning-environment-bluej-tool-linux-machine-fedora/?show=slide">
			> Show as slideshow <		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-74" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/bluej-install/fedora-bluej-download.png" title=" " class="shutterset_set_13" >
								<img title="Fedora - BlueJ Download" alt="Fedora - BlueJ Download" src="http://www.bluewhaleseo.com/wp-content/gallery/bluej-install/thumbs/thumbs_fedora-bluej-download.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-75" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/bluej-install/fedora-bluej-install.png" title=" " class="shutterset_set_13" >
								<img title="Fedora - BlueJ Install" alt="Fedora - BlueJ Install" src="http://www.bluewhaleseo.com/wp-content/gallery/bluej-install/thumbs/thumbs_fedora-bluej-install.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-76" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/bluej-install/fedora-bluej-window.png" title=" " class="shutterset_set_13" >
								<img title="Fedora - BlueJ Window" alt="Fedora - BlueJ Window" src="http://www.bluewhaleseo.com/wp-content/gallery/bluej-install/thumbs/thumbs_fedora-bluej-window.png" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p>This is it! It should be enough to study Web Development and Java programming at University of Brighton at first semester <img src='http://www.bluewhaleseo.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>There is also a Database module and you can setup LAMP (Linux, Apache, MySQL and PHP) on your machine fairly easy. One of many articles how to achieve this can be found here: <a title="Installing Apache2 With PHP5 And MySQL Support On Fedora 15 (LAMP) " href="http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-fedora-15-lamp" target="_blank">http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-fedora-15-lamp</a></p>
<p>Enjoy your studies!</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.bluewhaleseo.com/blog/studying-computing-installation-bluefish-html-css-editor-java-learning-environment-bluej-tool-linux-machine-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Achieving Perfection Limited</title>
		<link>http://www.bluewhaleseo.com/gallery/achieving-perfection-limited/</link>
		<comments>http://www.bluewhaleseo.com/gallery/achieving-perfection-limited/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 11:57:35 +0000</pubDate>
		<dc:creator>donatas</dc:creator>
				<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[banner]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[social bookmarking]]></category>
		<category><![CDATA[twitter account]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[website optimization]]></category>

		<guid isPermaLink="false">http://www.bluewhaleseo.com/?p=562</guid>
		<description><![CDATA[Achieving Perfection Limited Related posts: Restaurants Brighton Guide SoBo Brighton Hostel Other SEO-WEB projects
Related posts:<ol>
<li><a href='http://www.bluewhaleseo.com/gallery/restaurants-brighton-guide/' rel='bookmark' title='Restaurants Brighton Guide'>Restaurants Brighton Guide</a></li>
<li><a href='http://www.bluewhaleseo.com/gallery/sobo-brighton-hostel/' rel='bookmark' title='SoBo Brighton Hostel'>SoBo Brighton Hostel</a></li>
<li><a href='http://www.bluewhaleseo.com/gallery/other-seo-projects/' rel='bookmark' title='Other SEO-WEB projects'>Other SEO-WEB projects</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="Achieving Perfection Limited" href="http://achievingperfection.co.uk/">Achieving Perfection Limited</a></p>
<p style="text-align: left;">
<div class="ngg-galleryoverview" id="ngg-gallery-11-562">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.bluewhaleseo.com/gallery/achieving-perfection-limited/?show=slide">
			> Show as slideshow <		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-68" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/achieving-perfection-limited-ad.jpg" title=" " class="shutterset_set_11" >
								<img title="Achieving Perfection Limited Ad" alt="Achieving Perfection Limited Ad" src="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/thumbs/thumbs_achieving-perfection-limited-ad.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-69" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/achieving-perfection-limited-bottom.jpg" title=" " class="shutterset_set_11" >
								<img title="Achieving Perfection Limited Bottom" alt="Achieving Perfection Limited Bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/thumbs/thumbs_achieving-perfection-limited-bottom.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-70" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/achieving-perfection-limited-top.jpg" title=" " class="shutterset_set_11" >
								<img title="Achieving Perfection Limited Top" alt="Achieving Perfection Limited Top" src="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/thumbs/thumbs_achieving-perfection-limited-top.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

</p>
<div class="ngg-related-gallery"><a href="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/achieving-perfection-limited-bottom.jpg" title="" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="Achieving Perfection Limited Bottom" alt="Achieving Perfection Limited Bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/thumbs/thumbs_achieving-perfection-limited-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/achieving-perfection-limited-ad.jpg" title="" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="Achieving Perfection Limited Ad" alt="Achieving Perfection Limited Ad" src="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/thumbs/thumbs_achieving-perfection-limited-ad.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/the-vat-lady-top.jpg" title="" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="The VAT Lady website top" alt="The VAT Lady website top" src="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/thumbs/thumbs_the-vat-lady-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/the-vat-lady-hubspot.jpg" title="" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="The VAT Lady website on HubSpot" alt="The VAT Lady website on HubSpot" src="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/thumbs/thumbs_the-vat-lady-hubspot.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/bbcc-top.jpg" title="" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="Brighton Business Curry Club website top" alt="Brighton Business Curry Club website top" src="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/thumbs/thumbs_bbcc-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/Sylvan-Oak-website-bottom.jpg" title="" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="Sylvan Oak Website Bottom" alt="Sylvan Oak Website Bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/thumbs/thumbs_Sylvan-Oak-website-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/nicola-mchale-blog-middle.jpg" title="" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="Nicola McHale Blog" alt="Nicola McHale Blog" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_nicola-mchale-blog-middle.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/hannah-keep-blog-socials.jpg" title="" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="Hannah Keep Blog Social Media" alt="Hannah Keep Blog Social Media" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_hannah-keep-blog-socials.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/vi-international-facebook-page.jpg" title="" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="Vi International Facebook page" alt="Vi International Facebook page" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_vi-international-facebook-page.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/sobo-brighton-google-places.jpg" title="100& profile in Google Places, gallery and other information" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="SoBo Brighton Google Maps" alt="SoBo Brighton Google Maps" src="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/thumbs/thumbs_sobo-brighton-google-places.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-brighton-hotel-guide/the-brighton-hotel-guide-top.jpg" title="Page setup, work on design, website's optimization, banner, social networking icons and widgets and etc." class="shutterset_related-images-for-achieving-perfection-limited" ><img title="The Brighton Hotel Guide Top" alt="The Brighton Hotel Guide Top" src="http://www.bluewhaleseo.com/wp-content/gallery/the-brighton-hotel-guide/thumbs/thumbs_the-brighton-hotel-guide-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/sobo-brighton-home-page-bottom.jpg" title="Links (icons) to social networks, RSS feed, IM's. Visit Brighton logo modified, Facebook LikeBox added, social buttons (Tweet, Like, Buzz), Google Translate, Links and etc." class="shutterset_related-images-for-achieving-perfection-limited" ><img title="Sobo Brighton Home page's bottom" alt="Sobo Brighton Home page's bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/thumbs/thumbs_sobo-brighton-home-page-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/the-vat-lady-facebook-page.jpg" title="" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="The VAT Lady Facebook page" alt="The VAT Lady Facebook page" src="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/thumbs/thumbs_the-vat-lady-facebook-page.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/nicola-mchale-blog-top.jpg" title="" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="Nicola McHale Blog" alt="Nicola McHale Blog" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_nicola-mchale-blog-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/nicola-mchale-twitter.jpg" title="" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="Nicola McHale Twitter" alt="Nicola McHale Twitter" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_nicola-mchale-twitter.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/Sylvan-Oak-website-top.jpg" title="" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="Sylvan Oak Website Top" alt="Sylvan Oak Website Top" src="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/thumbs/thumbs_Sylvan-Oak-website-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/bbcc-bottom.jpg" title="" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="Brighton Business Curry Club website bottom" alt="Brighton Business Curry Club website bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/thumbs/thumbs_bbcc-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/hannah-keep-blog-top.jpg" title="" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="Hannah Keep Blog" alt="Hannah Keep Blog" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_hannah-keep-blog-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/sobo-brighton-google-map.jpg" title="Google Map API V3 on SoBo website" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="SoBo Brighton Google Map" alt="SoBo Brighton Google Map" src="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/thumbs/thumbs_sobo-brighton-google-map.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/restaurants-brighton-guide/restaurants-brighton-guide-top.jpg" title="social icons and bookmarks, website optimization, BHG banner, hCard and other work behind the scenes" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="Restaurants Brighton Guide Top" alt="Restaurants Brighton Guide Top" src="http://www.bluewhaleseo.com/wp-content/gallery/restaurants-brighton-guide/thumbs/thumbs_restaurants-brighton-guide-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/vi-international-bottom.jpg" title="" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="Vi International website" alt="Vi International website" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_vi-international-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/sobo-brighton-twitter.jpg" title="Design, profile" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="SoBo Brighton Twitter profile" alt="SoBo Brighton Twitter profile" src="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/thumbs/thumbs_sobo-brighton-twitter.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/achieving-perfection-limited-top.jpg" title="" class="shutterset_related-images-for-achieving-perfection-limited" ><img title="Achieving Perfection Limited Top" alt="Achieving Perfection Limited Top" src="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/thumbs/thumbs_achieving-perfection-limited-top.jpg" /></a>
</div>
<p>Related posts:<ol>
<li><a href='http://www.bluewhaleseo.com/gallery/restaurants-brighton-guide/' rel='bookmark' title='Restaurants Brighton Guide'>Restaurants Brighton Guide</a></li>
<li><a href='http://www.bluewhaleseo.com/gallery/sobo-brighton-hostel/' rel='bookmark' title='SoBo Brighton Hostel'>SoBo Brighton Hostel</a></li>
<li><a href='http://www.bluewhaleseo.com/gallery/other-seo-projects/' rel='bookmark' title='Other SEO-WEB projects'>Other SEO-WEB projects</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.bluewhaleseo.com/gallery/achieving-perfection-limited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brighton Business Curry Club</title>
		<link>http://www.bluewhaleseo.com/gallery/brighton-business-curry-club/</link>
		<comments>http://www.bluewhaleseo.com/gallery/brighton-business-curry-club/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 22:16:31 +0000</pubDate>
		<dc:creator>donatas</dc:creator>
				<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[social bookmarking]]></category>
		<category><![CDATA[website optimization]]></category>

		<guid isPermaLink="false">http://www.bluewhaleseo.com/?p=491</guid>
		<description><![CDATA[BrightonBusinessCurryClub.co.uk Related posts: Restaurants Brighton Guide SoBo Brighton Hostel The Brighton Hotel Guide
Related posts:<ol>
<li><a href='http://www.bluewhaleseo.com/gallery/restaurants-brighton-guide/' rel='bookmark' title='Restaurants Brighton Guide'>Restaurants Brighton Guide</a></li>
<li><a href='http://www.bluewhaleseo.com/gallery/sobo-brighton-hostel/' rel='bookmark' title='SoBo Brighton Hostel'>SoBo Brighton Hostel</a></li>
<li><a href='http://www.bluewhaleseo.com/gallery/brighton-hotel-guide/' rel='bookmark' title='The Brighton Hotel Guide'>The Brighton Hotel Guide</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="Brighton Business Curry Club and Directory" href="http://brightonbusinesscurryclub.co.uk">BrightonBusinessCurryClub.co.uk</a></p>
<p style="text-align: left;">
<p style="text-align: left;">
<div class="ngg-galleryoverview" id="ngg-gallery-10-491">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.bluewhaleseo.com/gallery/brighton-business-curry-club/?show=slide">
			> Show as slideshow <		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-62" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/bbcc-bottom.jpg" title=" " class="shutterset_set_10" >
								<img title="Brighton Business Curry Club website bottom" alt="Brighton Business Curry Club website bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/thumbs/thumbs_bbcc-bottom.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-63" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/bbcc-top.jpg" title=" " class="shutterset_set_10" >
								<img title="Brighton Business Curry Club website top" alt="Brighton Business Curry Club website top" src="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/thumbs/thumbs_bbcc-top.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

</p>
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
<div class="ngg-related-gallery"><a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/vi-international-facebook-page.jpg" title="" class="shutterset_related-images-for-brighton-business-curry-club" ><img title="Vi International Facebook page" alt="Vi International Facebook page" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_vi-international-facebook-page.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/the-vat-lady-top.jpg" title="" class="shutterset_related-images-for-brighton-business-curry-club" ><img title="The VAT Lady website top" alt="The VAT Lady website top" src="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/thumbs/thumbs_the-vat-lady-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/Sylvan-Oak-website-bottom.jpg" title="" class="shutterset_related-images-for-brighton-business-curry-club" ><img title="Sylvan Oak Website Bottom" alt="Sylvan Oak Website Bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/thumbs/thumbs_Sylvan-Oak-website-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/sobo-brighton-home-page-bottom.jpg" title="Links (icons) to social networks, RSS feed, IM's. Visit Brighton logo modified, Facebook LikeBox added, social buttons (Tweet, Like, Buzz), Google Translate, Links and etc." class="shutterset_related-images-for-brighton-business-curry-club" ><img title="Sobo Brighton Home page's bottom" alt="Sobo Brighton Home page's bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/thumbs/thumbs_sobo-brighton-home-page-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/restaurants-brighton-guide/restaurants-brighton-guide-top.jpg" title="social icons and bookmarks, website optimization, BHG banner, hCard and other work behind the scenes" class="shutterset_related-images-for-brighton-business-curry-club" ><img title="Restaurants Brighton Guide Top" alt="Restaurants Brighton Guide Top" src="http://www.bluewhaleseo.com/wp-content/gallery/restaurants-brighton-guide/thumbs/thumbs_restaurants-brighton-guide-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/the-vat-lady-hubspot.jpg" title="" class="shutterset_related-images-for-brighton-business-curry-club" ><img title="The VAT Lady website on HubSpot" alt="The VAT Lady website on HubSpot" src="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/thumbs/thumbs_the-vat-lady-hubspot.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/hannah-keep-blog-socials.jpg" title="" class="shutterset_related-images-for-brighton-business-curry-club" ><img title="Hannah Keep Blog Social Media" alt="Hannah Keep Blog Social Media" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_hannah-keep-blog-socials.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-brighton-hotel-guide/the-brighton-hotel-guide-top.jpg" title="Page setup, work on design, website's optimization, banner, social networking icons and widgets and etc." class="shutterset_related-images-for-brighton-business-curry-club" ><img title="The Brighton Hotel Guide Top" alt="The Brighton Hotel Guide Top" src="http://www.bluewhaleseo.com/wp-content/gallery/the-brighton-hotel-guide/thumbs/thumbs_the-brighton-hotel-guide-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/nicola-mchale-blog-middle.jpg" title="" class="shutterset_related-images-for-brighton-business-curry-club" ><img title="Nicola McHale Blog" alt="Nicola McHale Blog" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_nicola-mchale-blog-middle.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/bbcc-bottom.jpg" title="" class="shutterset_related-images-for-brighton-business-curry-club" ><img title="Brighton Business Curry Club website bottom" alt="Brighton Business Curry Club website bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/thumbs/thumbs_bbcc-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/Sylvan-Oak-website-top.jpg" title="" class="shutterset_related-images-for-brighton-business-curry-club" ><img title="Sylvan Oak Website Top" alt="Sylvan Oak Website Top" src="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/thumbs/thumbs_Sylvan-Oak-website-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/vi-international-bottom.jpg" title="" class="shutterset_related-images-for-brighton-business-curry-club" ><img title="Vi International website" alt="Vi International website" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_vi-international-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/hannah-keep-blog-top.jpg" title="" class="shutterset_related-images-for-brighton-business-curry-club" ><img title="Hannah Keep Blog" alt="Hannah Keep Blog" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_hannah-keep-blog-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/achieving-perfection-limited-bottom.jpg" title="" class="shutterset_related-images-for-brighton-business-curry-club" ><img title="Achieving Perfection Limited Bottom" alt="Achieving Perfection Limited Bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/thumbs/thumbs_achieving-perfection-limited-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/bbcc-top.jpg" title="" class="shutterset_related-images-for-brighton-business-curry-club" ><img title="Brighton Business Curry Club website top" alt="Brighton Business Curry Club website top" src="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/thumbs/thumbs_bbcc-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/the-vat-lady-facebook-page.jpg" title="" class="shutterset_related-images-for-brighton-business-curry-club" ><img title="The VAT Lady Facebook page" alt="The VAT Lady Facebook page" src="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/thumbs/thumbs_the-vat-lady-facebook-page.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/achieving-perfection-limited-top.jpg" title="" class="shutterset_related-images-for-brighton-business-curry-club" ><img title="Achieving Perfection Limited Top" alt="Achieving Perfection Limited Top" src="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/thumbs/thumbs_achieving-perfection-limited-top.jpg" /></a>
</div>
<p>Related posts:<ol>
<li><a href='http://www.bluewhaleseo.com/gallery/restaurants-brighton-guide/' rel='bookmark' title='Restaurants Brighton Guide'>Restaurants Brighton Guide</a></li>
<li><a href='http://www.bluewhaleseo.com/gallery/sobo-brighton-hostel/' rel='bookmark' title='SoBo Brighton Hostel'>SoBo Brighton Hostel</a></li>
<li><a href='http://www.bluewhaleseo.com/gallery/brighton-hotel-guide/' rel='bookmark' title='The Brighton Hotel Guide'>The Brighton Hotel Guide</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.bluewhaleseo.com/gallery/brighton-business-curry-club/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The VAT Lady</title>
		<link>http://www.bluewhaleseo.com/gallery/the-vat-lady/</link>
		<comments>http://www.bluewhaleseo.com/gallery/the-vat-lady/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 13:43:09 +0000</pubDate>
		<dc:creator>donatas</dc:creator>
				<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[canonicalization]]></category>
		<category><![CDATA[eshop]]></category>
		<category><![CDATA[facebook page]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[google calendar]]></category>
		<category><![CDATA[keyword research]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[social bookmarking]]></category>
		<category><![CDATA[social marketing]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[website optimization]]></category>

		<guid isPermaLink="false">http://www.bluewhaleseo.com/?p=457</guid>
		<description><![CDATA[TheVATLady.co.uk &#160; Related posts: SoBo Brighton Hostel Other SEO-WEB projects TeraxIT / ITdirect.eu
Related posts:<ol>
<li><a href='http://www.bluewhaleseo.com/gallery/sobo-brighton-hostel/' rel='bookmark' title='SoBo Brighton Hostel'>SoBo Brighton Hostel</a></li>
<li><a href='http://www.bluewhaleseo.com/gallery/other-seo-projects/' rel='bookmark' title='Other SEO-WEB projects'>Other SEO-WEB projects</a></li>
<li><a href='http://www.bluewhaleseo.com/gallery/teraxit-itdirect-eu/' rel='bookmark' title='TeraxIT / ITdirect.eu'>TeraxIT / ITdirect.eu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="The VAT Lady" href="http://thevatlady.co.uk" target="_blank">TheVATLady.co.uk</a></p>

<div class="ngg-galleryoverview" id="ngg-gallery-9-457">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.bluewhaleseo.com/gallery/the-vat-lady/?show=slide">
			> Show as slideshow <		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-47" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/the-vat-lady-facebook-page.jpg" title=" " class="shutterset_set_9" >
								<img title="The VAT Lady Facebook page" alt="The VAT Lady Facebook page" src="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/thumbs/thumbs_the-vat-lady-facebook-page.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-64" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/the-vat-lady-bottom.jpg" title=" " class="shutterset_set_9" >
								<img title="The VAT Lady website bottom" alt="The VAT Lady website bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/thumbs/thumbs_the-vat-lady-bottom.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-65" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/the-vat-lady-hubspot.jpg" title=" " class="shutterset_set_9" >
								<img title="The VAT Lady website on HubSpot" alt="The VAT Lady website on HubSpot" src="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/thumbs/thumbs_the-vat-lady-hubspot.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-66" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/the-vat-lady-top.jpg" title=" " class="shutterset_set_9" >
								<img title="The VAT Lady website top" alt="The VAT Lady website top" src="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/thumbs/thumbs_the-vat-lady-top.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-67" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/checkout-wp-e-commerce-rbsworldpay.jpg" title="The VAT Lady Checkout page" class="shutterset_set_9" >
								<img title="The VAT Lady Checkout page" alt="The VAT Lady Checkout page" src="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/thumbs/thumbs_checkout-wp-e-commerce-rbsworldpay.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p>&nbsp;</p>
<div class="ngg-related-gallery"><a href="http://www.bluewhaleseo.com/wp-content/gallery/restaurants-brighton-guide/restaurants-brighton-guide-facebook-page.jpg" title="Welcome page, Contact Us hCard, Facebook page, connection to Twitter" class="shutterset_related-images-for-the-vat-lady" ><img title="Restaurants Brighton Guide Facebook Page" alt="Restaurants Brighton Guide Facebook Page" src="http://www.bluewhaleseo.com/wp-content/gallery/restaurants-brighton-guide/thumbs/thumbs_restaurants-brighton-guide-facebook-page.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/the-vat-lady-facebook-page.jpg" title="" class="shutterset_related-images-for-the-vat-lady" ><img title="The VAT Lady Facebook page" alt="The VAT Lady Facebook page" src="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/thumbs/thumbs_the-vat-lady-facebook-page.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/hannah-keep-blog-top.jpg" title="" class="shutterset_related-images-for-the-vat-lady" ><img title="Hannah Keep Blog" alt="Hannah Keep Blog" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_hannah-keep-blog-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/the-vat-lady-bottom.jpg" title="" class="shutterset_related-images-for-the-vat-lady" ><img title="The VAT Lady website bottom" alt="The VAT Lady website bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/thumbs/thumbs_the-vat-lady-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/achieving-perfection-limited-bottom.jpg" title="" class="shutterset_related-images-for-the-vat-lady" ><img title="Achieving Perfection Limited Bottom" alt="Achieving Perfection Limited Bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/thumbs/thumbs_achieving-perfection-limited-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/hannah-keep-blog-socials.jpg" title="" class="shutterset_related-images-for-the-vat-lady" ><img title="Hannah Keep Blog Social Media" alt="Hannah Keep Blog Social Media" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_hannah-keep-blog-socials.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/checkout-wp-e-commerce-rbsworldpay.jpg" title="The VAT Lady Checkout page" class="shutterset_related-images-for-the-vat-lady" ><img title="The VAT Lady Checkout page" alt="The VAT Lady Checkout page" src="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/thumbs/thumbs_checkout-wp-e-commerce-rbsworldpay.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/teraxit-itdirect-eu/itdirecteu-facebook-page.jpg" title="ITdirect.eu Facebook page" class="shutterset_related-images-for-the-vat-lady" ><img title="ITdirect.eu Facebook page" alt="ITdirect.eu Facebook page" src="http://www.bluewhaleseo.com/wp-content/gallery/teraxit-itdirect-eu/thumbs/thumbs_itdirecteu-facebook-page.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/restaurants-brighton-guide/restaurants-brighton-guide-top.jpg" title="social icons and bookmarks, website optimization, BHG banner, hCard and other work behind the scenes" class="shutterset_related-images-for-the-vat-lady" ><img title="Restaurants Brighton Guide Top" alt="Restaurants Brighton Guide Top" src="http://www.bluewhaleseo.com/wp-content/gallery/restaurants-brighton-guide/thumbs/thumbs_restaurants-brighton-guide-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/the-vat-lady-top.jpg" title="" class="shutterset_related-images-for-the-vat-lady" ><img title="The VAT Lady website top" alt="The VAT Lady website top" src="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/thumbs/thumbs_the-vat-lady-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/achieving-perfection-limited-top.jpg" title="" class="shutterset_related-images-for-the-vat-lady" ><img title="Achieving Perfection Limited Top" alt="Achieving Perfection Limited Top" src="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/thumbs/thumbs_achieving-perfection-limited-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-brighton-hotel-guide/the-brighton-hotel-guide-facebook-page.jpg" title="Page setup" class="shutterset_related-images-for-the-vat-lady" ><img title="The Brighton Hotel Guide Facebook page" alt="The Brighton Hotel Guide Facebook page" src="http://www.bluewhaleseo.com/wp-content/gallery/the-brighton-hotel-guide/thumbs/thumbs_the-brighton-hotel-guide-facebook-page.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/the-vat-lady-hubspot.jpg" title="" class="shutterset_related-images-for-the-vat-lady" ><img title="The VAT Lady website on HubSpot" alt="The VAT Lady website on HubSpot" src="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/thumbs/thumbs_the-vat-lady-hubspot.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-brighton-hotel-guide/the-brighton-hotel-guide-top.jpg" title="Page setup, work on design, website's optimization, banner, social networking icons and widgets and etc." class="shutterset_related-images-for-the-vat-lady" ><img title="The Brighton Hotel Guide Top" alt="The Brighton Hotel Guide Top" src="http://www.bluewhaleseo.com/wp-content/gallery/the-brighton-hotel-guide/thumbs/thumbs_the-brighton-hotel-guide-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/bbcc-bottom.jpg" title="" class="shutterset_related-images-for-the-vat-lady" ><img title="Brighton Business Curry Club website bottom" alt="Brighton Business Curry Club website bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/thumbs/thumbs_bbcc-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/sobo-brighton-google-apps.jpg" title="Login to e-mail window" class="shutterset_related-images-for-the-vat-lady" ><img title="SoBo Brighton Google Apps" alt="SoBo Brighton Google Apps" src="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/thumbs/thumbs_sobo-brighton-google-apps.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/nicola-mchale-blog-middle.jpg" title="" class="shutterset_related-images-for-the-vat-lady" ><img title="Nicola McHale Blog" alt="Nicola McHale Blog" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_nicola-mchale-blog-middle.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/sobo-brighton-home-page-bottom.jpg" title="Links (icons) to social networks, RSS feed, IM's. Visit Brighton logo modified, Facebook LikeBox added, social buttons (Tweet, Like, Buzz), Google Translate, Links and etc." class="shutterset_related-images-for-the-vat-lady" ><img title="Sobo Brighton Home page's bottom" alt="Sobo Brighton Home page's bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/thumbs/thumbs_sobo-brighton-home-page-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/vi-international-facebook-page.jpg" title="" class="shutterset_related-images-for-the-vat-lady" ><img title="Vi International Facebook page" alt="Vi International Facebook page" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_vi-international-facebook-page.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/Sylvan-Oak-website-top.jpg" title="" class="shutterset_related-images-for-the-vat-lady" ><img title="Sylvan Oak Website Top" alt="Sylvan Oak Website Top" src="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/thumbs/thumbs_Sylvan-Oak-website-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/teraxit-itdirect-eu/teraxit-eshop.jpg" title="TeraxIT eShop" class="shutterset_related-images-for-the-vat-lady" ><img title="TeraxIT e-commerce site" alt="TeraxIT e-commerce site" src="http://www.bluewhaleseo.com/wp-content/gallery/teraxit-itdirect-eu/thumbs/thumbs_teraxit-eshop.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/Sylvan-Oak-website-bottom.jpg" title="" class="shutterset_related-images-for-the-vat-lady" ><img title="Sylvan Oak Website Bottom" alt="Sylvan Oak Website Bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/thumbs/thumbs_Sylvan-Oak-website-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/sobo-brighton-facebook-welcome-page.jpg" title="Tabs "Book Now!", "Todays Your Price Late Beds", "Special offers" added" class="shutterset_related-images-for-the-vat-lady" ><img title="SoBo Brighton Facebook Welcome page" alt="SoBo Brighton Facebook Welcome page" src="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/thumbs/thumbs_sobo-brighton-facebook-welcome-page.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/vi-international-bottom.jpg" title="" class="shutterset_related-images-for-the-vat-lady" ><img title="Vi International website" alt="Vi International website" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_vi-international-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/bbcc-top.jpg" title="" class="shutterset_related-images-for-the-vat-lady" ><img title="Brighton Business Curry Club website top" alt="Brighton Business Curry Club website top" src="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/thumbs/thumbs_bbcc-top.jpg" /></a>
</div>
<p>Related posts:<ol>
<li><a href='http://www.bluewhaleseo.com/gallery/sobo-brighton-hostel/' rel='bookmark' title='SoBo Brighton Hostel'>SoBo Brighton Hostel</a></li>
<li><a href='http://www.bluewhaleseo.com/gallery/other-seo-projects/' rel='bookmark' title='Other SEO-WEB projects'>Other SEO-WEB projects</a></li>
<li><a href='http://www.bluewhaleseo.com/gallery/teraxit-itdirect-eu/' rel='bookmark' title='TeraxIT / ITdirect.eu'>TeraxIT / ITdirect.eu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.bluewhaleseo.com/gallery/the-vat-lady/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sylvan Oak Restaurant</title>
		<link>http://www.bluewhaleseo.com/gallery/sylvan-oak/</link>
		<comments>http://www.bluewhaleseo.com/gallery/sylvan-oak/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 13:14:39 +0000</pubDate>
		<dc:creator>donatas</dc:creator>
				<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[newsletter]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[social bookmarking]]></category>
		<category><![CDATA[social marketing]]></category>
		<category><![CDATA[website optimization]]></category>

		<guid isPermaLink="false">http://www.bluewhaleseo.com/?p=449</guid>
		<description><![CDATA[www.SylvanOak.co.uk &#160; Related posts: Mano kreditas Vi international TeraxIT / ITdirect.eu
Related posts:<ol>
<li><a href='http://www.bluewhaleseo.com/gallery/mano-kreditas/' rel='bookmark' title='Mano kreditas'>Mano kreditas</a></li>
<li><a href='http://www.bluewhaleseo.com/gallery/vi-international/' rel='bookmark' title='Vi international'>Vi international</a></li>
<li><a href='http://www.bluewhaleseo.com/gallery/teraxit-itdirect-eu/' rel='bookmark' title='TeraxIT / ITdirect.eu'>TeraxIT / ITdirect.eu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="Sylvan Oak Restaurant" href="http://www.sylvanoak.co.uk" target="_blank">www.SylvanOak.co.uk</a></p>

<div class="ngg-galleryoverview" id="ngg-gallery-8-449">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.bluewhaleseo.com/gallery/sylvan-oak/?show=slide">
			> Show as slideshow <		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-44" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/Sylvan-Oak-website-bottom.jpg" title=" " class="shutterset_set_8" >
								<img title="Sylvan Oak Website Bottom" alt="Sylvan Oak Website Bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/thumbs/thumbs_Sylvan-Oak-website-bottom.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-45" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/Sylvan-Oak-website-middle.jpg" title=" " class="shutterset_set_8" >
								<img title="Sylvan Oak Website Middle" alt="Sylvan Oak Website Middle" src="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/thumbs/thumbs_Sylvan-Oak-website-middle.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-46" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/Sylvan-Oak-website-top.jpg" title=" " class="shutterset_set_8" >
								<img title="Sylvan Oak Website Top" alt="Sylvan Oak Website Top" src="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/thumbs/thumbs_Sylvan-Oak-website-top.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p>&nbsp;</p>
<div class="ngg-related-gallery"><a href="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/Sylvan-Oak-website-bottom.jpg" title="" class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="Sylvan Oak Website Bottom" alt="Sylvan Oak Website Bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/thumbs/thumbs_Sylvan-Oak-website-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/the-vat-lady-top.jpg" title="" class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="The VAT Lady website top" alt="The VAT Lady website top" src="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/thumbs/thumbs_the-vat-lady-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/hannah-keep-blog-top.jpg" title="" class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="Hannah Keep Blog" alt="Hannah Keep Blog" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_hannah-keep-blog-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/Sylvan-Oak-website-top.jpg" title="" class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="Sylvan Oak Website Top" alt="Sylvan Oak Website Top" src="http://www.bluewhaleseo.com/wp-content/gallery/sylvan-oak/thumbs/thumbs_Sylvan-Oak-website-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/bbcc-top.jpg" title="" class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="Brighton Business Curry Club website top" alt="Brighton Business Curry Club website top" src="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/thumbs/thumbs_bbcc-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/achieving-perfection-limited-ad.jpg" title="" class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="Achieving Perfection Limited Ad" alt="Achieving Perfection Limited Ad" src="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/thumbs/thumbs_achieving-perfection-limited-ad.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/sobo-brighton-google-places.jpg" title="100& profile in Google Places, gallery and other information" class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="SoBo Brighton Google Maps" alt="SoBo Brighton Google Maps" src="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/thumbs/thumbs_sobo-brighton-google-places.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-brighton-hotel-guide/the-brighton-hotel-guide-top.jpg" title="Page setup, work on design, website's optimization, banner, social networking icons and widgets and etc." class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="The Brighton Hotel Guide Top" alt="The Brighton Hotel Guide Top" src="http://www.bluewhaleseo.com/wp-content/gallery/the-brighton-hotel-guide/thumbs/thumbs_the-brighton-hotel-guide-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/the-vat-lady-hubspot.jpg" title="" class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="The VAT Lady website on HubSpot" alt="The VAT Lady website on HubSpot" src="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/thumbs/thumbs_the-vat-lady-hubspot.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/achieving-perfection-limited-top.jpg" title="" class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="Achieving Perfection Limited Top" alt="Achieving Perfection Limited Top" src="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/thumbs/thumbs_achieving-perfection-limited-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/vi-international-bottom.jpg" title="" class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="Vi International website" alt="Vi International website" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_vi-international-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/sobo-brighton-google-map.jpg" title="Google Map API V3 on SoBo website" class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="SoBo Brighton Google Map" alt="SoBo Brighton Google Map" src="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/thumbs/thumbs_sobo-brighton-google-map.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/vi-international-facebook-page.jpg" title="" class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="Vi International Facebook page" alt="Vi International Facebook page" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_vi-international-facebook-page.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/the-vat-lady-facebook-page.jpg" title="" class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="The VAT Lady Facebook page" alt="The VAT Lady Facebook page" src="http://www.bluewhaleseo.com/wp-content/gallery/the-vat-lady/thumbs/thumbs_the-vat-lady-facebook-page.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/sobo-brighton-home-page-bottom.jpg" title="Links (icons) to social networks, RSS feed, IM's. Visit Brighton logo modified, Facebook LikeBox added, social buttons (Tweet, Like, Buzz), Google Translate, Links and etc." class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="Sobo Brighton Home page's bottom" alt="Sobo Brighton Home page's bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/sobo-brighton/thumbs/thumbs_sobo-brighton-home-page-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/achieving-perfection-limited-bottom.jpg" title="" class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="Achieving Perfection Limited Bottom" alt="Achieving Perfection Limited Bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/achieving-perfection-limited/thumbs/thumbs_achieving-perfection-limited-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/hannah-keep-blog-socials.jpg" title="" class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="Hannah Keep Blog Social Media" alt="Hannah Keep Blog Social Media" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_hannah-keep-blog-socials.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/restaurants-brighton-guide/restaurants-brighton-guide-top.jpg" title="social icons and bookmarks, website optimization, BHG banner, hCard and other work behind the scenes" class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="Restaurants Brighton Guide Top" alt="Restaurants Brighton Guide Top" src="http://www.bluewhaleseo.com/wp-content/gallery/restaurants-brighton-guide/thumbs/thumbs_restaurants-brighton-guide-top.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/bbcc-bottom.jpg" title="" class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="Brighton Business Curry Club website bottom" alt="Brighton Business Curry Club website bottom" src="http://www.bluewhaleseo.com/wp-content/gallery/brighton-business-curry-club/thumbs/thumbs_bbcc-bottom.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/nicola-mchale-blog-middle.jpg" title="" class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="Nicola McHale Blog" alt="Nicola McHale Blog" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_nicola-mchale-blog-middle.jpg" /></a>
<a href="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/hannah-keep-blog-archive.jpg" title="Archive list, email subscription, tweets, share buttons" class="shutterset_related-images-for-sylvan-oak-restaurant" ><img title="Hannah Keep Blog" alt="Hannah Keep Blog" src="http://www.bluewhaleseo.com/wp-content/gallery/vi-international/thumbs/thumbs_hannah-keep-blog-archive.jpg" /></a>
</div>
<p>Related posts:<ol>
<li><a href='http://www.bluewhaleseo.com/gallery/mano-kreditas/' rel='bookmark' title='Mano kreditas'>Mano kreditas</a></li>
<li><a href='http://www.bluewhaleseo.com/gallery/vi-international/' rel='bookmark' title='Vi international'>Vi international</a></li>
<li><a href='http://www.bluewhaleseo.com/gallery/teraxit-itdirect-eu/' rel='bookmark' title='TeraxIT / ITdirect.eu'>TeraxIT / ITdirect.eu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.bluewhaleseo.com/gallery/sylvan-oak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

