Parker Smith Software

 

Welcome

We find that people are amazed at what the right technology can accomplish for them. That’s why we created Parker Smith, a software development firm that pushes the envelope. If innovation is the key to success, we can help you unlock a lot of doors.

The benefits of custom software aren’t only for the Fortune 500. We make sure they are accessible to any company, regardless of size or budget. It’s all about turning your clutter in clarity, your problems into solutions, and your ideas into reality.

 

Recent Blogs

July 25, 2009
TextMate bundle shortcuts
When coding Ruby On Rails projects we use the OS X program TextMate. Its one of the best development environments in our opinion. The thing that makes it really awesome is it's ability to have custom "bundles" added in. A bundle allows you to add in new shortcut keys which are specific to a particular filetype and specify code shippets that get pasted into your file when you hit hit that shortcut. Even better is that you can have it place your cursor ...
0
 
May 28, 2009
background process manager script
We're working on a project right now that uses starling + workling for sending email in the background as well as daemons to send out send out periodic emails (also in the background). So in our development environment it quickly became a pain to start starling, then start the daemon every time someone started working on the project, then killing processes when you're done. We kept hitting errors in the code, only to realize that it was because the back...
0
 
December 15, 2008
auto_complete in rails 2
In rails 2 the auto_complete functionality has been moved into a plugin, so to use it you will need to first install the plugin with: script/plugin install auto_complete Now you can use the same auto complete functionality you are used to by adding the auto_complete_for declaration to your controller. One last gotcha is the route, you will have to add it to your routes.rb. One thing that may help if you have quite a f...
1