browser – Sheep Guarding Llama https://sheepguardingllama.com Scott Alan Miller :: A Life Online Wed, 03 Sep 2008 09:46:12 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.1 September 2, 2008: Starting My Fall Class at RIT https://sheepguardingllama.com/2008/09/september-2-2008-starting-my-fall-class-at-rit/ https://sheepguardingllama.com/2008/09/september-2-2008-starting-my-fall-class-at-rit/#respond Wed, 03 Sep 2008 09:46:12 +0000 http://www.sheepguardingllama.com/?p=2513 Continue reading "September 2, 2008: Starting My Fall Class at RIT"

]]>
80 Days to Baby Day! (28 Weeks and 4 Days Pregnant)

Boy were we all tired this morning.  Dominica got up at six and called into work.  There was no way that she, being over 28 1/2 weeks pregnant, was going to be able to go into work on that little sleep – even having napped in the car a little on the way home.  Oreo was pretty exhausted as well and was quite glad to have some time to sleep in late.  I slept in until close to eight myself.

I got up and logged into the office before eight.  I thought that there would be a huge backlog of work for me to work on but there was hardly any.  I had about five thousand email messages to sort through but that was actually pretty light considering how long I was away.  (Yes, that is the actual number that were in my inbox.)

Dominica slept in until a bit after ten.  She was feeling pretty tired still and considered going back to bed again but gave up and got ready for work instead.  We thought about having Oreo head into daycare but by the time that we thought of doing that it was too late and it was already “nap time” at daycare and new dogs aren’t allowed to enter after that point.

InfoWorld has an early look at Microsoft’s new Internet Explorer 8 browser and notices that it consumes more memory than the entire Windows XP operating system!  In other web browser news, Google announced their own Chrome browser today based on the WebKit web rendering engineer.  Chrome is based on the same base technology as Konqueror and Safari.  If nothing else this will add some weight to the third place browser family.  It will be interesting to see the impact of Chrome on the browser market.

I downloaded Chrome and gave it a try today.  So far I am pretty impressed.  It won’t be replacing Firefox anytime soon for me – primarily because it does not work with Zimbra which is my biggest web application, but for normal browsing it is very nice.

Since Dominica did not have Oreo today we decided that she would stop at CheeseBurger in Paradise near her office and bring home something different for dinner.  It is so seldom that we get any variety.  So she got cheddar BBQ veggie burgers and fried pickles for dinner.

My Process Management class at RIT began yesterday but I did not sign in until today.  As of yesterday, my cousin Sara and I are both attending RIT at the same time.  Pretty weird.  Sara is also a graduate of Monroe Community College where I did my Associates degree.  I ordered my books for RIT this evening.  Thank goodness for Amazon Prime or I wouldn’t have them for a week.  I am hopeful that the book will arrive right away because there is only one left in stock!  Oops.

Most of the evening was just spent relaxing.  We needed it.  The past week has been very tiring.  Tomorrow, being Wednesday, is my early day so I need to get some sleep tonight.  My trip to the Georgian restaurant had to be postponed, though, because tomorrow there is a Lunch & Learn with Red Hat at the office.  There were not enough seats for me to get in, however, so I have to buy my own lunch and eat at my desk while listening to the presentation on the phone.  Not quite the same.

]]>
https://sheepguardingllama.com/2008/09/september-2-2008-starting-my-fall-class-at-rit/feed/ 0
Firefox 3.0 is Out! https://sheepguardingllama.com/2008/06/firefox-30-is-out/ https://sheepguardingllama.com/2008/06/firefox-30-is-out/#respond Tue, 17 Jun 2008 19:49:47 +0000 http://www.sheepguardingllama.com/?p=2414 Continue reading "Firefox 3.0 is Out!"

]]>
Download FireFox 3.0 for free right now!

FireFox is the free, open source web browsing alternative.  It is the second most popular web browser currently and is fast, flexible and secure.  Highly recommended.  Go get it and try it out.  If you have used FireFox in the past be sure to check out version 3.0 as it is much faster than anything that you are used to using including FF2.

]]>
https://sheepguardingllama.com/2008/06/firefox-30-is-out/feed/ 0
Ignite Realtime Spark IM Can’t Open Web Links in Linux https://sheepguardingllama.com/2008/04/ignite-realtime-spark-im-client-cant-open-web-links-in-linux/ https://sheepguardingllama.com/2008/04/ignite-realtime-spark-im-client-cant-open-web-links-in-linux/#comments Sun, 06 Apr 2008 21:08:19 +0000 http://www.sheepguardingllama.com/?p=2330 Continue reading "Ignite Realtime Spark IM Can’t Open Web Links in Linux"

]]>
In the latest version of the Java based Jabber/XMPP Instant Messaging client Spark by Ignite Realtime / Jive Software (Spark 2.5.8) there is a “bug” that keeps Spark from being able to open hyperlinks properly. According to AGomez in the Spark discussion group the client is hardcoded to point to Netscape which is, of course, a deprecated and minimally used web browser highly unlikely to be found on any modern computer. While this is annoying and keeps Spark from working out of the box with most Linux desktops it is not insurmountable. Since Ignite Realtime has stated that they do not expect to be releasing a new version of the Spark client on Java due to their work on a different platform for IM clients we will need to work around this issue until the community decides to pick up the Spark code and release a new version on their own. At the very least a hard-coded browser should be Firefox is browser detection is not going to be used.

To fix this issue you can simple run one of the following commands as the root user and, in my experience, Spark will be able to open the hyperlink just fine. I have tested this on OpenSUSE 10.3.

For Firefox: ln -s `which firefox` /usr/bin/netscape

For Konqueror: ln -s `which konqueror` /usr/bin/netscape

]]>
https://sheepguardingllama.com/2008/04/ignite-realtime-spark-im-client-cant-open-web-links-in-linux/feed/ 3