Posts by alexandesigner • 126 points
5 posts
-
1
votes1
answer69
viewsA: Has Meteor syntax changed from version 0.8 to version 1.0?
Yes the Meteor syntax has changed at some points, for example: Before version 1.0 the definition of helpers was like this: Template.leaderboard.player = function(){ // code goes here }…
-
2
votes0
answers198
viewsQ: I’m having trouble with Bower’s installation, how do I fix it?
i am having trouble with the installation of Bower, I had already installed, I even worked on some projects using "yo + Grunt + Bower" however, today when I went to create a new project I got a…
-
2
votes1
answer92
viewsA: Error in db:create on Mac OSX Montain Lion
I managed to solve the problem! following a post on SOEN, in this question: https://stackoverflow.com/questions/13773633/symbol-non-found-when-run-rails It Means that you’re trying to run ruby 1.8.7…
-
4
votes1
answer92
viewsQ: Error in db:create on Mac OSX Montain Lion
alexandesigner$ rails server dyld: lazy symbol binding failed: Symbol not found: _mysql_get_client_info Referenced from:…
-
2
votes9
answers9696
viewsA: Is it right to use the <i> tag for icons and not italics?
According to W3C, the tags <i> and <b> not necessarily used as Italic and Bold. See a coherent explanation and I believe that you will know how to use the best way: That other explains…