Archive for the ‘Uncategorized’ Category

New Inkscape extension fixes broken images with one click

Tuesday, January 5th, 2010

Please click here to continue to this project’s permanent page.

Chrome Frame for WordPress!

Thursday, December 24th, 2009

Please click here to continue to the permanent homepage of this new project.

Quick Ruby Debugging from TextMate

Tuesday, December 22nd, 2009

No, this TextMate plugin I just wrote does not let you debug your Ruby program directly inside TextMate. However, it does open a full-screen Terminal with rdebug when you hit Command-D in your Ruby file.

Check it out. Download and double-click to install.

Here’s the source for the bundle command:

#!/usr/bin/env ruby
# This plugin is governed by the MIT license, available at http://www.opensource.org/licenses/mit-license.php
# Andrew Janssen, http://sardiusgroup.com

dir_name = File.dirname(ENV['TM_FILEPATH'])

system "osascript -e \'tell application \"Terminal\"
do script \"cd '#{dir_name}'; rdebug #{ENV['TM_FILEPATH']};exit;\"
activate

-- If you want to change the style of the new debug window....
-- Change the index to get different styles.
-- set current settings of first window to settings set 1

-- If you want to put the window somewhere specific...
-- set the bounds of the first window to {431, 20, 1502, 1056}

-- ... otherwise this makes it full-screen.
set zoomed of first window to true
end tell\'"

Recently Baked

Monday, December 21st, 2009

Delete Single Items in OS X

Saturday, December 19th, 2009

One of the more amazing features of OS X is that you can’t delete files or directories with the Finder— you have to first put them in the trash, then clear everything in the trash. That’s fine for most people, but I want to keep some trash for a long time (deleted copies of code) but not other trash (large installer files and virtual machines).

So I wrote a script which lets you delete specific files and folders; in the trash or elsewhere. Double-click the ZIP-file to open it, then drag the “Delete Immediately” script into the Library/Services folder of your home directory. Now when you right-click files or folders and you’ll see a “Delete Immediately” command. Easy.

This program is distributed without a warranty of any kind. Delete your own files at your own risk.

Git repository is here.

Coming Soon…

Friday, December 11th, 2009

A new website. We’ve been working with an artist named Christine Don to produce a website for her current and future work. We’re really excited about this website and it will be up in the near future….check back soon!!

Run a radio station from your Mac in 5 minutes

Saturday, November 14th, 2009

Check out the_curator’s post at Ninja-Code.

Welcome to the Sardius Group

Thursday, August 20th, 2009

Most web contractors suck. It’s true. We talk with more people who are dissatisfied (disgusted?) by their experience with contractors than we care to count. At the end of the day what makes a product successful is an active partnership with a listening developer who responds to your needs in real-time. The focus of The Sardius Group is you, not our next five clients.

We’re believers in Getting Things Done and Agile Development. Discussing ideas with a pen and napkin is usually more effective than volleying specification drafts over emails (and weeks). No one wants to do that!

We create systems that don’t require our ongoing presence (or invoice) to maintain. When Sardius Group solves your problem, we solve it. Months of one-off fixes and maintenance wastes your time, and we won’t stand for that.

Specialties

End-to-end web site production: design, development, testing and tuning, deployment, and maintenance. Also: 1) graphic and web design 2) Web publicity and advertising, E-commerce 3) cross-platform client-side development. Database, game, and graphics programming. …So pretty much any software product or service you can think of.

Specifically on the web: PHP and Ruby on Rails (HTML, CSS, JavaScript, etc). WordPress, Drupal.