<?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>Ubuntu Linux Help &#187; firefox</title> <atom:link href="http://ubuntulinuxhelp.com/tag/firefox/feed/" rel="self" type="application/rss+xml" /><link>http://ubuntulinuxhelp.com</link> <description>Tips, Tricks and How To&#039;s for the Ubuntu Linux User</description> <lastBuildDate>Thu, 19 Jan 2012 13:15:19 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>Upgrade Ubuntu Firefox to Version 3.6 &#8211; Reader Questions</title><link>http://ubuntulinuxhelp.com/upgrade-ubuntu-firefox-to-version-3-6-reader-questions/</link> <comments>http://ubuntulinuxhelp.com/upgrade-ubuntu-firefox-to-version-3-6-reader-questions/#comments</comments> <pubDate>Sat, 27 Feb 2010 20:12:38 +0000</pubDate> <dc:creator>Roger Wheatley</dc:creator> <category><![CDATA[Q & A]]></category> <category><![CDATA[9.04]]></category> <category><![CDATA[Applications]]></category> <category><![CDATA[firefox]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[install]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[upgrade]]></category><guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1822</guid> <description><![CDATA[Erica from Canada asks: &#8220;&#8230; I&#8217;m using Ubuntu 9.04&#8230; the &#8220;Check for Updates&#8221; in Firefox is grayed out and apt-get does not upgrade Firefox&#8230; I&#8217;m stuck at 3.0.18, how can I get upgraded?&#8230;&#8221; This is an issue, I&#8217;ve encountered before. The newest versions of Firefox are not yet in the repositories, and the &#8220;Check for [...]]]></description> <content:encoded><![CDATA[<p>Erica from Canada asks:</p><p>&#8220;<span
style="color: #008000;">&#8230; I&#8217;m using Ubuntu 9.04&#8230; the &#8220;Check for Updates&#8221; in Firefox is grayed out and apt-get does not upgrade Firefox&#8230; I&#8217;m stuck at 3.0.18, how can I get upgraded?&#8230;</span>&#8221;</p><p>This is an issue, I&#8217;ve encountered before. The newest versions of Firefox are not yet in the repositories, and the &#8220;Check for Updates&#8221; is disabled on purpose. I tried upgrading Firefox via PPA&#8217;s on a couple occasions, butthe updates failed and I ended up with broken packages! In my opinion, the following steps might serve as a safer way to upgrade.</p><p>In your existing Firefox version (3.0.18), install the following extension manager, named FEBE, in case something happens to your extentions, you&#8217;ll be able to reinstall them:</p><p>FEBE: <a
href="https://addons.mozilla.org/en-US/firefox/addon/2109" title="FEBE Firefox Extension"  target="_blank">https://addons.mozilla.org/en-US/firefox/addon/2109</a></p><p>Use FEBE to backup your extensions.</p><p>Also, just in case something happens to your saved passwords, you can back those up as well with an extension named &#8220;Password Exporter&#8221;: <a
href="https://addons.mozilla.org/en-US/firefox/addon/2848" title="Password Exporter extension for Firefox"  target="_blank">https://addons.mozilla.org/en-US/firefox/addon/2848</a></p><p>Backup up your passwords.</p><p>Finally, don&#8217;t forget to backup your bookmarks in case something goes wrong.</p><p>In a Terminal, run the command:</p><p><strong><span
style="color: #ff6600;">which firefox</span></strong></p><p>You should see this answer displayed:</p><p><span
style="color: #3366ff;">/usr/bin/firefox</span></p><p>This guide is based on the pathing above. If the steps below are not followed properly, then this will not work! <span
style="color: #ff0000;">ALWAYS make sure you have BACKUPS of data you do not want to lose</span>, in case something in your system goes terribly wrong.</p><p>Now, let&#8217;s use the Terminal to move into Ubuntu&#8217;s temporary (working) directory:</p><p><strong><span
style="color: #ff6600;">cd /tmp</span></strong></p><p>Download  Firefox 3.6 for Ubuntu 9.04 (Jaunty):<br
/> <strong><span
style="color: #ff6600;">wget &#8220;http://download.mozilla.org/?product=firefox-3.6&amp;os=linux&amp;lang=en-US&#8221;</span></strong></p><p>(The above is for the North American version, you can change that to meet your needs).</p><p>Extract the contents:<br
/> <strong><span
style="color: #ff6600;">tar xvjf firefox-*.bz2</span></strong></p><p>We are going to copy the new version of Firefox to a directory called &#8220;firefox-3.6&#8243; (instead of &#8220;firefox&#8221;), this way we can  revert back to the original Firefox 3.0.18 is needed.<br
/> <span
id="more-1822"></span><br
/> Copy the executable to /usr/lib/:</p><p><strong><span
style="color: #ff6600;">sudo cp -r firefox /usr/lib/firefox-3.6</span></strong></p><p>Move the older version (3.0.18) to &#8220;firefox.old&#8221;:<br
/> (This way you can revert back to it if needed)</p><p><strong><span
style="color: #ff6600;">sudo mv /usr/bin/firefox /usr/bin/firefox.old</span></strong></p><p>Create the links to the correct verion of Firefox will run:</p><p><strong><span
style="color: #ff6600;">sudo ln -s /usr/lib/firefox-3.6/firefox /usr/bin/firefox-3.6<br
/> sudo ln -s /usr/bin/firefox-3.6 /usr/bin/firefox</span></strong></p><p>Now open Firefox and you should be running version 3.6. If not, then some of the steps above were not followed (or Firefox was not in &#8220;/usr/bin/firefox&#8221;).</p><p>If you ever need to revert back to your older version of Firefox, you can run the commands below in a Terminal:</p><p>Backup the existing:<br
/> <strong><span
style="color: #ff6600;">sudo mv /usr/bin/firefox /usr/bin/firefox.bak</span></strong></p><p>Now restore the older version:<br
/> <strong><span
style="color: #ff6600;">sudo mv /usr/bin/firefox.old /usr/bin/firefox</span></strong></p><p>You should notice that your settings, bookmarks, passwords are all intact (as they are stored in your user profile &#8211; /home/&lt;username&gt;/.mozilla). We backed them up just in case there was an issue.</p><p>I hope this helps!</p> ]]></content:encoded> <wfw:commentRss>http://ubuntulinuxhelp.com/upgrade-ubuntu-firefox-to-version-3-6-reader-questions/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Building a Web Developer / Designer PC Using Ubuntu Linux &#8211; Revisited</title><link>http://ubuntulinuxhelp.com/building-a-web-developer-designer-pc-using-ubuntu-linux-revisited/</link> <comments>http://ubuntulinuxhelp.com/building-a-web-developer-designer-pc-using-ubuntu-linux-revisited/#comments</comments> <pubDate>Tue, 24 Mar 2009 17:31:41 +0000</pubDate> <dc:creator>Roger Wheatley</dc:creator> <category><![CDATA[Applications]]></category> <category><![CDATA[Hands On]]></category> <category><![CDATA[How To]]></category> <category><![CDATA[8.04]]></category> <category><![CDATA[apt-get]]></category> <category><![CDATA[aptitude]]></category> <category><![CDATA[editor]]></category> <category><![CDATA[file]]></category> <category><![CDATA[firefox]]></category> <category><![CDATA[hardy]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[install]]></category> <category><![CDATA[linux]]></category> <category><![CDATA[meld]]></category> <category><![CDATA[opensource]]></category> <category><![CDATA[synchronization]]></category> <category><![CDATA[tkdiff]]></category> <category><![CDATA[unison]]></category> <category><![CDATA[xvidcap]]></category><guid
isPermaLink="false">http://ubuntulinuxhelp.com/?p=1428</guid> <description><![CDATA[Recently I posted &#8220;Build a Web Developer PC and Enable Most Media Playback Using Ubuntu Linux&#8221; and received a few messages asking what other tools I use. To save me time with answering email messages that essentially contain the same information, and to help the maximum number of readers, I thought it would be a [...]]]></description> <content:encoded><![CDATA[<p>Recently I posted &#8220;<a
href="http://ubuntulinuxhelp.com/build-a-web-developer-pc-and-enable-most-media-playback-using-ubuntu-linux/" title="Build a Web Developer PC and Enable Most Media Playback Using Ubuntu Linux"  target="_self">Build a Web Developer PC and Enable Most Media Playback Using Ubuntu Linux</a>&#8221; and received a few messages asking what other tools I use. To save me time with answering email messages that essentially contain the same information, and to help the maximum number of readers, I thought it would be a good follow up to that earlier post.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p>First off, there some other applications I use, namely:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p><a
rel="nofollow" href="http://xvidcap.sourceforge.net/" title="xvidCap"  target="_blank">xVidCap</a>. This facilitates screen capturing video so that I can create tutorial videos. After which ffmpeg can be used to convert the captured video to flv format for web streaming.  If you&#8217;re interested, they have a couple instructional videos: <a
rel="nofollow" href="http://xvidcap.sourceforge.net/instruct-video1.mpeg" title="xvidCap instructional video 1"  target="_blank">Video 1</a> and <a
rel="nofollow" href="http://xvidcap.sourceforge.net/instruct-video2.mpeg" title="xvidCap instructional video 2"  target="_blank">Video 2</a>. To install it, the command is:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p><span
style="color: #ff6600;">sudo aptitude install xvidcap</span><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p>Also, to be able to quickly find the differences between <span
id="more-1428"></span>file versions I use <a
rel="nofollow" href="http://sourceforge.net/projects/tkdiff/" title="TkDiff"  target="_blank">TkDiff File Comparison</a> and <a
rel="nofollow" href="http://meld.sourceforge.net/" title="Meld"  target="_blank">Meld</a>. Both allow me to open different versions and display where files differ. These are particularly helpful if you access files from different locations and then need to troubleshoot changes. To install:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p><span
style="color: #ff6600;">sudo aptitude install tkdiff</span><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p><span
style="color: #ff6600;">sudo aptitude install meld</span><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p>In my personal case, this became more useful when I tried out <a
href="http://www.cis.upenn.edu/~bcpierce/unison/" title="Unison"  target="_blank">Unison</a>. As explained on the Unison web site:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p>&#8220;<em><span
style="color: #3366ff;">&#8230;Unison is a file-synchronization tool for Unix and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other&#8230;</span></em>&#8220;<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p>While I&#8217;m mentioning Unison, I should point out that I had a horrible experience with it (Note: I did not read the manual). In my opinion it&#8217;s a great idea, and I am truly waiting for the latest versions, however I did have issues (which I have not been able to resolve yet):<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p>It advertises that synchronization can also occur between Linux and Windows systems (or Linux to Linux systems).<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p>My reality with regards to Windows :<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><ul><li>Linux can connect to Windows, but then the connection is lost with an error message after supplying the correct password.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></li><li>Window can connect to Linux and does begin searching for changes, but then the application freezes, becomes unresponsive, network traffic is almost zero and CPU load shoots to 100% if you try to stop.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></li><li>For it to work the same version needs to be installed on both machines.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></li><li>Compiling from source did not work on Ubuntu 8.04 as it indicated there were errors in the make file (yet the <span
style="color: #ff6600;">sudo aptitude install unison-gtk</span> command does succeed &#8211; So I know all dependencies and libraries are already available)<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></li><li>Currently it does not work. (However other solutions like rsync etc. work without any issues or much hair pulling).<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></li><li>There is no option to delete a profile.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></li><li>Importantly, the FTP synchronization option is not available.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></li></ul><p><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /><br
/> I really hope I can get this going &#8211; But it&#8217;s slow as it&#8217;s taken me almost 5 hours to try and get it working &#8211; to no avail. I wish there would be the same updated versions for all platforms available as packaged binaries (I think this would make things easier).<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p><a
href="http://www.imgseek.net/" title="imgSeek"  target="_blank">imgSeek</a> is another useful tool that manages graphic collection and has the unique search capability where you can provide a rough sketch of the image you are looking for &#8211; And the results will be returned. No more having to use tags! In my opinion that is a great feature. You can <a
href="http://www.imgseek.net/sshot/9814e2bd8884d0d96a7d19c0a42403d5.png" title="imgSeek serach screenshot"  target="_blank">view the screenshot</a> of the search feature.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p>Many of the other web design and development related tools are also Firefox extensions:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p><a
href="https://addons.mozilla.org/en-US/firefox/addon/1002" title="Codetch Firefox extension"  target="_blank">Codetch</a> allows me to edit files right inside Firefox. It&#8217;s a little bit like Bluefish.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p><a
href="https://addons.mozilla.org/en-US/firefox/addon/134" title="Copy Plain Text Firefox extension"  target="_blank">Copy Plain Text</a> gives you the ability to copy and paste text without all the formatting.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p><a
href="https://addons.mozilla.org/en-US/firefox/addon/2289" title="W3C CSS Validator Firefox extension"  target="_blank">W3C CSS Validator</a> does exactly that &#8211; validate that your CSS is formatted to the correct standards.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p><a
href="https://addons.mozilla.org/en-US/firefox/addon/2104" title="CSSViewer Firefox estension"  target="_blank">CSSViewer</a> allows you to hover your mouse around a web page and see a small box that clearly shows all the CSS element in effect for any object or area.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p><a
href="https://addons.mozilla.org/en-US/firefox/addon/179" title="EditCSS Firefox extension"  target="_blank">EditCSS</a> allows you to edit the CSS of any web page in real time and see the immediate changes, then you can simply copy and paste the change into your final style.css file.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p><a
href="https://addons.mozilla.org/en-US/firefox/addon/1843" title="Firebug Firefox extension"  target="_blank">Firebug</a> is a robust extension that allows you to live debug and monitor CSS, HTML, JavaScript, etc. actions and results. It&#8217;s a good tool for troubleshooting issues.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p><a
href="https://addons.mozilla.org/en-US/firefox/addon/60" title="Web Developer Firefox extension"  target="_blank">Web Developer</a> provides a tool bar with lots (and lots&#8230;) of development tools! If you&#8217;re only going to check one of these extensions, this is the one to look at!<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p>Side note: I&#8217;ve often been asked what the &#8220;Ubuntu Firefox Modifications&#8221; extension does (as there is no ability to edit the preferences for it). It&#8217;s function is to allow installation of Firefox add ons via the Ubuntu package manager, however I&#8217;ve not played with that yet.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p>Finally, one issue I&#8217;ve found very helpful is to tweak how Firefox operates, in other words making it function faster. The video below provides a good guide to tweaking Firefox for speed improvements:<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p><object
width="425" height="344" data="http://www.youtube-nocookie.com/v/wGYggczgyo8&amp;hl=en&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash"><param
name="allowFullScreen" value="true" /><param
name="allowscriptaccess" value="always" /><param
name="src" value="http://www.youtube-nocookie.com/v/wGYggczgyo8&amp;hl=en&amp;fs=1&amp;rel=0" /><param
name="allowfullscreen" value="true" /></object><img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p><p>Hopefully the revisit of this topic helps answer questions as well as improving the web developer and designer productivity in an Ubuntu Linux environment.<img
title="spacer_gif" src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" alt="" /></p> ]]></content:encoded> <wfw:commentRss>http://ubuntulinuxhelp.com/building-a-web-developer-designer-pc-using-ubuntu-linux-revisited/feed/</wfw:commentRss> <slash:comments>4</slash:comments> <enclosure
url="http://xvidcap.sourceforge.net/instruct-video1.mpeg" length="9738040" type="video/mpeg" /> <enclosure
url="http://xvidcap.sourceforge.net/instruct-video2.mpeg" length="9189134" type="video/mpeg" /> </item> <item><title>Browser Problems &#8211; Creating a Linux Based Virtual Box &#8211; Part 1 of 2</title><link>http://ubuntulinuxhelp.com/browser-problems-creating-a-linux-based-virtual-box-part-1-of-2/</link> <comments>http://ubuntulinuxhelp.com/browser-problems-creating-a-linux-based-virtual-box-part-1-of-2/#comments</comments> <pubDate>Thu, 08 May 2008 14:17:06 +0000</pubDate> <dc:creator>Roger Wheatley</dc:creator> <category><![CDATA[Editorials]]></category> <category><![CDATA[How To]]></category> <category><![CDATA[amd]]></category> <category><![CDATA[browser]]></category> <category><![CDATA[bug]]></category> <category><![CDATA[computer]]></category> <category><![CDATA[designer]]></category> <category><![CDATA[firefox]]></category> <category><![CDATA[hard drive]]></category> <category><![CDATA[hardware]]></category> <category><![CDATA[hdd]]></category> <category><![CDATA[ie]]></category> <category><![CDATA[ie6]]></category> <category><![CDATA[ies4]]></category> <category><![CDATA[kingston]]></category> <category><![CDATA[ram]]></category> <category><![CDATA[shuttle]]></category> <category><![CDATA[software]]></category> <category><![CDATA[virtual]]></category> <category><![CDATA[virtualbox]]></category> <category><![CDATA[virtualization]]></category> <category><![CDATA[web design]]></category> <category><![CDATA[western digital]]></category> <category><![CDATA[xvidcap]]></category><guid
isPermaLink="false">http://ubuntulinuxhelp.com/browser-problems-creating-a-linux-based-virtual-box-part-1-of-2/</guid> <description><![CDATA[I had an interesting discussion yesterday with the owner of LaLa Media (lalamedia.ca). The conversation focused on the issues of developing web sites that are cross platform friendly. Invariably the problem dealing with browser bugs came up. In particular how IE6 appears to be especially buggy and how it tends to have problems with CSS/XHTML [...]]]></description> <content:encoded><![CDATA[<p>I had an interesting discussion yesterday with the owner of LaLa Media (<a
href="http://lalamedia.ca"  title="http://lalamedia.ca" target="_blank">lalamedia.ca</a>).<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /> The conversation focused on the issues of developing web sites that are cross platform friendly.  Invariably the problem dealing with browser bugs came up. In particular how IE6 appears to be especially buggy and how it tends to have problems with CSS/XHTML div positioning (among other things).<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>Side note:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /> As I&#8217;ve mentioned before, the upkeep of this site is a financial burden (but I think this blog does provide value to the community), as such I often collaborate on web projects to help with the server fees etc., which lead to the discussion at hand.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>One particularly vexing issue we discussed was how IE positions DIV elements (via CSS) compared to other browsers such as Firefox, Opera etc. A site structure that looked great in other browsers often presented design challenges when using IE.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /> Of course many of the Firefox fan boys were quick to jump in and say &#8220;don&#8217;t design for IE&#8221;, I think that is somewhat unrealistic, even though I&#8217;d love :) to comply (I&#8217;m smiling here).  A case in point, if the client uses IE, the finished site has to work properly in IE as well. ;) In terms of browser adoption, many of you might find this resource helpful: <a
href="http://www.w3schools.com/browsers/browsers_stats.asp"  title="http://www.w3schools.com/browsers/browsers_stats.asp" target="_blank">Browser Statistics</a>. According to the W3schools.com statistics, in March of 2008, IE comprises 53.1% of web users and non-IE browsers are used by 41.6% of users. Hence the importance of cross browser compatibility.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>A specific issue encountered, that motivated me to post Part 1 (the introduction and ground work) was that the designer uses a Windows 2000 platform and unfortunately he cannot install any IE browser greater that IE6 (the buggy one). One pertinent observation was the viewing of the site via <a
href="http://browsershots.org/"  title="http://browsershots.org/" target="_blank">browsershots.org</a>.  For those not familiar:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>&#8220;<em>&#8230;Browsershots makes screenshots of your web design in different browsers. It is a free open-source online service created by Johann C. Rocholl. When you submit your web address, it will be added to the job queue.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /> A number of distributed computers will open your website in their browser. Then they will make screenshots and upload them to the BrowserShots central server&#8230; </em>&#8221; where you can see how your site looks on the large, growing number of browsers available. That is one tool I suggested he use to garner an understanding of how different browsers render (because Windows 2000 could not move beyond IE6).<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>As he (the designer) also uses Apple,<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /> I assumed that perhaps he could make use of<span
id="more-1282"></span> a Linux box in his network which would allow him to view all versions of IE without having to upgrade his existing Windows to XP. Open source does have it&#8217;s benefits! :)  IE on Linux you ask? Yes, on Linux. last year I bumped into a great tool that someone sent me. It&#8217;s called <a
href="http://www.tatanka.com.br/ies4linux/page/Main_Page"  title="http://www.tatanka.com.br/ies4linux/page/Main_Page" target="_blank">IEs 4 Linux</a> and here&#8217;s what they have to say:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>&#8220;<em>&#8230;IEs4Linux is the simpler way to have Microsoft Internet Explorer running on Linux (or any OS running Wine).<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /><br
/> No clicks needed.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /> No boring setup processes. No Wine complications. Just one easy script and you&#8217;ll get three IE versions to test your Sites. And it&#8217;s free and open source&#8230;</em>&#8220;<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>and</p><p>&#8220;<em>&#8230;Who is the target public? WebDesigners that want to move to Linux but still need to test their sites on IE, People who have to open IE-only sites.</em><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p><em> The IEs installations are smaller than usual because they include only the necessary files to have a good test browser (there is no Outlook, Media Player etc)&#8230;</em>&#8221;</p><p>Their IE7 is currently working in Beta here: <a
href="http://www.tatanka.com.br/ies4linux/page/Beta"  title="http://www.tatanka.com.br/ies4linux/page/Beta" target="_blank">http://www.tatanka.com.br/ies4linux/page/Beta </a></p><p>So&#8230; Here&#8217;s the game plan.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>I&#8217;ll be using Shuttle box to install Linux and VirtualBox. VirtualBox will be used to install different versions of Linux (and perhaps Windows too), with which applications, settings, etc. can be installed or changed without damaging the the primary OS.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /> I think it&#8217;s a great tool for any web developer or designer as it allows for maximum viewability (is there such a word?), without having to boot up an extra PC or reboot the existing PC to a different OS.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /> Here&#8217;s what we&#8217;re going to use:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p><strong>Software:</strong></p><p>Linux (Ubuntu 8.04):<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /> <a
href="http://www.ubuntu.com/getubuntu/download"  title="http://www.ubuntu.com/getubuntu/download" target="_blank"> http://www.ubuntu.com/getubuntu/download</a></p><p>VirtualBox:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /> <a
href="http://www.virtualbox.org/wiki/Downloads"  title="http://www.virtualbox.org/wiki/Downloads" target="_blank">http://www.virtualbox.org/wiki/Downloads</a></p><p>IEs 4 Linux:<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /> <a
href="http://www.tatanka.com.br/ies4linux/page/Installation"  title="http://www.tatanka.com.br/ies4linux/page/Installation" target="_blank">http://www.tatanka.com.br/ies4linux/page/Installation</a></p><p><strong>Hardware:</strong></p><p><img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/05/virtualbox-shuttle.thumbnail.jpg?9d7bd4" alt="Shuttle SN68SG2 Socket AM2 Barebone" /> <img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/05/virtualbox-amd-cpu.thumbnail.jpg?9d7bd4" alt="AMD Athlon 64 X2 4200+ Processor" /> <img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/05/virtualbox-kingston-ram-ddr1.jpg?9d7bd4" alt="Kingston 1024MB PC5400 DDR2 667MHz Memory" /> <img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/05/virtualbox-wd-sata-500gb.jpg?9d7bd4" alt="Western Digital Caviar SE16 500GB Hard Drive - 7200, 16MB, SATA-300" /></p><p>1) Shuttle SN68SG2 Socket AM2 Barebone &#8211; NVIDIA 7025,<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /> Audio, Video, PCI Express, Gigabit LAN, USB 2.0, Firewire, Serial ATA, 250 Watt Power Supply.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>2) AMD Athlon 64 X2 4200+ Processor ADA4200CUBOX &#8211; 2.20GHz, 1MB Cache,<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /> 1000MHz (2000 MT/s) FSB, Windsor, Dual-Core, Retail, Socket AM2, Processor with Fan.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>3) Kingston 1024MB PC5400 DDR2 667MHz Memory (2 of these for 2GB).<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>4) Western Digital Caviar SE16 500GB Hard Drive &#8211; 7200,<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /> 16MB, SATA-300, OEM.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>The above is a bit hard financially, (it&#8217;s at a cost of $473 CAN), but worthwhile because I can put it to very good use (in great part because of VirtualBox).<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /> Besides, someone already gave me a used monitor, keyboard and mouse.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>I&#8217;ve done my best to check Linux compatibility, and  I don&#8217;t think I&#8217;ll have much issues in terms of this.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /><br
/> Part 2 of this post will describe any OS installation problems an solutions I may have encountered.<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /> It will also provide the installation steps I took for VirtualBox (they are very easy). And as a side note I&#8217;d also like to install <a
rel="nofollow" href="http://xvidcap.sourceforge.net/"  title="http://xvidcap.sourceforge.net/" target="_blank">XvidCap</a> (so I can show videos of some things in future posts).<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>As always, please feel free to comment as I often find I learn a lot from all of you!<img
src="http://ubuntulinuxhelp.com/wp-content/uploads/2008/03/spacer_gif.gif?9d7bd4" /></p><p>Cheers!<br
/> :)</p><p><strong>Update:</strong> Part 2 of this post is here: <a
href="http://ubuntulinuxhelp.com/browser-problems-creating-a-linux-based-virtual-box-part-2-of-2/"  title="http://ubuntulinuxhelp.com/browser-problems-creating-a-linux-based-virtual-box-part-2-of-2/ ">Browser Problems &#8211; Creating a Linux Based Virtual Box &#8211; Part 2 of 2</a></p><p>[tags]shuttle, linux ,ubuntu, video, network, drivers, fix, how to, SN68SG2, ethernet, virtualbox, marvell, envyeng, nvidia[/tags]</p> ]]></content:encoded> <wfw:commentRss>http://ubuntulinuxhelp.com/browser-problems-creating-a-linux-based-virtual-box-part-1-of-2/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Do You Get the Firefox is Running Error?</title><link>http://ubuntulinuxhelp.com/do-you-get-the-firefox-is-running-error/</link> <comments>http://ubuntulinuxhelp.com/do-you-get-the-firefox-is-running-error/#comments</comments> <pubDate>Sat, 22 Mar 2008 21:06:09 +0000</pubDate> <dc:creator>Roger Wheatley</dc:creator> <category><![CDATA[Applications]]></category> <category><![CDATA[How To]]></category> <category><![CDATA[error]]></category> <category><![CDATA[firefox]]></category> <category><![CDATA[fix]]></category> <category><![CDATA[how to]]></category> <category><![CDATA[lock]]></category> <category><![CDATA[parentlock]]></category><guid
isPermaLink="false">http://ubuntulinuxhelp.com/do-you-get-the-firefox-is-running-error/</guid> <description><![CDATA[One more quick post for the Easter holiday (here in Canada). I&#8217;ve started getting that annoying &#8220;Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system.&#8221; error message again, and was looking for a quick fix (as I&#8217;d been logging [...]]]></description> <content:encoded><![CDATA[<p>One more quick post for the Easter holiday (here in Canada). I&#8217;ve started getting that annoying</p><p>&#8220;<em>Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system.</em>&#8221;</p><p>error message again, and was looking for a quick fix (as I&#8217;d been logging into terminal each time to fix it without rebooting). To my surprise, the issue was way easier to fix than expected! All you’ll need to do is <span
id="more-1237"></span>remove two files “lock” and “.parentlock”.  I found the complete solution using Google here: <a
href="http://www.mattcutts.com/blog/how-to-fix-firefox-is-already-running-error/"  title="http://www.mattcutts.com/blog/how-to-fix-firefox-is-already-running-error/" target="_blank">How to fix “Firefox is already running” error</a>.</p><p>What I find personally amusing about this is how I&#8217;m usually stumped with the little things instead of the &#8220;big&#8221; things. Maybe it&#8217;s just me. ;)</p><p>Happy Easter everyone!<br
/> :)</p> ]]></content:encoded> <wfw:commentRss>http://ubuntulinuxhelp.com/do-you-get-the-firefox-is-running-error/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Adobe Flash on Firefox 3 Beta</title><link>http://ubuntulinuxhelp.com/adobe-flash-on-firefox-3-beta/</link> <comments>http://ubuntulinuxhelp.com/adobe-flash-on-firefox-3-beta/#comments</comments> <pubDate>Wed, 05 Mar 2008 14:51:10 +0000</pubDate> <dc:creator>Roger Wheatley</dc:creator> <category><![CDATA[Applications]]></category> <category><![CDATA[How To]]></category> <category><![CDATA[beta]]></category> <category><![CDATA[firefox]]></category> <category><![CDATA[fix]]></category> <category><![CDATA[flash]]></category> <category><![CDATA[How to...]]></category> <category><![CDATA[install]]></category><guid
isPermaLink="false">http://ubuntulinuxhelp.com/adobe-flash-on-firefox-3-beta/</guid> <description><![CDATA[Just a quick post here&#8230; I installed the Firefox 3 Beta (Version 3.0b3 as of this post) on my Ubuntu Box and&#8230; damn&#8230; Flash is not working again! http://www.mozilla.com/en-US/firefox/all-beta.html It&#8217;s a quick(er) fix though (Firefox just needs the link to flash plugin): sudo ln -s /usr/lib/firefox/plugins/flashplugin-alternative.so /usr/lib/firefox-3.0b3/plugins/flashplugin-alternative.so ** For those who did not install Flash [...]]]></description> <content:encoded><![CDATA[<p>Just a quick post here&#8230;</p><p>I installed the Firefox 3 Beta (Version 3.0b3 as of this post) on my Ubuntu Box and&#8230; damn&#8230; Flash is not working again!<br
/> <a
rel="nofollow" href="http://www.mozilla.com/en-US/firefox/all-beta.html"  title="http://www.mozilla.com/en-US/firefox/all-beta.html" target="_blank"> http://www.mozilla.com/en-US/firefox/all-beta.html</a></p><p>It&#8217;s a quick(er) fix though (Firefox just needs the link to flash plugin):</p><p><code>sudo ln -s /usr/lib/firefox/plugins/flashplugin-alternative.so /usr/lib/firefox-3.0b3/plugins/flashplugin-alternative.so</code></p><p>** For those who did not install Flash in the first place, just do this to get it:</p><p><code>sudo apt-get install flashplugin-nonfree</code></p><p><strong>Update:</strong> If you are having trouble with sound playing in one application (Rhythumbox for example)  and flash in another (YouTube for example), but have no sound in the flash player, take a look at this fix: <a
rel="nofollow" href="http://ubuntulinuxtipstricks.blogspot.com/2008/03/playing-music-not-getting-sound-in.html"  title="http://ubuntulinuxtipstricks.blogspot.com/2008/03/playing-music-not-getting-sound-in.html" target="_blank">Playing Music &amp; Not Getting Sound in Flash?</a></p><p>&#8220;<em>&#8230;PulseAudio as your audio backend (which Hardy does by default), you need to have libflashsupport installed&#8230;</em>&#8220;</p> ]]></content:encoded> <wfw:commentRss>http://ubuntulinuxhelp.com/adobe-flash-on-firefox-3-beta/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Speed Up Your Internet Connection in Ubuntu Linux &#8211; Part 1</title><link>http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/</link> <comments>http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/#comments</comments> <pubDate>Sat, 21 Jul 2007 17:28:36 +0000</pubDate> <dc:creator>Roger Wheatley</dc:creator> <category><![CDATA[How To]]></category> <category><![CDATA[browser]]></category> <category><![CDATA[firefox]]></category> <category><![CDATA[improve]]></category> <category><![CDATA[speed]]></category> <category><![CDATA[surfing]]></category> <category><![CDATA[tweak]]></category> <category><![CDATA[web]]></category><guid
isPermaLink="false">http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/</guid> <description><![CDATA[After you&#8217;ve installed Ubuntu, you may want to tweak your system further, such as improving how Ubuntu connects to the Internet, and therefore speed up your web surfing. To accomplish this, we&#8217;re going to configure IPv6 and the TCP Window Size. Please remember to back up any critical files or data you may need as [...]]]></description> <content:encoded><![CDATA[<p>After you&#8217;ve installed Ubuntu, you may want to tweak your system further, such as improving how Ubuntu connects to the Internet, and therefore speed up your web surfing.<br
/> To accomplish this, we&#8217;re going to configure IPv6 and the TCP Window Size. Please remember to back up any critical files or data you may need as well as keep records of the settings you change. Doing so will help you recover in the event of a disaster. Keep in mind that you perform these configuration “tweaks” at your own risk.<br
/> These configuration tweaks are completed by entering commands into your “Terminal”. We will use Gedit  although you can use Vi, nano, etc.<br
/> As a side note, if you do not want to enter “sudo” for each command, just begining your terminal session with this command:</p><blockquote><p> sudo su</p></blockquote><p><u>IPV6</u> is an Internet protocol. Currently most applications use IPV4 and this can cause conflicts which slow down your system.<br
/> Complete the following to disable it.</p><blockquote><p> sudo gedit /etc/modprobe.d/bad_list</p></blockquote><p>and type this in:</p><blockquote><p> alias net-pf-10 off</p></blockquote><p>Then save the file.</p><p><u>Speed up Broadband Internet</u> by editing the appropriate configuration file and adding the following information. &#8211; Or, you can use a tool called PowerTweak from here: <a
rel="nofollow" href="http://sourceforge.net/projects/powertweak"  title="PowerTweak in SourceForge" target="_blank">sourceforge.net/projects/powertweak</a></p><blockquote><p> sudo gedit /etc/sysctl.conf</p></blockquote><p>The first four line deal with window size and you need to enter numbers that are best for you (because these ones may be too high). Here is what I mean by this:<br
/> Computers communicate by sending packets of data back and forth. When they connect with each other to send these packets they use the TCP (Transmission Control Protocol).</p><p>Your computer could begin the connection with a small package size, then the other computer might respond with a larger one. In turn your computer will reduce (scale down) the size of the package (to a bit more that your original package size). The other computer again responds with a larger packet size. This cycle continues until your computer or the responding computer meets their maximum package size.</p><p>If you choose a windows packet size that is too big, you will notice slower broadband performance (524288 works for me). If you notice a slow down, then reduce your window size.<br
/> The largest size you can use is 65536, however these are the three settings that seem to work best:</p><p>524288<br
/> 262144<br
/> 131072<br
/> Which are all multiples of 1024 (or 1K).<br
/> Now add the following to the end of the file:</p><blockquote><p> net.core.rmem_default = 524288<br
/> net.core.rmem_max = 524288<br
/> net.core.wmem_default = 524288<br
/> net.core.wmem_max = 524288<br
/> net.ipv4.tcp_wmem = 4096 87380 524288<br
/> net.ipv4.tcp_rmem = 4096 87380 524288<br
/> net.ipv4.tcp_mem = 524288 524288 524288<br
/> net.ipv4.tcp_rfc1337 = 1<br
/> net.ipv4.ip_no_pmtu_disc = 0<br
/> net.ipv4.tcp_sack = 1<br
/> net.ipv4.tcp_fack = 1<br
/> net.ipv4.tcp_window_scaling = 1<br
/> net.ipv4.tcp_timestamps = 1<br
/> net.ipv4.tcp_ecn = 0<br
/> net.ipv4.route.flush = 1</p></blockquote><p>After adding these line you do not need to reboot, instead just reset the file by issuing this command:</p><blockquote><p> sudo sysctl -p</p></blockquote><p>After completing this, you should notice improved web surfing speed. If not, remember to go back and adjust your TCP window size and try again.</p><p>Part 2 of this article, which contains more technical information, can be found here: <a
href="http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux-part-2/"  title="Speed Up Your Internet Connection in Ubuntu Linux - Part 2">ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux-part-2/</a></p> ]]></content:encoded> <wfw:commentRss>http://ubuntulinuxhelp.com/speed-up-your-internet-connection-in-ubuntu-linux/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> </channel> </rss>
<!-- Served from: ubuntulinuxhelp.com @ 2012-02-10 16:49:20 by W3 Total Cache -->
