© 2011 steveostudios

Where’s the music at?

Posted on September 29, 2011 by in Uncategorized | No Comments

So, I’ve stopped carrying around all of my music with me. It happened when I upgraded my iPhone to iOS 5 Beta a few times. After every update I would have to plug in my phone, wait for my playlist to transfer over, and inevitably the download would finish right before a date with my beautiful bride. It would take forever! Granted, this [...]

Continue Reading

Gurus of Tech

Posted on September 28, 2011 by in Code, Freebies, Graphics, Quick Tips, Tech Ministry | No Comments

The church tech world can be frustrating sometimes*. I think one of the main reasons for this is  loneliness. It’s often said in church that “we were made for community” or we weren’t made to “go it alone”, and I think that speaks to the techie at heart as well. Most of the time there are only one or two [...]

Continue Reading

Google Search Techniques

Posted on September 28, 2011 by in Quick Tips | 1 Comment

These days, what can really set you apart is simply knowing what and how to search for something on Google in order to find answers quickly. It’s impossible to know everything, but a few simple search techniques can help troubleshoot problems more efficiently. Here are a few of my favorites (syntax is in bold): site: Sometimes you want [...]

Continue Reading

Text at random Y Positions in After Effects

Posted on September 27, 2011 by in Expression | No Comments

I have been working on a project recently that required tons of text boxes to be placed at random y positions on the screen. I wanted to be able to reuse the project for different composition sizes (HD, SD, 2K, etc), and needed to also factor in a “title-safe” area… Instead of manually doing all of this, I wrote this little [...]

Continue Reading

Developing for the Desktop

Posted on September 22, 2011 by in Code | No Comments

Our company, Digital Stache, has been making apps for a little over a year now (Spin That Wheel, Score Keep and our free countdown maker, Ready, Set Go!) . It has been exciting to learn to develop something from scratch that hundreds of people can experience and benefit from. From the get-go we knew that we wanted to make exciting, clean [...]

Continue Reading

Top Eight Alfred Extensions

Posted on September 21, 2011 by in Freebies | No Comments

I bought Alfred’s Powerpack the other day, and so far it’s pretty awesome! For those of you who don’t know, Alfred is a free application-launcher, file-searching beast, that is mostly keystroke driven (like Quicksilver, but still supported). The Powerpack allows you to write your own scripts (Shell, Applescript, Automator, [...]

Continue Reading

Friday Pick: Spin That Wheel

Posted on September 16, 2011 by in Picks | No Comments

I’ll have to be honest and say that I’m a little biased about this week’s pick, Spin That Wheel, because my buddy Dave and I developed it. That being said, it’s still really fun to use, super simple, and DANG is it pretty! A little over a year ago, Dave and I were looking at games that we could play in our youth ministry, [...]

Continue Reading

Retreiving Java data into Titanium Desktop

Posted on September 15, 2011 by in Java, Javascript, Quick Tips | No Comments

Yesterday I posted how to get Titanium to open a Java application and run it. This may be fun, but pretty useless unless Titanium can retrieve data from that application, right? 1 2 3 4 5 6 7 8 var separator = Titanium.Filesystem.getSeparator(); var jar = Titanium.App.home +separator+ "Resources" +separator+ "java/javaProcess.jar"; [...]

Continue Reading

Running java jar files in Titanium Desktop

Posted on September 14, 2011 by in Quick Tips | No Comments

Being that I know almost nothing about Java, and slightly more about Appcelerator Titanium Desktop, this proved a little difficult. But, if you need to run a jar file in Titanium, here is the best way that I have found… 1 2 3 4 5 var separator = Titanium.Filesystem.getSeparator(); var jar = Titanium.App.home +separator+ "Resources" [...]

Continue Reading

Camera Cheat Card, plus free Illustrator file

Posted on September 12, 2011 by in Freebies, Tech Ministry | 1 Comment

We do things just a little different at Southeast Student ministry, namely in that almost all of our production is handled by the students. Junior Highers and High Schoolers They run the graphics. They run the lyrics. They run cameras, lights, the switcher, direct and even produce. All of this means that part of my team’s job is to train [...]

Continue Reading