30 Aralık 2014 Salı

Lock Chrome when you step away from your computer

To protect your data and block access to Chrome when you get up from your computer, you can turn to one of Chrome's experimental features that lets you lock the browser. It also lets you manage multiple accounts and provides guest access.

To access this feature, follow this simple, four-step process:
1. Head to chrome://flags
2. Search for "Enable new profile management system"
3. Click the Enable link
4. Click the Relaunch Now button at the bottom of Chrome

When Chrome restarts, you'll see a button in the upper-right corner labeled "First user." Click on it to reveal a small panel where you can log into your account(s). You can also rename this profile and choose a profile image. You can also create additional user profiles, each of which can support multiple accounts.

21 Aralık 2014 Pazar

How to Backup Your Evernote Notebooks

Windows: C:\Users\[Your Username]\AppData\Local\Evernote\Evernote\Databases
OS X: /Users/[Your Username]/Library/Application Support/Evernote

3 Aralık 2014 Çarşamba

Vtiger crm 6 module=Users&action=SystemSetupSave


I working with the installation vtiger crm 6 in a server with PHP 5.2.7,on each time when i login the url is stuck with this page module=Users&action=SystemSetupSave.
  
I was facing same problem and this was due to some header path which need to change .
open login.php file under

vtigerCRM\modules\Users\actions

now

about 48 line in the code
find
header ('Location: index.php?module=Users&parent=Settings&view=SystemSetup');


change this line to

header ('Location: index.php?module=Home&view=DashBoard'); and upload this at your server.
the problem will resolved