Archive for 2014

THE DEATH SWITCH - PASS ON YOUR INFORMATION AFTER YOU DIE



     Ever seen those whodunit movies where the ingenious criminal mastermind controls the guy who has a skeleton in his closet by threatening to leak his secret in the event of his death? Well, that's actually possible. Which may not be good news for people who can be easily blackmailed, but it's definitely good news for all those who are interested in passing their essential information (like bank account details and social networking passwords) to their nearest and dearest in case they die of unforeseeable causes. Death Switch (deathswitch.com) is a website which deals with what we call 'Information Insurance'. A death switch (or a dead man's switch) is an automated system that prompts you for a password at a regular interval to make sure that you are still alive. If the password is not entered for a certain period of time, the system prompts you once more, after which, if no response is detected, it infers that you are either dead or critically disable. At this points, it passes on your pre-scripted messages to the people you have named in the registration.

ALSO SEE: KNOW HOW YOUR FACEBOOK PROFILE APPEARS FOR EACH PERSON
Saturday 1 March 2014
Posted by Unknown
Tag :

KNOW HOW YOUR FACEBOOK PROFILE APPEARS FOR EACH PERSON



        Have you ever wondered how your Facebook profile looks to your friends or people other than your friends? This may be an old feature but still many people are unaware of it. To see it, follow these steps.

1. Click on the SETTINGS option above LOG OUT.
2. From the options available on the left side of the screen, select PUBLIC POSTS.
3. Now under PUBLIC POSTS you can choose who can see your public posts - friends or everybody.
4. If you scroll down a little you can find this link "Want to know what followers can see? View your public timeline".
5. Click on the link. Now on the top of the page you can select options to see your profile as a specific person by typing in their name or just click public. 
    


And you will see how your profile appears for each person on the screen. 

ALSO SEE: AN IDE FOR FINDING ERRORS IN PHP, JAVASCRIPT, HTML, CSS, SQL AND MORE
Thursday 27 February 2014
Posted by Unknown

AN IDE FOR FINDING ERRORS IN PHP, JAVASCRIPT, HTML, CSS, SQL AND MORE



      Just like any other IDE which do basic type checking of PHP code, PHPStorm also understands your code. And it is not just for PHP code but also for HTML, JavaScript and CSS. It also includes LESS, SASS, SCSS, SQL etc. 
     Anytime you commit a mistake like mistyped variable, using undeclared variable, not closing HTML tags, write non-optimized code, forget a semicolon (frequently done :P ) in a CSS file, write a longer styles rule when a simpler one is available, or create a nested if-else ladder where some code becomes unreachable - PhpStorm, helps in inspecting your code and report them all to you. The IDE detects a large number of simple and small yet common mistakes you commit as a web developer and reduces the time and frustration usually spent on mundane mistakes. All you need to do is to go to Settings -> Project Settings -> Inspections and turn on the settings you think you need for each supported language.

ALSO SEE: GRAND THEFT AUTO V TO HAVE CUSTOMISABLE CARS AND WEAPONS
  
Saturday 22 February 2014
Posted by Unknown
Creative Commons License
Technodrivein by Harish is licensed under a Creative Commons Attribution 3.0 Unported License.
back to top