Showing posts with label TechnologyIndia. Show all posts
Showing posts with label TechnologyIndia. Show all posts

Saturday, November 9, 2013

Microsoft makes Internet Explorer 11 browser work for Windows 7



Microsoft Corp. said on Thursday that it has made its latest browser, Internet Explorer 11, available to users of Windows 7 machines.

The new browser had already been part of the Windows 8.1 upgrade the company released last month.

The browser, available as a free download, improves the performance of websites that use JavaScript. Microsoft says the browser is 9 percent faster than Internet Explorer 10.

#TechnologyIndia

How to add a Floating Facebook Widget in Blogger ?



Today we will learn how to add a Floating Facebook widget in Blogger.Just Follow the below steps and Enjoy yourself.

STEP 1
1.  Go to Blogger Dashboard  --> Template
2.  Please! download  a copy of your template
3.  Now click on Edit HTML
4.  Use Ctrl+F to find </head>
5.  Then copy and paste just above/before it, this code:
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js' type='text/javascript'/>
6. Save your template.

STEP 2
1.  Now go to Layout--> click on "Add a gadget".
2.  Select "html/java script" and add the code given below and click save.
  <script type="text/javascript"> /*<![CDATA[*/ jQuery(document).ready(function() {jQuery(".abtlikebox").hover(function() {jQuery(this).stop().animate({right: "0"}, "medium");}, function() {jQuery(this).stop().animate({right: "-250"}, "medium");}, 500);}); /*]]>*/ </script> <style type="text/css"> .abtlikebox{background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsEiVyJB86LSR7KoCWVVeqHPN80Iev1XJJGkZQz5F4C2V_R0ElThhPAmXZvxD4jEL1qlgl9ZtIHRF7yyq1nX1n1vMjg3-KTUFt3scBo1lBghmc4yMt1kplue6AeLX1_ayLGyJNgKRV70Q/s320/fb1-right.png") no-repeat scroll left center transparent !important; float: right;height: 270px;padding: 0 5px 0 46px;width: 245px;z-index:  99999;position:fixed;right:-250px;top:20%;} .abtlikebox div{ padding: 0; margin-right:-8px; border:4px solid  #3b5998; background:#fafafa;} .abtlikebox span{bottom: 4px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;} .abtlikebox span a{color: gray;text-decoration:none;} .abtlikebox span a:hover{text-decoration:underline;} } </style> <div class="abtlikebox" style="">     <div>     <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Ffacebook.com%2FTechnologyIndia&amp;width=245&amp;colorscheme=light&amp;show_faces=true&amp;border_color=white&amp;connections=9&amp;stream=false&amp;header=false&amp;height=270" scrolling="no" frameborder="0" scrolling="no" style="border: white; overflow: hidden; height: 270px; width: 245px;background:#fafafa;"></iframe><span>Widget by :<a href="http://www.technologyindianow.blogspot.com"> TechnologyIndia</a></span>     </div> </div>

Note: Replace TechnologyIndia with your facebook page URL or user name.
#TechnologyIndia

Google reportedly testing technology to track real-world consumer behaviour


GOOGLE is reportedly testing new technology that could track consumer behaviour in real-world stores and businesses

Google's new technology would tap into location services on smartphones via popular Google apps such as Maps and Gmail, according to a report from digiday.com .

Users agree to "opt in" to location services when they load Google apps on their phone, meaning Google can then track that data.

The aim is that by tracking the location of customers in purchasing environments, Google can better deliver targeted information to prospective advertises.

It can also demonstrate better "conversion", ie, that after serving ads via search for products, customers are then "converting" that experience into a real-world purchase.

According to the Business Insider, people spend more than 15 hours a week searching for products online, and at least 50 per cent of those follow through with a quick purchase.

#TechnologyIndia

Wednesday, October 9, 2013

HOW TO CRACK WINDOWS LOGIN PASSWORD USING OPHCRACK

The Ophcrack Windows Password Cracker is by far the best free Windows password recovery tool available. It's fast and easy enough for a first time Windows password cracker with a basic knowledge of Windows.
With Ophcrack, you don't need any access to Windows to be able to recover your lost passwords. Simply Follow the Steps below:-
1. Visit the Ophcrack Site, Download the free ISO image
2. Burn it into a CD, Then Insert the CD into the PC that requires the Password and Change the Boot Order to boot from the CD. Guess we all know How to Boot from CD??
The Ophcrack Program will starts, it will locates the Windows user accounts, and proceeds to Crack the the forgotten passwords automatically. Once the Cracking is done, the passwords will be displayed on screen, just write it down.
Thats All.

Set Password on Folder Using Notepad


Open Notepad and copy the below code to it.
cls
@ECHO OFF
title FolderLock
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== sreekumarvs123 goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End


Save the notepad file as lock.bat (.bat is must)
Now double click on lock.bat and a new folder will be created with name MyFolder
Copy all your data you want to protect in that New folder
Now double click on lock.bat and when command promp appears Type Y and press enter.
Now MyFolder will be hidden from you view, to access that folde double click on lock.bat
It will ask for password enter your password and done.
(Default password is technologyindia)

->To change the password replace sreekumarvs123 with  new password in the above code
How To Further Secure ?

You might be thinking that anyone can access the password by opening that lock.bat file in Notepad or any other text editor.
To make it more secure hide lock.bat in some secure location after following the above tutorial To access the secured file double click on lock.bat.
I would suggest copying lock.bat file into Pendrive and copying it into your computer whenever you required to access to your protected files...


facebook.com/TechnologyIndiaNow