Author Archives for ‘plosson’
Posted by
plosson on January 31st, 2006 in
All |
No Comments
Hi all,
For one of our customers, we had to recommend and prototype a portal engine. For those of you who know me a little, I use the now famous (at telio at least) “10 minute” test. Here is how it goes :
Phase 1
Cross read the application’s, utility’s, tool’s website and get a first [...]
Read more
Posted by
plosson on January 25th, 2006 in
All |
No Comments
I’ve been playing with flickr the last few days .. I must say I am impressed with the amount of tools, functionalities, api available. I don’t consider myself to be a dumb user, however I had a hard time finding out how to do simple things, but after a while I found my way around, [...]
Read more
Posted by
plosson on January 25th, 2006 in
All |
No Comments
Well this plugin seems to work really well. Install, setup, blog ! You can now blog directly from Firefox ..
You can try it out at http://performancing.com/firefox/
P.
Read more
Posted by
plosson on January 6th, 2006 in
All,
Java |
63 Comments
Don’t laugh .. I did not get any comments from my previous post (normal, nobody reads this blog except me ), so I decided to take the time to put together a little sample of a Java AJAX file upload progress bar example.
For people who never used DWR, it can also serve as a [...]
Read more
Posted by
plosson on January 5th, 2006 in
Java |
2 Comments
Here is a little addition to the Jakarta File Upload library to allow to monitor the progress of the file upload.
An OutputStreamListener can be used with a MonitoredDiskFileItemFactory. It will be informed of the progress of the HTTP file upload.
To implement a nice AJAX upload progress bar, here is how I did it :
Use DWR [...]
Read more
Posted by
plosson on January 5th, 2006 in
All |
No Comments
Well, after shutting down my previous blog (a forced shutdown after a system crash), I finally decided to put a block back up again.
I must say I hesitated since I am not really a blog writing person. When I analyzed all my posts on my previous blog, there were really just bookmarks and never had [...]
Read more