- Launching a new product, Genius Bargain, helping you shopping online The chrome web store is a really a weird place, it’s a bunch of bundled html5 apps, homepage buttosn that goes to some website & chrome extensions that puts buttons in your toolbar. The first time I had a look at that store I was surprised to see that some apps had actually millions of […]
- backbone-generate scaffolding plugin becomes better, evolving into Grunt-generate 3 months ago I open sourced bb_generate, a grunt plugin that scaffold files for backbone.js, the idea was to have an easier solution than yeoman to generate a custom scaffolding solution for specific projects. It seems I was not the only one thinking about having an easier solution. Camille Reynders thought the same thing and […]
- iPresent, mobile mockups presenter At CakeMail we are ramping up our mobile effort with a new mobile web app, recently we hit a milestone & completed most of the interface design. It got me wondering what could be the best way to get my coworkers to experience on their phone what this was going to be all about. Turns […]
- Another year is ending.. Each year I highlight what has been happening in my small dev life and another year is coming to an end, so here we go. 1. Github (and git) changed everything At the beginning of the year I moved the jQuery validationEngine plugin to github and started to learn git. First thing first, I love […]
- Filtering a collection in backbone.js Filtering a collection can seem a daunting task the first time, but this is in fact, really easy. There is more than one way to filter collections, here I wanted to present the solution that work best for me. Do not hesitate to comment on it, I’m always happy to improve my stuff. Of course […]
- A call to all web developers, launching a twitter campaign to force webkit to implement a position fixed in mobile webkit Hey guys, I need YOU for 2 minutes, Some of you guys might not know that it is impossible to have a fixed toolbar in mobile webkit, this is because we can’t fix anything to the gridview webkit produce. This is something we need if one day we really want to be a contender to […]
- Tips #2: Animating opacity with jQuery? Don’t forget to set your opacity before animating Animating opacity with jQuery can be a little tricky. If you look closely, the first opacity animation might not happen. You would think that $(‘element’).animating({opacity:0}) would do the trick, but actually that is not really the case. When you animate opacity always remember to set the default opacity before, in CSS you can add opacity:0 […]