Now That’s Exciting
Marc-Antoine Ross April 24th, 2008 Add comment
to see in your RSS reader:

Read the rambla article and test drive our product!
Marc-Antoine Ross April 24th, 2008 Add comment
to see in your RSS reader:

Read the rambla article and test drive our product!
Marc-Antoine Ross March 21st, 2008 Add comment
Here’s a good resource: Go2web20. Now what makes a logo Web 2.0 style in your opinion?
Marc-Antoine Ross March 18th, 2008 Add comment
Every time I play indoor virtual golf I wonder when they’ll come up with a new game with better graphics than those currently running on Windows 98 boxes. But when I see an online game, in Flash, with better graphics than what I pay 25$ an hour for, there is a serious problem. Hey, game producers, there is a market here… hello? Anyway, check this game: PGA Charity Challenge.
Marc-Antoine Ross February 25th, 2008 Add comment
In September, back at the Air Bus Tour in Toronto, I met Grant Skinner who presented his Spelling Plus Library. I recently found this new Spell Checker Component. While Bruce Deen doesn’t mention any performance data, there is a great feature I couldn’t find in SPL: a local dictionary. This component is a donation ware, don’t forget to help Bruce.
Marc-Antoine Ross February 20th, 2008 Add comment
It’s very hard to explain the subtilty of richness and usability sometimes, but life is good to me today as I stumbled upon a great example: Lovely Charts. Check how the application understands your actions to create new elements in the chart. Simple, effective, well done. Chapeau!
Marc-Antoine Ross January 16th, 2008 Add comment
As a few of you already know, I lived in France for a few years, when I was around 10. Since then, I’ve been going back to France several times for holidays or for business. I’m here, in Paris, once again and just realized that every single time I get here, there is one thing that I can’t miss: the grocery. Here’s my Survival Grocery List:
Just got back from the grocery and I’m typing in between the bites, hence the end of this post.
Ok… I ear you, I’ll do a few more push ups tomorrow
Marc-Antoine Ross December 18th, 2007 Add comment
Tonight, I went for the first time the monthly meeting of the Montreal Adobe User Group and must admit it was very interesting. Lee Anthony Sutton, LordAlex and Martin Arvisais managed to present different topics in a fresh and dynamic way; thumbs up.
Marc-Antoine Ross November 15th, 2007 Add comment
You’ll edit a system file, be careful.
If the file or folder doesn’t already exist, you need to create it. Here’s the easy way to do it in Terminal (easier, because Finder doesn’t let you see hidden files easily).
Open Terminal (Applications -> Utilities -> Terminal) and type the following commands:
cd ~/LibraryIf the KeyBindings folder doesn’t exist in that folder, create it:
mkdir KeyBindingsMake or edit the DefaultKeyBinding.dict file:
vi KeyBindings/DefaultKeyBinding.dictPaste the following lines:
{
/* home */
"\UF729" = "moveToBeginningOfLine:";
"$\UF729" = "moveToBeginningOfLineAndModifySelection:";
/* end */
"\UF72B" = "moveToEndOfLine:";
"$\UF72B" = "moveToEndOfLineAndModifySelection:";
/* page up/down */
"\UF72C" = "pageUp:";
"\UF72D" = "pageDown:";
}Save the file. Now when you re-launch your applications, they should use the new Bindings.
Eclipse doesn’t follow anyone’s default key layout, it is standard based on the version you download… so basically to get this to work do this:
Eclipse -> Preferences -> General -> Keys
You will be able to remove the Binding for Text Start, Text End and respectively replace them for Line Start, Line End. I will let you understand that part by yourself, as you will find interesting shortcuts at the same time. Do the same with for the Shift-Home and Shift-End keys.
You should now have the home and end keys going to the beginning and end of the line.
Firefox still seems to have an issue…
Marc-Antoine Ross August 21st, 2007 Add comment
Here’s a good benchmark that compares several methods to load data into your RIA. It’s very interesting to see how Flex performs compared to Laszlo.
Marc-Antoine Ross August 10th, 2007 Add comment
While I was at the Web 2.0 Expo, I attented a Yahoo! session where they presented a Firebug extension called YSlow. Obviously, you won’t be able to get an A right away, but it’s a very good tool to improve the performance of your sites.