McGivrer’s Home

McGivrer’s Home

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

Sep 2 / 2:41am

First step at School

This morning, my little 3 years old son goes to school for the first time.

He was very excited and can't stay without moving and jumping :)


Ready to go !

I am feeling older :(

Comments (0)

Aug 30 / 9:04am

What to say about Trends ?

Just run the following google trends:

And here are the results:

Iphone is explosing, Android quitly raise, and other OS are decreasing...

But is it the right analysis ?

wait and see...

Filed under  //  analysis   android   future   iphone   linux   macos   os   trends   web   windows  

Comments (0)

Aug 30 / 5:22am

My first (unuseful) Firefox plugin !

I have just discover https://builder.mozillalabs.com/ and I can not do less than testing it !

So, ythis is the code of my First Firefox Plugin.  yes, totally unuseful, but it's a test !

var widgets = require("widget");
var tabs = require("tabs");

var widget = widgets.Widget({
label: "Mozilla",
image: "
",
onClick:function(e){
}
});

widgets.add(widget);

var widget2 = widgets.Widget(
{
label: "Random Flickr Photo Widget",
onReady: function(e) {
var imgNode = e.target.querySelector(".pc_img");
this.content = imgNode.src;
},
onLoad: function(e) {
var self = this;
require("timer").setTimeout(function() {
 self.content = "http://www.flickr.com/explore/";
}, (5 * 1000));
},
onClick: function(e) {
tabs.open(this.content);
}
});

widgets.add(widget2);

Connect to builder.mozillalabs.com, create your own account, and try this code.

A new toolbar will appear at window bottom and show 2 icons:


  1. a link to this blog, click it, you will get a new tab with this blog.
  2. an icon with a changing image every 5 seconds (it's a test !) rolling mages from flickr. Click on it, you will open a new tab to show currently iconified image.

So now, you can create your own plugin

Click here to download:
mcgivrers-addon.xpi (102 KB)

Comments (0)

Aug 30 / 1:33am

How to deploy MS webApp ?

A simple answer from Jon Torresdal's bog is a well featured pack tutorial in two parts:

Sometime, Microsoft do great things (yes following community tools features ...)

image_4.png

Comments (0)

Aug 30 / 12:38am

Millenium, books and movies, I am a fan...

Millenium by Stieg Larsson (Books)
Millenium Trilogy by Niels Arden Oplev and Daniel Alfredson (Movies)

english:
french:

             
Click here to download:
Millenium_books_and_movies_I_a.zip (121 KB)

Comments (0)

Aug 24 / 12:40am

RubyOnRails 2.3.4 on Win32 system !

Yes, working for several years on Web develoment, I was an afficionados, 2 or 3 years ago, of the fantastic ROR !
But, for the lasts years, i was full fitted to JavaEE platform due to international project for a Big Customer manufacturing wheels (a french one) :)

So, no spare time to test things.

But, now, I want to go further in Rails to try and deploy these futuristic framework in a real industrial world :  Java server.

rails.png

So, I need the following things:
  • JRuby 1.5.2 (or zip package)
  • A Tomcat 6 Server
  • A MySQL 5.5.x Server for data things
  • And some good tutorials to follow the right installation instructions:

    Now we have all resources and source of knowledge needed. Ready to start ?

    Next Post ! :)

    Comments (0)

    Aug 16 / 3:16am

    PHP framework on the go...

    As I have already mention it, I am working on a personal project of a PHP framework.
    Plubished to the world through my Github account, I am building a sample project named "Games", or "Games Request" depends which templates you have selected. This is not a game, but a simple CMS sample. Actually only Font-Side is "runnable".
    A Back-Office side will raise from foundation soon. But some basic module need rework, and evolution, like persistance side.

    Anyway, if anyone want to contribute or comment the current work, please, go to http://github.com/mcgivrer/Games.

    In a near future, i will publish a demo on one of my website.

    have fun.
    Filed under  //  development   framework   php  

    Comments (0)

    Aug 9 / 8:07am

    JavaEE Development workstation

    For an internal need, I have created the following schema, exposing all steps of a Java Web application creation, from Developer workstation to Develpment server.


    Please, add your own comments, I am a "social open" people minded ;)

    Comments (0)

    Aug 1 / 9:06am

    Samsung R580, Ubuntu 10.04 and Brightness control

    For unknown (anyway, for my side) reason, the NVIDIA driver is not well configured after installation on the Samsung R580. In fact, brightness control does not work, with Fn+Keys or using the brightness applet, telling back to you that "Brightness status can not be read in Bios side".

    So, in only one line, the issue can be solved: just edit the /etc/X11/xorg.conf file and add the following line (the bold one)  into the Device section:

    Section "Device"

      Identifier "Default Device"

      Driver "nvidia"

      Option "NoLogo" "True"

      Option "RegistryDwords" "EnableBrightnessControl=1"

    EndSection

    And that's it ! Brightness control with Fn+keys is working great.

    thanks to this forum entry (end of page) : http://ubuntuforums.org/archive/index.php/t-1357776.html
     

    Have fun !

    Filed under  //  10.04   brightness   control   R580   samsung   ubuntu  

    Comments (0)

    Jul 29 / 4:26pm

    Buzz from Frédéric Delorme

     Lien vers ce post :
     http://www.google.com/buzz/111691320283169037840/1dMaNbS9n6a/those-russian-people-rocks-http-peopletoo-ru-2010

    01:25 Frédéric Delorme: those russian people rocks !!!

    http://peopletoo.ru/2010/aeroplan/index.html

    only some pieces of paper and a lot of talent !

    visit http://peopletoo.ru/ for more enchantment

    Comments (0)