article thumbnail

Intermediate+ Web Developer

Transformify

The company is looking to hire a tal-ented Intermediate+ Web Developer. We have over 200 employees spread across 30 different countries. All employees work from home. We develop custom software appli-cations for clients in North America and Europe. Work hours are flexible and projects are interest-ing and challenging. MySQL) and NoSQL (e.g.,

article thumbnail

How to Build a Startup Team

techcocktail.com

If your developer knows ruby-on-rails but doesn’t care about the application you are creating, then there is no guarantee that their work will be as precise or consistent as you need – or that they will go the extra mile. So if you do find your duplicate, hire them as soon as possible.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

How to develop live search textbox in Ruby on Rails

Aymeric Gaurat-Apelli

get(url, formData, function(html) { // perform an AJAX get $("#big-search-box").removeClass("loading"); html(html); // replace the "results" div with the results });}); I am planning to improve this code to not do a search on every keystroke, but maybe allow a 1 second delay before the next search.

Ruby 35
article thumbnail

How to develop live search textbox in Ruby on Rails | Aymeric.

Aymeric Gaurat-Apelli

get(url, formData, function(html) { // perform an AJAX get $("#big-search-box").removeClass("loading"); html(html); // replace the "results" div with the results });}); I am planning to improve this code to not do a search on every keystroke, but maybe allow a 1 second delay before the next search.

Ruby 35
article thumbnail

How to develop live search textbox in Ruby on Rails

Aymeric Gaurat-Apelli

get(url, formData, function(html) { // perform an AJAX get $("#big-search-box").removeClass("loading"); html(html); // replace the "results" div with the results });}); I am planning to improve this code to not do a search on every keystroke, but maybe allow a 1 second delay before the next search.

Ruby 28
article thumbnail

Coding Is the New Business Bilingual

Duct Tape Marketing

While you will still likely hire experts to do things like build apps and create online databases, it’s time to make 2012 the year you become fluent in the new language of business. HTML Rocks – [link]. Ruby Learning – [link]. Learn Ruby the Hard Way – [link]. Ruby on Rails – [link].

Ruby 72
article thumbnail

How to build your own widget in Ruby on Rails in 10 minutes

Aymeric Gaurat-Apelli

I will show in this article how I did it in 30 minutes using Ruby on Rails (hopefully you will be able to do it in less than 10 minutes thanks to this article). I html encoded the code in step 6 (referred to as HTML_ENCODED_STEP_6 in step 7) 8. widget-ilove.heart{ color:red; font-size:42px}.widget-ilove

Widget 32