|
Written by WebRuss
|
|
Tuesday, 03 November 2009 20:20 |
|

As an avid, some would say rabid, Linux user and all around open source advocate, I like to try out new distributions and see what is new. I just recently upgraded my Fedora and Ubuntu computers. I use Fedora 11 on my development box. I find Fedora has the edge when it comes to balancing the needs of an experienced Linux user who wants command line and GUI. Ubuntu has the advantage with the new user.
I just recently upgraded my laptop that I use for Linux training to Ubuntu 9.10. This old IBM A31 is a rugged workhorse and is perfect for traveling and presenting. I also use Yugma and Skype on it to teach remote classes. I'm doing my part to save the environment and drive less and hold on-line training.
For some reason people often give me old computer hardware. I guess it has something to do with my socks and sandals approach to life, but I'm not sure. I do my best to get this hardware into the hands of people that could really benefit from it. Any computer I give away I wipe clean and install Ubuntu as it has the best configuration for the beginner. Besides running really well on minimal hardware, their attention to detail for the new user puts them way ahead of anybody else.
Because I'm always looking at the latest Linux advancements, I've noticed an interesting trend. Fedora and Ubuntu are playing feature and refinement leapfrog. My qualitative findings are based on my experience of upgrading and installing each new iteration of Ubuntu and Fedora and using them. Fedora 10 was ahead of Ubuntu 8. Ubuntu 9.04 beat out Fedora 10. My recent upgrade to Fedora 11 exceeded the Ubuntu 9.04 version. Now Ubuntu 9.10 has a slight edge over Fedora 11. Looking at the release notes for Fedora 12 I think they will exceed Ubuntu.
This is a good thing The winner in the game of feature leapfrog is the end user. With each iteration, the spiral upward towards ease of use and user acceptance gets tighter and tighter. I predict that future feature sets for both open source and propietary operating systems will start to use Fedora and Ubuntu as the standard by which successful inteface design is measured.
Regards
WebRuss
|
|
Last Updated on Tuesday, 03 November 2009 20:20 |
|
|
Written by WebRuss
|
|
Wednesday, 22 July 2009 16:01 |
|
I was working on a project where an html page had an iframe inside it. The challenge was to allow the parent page to communicate with the child iframe and the child to communicate with the parent.
Letting the parent talk to the child.
The easiest way I found is using javascript. Let's say the child's (iframe) ID is "child". Now within javascript all you need is to use is the following:
document.getElementById("child").src = url;
By using the getElementById method you can adjust any element within the child.
Letting the child talk to the parent.
You guessed it! Again the simplest way is javascript. Lets say the parent html document has a text box with the ID of "first_name"
parent.document.getElementById("first_name").value = "WebRuss"
This same code can be used in the onclick or onload events of links or buttons.
|
|
Last Updated on Wednesday, 22 July 2009 16:21 |
|
|
Evolution and Google Calendar |
|
|
|
|
Written by WebRuss
|
|
Sunday, 05 July 2009 14:55 |
|
Evolution now has a Google calendar provider. This means that I can see my google calendar and add/edit/delete events through Evolution. This is a great feature and really easy to set up.
|
|
Last Updated on Sunday, 05 July 2009 15:16 |
|
Read more...
|
|
|
<< Start < Prev 1 2 Next > End >>
|
|
Page 2 of 2 |