Home Contact

Simon Lau

myLife. mySite. myBlog.

Page Load HTML Error Resolved

I finally figured out why the blog was not successfully loading in Internet Explorer, it was a simple error on my behalf.  When modifying the header.php of the template to have dynamic title pages, I included an extra <title> on next line.  This caused the entire page to show up in the title portion and leave the rest of the page blank.

Firefox was “smart” enough to recognize and ignore my error while Internet Explorer stood there dumbfounded.  Now that the error has been resolved, everyone should be able to access my page.  The problem has gone unfixed for at least 3 or 4 months now!

The new problem right now is that my RSS feeds are no longer updating.  I’ll have to take a look at that.  In the meantime, if you like what you see on my post, please subscribe via RSS!

Tags: , , , , ,

. 14 Jun 08 | Wordpress | Comments (0)

Dell XPS M1210 & Ubuntu 7.10 (Gutsy) – Firefox Plugin: Java & Adobe Flash Player 9

I was originally using gnash which is an open source version of Adobe Flash Player but I find it takes up too much resources for my liking. I ended up finding this great wiki on how to install Sun Java 6 and Adobe Flash 9. There’s a little problem with the Adobe Flash 9 installer but the fix can be found on the Ubuntu Forums. In my mind, you’re better off skipping the Wiki step and just dive right into the alternative solution.

To install the Java Plugin:

sudo apt-get install sun-java6-plugin

To install Adobe Flash Player 9

wget http://launchpadlibrarian.net/10761023/flashplugin-nonfree_9.0.115.0ubuntu2_i386.deb

sudo dpkg -i flashplugin-nonfree_9.0.115.0ubuntu2_i386.deb

To round off Firefox, I also recommend getting the VLC plug-in so you can watch streaming videos.

sudo apt-get install mozilla-plugin-vlc

A quick restart of Firefox and everything should be ready to go. You can view your plug-ins by typing about:plugins into your address bar to see if the plugins are in fact available.

Tags: , , , , , ,