<?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>Technology Archives - Cube Websites</title>
	<atom:link href="https://cubewebsites.com/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>https://cubewebsites.com/category/technology/</link>
	<description>web design and development</description>
	<lastBuildDate>Mon, 02 Jan 2023 16:51:10 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://cubewebsites.com/wp-content/uploads/2019/04/cropped-favicon-32x32.png</url>
	<title>Technology Archives - Cube Websites</title>
	<link>https://cubewebsites.com/category/technology/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Guide: Using n8n to Send New WordPress Posts to Mastodon</title>
		<link>https://cubewebsites.com/guides/guide-using-n8n-to-send-new-wordpress-posts-to-mastodon/</link>
					<comments>https://cubewebsites.com/guides/guide-using-n8n-to-send-new-wordpress-posts-to-mastodon/#respond</comments>
		
		<dc:creator><![CDATA[Cube Websites]]></dc:creator>
		<pubDate>Mon, 02 Jan 2023 16:43:25 +0000</pubDate>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[directus]]></category>
		<category><![CDATA[mastodon]]></category>
		<category><![CDATA[n8n]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://cubewebsites.com/?p=1192</guid>

					<description><![CDATA[<p>Lately I&#8217;ve been interested in using Mastodon as a social media platform. In previous efforts I used the ActivityPub plugin to automatically push new posts to Mastodon, but unfortunately this came with a lot of limitations. I&#8217;ve now setup a new integration which uses some additional tools (Directus and n8n) to help with this process. [&#8230;]</p>
<p>The post <a href="https://cubewebsites.com/guides/guide-using-n8n-to-send-new-wordpress-posts-to-mastodon/">Guide: Using n8n to Send New WordPress Posts to Mastodon</a> appeared first on <a href="https://cubewebsites.com">Cube Websites</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Lately I&#8217;ve been interested in using Mastodon as a social media platform.  In previous efforts I used the ActivityPub plugin to automatically push new posts to Mastodon, but unfortunately this came with a lot of limitations.</p>



<p>I&#8217;ve now setup a new integration which uses some additional tools (Directus and n8n) to help with this process.  The below provides a quick run-through of the process and explanation of this approach.</p>



<h2 class="wp-block-heading">Advantages</h2>



<p>Directus provides a quick way of creating an API around data models.  They offer a free cloud version which is perfect for this small-scale integration.  It can also be self-hosted in a number of ways, including using Docker which makes it very easy to setup.</p>



<p>Note that you don&#8217;t necessarily need Directus &#8211; you could use a database (e.g. MySQL) and replace the n8n API calls with database queries instead.</p>



<p>n8n (nodemation) is a powerful automation tool similar to Zapier or Logic Apps.  You can build workflows to help you achieve complicated processes using simple building blocks.  This also has a Cloud version (paid) or a self-hosted version.</p>



<p>Using the above means that I have far more control over what is going out to Mastodon, and can easily be expand to cover additional platforms e.g. Telegram, Slack or Teams.</p>



<ul class="wp-block-list">
<li>messages can be customised to your liking</li>



<li>messages can be deleted if a post is updated, and you can resubmit</li>



<li>you use your own Mastodon account so your profile can be managed fully</li>
</ul>



<h2 class="wp-block-heading">The Process</h2>



<ol class="wp-block-list">
<li>In Directus create a Collection called &#8216;rss_feed_items&#8217; with a field called &#8216;guid&#8217;.  This is used to track posts which have already been sent to Mastodon to prevent duplicates</li>



<li>In n8n, use a Schedule trigger to run every 5 minutes or so</li>



<li>Use the RSS block to fetch the RSS feed for your WordPress blog</li>



<li>Use the HTTP block to get a list of existing guids from the Directus API</li>



<li>Use the Merge block to keep only new blog posts</li>



<li>Use a Code block to prepare the message for Mastodon i.e. get the title, link and convert the categories to hashtags</li>



<li>Use the Mastodon block to post the message to Mastodon.  This is a third-party block at the moment.</li>



<li>Use the HTTP block to call the Directus API and create a record for the guid of the blog post</li>
</ol>



<p>Using this method, if a blog post is updated, I can just edit my post on Mastodon.  It could actually be made more sophisticated by keeping the Mastodon status ID and Mastodon post content in Directus with the GUID, and then if the new content is different to the old n8n can delete the old post and create a new post for you.</p>



<p>Note that on the first run, it will send all the posts that appear on your current RSS feed to Mastodon. </p>



<p>Enjoy!</p>
<p>The post <a href="https://cubewebsites.com/guides/guide-using-n8n-to-send-new-wordpress-posts-to-mastodon/">Guide: Using n8n to Send New WordPress Posts to Mastodon</a> appeared first on <a href="https://cubewebsites.com">Cube Websites</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cubewebsites.com/guides/guide-using-n8n-to-send-new-wordpress-posts-to-mastodon/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>FIX: Raspberry PI UPDATE ERROR</title>
		<link>https://cubewebsites.com/technology/fix-raspberry-pi-update-error/</link>
					<comments>https://cubewebsites.com/technology/fix-raspberry-pi-update-error/#comments</comments>
		
		<dc:creator><![CDATA[Cube Websites]]></dc:creator>
		<pubDate>Mon, 18 Oct 2021 12:34:12 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[raspberry pi]]></category>
		<guid isPermaLink="false">https://cubewebsites.com/?p=1155</guid>

					<description><![CDATA[<p>When trying to update the packages on the Raspberry Pi, I got the following error: E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details. This is because the current stable for Debian is [&#8230;]</p>
<p>The post <a href="https://cubewebsites.com/technology/fix-raspberry-pi-update-error/">FIX: Raspberry PI UPDATE ERROR</a> appeared first on <a href="https://cubewebsites.com">Cube Websites</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>When trying to update the packages on the Raspberry Pi, I got the following error:</p>



<p><code>E: Repository 'http://raspbian.raspberrypi.org/raspbian buster InRelease' changed its 'Suite' value from 'stable' to 'oldstable'<br>N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.</code></p>



<p>This is because the current stable for Debian is now Bullseye, and Buster is considered &#8216;oldstable&#8217;<br>To fix the error and continue receiving Buster updates (whilst available) run:</p>



<p><code>apt-get update --allow-releaseinfo-change</code></p>



<p>You may need to run it as sudo</p>



<p>Eventually it will be better to upgrade your Raspbian version to the latest.</p>
<p>The post <a href="https://cubewebsites.com/technology/fix-raspberry-pi-update-error/">FIX: Raspberry PI UPDATE ERROR</a> appeared first on <a href="https://cubewebsites.com">Cube Websites</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cubewebsites.com/technology/fix-raspberry-pi-update-error/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>FIX: WordPress on nginx (ERR_INCOMPLETE_CHUNKED_ENCODING)</title>
		<link>https://cubewebsites.com/guides/fix-wordpress-on-nginx-err_incomplete_chunked_encoding/</link>
					<comments>https://cubewebsites.com/guides/fix-wordpress-on-nginx-err_incomplete_chunked_encoding/#comments</comments>
		
		<dc:creator><![CDATA[Cube Websites]]></dc:creator>
		<pubDate>Mon, 27 Jul 2015 16:54:27 +0000</pubDate>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://www.cubewebsites.com/blog/?p=441</guid>

					<description><![CDATA[<p>Over the weekend I was migrating several of my sites over to an nginx-based VPS.  Whilst the migration itself seemed to go fine, I was getting a weird issue with the WordPress admin where the styles and javascript was not fully loading. After inspecting the requests with the Firebug Console, I saw that the culprit [&#8230;]</p>
<p>The post <a href="https://cubewebsites.com/guides/fix-wordpress-on-nginx-err_incomplete_chunked_encoding/">FIX: WordPress on nginx (ERR_INCOMPLETE_CHUNKED_ENCODING)</a> appeared first on <a href="https://cubewebsites.com">Cube Websites</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Over the weekend I was migrating several of my sites over to an nginx-based VPS.  Whilst the migration itself seemed to go fine, I was getting a weird issue with the WordPress admin where the styles and javascript was not fully loading.</p>
<p>After inspecting the requests with the Firebug Console, I saw that the culprit was the request:</p>
<pre>/wp-admin/load-scripts.php?c=0&amp;load%5B%5D=jquery-core,jquery-migrate,utils,plupload&amp;ver=4.2.3</pre>
<p>I tried the normal fixes such as checking permissions, updating everything, and even reinstalling WordPress but to no avail.  Then I started looking on Google for a potential fix and found <a href="http://felixmilea.com/2014/12/err_incomplete_chunked_encoding-wordpress-nginx/" target="_blank" rel="noopener">this</a> article which not only provides the solution, but also a detailed explanation of why the error occurs in the first place.</p>
<p>As soon as I made the recommended updates, all the sites started working properly with no issue whatsoever.</p>
<p>Full credit goes to the article author.  Just posting here for my own reference more than anything else!</p>
<p>UPDATE: As the original article no longer exists I&#8217;ve posted the instructions below:</p>
<p>It turns out the solution to this is quite simple. Nginx and php-fpm need to run as the same user and the directory <code>/var/lib/nginx</code> needs to be owned by that user. Personally I like to run all my web-related services under a <code>www-data</code> user, but running it under a <code>nginx</code> or <code>apache</code> user is also common. To change the user nginx runs under, edit the main nginx config file usually located at <code>/etc/nginx/nginx.conf</code>:</p>
<pre class="brush: plain; title: ; notranslate">
user www-data;
worker_processes 4;
pid runnginx.pid;
</pre>
<p>Now to change the user php-fpm runs under we need to edit its config file. On my Amazon Linux system this was located at <code>/etc/php-fpm.d/www.conf</code> while on my old Debian setup it was located at <code>/etc/php5/fpm/pool.d/www.conf</code>. There are two user-related settings in the config file. First, if php-fpm runs as a socket (as opposed to listening on a port), the user and group owner of the socket should be set to the same user as nginx so that nginx can access it to run php files. This is not relevant for our error, but can cause other issues if nginx doesnt have permissions to access the socket. Second, the user and group that the php-fpm process runs under needs to be the same as nginx.</p>
<pre class="brush: plain; title: ; notranslate">
    user  = www-data
    group = www-data
     
    listen = varrunphp5-fpm.sock
    listen.owner = www-data
    listen.group = www-dataL
</pre>
<p>To change the ownership of the nginx lib directory simply run the command <code>chown -R www-data:www-data /var/lib/nginx</code> as root (<code>sudo</code> will do on most systems). Finally, if we edited any config files, we need to restart the appropriate services for the changes to take effect. On most systems this can be done by running <code>service nginx restart</code> or <code>/etc/init.d/nginx restart</code> as root. For php-fpm the service name is <code>php5-fpm</code>.</p>
<p>The post <a href="https://cubewebsites.com/guides/fix-wordpress-on-nginx-err_incomplete_chunked_encoding/">FIX: WordPress on nginx (ERR_INCOMPLETE_CHUNKED_ENCODING)</a> appeared first on <a href="https://cubewebsites.com">Cube Websites</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cubewebsites.com/guides/fix-wordpress-on-nginx-err_incomplete_chunked_encoding/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>PHP To Ruby On Rails: Making The Switch &#8211; Part I</title>
		<link>https://cubewebsites.com/technology/php-to-ruby-on-rails-making-the-switch-part-i/</link>
					<comments>https://cubewebsites.com/technology/php-to-ruby-on-rails-making-the-switch-part-i/#respond</comments>
		
		<dc:creator><![CDATA[Cube Websites]]></dc:creator>
		<pubDate>Tue, 17 Jan 2012 20:08:15 +0000</pubDate>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<guid isPermaLink="false">http://www.cubewebsites.com/blog/?p=389</guid>

					<description><![CDATA[<p>Introduction This year I’ve decided that I want to learn at least one new language and have decided that I’ll be learning Ruby.  I’ve read great things about Ruby and Rails, all about how it’s made development fun again for devs, lets you actually get on with creating responsive web applications and is generally just [&#8230;]</p>
<p>The post <a href="https://cubewebsites.com/technology/php-to-ruby-on-rails-making-the-switch-part-i/">PHP To Ruby On Rails: Making The Switch &#8211; Part I</a> appeared first on <a href="https://cubewebsites.com">Cube Websites</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>Introduction</strong></p>
<p>This year I’ve decided that I want to learn at least one new language and have decided that I’ll be learning Ruby.  I’ve read great things about Ruby and Rails, all about how it’s made development fun again for devs, lets you actually get on with creating responsive web applications and is generally just so awesome.  I’ll be writing up everything I discover, whether it’s finding things which are much easier than their PHP alternative, or getting frustrated by the fact that I can’t figure out how to do something I’d normally consider trivial in PHP.</p>
<p>Part I is based on me setting up Rails on my local Windows machine and then spending a couple of hours working my way through the <a href="http://guides.rubyonrails.org/getting_started.html" target="_blank">Getting Started</a> tutorial.</p>
<p><strong>Ruby VS Ruby On Rails</strong></p>
<p>One of the first things I asked myself was, “am I learning Ruby or Ruby on Rails?” and went off in search for an answer, which was “both”.</p>
<p>Ruby is the language.  Rails is a framework written in Ruby which makes creating web applications really easy.<br />
So me learning Rails is actually me learning how create Rails applications in Ruby.  Got it?</p>
<p><strong>Setup</strong></p>
<p>The setup of Rails itself wasn’t too bad.  I just downloaded the Windows installer from <a href="http://rubyinstaller.org/" target="_blank">Ruby Installer</a> and the DevKit from the same site, which allows me to compile and use gems natively.  That was it for Rails installation, simple enough.</p>
<p><strong>MySQL Setup</strong></p>
<p>To create my first application I simply fired up Netbeans, which is my IDE of choice, and created a new Ruby on Rails Application.  This was pretty cool, except for the fact that I couldn’t get MySQL working.  I have MySQL running locally as part of WAMP, but installing the mysql gem for Ruby wasn’t enough.  Whenever I tried running the app it’d complain and quit.</p>
<p>I started looking up solutions, and spent a lot of time searching for people with similar issues, but no matter what I tried I couldn’t get it working.  I spent at least an hour looking for a fix and got really frustrated, it was quite a dark time, however I kept looking and finally found <a href="http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/" target="_blank">this solution</a> on how to install MySQL on Windows 7 64-bit with Ruby.  The tutorial was simple to follow, and as soon as I’d finished my app started working, good times.</p>
<p><strong>Hello Ruby</strong></p>
<p>Now that I had Rails setup and installed on my machine, it was time to start learning how to build things.  I went to the <a href="http://blog.mmediasys.com/2011/07/07/installing-mysql-on-windows-7-x64-and-using-ruby-with-it/" target="_blank">getting started tutorial</a> and worked my way through it.  As I worked through it I spotted a LOT of things which seemed to make me love Ruby, and lot of things which went well and truly over my head.</p>
<p><strong>Things I Loved</strong></p>
<ol>
<li><span style="color: #404040;"><strong>Sprockets</strong> – In your application directory, Rails has assets directories for JavaScript, Stylesheets and Images.  Whenever you use the CLI to create a new controller, it creates new .scss and .coffee files with the name of your controller.  This means that you can separate out all the style and scripts for each component of your site really easily.  Rails then compiles your <a href="http://sass-lang.com/" target="_blank">Sass</a> and <a href="http://coffeescript.org/" target="_blank">CoffeeScript</a> files when your run your application into a single CSS and a single JavaScript file.</span></li>
<li><span style="color: #404040;"><strong>Response types</strong> – it was so stupidly easy to return content in a specific format based on the URL extension.  For example:<br />
myurl.com/posts – would be the expected HTML output all my blog posts<br />
myurl.com/posts.json – would route to the same controller and action, but return all the blog posts as a JSON string<br />
myurl.com/posts.xml – all the posts but now as valid XML</span></li>
<li><span style="color: #404040;"><strong>Rails IS an MVC framework</strong> – Rails is built to be an MVC framework.  The moment you generate your first app (easy as: `rails new myappname`!) it creates a base application which follows the MVC pattern and easily allows you to extend it into your own.</span></li>
<li><span style="color: #404040;"><strong>Syntax that “just makes sense”</strong>– here’s a sample of a Model in Ruby:</span>
<pre>class Post &lt; ActiveRecord::Base
  validates :name,  :presence =&gt; true
  validates :title, :presence =&gt; true,
                    :length =&gt; { :minimum =&gt; 5 }

  has_many :comments
end</pre>
<div><span style="color: #404040;">It amazes at me at how much you can understand just from looking at the class declaration.</span></div>
</li>
<li><span style="color: #404040;"><strong>It’s So Simple</strong> – whilst you could argue that I now have the benefit of a few years PHP experience, I still remember that when I first started with PHP, which was my first web language (I&#8217;d done Java and C++ before), I spent a whole summer just going over the basics and working my way up to creating a blog as part of working through a book.  In fact, the blog was pretty poor an lacked a lot of key features like security and it was done in procedural programming.  It wasn’t until about a year into PHP that I started working with frameworks and OOP properly.  In comparison, it took me just a few hours to go from “I want to learn Ruby”, to having a working blog application using MVC conventions.</span></li>
</ol>
<p><strong>It’s Over My Head</strong></p>
<p>When I said there were a few things that went well over my head, well…I lied, it was basically just the syntax.  Whilst in some cases the syntax made a lot of sense, in other cases I was getting really confused e.g. when they were generating forms in the views and I had no idea what the hell was going on.  At the time I decided the best thing to do was to carry on the guide and then go through everything and look up the bits I didn&#8217;t get.<br />
This is actually as far as I’ve got to date, but see the next section on how I intend to learn the syntax.</p>
<p><strong>Where To Next?</strong></p>
<p>Whilst I’ve completed the basic blog tutorial, the next step is to learn how to make a full web application.  I’ve looked around and found that the book Agile Web Development With Rails is THE book to learn Rails with according to a lot of people.  I managed to find an early edition at work today and have brought it home to start looking through for the rest of this evening.<br />
The book has an appendix which contains a quick-start guide to the Ruby language and syntax so I’m going to start with that to understand the things from the blog tutorial which I didn’t quite get, and then make my way through the book which should also clarify some of the things for me.</p>
<p><strong>Verdict.</strong></p>
<p>Simply put, I think Rails is ACE.  So far it’s been great.  Whilst there’s some bits I don’t quite get yet, well what can you expect, it’s been about 3 hours so far!  Overall it seems to be a very powerful framework which not only enforces but also simplifies the best web programming conventions.  Lovin’ it.</p>
<p>The post <a href="https://cubewebsites.com/technology/php-to-ruby-on-rails-making-the-switch-part-i/">PHP To Ruby On Rails: Making The Switch &#8211; Part I</a> appeared first on <a href="https://cubewebsites.com">Cube Websites</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cubewebsites.com/technology/php-to-ruby-on-rails-making-the-switch-part-i/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>REVIEW: Fractal Design Define R3</title>
		<link>https://cubewebsites.com/technology/review-fractal-design-define-r3/</link>
					<comments>https://cubewebsites.com/technology/review-fractal-design-define-r3/#comments</comments>
		
		<dc:creator><![CDATA[Cube Websites]]></dc:creator>
		<pubDate>Mon, 29 Aug 2011 14:42:21 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[case]]></category>
		<category><![CDATA[define r3]]></category>
		<category><![CDATA[fractal]]></category>
		<category><![CDATA[review]]></category>
		<guid isPermaLink="false">http://www.cubewebsites.com/blog/?p=265</guid>

					<description><![CDATA[<p>This post is a copy of an email which I sent to Fractal this morning.  After reading over it, I decided that it made a pretty good review too, so here&#8217;s me sharing it with you! Hi there, I just wanted to take some time out to provide you with feedback for one of your [&#8230;]</p>
<p>The post <a href="https://cubewebsites.com/technology/review-fractal-design-define-r3/">REVIEW: Fractal Design Define R3</a> appeared first on <a href="https://cubewebsites.com">Cube Websites</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This post is a copy of an email which I sent to Fractal this morning.  After reading over it, I decided that it made a pretty good review too, so here&#8217;s me sharing it with you!</p>
<p>Hi there,</p>
<p>I just wanted to take some time out to provide you with feedback for one of your products which I recently purchased.</p>
<p>I was in the market for a new case, and was looking for something which would reduce the amount of noise produced by my machine.  My previous build was ridiculously loud, with noise coming from all the fans, hum of the hard drives and occassionally a random clicking which I never figured out where it was coming from&#8230;needless to say this was very frustrating and so I decided to start looking for a new case.</p>
<p>Looking back over the years, my average budget for a case is £30, sometimes I spend less (I&#8217;ve had a £10 case which was perfect for me and lasted years) and sometimes I spend a little bit more; I bought an Antec 300 which lasted about 2 months before the power button broke off.</p>
<p>This time I was so desperate to get a case that would be as close to silent as possible, that I decided that I&#8217;d be willing to extend my budget significantly to pretty much double what I usually pay.  Whilst looking around on the eBuyer website I came across a couple of your cases and what drew me in to find out more about your brand and to take a closer look at your products was the simplicity in the design of your cases.  After reading more into it, checking out out some reviews and quite a long time debating with myself whether I was ready to part with so much money for a computer case, I chose to purchase the Fractal Design Define R3.</p>
<p>From what I&#8217;d read, this case has been just optimised for noise reduction, from Hard Drive pads, absorbing material, ModuVents and I&#8217;d even heard good things about the fans included.  On top of all that, it had plenty of space to house all the components that I have in my PC.</p>
<p>When I received it, I was thoroughly impressed by the build quality, the looks and just from the amount of space inside, not to mention how well organised it was!  After putting it all together, getting the cabling all nice and tidy I turned my PC on for a test drive.</p>
<p>Unfortunately, this was the point when I became so disappointed with it that I honestly wish I&#8217;d just stuck to the cheap cases! At least when I pay less for something, I&#8217;m not really surprised when it has issues, but I had so great expectations from the Fractal case which I was happy to spend £80 on for its features it was a massive let down and feels like a great waste of money.</p>
<p>The noise coming from the PC was almost as bad as what my previous case sounded like.  After investigating the source of the noise, I found that whilst the hard drive pads had eliminated the hum, the noise was actually coming from the rear fan included with the case.  When I realised then I was very surprised considering that most reviews say that the fans with this case are supposed to be superb, but after verifying that the fan was causing the noise by temporarily disconnecting it..well I knew better at that point.</p>
<p>For the time being I&#8217;ve left the fan connected but from the amount of noise it creates it&#8217;s only a matter of time before I give in and end up spending even more money on a new fan.</p>
<p>I&#8217;ll end up keeping the case, other than the noise it&#8217;s pretty much perfect and the build is incredible.  With the fan disconnected, I&#8217;ve found that the computer makes pretty much no noise, so well done on the noise reduction techniques.  The only thing which let the entire case down is the fan which creates such a racket that it renders the rest of noise elimination features useless.</p>
<p>Regards<br />
A very disappointed customer.</p>
<p>The post <a href="https://cubewebsites.com/technology/review-fractal-design-define-r3/">REVIEW: Fractal Design Define R3</a> appeared first on <a href="https://cubewebsites.com">Cube Websites</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cubewebsites.com/technology/review-fractal-design-define-r3/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>HOW TO: Play DivX, MKV and Other Video On LG 32LD450</title>
		<link>https://cubewebsites.com/technology/how-to-play-divx-mkv-and-other-video-on-lg-32ld450/</link>
					<comments>https://cubewebsites.com/technology/how-to-play-divx-mkv-and-other-video-on-lg-32ld450/#respond</comments>
		
		<dc:creator><![CDATA[Cube Websites]]></dc:creator>
		<pubDate>Sat, 05 Mar 2011 12:38:24 +0000</pubDate>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[divx]]></category>
		<category><![CDATA[kameleon]]></category>
		<category><![CDATA[lg 32ld450]]></category>
		<guid isPermaLink="false">http://www.cubewebsites.com/blog/?p=262</guid>

					<description><![CDATA[<p>This guide shows you how to watch video files on your LG 32LD450 using a Kameleon URC-8204 All-In-One remote. Requirements Compatible LG television (e.g. LG 32LD450) Kameleon All-In-One Remote Setting Up The Remote Only do these steps if you haven&#8217;t configured your remote to work with your TV yet! Hold down the Top Hat button [&#8230;]</p>
<p>The post <a href="https://cubewebsites.com/technology/how-to-play-divx-mkv-and-other-video-on-lg-32ld450/">HOW TO: Play DivX, MKV and Other Video On LG 32LD450</a> appeared first on <a href="https://cubewebsites.com">Cube Websites</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This guide shows you how to watch video files on your LG 32LD450 using a Kameleon URC-8204 All-In-One remote.</p>
<p><strong>Requirements</strong></p>
<ol>
<li>Compatible LG television (e.g. LG 32LD450)</li>
<li>Kameleon All-In-One Remote</li>
</ol>
<p><span style="color: #000000; font-size: small;"><strong>Setting Up The Remote</strong></span></p>
<p><span style="color: #000000; font-size: small;">Only do these steps if you haven&#8217;t configured your remote to work with your TV yet!</span></p>
<ol>
<li><span style="font-size: small;">Hold down the Top Hat button for a few seconds (a rabbit will appear out of the hat)</span></li>
<li><span style="font-size: small;">Press the Search button</span></li>
<li><span style="font-size: small;">Press the Television icon</span></li>
<li><span style="font-size: small;">Point the remote at the television and press the <strong>Channel &#8211;</strong> button until your television responds &#8211; mine came up with a message saying &#8220;Function not supported at this time&#8221;.  As long as the television responds it&#8217;s good as it means the remote is communicating with the TV.</span></li>
<li><span style="font-size: small;">Press Esc to return to the normal remote mode and you&#8217;ll find you can now use this remote with your TV</span></li>
</ol>
<p><span style="font-size: small;"><span style="line-height: 24px;"><strong>Instructions to Unlock Video Feature</strong></span></span></p>
<ol>
<li><span style="font-size: small;">Hold down the Top Hat button on your remote until the rabbit appears out of it</span></li>
<li><span style="font-size: small;">Select the Keymagic option</span></li>
<li><span style="font-size: small;">Press the Television icon</span></li>
<li><span style="font-size: small;">Press the Top Hat button (just press, don&#8217;t hold!)</span></li>
<li><span style="font-size: small;">Enter 00018 on the number pad</span></li>
<li><span style="font-size: small;">Press the A key at the bottom of your remote</span></li>
<li><span style="font-size: small;">At this point you&#8217;ll notice the top of your remote pulse a couple of times which means the shortcut for the service menu has been set</span></li>
<li><span style="font-size: small;">Press Esc button</span></li>
<li><span style="font-size: small;">Press the A key at the bottom of your remote</span></li>
<li><span style="font-size: small;">You&#8217;ll be prompted for a PIN.  Enter 0413 (if that doesn&#8217;t work try 0000).</span></li>
<li><span style="font-size: small;">Using your <strong>LG remote</strong>, go down to Tool Option 3 and select the DivX option.  Set it to 1</span></li>
<li><span style="font-size: small;">Use the back button to exit the menus.</span></li>
<li><span style="font-size: small;">When you go to the Input menu and select USB, you&#8217;ll now notice an option for Movie Playback!</span></li>
</ol>
<p><span style="font-size: small;"><span style="line-height: 24px;">This method is also known to work on the 42 inch version (LG42LD450).</span></span></p>
<p><span style="font-size: small;">If you don&#8217;t have this particular remote then other One For All remotes and Harmony Remote Controls will also do the same trick but with slight differences to the method in terms of button labels.</span></p>
<p>The post <a href="https://cubewebsites.com/technology/how-to-play-divx-mkv-and-other-video-on-lg-32ld450/">HOW TO: Play DivX, MKV and Other Video On LG 32LD450</a> appeared first on <a href="https://cubewebsites.com">Cube Websites</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cubewebsites.com/technology/how-to-play-divx-mkv-and-other-video-on-lg-32ld450/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
