10.26.07

EasyCropper Screencast

by Chris Abad

Some of us out there are visual learners. Things don’t really click until you see it in front of you. Others, well we’re just to lazy to read. We’d rather skip the book and wait until they make a movie about it. No matter which type of person you are, we’ve got the solution for you. We’ve put together a screencast for our small web utility EasyCropper. The screencast walks you through the simple steps of cropping an image on the Internet. Enjoy.

10.24.07

Hallelujah!

by Ben Myles

Anyone that reads blogs from the Rails community has probably already heard about God. No, not the deity in the sky, but an excellent monitoring application that watches your processes and keeps them running. I’ve mostly seen it used for taming mongrel but it can be used to monitor any process.

We’re running God for all our managed hosting clients to make sure their mongrels don’t pass out from exhaustion. Here’s our init script and a sample global config for your enjoyment.

The God configuration file should be self explanatory. It’s just Ruby code, nothing magic going on there. I’ve just wrapped the core God.watch code around some loops to enable support for monitoring an unlimited number of applications. One small note about the init.d script: it first launches God, and then loads the config file via the ‘god load’ command. I’m aware that you can send god the -c parameter when launching it, but I’ve found that sometimes (seemingly randomly) that won’t load the config.

The init.d script should work fine on any RHEL /CentOS system. Once you add the file to /etc/init.d/god just do:

chmod +x /etc/init.d/god
chkconfig --add god
chkconfig --level 345 god on
/etc/init.d/god start

Now you’re good to go. Let those misbehaving K-9 devils do their best – they’re no match for God.

10.22.07

New Feature: Admin-Level Users on Ticketish

by Chris Abad

We’ve just added “administrators” to Ticketish. Administrators are a special type of user with special privileges. Only administrators can do the following:
  • Create new users
  • Delete users
  • Edit users other than themselves
  • Create new projects
  • Edit projects
  • Delete projects

This was one of those simple things that was overlooked simply because we never had a need ourselves to restrict users. However, as more and more companies use Ticketish, this is becoming an important feature.

The first user for all existing accounts have automatically been made an administrator. If you want other users to have admin access, an administrator will need to go to “Administration,” the “Users” tab, and click on the user you want to grant admin access to.

Feel free to contact us if you have any questions about this.

10.20.07

We won!

by Chris Abad

Congratulations to “Team Integral” over here for placing 3rd most creative for RailsDay 2006. Now if only we knew what we actually won…

Read More

10.20.07

San Diego Bloggers Meet Up

by Matt Browne

Integral Impressions is hosting the first San Diego Bloggers Meet Up group. The goals of this group are to expand our knowledge of blogging through networking and learning. Whether you are a blog publisher, looking to start a blog, or an avid reader of blogs, we’d like you to share your experience. Discussions will range from the communities latest blog posts to the most innovative blogging technologies.

Our Next Meeting: Tuesday October 30th, 2007 at 7pm near Downtown San Diego

Please RSVP at the Bloggers MeetUp Page

We will kick off the first San Diego Bloggers Meet Up with an open discussion on how to structure the group. The founding members will play a key role in shaping the first several sessions and will ultimately be responsible for the success of the group. If you have any interest in blogging, we welcome your experience and hope for your attendence.

« Previous Posts