Showing posts with label mozilla. Show all posts
Showing posts with label mozilla. Show all posts

Wednesday, February 11, 2009

kompozer returs with 0.8 version


I have tested a little to work with div and images and is quite stable
I also imported the webpage of firebirdsql.org to see how well it works and seems
that it did an good job , it looks like is made with an lot of table elements :)




Monday, September 15, 2008

Microsoft err Mozilla Demanding Firefox Display EULA In Ubuntu

what next ? eula for source code

http://tech.slashdot.org/article.pl?sid=08/09/14/195203&from=rss

no wonder opensource will go the webkit route and it will be included in gnome by default (epiphany webkit )
mozilla looks more and more with microsoft (you know like in animal farm)

Tuesday, January 09, 2007

building songbird from source


%~: mkdir sbird
%~: cd sbird
%~/sbird: svn co svn://publicsvn.songbirdnest.com/songbird/client/trunk
%~/sbird/: cd trunk/dependencies
%~/sbird/trunk/dependencies: svn co svn://publicsvn.songbirdnest.com/songbird/client/vendor-binaries/linux

then make it with gcc
%~/sbird: make -f songbird.mk
%~/sbird: cd compiled/dist
%~/sbird/compiled/dist: ./Songbird

ps : you need to install the gstreamer libs and g++ before
sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libgtk2.0-dev g++