Jobs
JOBS - ROR at OakleyFri, 22 Jan 2010 03:01:25 UT
Hello Everyone, I'm seeking some candidates for the following positions: Front End Web Developer [link] Web Architect [link] Systems Administrator [link]
(JOBS) Footbalistic is looking for RoR developers
Tue, 19 Jan 2010 05:33:42 UT
DESCRIPTION --------------------- To take our website [link] to the next level, Footbalistic is looking for RoR developers located in San Francisco for 2 to 6 months contract assignments. If you're a student looking for an internship, we have a few positions available as well, so don't miss out on what might your best
What Are the Key Steps That Everyone Ought to Know About Web Creation?
Sun, 17 Jan 2010 18:55:33 -0600
Web creation is one of the most popular online jobs currently. Youngsters who are creative and love to work on computer graphic software adore this job as it opens up a great opportunity for them to unveil their hidden skills and talent in web creation and design. However not everyone is born talented in web creation.
JOBS - RoR Developers Indianapolis, IN
Fri, 08 Jan 2010 20:16:41 UT
Hi, I have a client in the Indianapolis, IN area that anticipates adding a few RoR developers over the next few months. The company is filing an application for a grant with the State and if awarded, they will need to bring on a few developers, likely around the March-May 2010 timeframe. Even if the grant isn't awarded, they constantly have one
[JOBS] WorkBeast is Hiring!!!!
Tue, 05 Jan 2010 19:43:16 UT
Do you like using recruiters to find jobs or hire? We don’t like it either. WorkBeast has created a business model that uses technology to change how people hire, and vastly improves the process. Consultants will earn more money through our site. Companies will find better people, easier, faster and cheaper. Most importantly we eliminate the need for
Site News: Popular Posts for the Week of 01.01.2010
Fri, 01 Jan 2010 07:02:19 -0600
Popular posts from PHPDeveloper.org for the past week:Community News: PHP Advent 2009 Wraps Up Abhinav Singh's Blog: How to use locks in PHP cron jobs to avoid cron overlaps Developr.com: Do Frameworks Fail? When? Web Development Blog: Ajax requests using jQuery and PHP Symfony Blog: Windows and symfony ZendCasts.com: Doctrine Relations and Zend MVC Site News: Popular Posts for the Week of 12.25.2009 Sebastian Bergmann's Blog: PHPUnit Development Moved to GitHub Kae Verens' Blog: multiple file uploads using HTML5 Community News: php-mode (PHP documentation integration for Emacs)
Abhinav Singh's Blog: How to use locks in PHP cron jobs to avoid cron overlaps
Tue, 29 Dec 2009 12:45:31 -0600
In this new post from Abhinav Singh on how to use file locking to keep your cron jobs from trying to use the same resources. Cron jobs are hidden building blocks for most of the websites. They are generally used to process/aggregate data in the background. However as a website starts to grow and there is gigabytes of data to be processed by every cron job, chances are that our cron jobs might overlap and possibly corrupt our data. In this blog post, I will demonstrate how can we avoid such overlaps by using simple locking techniques. I will also discuss a few edge cases we need to consider while using locks to avoid overlap. He includes some sample code - both the class to create the functionality and a script showing how to make use of it (and, of course, an example of it in use).
[JOBS] Available for HIRE
Sun, 20 Dec 2009 22:23:51 UT
Hello World, I'll be back on the market at the beginning of the year! I cleaned up my resume for the occasion! :) [link]
The Realities If You Build a Free Business Website
Mon, 21 Dec 2009 15:29:36 -0600
Do you want to build a free business website? with the recession making the whole world shaky in the work area, it has become hard. And in fact many people are wondering just how stable their jobs really are in these difficult times. Not only that, what will retirement be like, will you have the money to have the sort of retirement that you had always hoped for? Let's review some of these burning questions.
[JOBS] RoR in NYC - URGENT!!
Thu, 17 Dec 2009 16:46:00 UT
I have a client in NYC looking for Ruby on Rails Developers for a 12 Month+ Project. This project is moving forward and they need people to join the team within the next three weeks. If you are actively seeking a new opportunity and would like to hear more about this opportunity please call me at the number below or you can reach me at
[JOBS] RoR in Sweden (Stockholm)
Tue, 15 Dec 2009 16:49:23 UT
Hi! I'm starting a project next year in which I think RoR would be a great language. I'm looking for a RoR programmer/team in Stockholm to support in technical development of a platform for distribution of cultural grants. Best regards Max M...@fabel.se +46 8 410 224 30
Finding non-empty has_many associations with a named_scope
Sat, 12 Dec 2009 22:40:23 UT
If I have these classes: class Customer < ActiveRecord::Base has_many :jobs ... end class Job < ActiveRecord::Base belongs_to :customer ... end can I construct a named scope that returns the equivalent collection (but hopefully more efficient) to this: customers_with_jobs = Customer.all.reject{|t| t.jobs.empty?}
[JOBS] Seeking freelance developers
Thu, 10 Dec 2009 15:05:26 UT
We are interested in hiring a couple of freelance developers on an ongoing basis to help us with maintenance and development of our application. If interested please send resume, summary of rails-related projects with urls and hourly rates to cmitch...@appointmentcity.com . Thanks, C Mitchell
[JOBS] 3x Sr Ruby on Rails developers (New Delhi)
Sat, 07 Nov 2009 07:21:39 UT
We are looking for multiple talented Senior Web Developers with a history of commercial product & consumer-oriented web application design and high-end development and exposure to the full project life cycle. The successful candidate must have a excellent working knowledge of software design patterns, best practices followed in
Simultaneous long-running tasks; Rake, Daemons, Delayed::Jobs?
Wed, 04 Nov 2009 01:52:40 UT
Hi everyone, I have an application where an essential part is communicating with a remote API via SOAP. I want to be able to run 3-4 of these tasks at once, and one task might take anything from one minute to several hours, depending on the size of the data being sent. The app relies heavily on ActiveRecord fetching fetching data (in_batches) and
[JOBS] : Management consulting firm seeking Social Software expert
Tue, 03 Nov 2009 17:42:07 UT
what : Long Term contract Opportunity with Top Tier Management Consulting firm Where: NYC Compensation :120-150K salary Client is looking for high end technologist with heavy Social Networking and Web 2.0 expeirence. Web development in an open source environment Must have an active technology blog
DBA career paths could lead to business intelligence
Mon, 02 Nov 2009 16:00:36 EST
Business intelligence could prove to be an ideal specialty for SQL Server DBAs who feel like they've hit a wall with their current jobs.
Content with Style Blog: Quick helper script for ZF view translations
Thu, 29 Oct 2009 07:54:01 -0500
On the Content with Style blog today Pascal Opitz has posted a helper script for Zend Framework applications to make internationalization of your templates simpler. Manual copy and paste jobs are a pain. Faced with the prospect of internationalizing 30+ big view files, I thought there had to be a better way. When I started to use the reg exp search facility in Textmate, the penny dropped. A helper script is what was needed. The CLI script he's created goes through a file, in this case a view file (phtml) and does a replace on the values defined in an ini file. It's a simple one-to-one, exact match relationship but it can make it much easier to do simple translations on a large number of pages.
JOBS - RoR developer in Austin, Texas
Wed, 21 Oct 2009 04:36:33 UT
Hello, How would you like to move to Austin, Texas?? Does a reduction in cost of living, lower taxes, lower costs in general, economy that is beating the rest of the US, highly concentrated technical community / opportunities, excellent higher education options, lots of sunshine and warm in the winter, interest
Certification and Training Courses
Wed, 21 Oct 2009 19:17:18 UT
Hi Everyone, Sorry I've been out of the mix lately and haven't had time to post. I've been working an infrastructure contract position which just now ended so I'm able to get back into Rails development. I'm finding that locally around the Boston area that the only jobs available seem to be development rather than infrastructure related.



