Web Applications Development

Textmate rails i18n translations bundle

I’ve found from this page a really good textmate bundle to avoid direct edit of all your locales in your rails project.

After testing it’s seems that the user_input does not work with multi word space seperated, so i’ve made slith changes, first for sue with translated sentences and second to put before the locale name if you have dozen of locals files like i’ve on somes projects.

To install the bundle follow the original page


LiveValidation with rails i18n

LiveValidation is a great tool to validate your form, syntax clear, easy and powerfull.

If you want to use your already translated i18n messages, you could use something like that :

var myfield = new LiveValidation( ‘theformfieldid’, {onlyOnSubmit: true } );
myfield.add( Validate.Presence, { failureMessage: “#{t(:”activerecord.errors.messages.empty")}", validMessage: ""} );

with any of the activerecord translated errors messages.


FaceBook Page

IDFuze have it’s own FaceBook Page !

http://www.facebook.com/pages/IDFuze/110979992303936

Feel free to join this page…


IDFuze will start soon

We are working intensively on our new project: IDFuze.

IDFuze is the combination of two companies : AGSI and solisoft
Both of them are specialized on Web Application Creation.

We are already working on new applications and we plan to grow fast.

Our goal is to create Real Time Web Application tools such as Node.js, Ruby on Rails 3, noSQL databases, etc .

For this purpose we are building a strong team for that. We will let you know when the company will be created.


Why we use Node.js to build web apps

Node.js main features

  • Server-side Javascript
  • Built on Google’s V8
  • Evented, non-blocking I/O

Links :

Google V8
Javascript client/server website