Blog

 

Archives for Uncategorized

Paypal X is off the hook!

We’re sitting here right now in San Francisco at the Paypal X Developer’s conference waiting for the opening keynote scheduled to start in a half hour.  Stay tuned… we will keep you updated.

Setting up Google Apps for Businesses

What is it?

Google Apps allows businesses to have free Email, Calendar, and Documents online.
Google has created the most secure and fast way to get your business running effectively online.

Is it the same as GMail?

What people usually mean when asking this question is “Will my email be  xxxxx@gmail.com”
The answer to that is no.  Google Apps [...]

Copying a site’s files from one host to another

Terms:
Site1 = http://site1.com/
Site2 = http://site2.com/
Site1Path = /home/user1045/domains/site1.com/html
Site2Path = /home/user9938/domains/site2.com/html
STEPS:
1) ssh into site1
- ssh serveradmin@site1.com
- enter password
- “cd domains/site1.com”
- “tar czf filesbackup.tar.gz html”
- “mv filesbackup.tar.gz html”
2) ssh into site2 and download files from site1
- ssh serveradmin@site2.com
- enter password
- “cd domains/site2.com”
- “rm -r html”
- “wget http://site1.com/filesbackup.tar.gz”
- “tar xvfz filesbackup.tar.gz”

Minimizing Complexity In User Interfaces

A great article on simplicity in UI design. Some key points I took away from it:

The “blank state” is the first impression. Make it useful.
“When deciding whether a feature is necessary, the default answer should be ‘No.’”
“80% of users use only 20% of software features.”
White space is a good thing!

Read the article: http://www.smashingmagazine.com/2009/10/07/minimizing-complexity-in-user-interfaces/

What is creativity?

As jazz musician Charles Mingus said, “Making the simple complicated is commonplace; making the complicated simple, awesomely simple, that’s creativity.”