August 2011
2 posts
2 tags
2 tags
January 2011
2 posts
2 tags
1 tag
December 2010
8 posts
1 tag
3 tags
Cat vs Internet →
2 tags
GPU acceleration for CSS3 transforms is a significant area of catch-up for the...
– Samsung Galaxy Android Tablet: The HTML5 Developer Scorecard - Sencha (via wpbasti)
4 tags
PhoneGap and supporting the Retina display
While making an IPhone Version of 123Abc, I was searching yesterday who to support the retina display of the last IPhone.
This is easier as I thought thanks to CSS3 media query (cf. Walt Grayson’s blog & Erik Runyon’s blog).
In the main HTML file:
< link
rel="stylesheet"
href="css/retina.css"
media="only screen and (-webkit-min-device-pixel-ratio: 2)" >...
3 tags
PhoneGap and adding external links...
To prevent default behaviors of the Touch events, I do this:
var eventNames = ['touchmove', 'touchstart', 'touchend', 'touchcancel'];
function preventDefaultBehavior(evt) {
evt.preventDefault();
}
eventNames.forEach(function(eventName) {
document.addEventListener(eventName, preventDefaultBehavior, false);
});
But this prevents also the <a> element to be...
2 tags
November 2010
6 posts
1 tag
Google Android Hidden Secret Codes →
1 tag
IPhone Wireframe... →
2 tags
Transition in transition... →
1 tag
5 tags
2 tags
Waiting For Review...
My baby app 123Abc is in the app store submission process.
123abc.42loops.com is ready!
October 2010
12 posts
2 tags
All Fronteers 2010 Videos →
2 tags
Touch UIs are Quite Different
View more presentations from pankorho.
1 tag
If you’re creating an app for business people, or niche markets, don’t be afraid...
– David Kaneda
2 tags
Building a better web
from Ben Schwarz.
1 tag
Bastelstunde mit dem web und freien-daten webtechcon 2010
From Christian Heilmann.
4 tags
2 tags
At JSConf we do not tollerate product pitches (not even by our sponsors). The...
– http://jsconf.eu/2010/speaker/kick_ass_code_editing_and_end.html
We should do the same at #ParisJS
3 tags
2 tags
An Ipad made with CSS →
1 tag
Lanyrd: the social conference directory →
September 2010
10 posts
2 tags
Custom Business Cards →
2 tags
Rethinking the Mobile Web by Yiibu
View more presentations from Bryan Rieger.
1 tag
A javascript test... →
2 tags
1 tag
MindMeister: a beautiful mind mapping online tool →
1 tag
Google Bubbles Logo →
"Mastering Node" - Open Source NodeJS eBook →
(via tjholowaychuk)
August 2010
3 posts
1 tag
2 tags
Note 001 : Vim normal mode: Ctrl-A et Ctrl-X
[count] Ctrl-A Incrémente de [count] le premier nombre à la droite du curseur.
[count] Ctrl-X Décremente de [count] le premier nombre à la droite du curseur.
ci[char] Supprime le texte compris entre deux [char] et passe en mode Insert
2 tags
July 2010
3 posts
Marco.org: The iPhone 4 is great* →
The iPhone 4, by most accounts, is absolutely excellent. I love mine. It’s a huge step forward, and all previous iPhones look dated and primitive by comparison. But there’s a giant asterisk. It has two major flaws, both of which appear to be physical and unsolvable by software updates: The…
1 tag
What luck for PHP programmers!
In PHP:
<?php echo gettype("12"*1); // return "integer"
In Javascript:
typeof("12"*1); // return "number"
But in Python :
>>> 12 * '12' '121212121212121212121212'
Or in Ruby:
>> '12' * 12 => "121212121212121212121212"
2 tags
Sardinia 2010
June 2010
10 posts
1 tag
2 tags