Saturday, November 30, 2013

Apple has been busy this year as it has introduces two new Smartphones recently iPhone 5S and iPhone 5C. They also made available iOS 7 on Wednesday 18th. When iOS 7 was released to the public on Wednesday many users has faced issues with downloading and many had problems getting the new upgrade onto their iPhone 5 smartphones, they waited still thinking that Apple server would has been very busy indeed. iphone 6 release date As now IPhone 5s and 5c are available to public now where Apple can go with IPhone 6 iOs 8. The iPhone 6 has added more color than 5S and 5C with change in its design. iPhone 6 Release Date According to rumor It’s clear, given that the iPhone 5S was only released in September, that we’re not going to see the iPhone 6 until 2014 now. Apple usually has introduced its model every year with newly added features, Tim Cook has hinted at new products coming soon autumn launch, call from investors says that “Our teams are hard at work on some amazing new hardware, software, and services that we can’t wait to introduce this fall and throughout 2014,” Cook said. As we know now, the products, Cook was talking about are being released on the 22nd October and include the iPad 5 and iPad Mini 2. But it seems to be just a rumor as we don`t know what`s the actual date. iPhone 6 Screen It is safe to assume that iPhone 6 will be having bigger screen, Most of the rumors are that the iPhone 6 will have a 4.8inch screen, which will make the phone`s screen to the size of Samsung S4 and HTC One. So to beat that old tradition of screen Apple would go to full HD or may go beyond that. It’s no wonder that Apple may also be considering the screen technology that uses Sharp IGZO (Indium Gallium Zinc Oxide) screen top of the list. This new technology allows for screens that use less power and are considerably thinner. Rumors certainly picked up when the Sharp IGZO technology was demonstrated at CES 2013. iPhone 6 Camera For the iPhone 5S Apple used the physical size of 8-megapixel sensor means that each pixel gets lighter. In addition to it, they upgraded the lens from the f/2.4 model to the f/2.2 model, increasing low-light performance again. The camera is going to have couple of neat modes, even including a 10fps burst mode that goes on until the phone’s memory is full, and a 120fps slow-motion mode. iPhone 6 Battery As the size of screen increases compared to other older versions, the uses of battery increases, so it is hard to safe the battery life., So Apple has to plan further to increase the battery life of the device which can consume less power and give better performance which can pave a path to many buyers compared to ancestors of iPhone 6.
Apple has been busy this year as it has introduces two new Smartphones recently iPhone 5S and iPhone 5C. They also made available iOS 7 on Wednesday 18th. When iOS 7 was released to the public on Wednesday many users has faced issues with downloading and many had problems getting the new upgrade onto their iPhone 5 smartphones, they waited still thinking that Apple server would has been very busy indeed. iphone 6 release date As now IPhone 5s and 5c are available to public now where Apple can go with IPhone 6 iOs 8. The iPhone 6 has added more color than 5S and 5C with change in its design. iPhone 6 Release Date According to rumor It’s clear, given that the iPhone 5S was only released in September, that we’re not going to see the iPhone 6 until 2014 now. Apple usually has introduced its model every year with newly added features, Tim Cook has hinted at new products coming soon autumn launch, call from investors says that “Our teams are hard at work on some amazing new hardware, software, and services that we can’t wait to introduce this fall and throughout 2014,” Cook said. As we know now, the products, Cook was talking about are being released on the 22nd October and include the iPad 5 and iPad Mini 2. But it seems to be just a rumor as we don`t know what`s the actual date. iPhone 6 Screen It is safe to assume that iPhone 6 will be having bigger screen, Most of the rumors are that the iPhone 6 will have a 4.8inch screen, which will make the phone`s screen to the size of Samsung S4 and HTC One. So to beat that old tradition of screen Apple would go to full HD or may go beyond that. It’s no wonder that Apple may also be considering the screen technology that uses Sharp IGZO (Indium Gallium Zinc Oxide) screen top of the list. This new technology allows for screens that use less power and are considerably thinner. Rumors certainly picked up when the Sharp IGZO technology was demonstrated at CES 2013. iPhone 6 Camera For the iPhone 5S Apple used the physical size of 8-megapixel sensor means that each pixel gets lighter. In addition to it, they upgraded the lens from the f/2.4 model to the f/2.2 model, increasing low-light performance again. The camera is going to have couple of neat modes, even including a 10fps burst mode that goes on until the phone’s memory is full, and a 120fps slow-motion mode. iPhone 6 Battery As the size of screen increases compared to other older versions, the uses of battery increases, so it is hard to safe the battery life., So Apple has to plan further to increase the battery life of the device which can consume less power and give better performance which can pave a path to many buyers compared to ancestors of iPhone 6.

Thursday, November 28, 2013

see+the+passwords+behind+astericks+or+dots Remember the situation, signing into your account with just a single click because browser is saving all your passwords for you. We know this is convenient but since you’re not typing your passwords any-more, eventually you’ll forget your password in a few days. For security reasons, the password field in all browsers is masked with “asterisks” which won’t allow any third person (even you) to read the original typed password. But, what if you want to reveal the string behind the asterisks? There is actually few workaround for revealing the original passwords behind the asterisk and over the entire course of this article we’ll be discussing some known ways to reveal the characters behind the asterisks in different browsers. Reveal Passwords Behind Asterisks or Dots in Different Web Browsers: Google Chrome: Starting off with Google chrome, the easiest way to reveal the original passwords behind the asterisk is using inbuilt Inspect element feature in the browser. You just need to right click on the password field in the browser where you will get an option "Inspect Element". After clicking on it, "Web Inspector" will open out and there you can see some code which is basically Html code and you just need to replace the "password" word with "text" word and it will reveal the words behind the asterisks. gmail+login+via+google+chrome inspect+element+in+google+chrome There’s another way using JavaScript which is quite quick and easy as compared to above method. Just open a site that allows users to login and after typing the password, just enter the following JavaScript code in the address bar. Javascript: alert(document.getElementById('Passwd').value); After entering the above code in the address bar, press enter and it will pop up a window with your password written on it. reveal+passwords+with+javascript+in+google+chrome Mozilla Firefox: The Next most common browser is "Mozilla Firefox". The chrome's "Web Inspector" trick is also applicable in Firefox. Open a site that asks for login (like Facebook), right click on the password field in the browser where you will get an option "Inspect Element". After clicking on it, "Web Inspector" will open out and there you can see some code which is basically Html code and you just need to replace the "password" word with "text" word and it will reveal the words behind the asterisks as shown in screenshot below. inspect+element+in+mozilla+firefox+for+facebook Apart from this, there’s another way which is quite quick and easy as compared to above method. For that you’ve to create a bookmark with the following JavaScript code as URL in it. javascript:(function(){var s,F,j,f,i;s="";F=document.forms;for(j=0;j