Author Archives: Matt

Adding Google Quick-add to Anything: The Textdate PHP Class by Matt

Earlier this year we were asked by a client to create a tee time scheduling application for their golf course, and we decided it would be best to use Google Calendar within a Google Apps account as the “backend” management … Read more…

August 31, 2010

Send Time Limited Secure Logins with timebomb.it by Matt

Today we officially launched a new web and mobile application timebomb.it, making it easy and more secure to send confidential login information from one person to another. You can think of it as a secure URL shortener for sending logins. … Read more…

August 27, 2010

timebomb.it API and PHP Wrapper Class by Matt

If you haven’t read anything about our newest web and mobile app timebomb.it, make sure to stop by Send Time Limited Secure Logins with timebomb.it. Lets take a look at the simple API we made so developers can use timebomb.it … Read more…

August 27, 2010

Screencast: Using sFTP with SSH, and why FTP is Insecure by Matt

As a developer, your world might crumble without using FTP (File Transfer Protocol). Oh how we love our port 21, uploading and downloading everything in plain text. However, if you are at all worried about security and integrity of your … Read more…

August 17, 2010

Why Your Small Business Doesn’t Need an IT Guy by Matt

Let’s face it, your small or medium-sized business probably doesn’t need an “IT guy”. It’s 2010, not 1995, and most likely what you need is an agile web company with great support. When we speak about the IT field, things … Read more…

August 10, 2010

10 Handy Camera Bag Items by Matt

1. Grocery Bag Your on a shoot and the clouds start to roll in, you feel the moisture, and you know its about to get wet. Don’t be stuck with no options, all you have to do is remember to … Read more…

July 28, 2010

11 Things You’re Doing Wrong on Your Website (and how to fix them!) by Matt

1. It is not cross-browser compatible. There is a huge list of web browsers out there and most likely you have heard of (or use) Google Chrome, Apple Safari, Internet Explorer, Firefox, or Opera- but have you made sure your website works and looks the same in all of these? You don’t want the first impression of your business to be a broken website. Read more…

July 21, 2010

CSRF Protection in Code Igniter using Form Tokens by Matt

Today we are going to talk about CSRF (or Cross Site Request Forgery), otherwise known as session riding, see-surf, and XRSF, and how to built a token system in Code Igniter to mitigate any potential attacks using CSRF. Read more…

July 7, 2010

WebApp Security and Lock Picking: Things Aren’t That Different by Matt

Woah, application security and picking locks- sounds like the topic of lunchtime conversation at DEFCON. When it comes to exploitation, attacks, vulnerabilities, and mitigation techniques, security in any field is really all the same. Sometimes explaining web application security is difficult, but it seems when we match it with something more tangible, like the hard steel of locks, some sense comes to life. Lets start with a “hypothesis”, and then look at some worthy comparisons between 1′s & 0′s, and padlocks & handcuffs. Read more…

July 6, 2010

Simple WebApp Cross Site Scripting (XSS) Attack by Matt

XSS, or Cross Site Scripting, is one of the biggest security risks that any web application developer or concerned client should have a good understanding of. XSS makes use of vulnerabilities in a website to inject [malicious] code. Websites are made up of many elements, including things like header information, HTML elements, and sometimes JavaScript elements. Read more…

June 24, 2010