November 2010
3 posts
HTML5 Forms Validation in Firefox 4 - Mounir...
HTML5 Forms Validation in Firefox 4 By Mounir Lamouri on Wednesday, November 10 2010, 18:00 - Permalink HTML5 Forms specifications introduce some new input types, attributes and other awesome features. One of the transversal features is native browser-side form validation. For Firefox 4, we tried to focus on that feature and ship it as complete as possible. All...
Nov 14th
3 tags
RockMelt - Your browser. Re-imagined.
via rockmelt.com Pretty cool to see the whole RockMelt Team when you download their browser. But now time to test it ! Posted via email from Jean-Pierre Pommet’s Blog | Comment »
Nov 8th
1 note
3 tags
A Certain Blog (fBta): Adding extra columns in... →
fbta: JQuery Datatables is an awesome and easy to use plugin for displaying data in a table from almost any source. It is very flexible and easy to use. I however came across a little problem of adding extra columns in a dynamic table. I googled and still could not find a very suitable or easy to…
Nov 6th
15 notes
June 2010
3 posts
Blog | Graphicpeel: iOS Icons Made in Pure CSS →
Click here to see 11 iOS icons made in only CSS, no images whatsoever. NOTE: This demo will only work correctly on a webkit browser and has only been tested in Safari 5 and Google Chrome 5. Here’s how it will look when rendered correctly. Update: Apparently, there’s a bad bug in…
Jun 28th
820 notes
jQTouch and Sencha Touch: Which is right for you?
9-bits: Recently I had the pleasure of announcing Sencha Touch, a standards-based mobile app framework which I helped create. As expected, this has raised some questions about jQTouch, a similar library I created last year. As covered before, jQTouch will remain separate, maintained, and free under the MIT license. This post helps distinguish the similarities and differences between the two...
Jun 22nd
100 notes
WatchWatch
senchainc: In introduction to Sencha Touch’s features and capabilities from our VP Products, Michael Mullany.
Jun 17th
May 2010
3 posts
3 tags
Ajaxian » WebM: The On2 codec is here, with...
Wednesday, May 19th, 2010 WebM: The On2 codec is here, with support from Google, Mozilla, and Opera Category: Google, Video The WebM project is dedicated to developing a high-quality, open video format for the web that is freely available to everyone. The WebM launch is supported by Mozilla, Opera, Google and more than forty other publishers, software and hardware vendors. WebM is...
May 24th
4 tags
Chromium Blog: A sneak peek at the Native Client...
via blog.chromium.org Write code in js, use the power of C/C++ libraries for web apps ! Works only on Chromium though…Just imagine what kind of powerful web application you can develop !! Posted via web from Jean-Pierre Pommet’s Blog | Comment »
May 13th
3 tags
Multi-Safari
Multi-Safari Français Introduction Safari normally uses the Web Kit framework found inside Mac OS X to render web pages and execute javascript. This means that if you preserve an old version of Safari to run it on a newer version of Mac OS, it will use the newer Web Kit found in the system and you will get the same results as with the newer version. Thus, you would normally need a...
May 13th
April 2010
1 post
1 tag
Eliot's Ramblings / Streaming Twitter into MongoDB
curl http://stream.twitter.com/1/statuses/sample.json -u: | mongoimport -c twitter_live One thing that you can do with mongo is have 1 streaming master and 1 read/write master server A: ./mongod —master —dbpath /tmp/a server B ./mongod —dbpath /tmp/b —master —slave —source localhost:27017 —port 9999 You can then pipe the stream into server a, and it will only process the live stream. ...
Apr 16th
March 2010
1 post
Nothing Insightful: Introducing "Aristo", A jQuery... →
For those that arn’t familiar with jQuery UI, it’s essentially a collection of jQuery plugins that try to do for user interaction what jQuery did for JavaScript. Like it’s parent library, jQuery UI does its very best to remain cross browser compliant. It is easy to implement. It is …
Mar 29th
1,421 notes
February 2010
1 post
6 tags
Beautiful Motion Graphics Created With...
via smashingmagazine.com A really good article from smashingmagazine which provides informations about how to create fantastic graphic animations with free programming tools Posted via web from jppommet’s posterous | Comment »
Feb 11th
January 2010
1 post
7 tags
Encrypting Passwords with PHP for Storage Using...
via itnewb.com A good and straight forward article that provides a solution to hash password in PHP. Posted via web from jppommet’s posterous | Comment »
Jan 4th
November 2009
5 posts
Nov 18th
16 notes
Fast Updates with MongoDB (update-in-place)
mongodb: One nice feature with MongoDB is that updates can happen “in place” — the database does not have to allocate and write a full new copy of the object. This can be highly performant for frequent update use cases.  For example, incrementing a counter is a highly efficient operation.  We need not fetch the document from the server, we can simply send an increment operation...
Nov 18th
4 notes
Nov 15th
56 notes
From Webfaction : A little holiday present: 10,000...
A little holiday present: 10,000 reqs/sec with Nginx! Updated Dec 19 at 05:15 CDT (first posted Dec 18 at 06:01 CDT) by Remi in General  - 11 comment(s) A few weeks ago we quietly started to configure our new machines with Nginx as the front web server instead of Apache (we still run Apache behind Nginx for people who need all the features from Apache). Here is a little...
Nov 13th
4 tags
“My decision to stop iPhone development has had everything to do with Apple’s...”
– Joe Hewitt (via mathieuthouvenin)
Nov 12th
October 2009
1 post
Brett Domino: Hip-Hop Medley - Stylophone Beatbox
via youtube.com They are amazing !! :D Posted via web from jppommet’s posterous | Comment »
Oct 27th
June 2009
15 posts
Jun 24th
Une vidéo démo pour le HTC Hero ! →
Watch the HTC hero video demo ! Neat and smooth user interface :)
Jun 24th
8 tags
iPod Skins, iPhone Skins, Laptop Skins, Wall... →
A very cool website where you can choose a skin to customize your iPhone, iPod, laptop, wall and cars !I cant wait to get one that will emphasize the apple logo on my mac huhu ^^
Jun 18th
New Beta Version of VirtualBox Emphasizes Graphics... →
Jun 18th
Tweettab, un nouvel outil de veille pour Twitter →
Hum sounds interesting ! :)
Jun 17th
6 tags
WatchWatch
Mark Zuckenberg, Facebook CEO Interview by Building43 I encourage you to check their website, some good content !! spread the word :)
Jun 14th
6 tags
Jun 13th
4 tags
How to install PECL package APC on ubuntu
Before you start, you may know that if you have installed the apache-prefork-mpm package on your ubuntu distribution, you should install apache-prefork-dev to build correctly APC. After installing apc, you should set apc parameters correctly in file apc.ini according to your needs. Further informations about APC are available below : http://us.php.net/apc...
Jun 13th
5 tags
How to install php extension FileInfo and get a...
Just a little post that may help PHP developers. It works under Ubuntu Hardy Heron Server and PHP version < 5.3. When developing in PHP, you need sometimes to get informations about a file, especially the MIME type ( ex : text/plain, image/gif ). In order to do so, you need first, to install the PECL extension FileInfo. ( Since PHP 5.3, the FileInfo extension is packaged by default.) ...
Jun 13th
4 tags
Jun 13th
24 notes
4 tags
Interesting page : Opera freedom →
Sounds interesting, have a look at the source of this page :)
Jun 12th
8 tags
Firefogg - video encoding and uploading for... →
On the website you will find a rich api to upload and encode video from a user.
Jun 8th
5 tags
Feedly a great rss plugin for Firefox ! →
Trust me guys, if you read like me your rss feeds almost everyday, this plugin will ease your life !! To know more about the features that provides feedly, check this out and you wont regret it !
Jun 8th
4 tags
Jun 8th
7 tags
Try jqGrid, a nice jQuery plugin to create... →
Thanks to jqGrid plugin (still in beta though), I have just finished to integrate a nice grid for work, have a look ! http://bit.ly/tL5kM
Jun 7th
May 2009
3 posts
3 tags
Zend Framework 1.8.2 Released →
Time to update your favorite php framework :)
May 31st
7 tags
Official Google Blog: Went Walkabout. Brought back... →
I am very excited by this announcement today made at Google I/O, I can’t wait to try this new product !
May 28th
9 tags
Counting Lines Shell Script Bash Unix Command Line →
I needed to count lines of code for different projects at work and I found this very useful post that provides several examples. You can find also other resources, SEO, Drupal, PHP, jQuery, Ruby, CSS among them.
May 21st
March 2009
2 posts
Zoom sur l'atelier des chefs →
De bonnes recettes et des astuces de cuisine en vidéo avec l’atelier des chefs sur VODemotion.com !
Mar 18th
VODemotion sur Facebook, pour quoi faire ? →
Mar 11th
January 2008
1 post
Bonne Année
Je vous souhaite à tous une bonne année et mes meilleurs voeux pour l’année 2008 !!   Keep Da Groove :p
Jan 3rd
December 2007
1 post
BBC iPlayer - Radio →
Essential Mix at Live Warehouse Project Manchester : Axwell, Pete Tong and David Guetta
Dec 22nd
November 2007
21 posts
Nov 26th
Fawnt - Top free fonts | Font - Archive | Blog... →
If you need a font :)
Nov 22nd
Typetester – Compare fonts for the screen →
This tool for testing fonts on web page is a must have !
Nov 22nd
Web Designer Wall - Design Trends and Tutorials →
I LOVE the design on this blog WOW !
Nov 22nd
Nov 22nd
Nov 22nd
blognation Belgium » Blog Archive » AudioCubes -... →
This is the future for electronic music ! :D
Nov 20th
Nov 16th
Songza - The music search engine & internet... →
This new service simply rocks both in functionality and design.
Nov 16th