SharpStyle Labs

Creativity is coming up with new things. Innovation is doing new things. We make software that helps you do both.

  • Pages

  • a

  • Archives

Archive for January, 2008

How to easily create "test users" using Gmail

Posted by mikeg on January 11, 2008

Whenever you release a new version of any application that requires login, you need to test account creation functionality. There are a few possible ways:

  • Most likely you already have a few accounts with your gmail, yahoo, etc personal emails. You can certainly delete those from your system, but sometimes you have some test data in there that you want to keep
  • You can continue creating email addresses at any of the web email providers — that requires a rather significant amount of time as they ask you for a lot of information

This is where Gmail and automatic labels come to to the rescue:

  • Let’s say my email is mike@gmail.com
  • Gmail has a very useful feature where you can send an email to mike+anythingYouWantHere@gmail.com and that email will end up in your mailbox
  • “+” helps mimic “email alias” functionality. You can then apply filters within Gmail
  • That pretty much provides you with unlimited number of email addresses without all the hassle of setting them up

This technique is useful to automatically file emails and can also help you figure out which of the million websites that you signed up for actually sold your email address. It will not help you stop spam, but at least you will know who is responsible for it — sign up to websites using some system like this: mike+websiteName@gmail.com.

Here is help page on this subject from Gmail: http://mail.google.com/support/bin/answer.py?answer=12096&topic=13271

Posted in Development, QA, Testing, Web Development | Tagged: , | 1 Comment »

How to easily create "test users" using Gmail labels

Posted by mikeg on January 11, 2008

Whenever you release a new version of any application that requires login, you need to test account creation functionality. There are a few possible ways:

  • Most likely you already have a few accounts with your gmail, yahoo, etc personal emails. You can certainly delete those from your system, but sometimes you have some test data in there that you want to keep
  • You can continue creating email addresses at any of the web email providers — that requires a rather significant amount of time as they ask you for a lot of information

This is where Gmail and automatic labels come to to the rescue:

  • Let’s say my email is mike@gmail.com
  • Gmail has a very useful feature where you can send an email to mike+anythingYouWantHere@gmail.com and that email will end up in your mailbox
  • “+” after your real address tells Gmail to “label” that email
  • That pretty much provides you with unlimited number of email addresses without all the hassle of setting them up

This technique is useful to automatically file emails and can also help you figure out which of the million websites that you signed up for actually sold your email address. It will not help you stop spam, but at least you will know who is responsible for it — sign up to websites using some system like this: mike+websiteName@gmail.com.

Posted in Development, QA, Testing, Web Development | Tagged: , | 1 Comment »

Better File/Image Renamer

Posted by mikeg on January 10, 2008

If you are interested in a better tool to rename lots of files/images, check out my post on Better File Rename v5: http://blog.grushin.com/2008/01/10/better-fileimage-renamer-handling-digital-pictures/

Posted in Development | Leave a Comment »