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 [...]
Full story »
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”
Full story »
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/
Full story »
As jazz musician Charles Mingus said, “Making the simple complicated is commonplace; making the complicated simple, awesomely simple, that’s creativity.”
Full story »
Turning off register_globals = off on Network Solutions is a real pain in a**.
Full story »