McGivrer’s Home

McGivrer’s Home

Frédéric Delorme  //  Java/J2EE Expert
Technical Manager
Web Standard evangelizer

Jun 12 / 3:48pm

Ubuntu 10.04 LTS on my Samsung R580

I have just received my new laptop, and have already installed Ubuntu as my default OS. Only one thing remain unreachable, the Brigthness control :(

But, thanks to the voria (https://launchpad.net/~voria/+archive/ppa) PPA , I am able to use, network, Wifi, and all other features as suspend, hibernate and so on.
 
Ubuntu needed cheat sheet for this PPA:
 
Filed under  //  10.04   laptop   linux   R580   samsung   ubuntu  

Comments (0)

Jun 9 / 6:32am

Good bye Logica, Hello Capgemini !

Yes,

I haven't told before about this little change in my life, but, yes, I've switch from Logica It Services to Capgemini outsourcing services.
I'am a new CAP man since 3 days !  and working for one of the biggest french Bank group in the biggest european IT project.

News soon.

Comments (0)

Jun 9 / 5:37am

CSS: how to reset default value in a multi browsers scope ?

Already have to produce web page to public target ?  And by public i mean out of intranet or extranet of the world of enterprise, targetting any public.

Yes ?

So the first thing to do before creating a CSS styles sheet is to start from the same point for all browser. And as all CSS specification version didn't tell a word about what are the default values, all browser developers go with there own randomly choosen values ;)

A first solution
So, it's mandatory to reset these values to be sure that your CSS will have chance to produce the same visual result on all web client of the world, any OS, any browser.

The first technic is to reset individualy all html tags to some common values:

html, body, div, form, fieldset, legend, label {
   margin: 0;
   padding: 0;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

th, td {
  text-align: left;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }

img { border: 0; }


Quick and dirty ?
The second
technic is to reset with a one big line
:

* {
 
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0;
  padding: 0;
  margin: 0;

}


Thanks to "Carrer Blog : CSS Mini Reset" for this very fast solution covering 80% rules.

References
Other solutions exists :

Filed under  //  css   design   reset   web  

Comments (0)

Jun 9 / 5:22am

Web Font: here we are !

Did you already dream, as a web designer, to embed your own Fonts in your web page ( without using dynamic images, I mean ;) ?

Yes ?  so please,  switch your old scrappy web browser to a brand new Goggle Chrome 4.x or Safari 4 to be able to show you skills in design and page composition ;)

http://ajaxian.com/archives/2010-web-fonts-are-here-and-ready-to-use


Have a Good Day.

Filed under  //  css   desgin   fonts   web  

Comments (0)

Jun 9 / 5:06am

What is HTML5 ?

Thanks to Focus, we can have a nice view of what you get out of the box with HTML5.

Filed under  //  css   design   graphics   html   html5   schema   specifications  

Comments (0)

Jun 6 / 1:02pm

Next interesting games for X360 !

         
Click here to download:
x360.zip (3386 KB)

Filed under  //  cover   games   x360  

Comments (0)

Jun 6 / 12:01am

IMPRESSIVE !!!

The university of Vic in Catalunia produce one of the biggest Lip Dub video piece ever seen !

Filed under  //  fun   lipdub   university   vic  

Comments (0)

Jun 5 / 11:02pm

Do you love beatles ?

and do you love playmobile ?  :)

Comments (0)

Jun 1 / 3:02pm

Next Laptop: erratum !

My next laptop will be a Sony VAIO EB1M1E/BJ !


iCore-i3 at 2.13Ghz, 4GB ram, 500 GB DD and ATI Radeon Mobility HD5650 ! and it's a Sony with a Sony design...
I want It !

Erratum : due to noisy system, it will be the Samsung R580 C5430 !
A Core-i5 at 2,26GHz with the same caracteristics !  And it's a samsung with a Red design ;)

Filed under  //  hd5650   icore   laptop   sony   vaio  

Comments (0)

May 27 / 8:08am

Vacancy !

This is free and happy time !

Comments (0)