Monday, December 30, 2013
Top 20 Websites Making The Most Money
Thursday, December 26, 2013
[Solved] CL_FlushEntityPacket
TOP 10 AGGRESSIVE BATSMEN 2013
Sunday, December 22, 2013
Lost Egyptian City
[Knowledge-base] Computer Drivers
[Tutorial] Update your drivers
Ever wanted a software that gives you all the updates for all your drivers with a single click that you can trust upon blindly and for which you don't have to spend a penny? Well yes that's possible and I am going to show you how you can do it in this step-by-step visual tutorial!
Intel has launched an online portal with contribution of System Requirements Lab from where you can find all information and latest updates for all of your drivers with a single click. As it is powered by Intel you don't have to ensure information provided neither need to worry about any harm caused by the software.
>> If you are a GEEK then click here to save your time ;)
>> If you are not Tech-savvy then continue reading :)
Before we continue with this tutorial you should know the following things, click on below links to learn more about them:
Guide for updating drivers
Step 1: Go to http://www.intel.com/p/en_US/support/detect and click on 'Check your system for updates' button
Step 2: It will open a pop-up for java permissions so click on yes and it will start identifying drivers
Step 3: After completion of identification process it will show you a list of all drivers and it will be written as (Newer Driver Available) next to the category of the drivers. If you don't see this then it means that all your drivers are up-to-date
Step 4: Expand the category to view list of drivers. It will give you version information of drivers installed and you can update your drivers by clicking on 'Download Now' button
Turn your browser into notepad
We all came across daily in need to type down something real quick so that we don't forget it later on. Sometimes its tedious to minimize the browser, create a new text document and paste/type content over there. If you are facing this problem and need a quick solution to write down and dump your thoughts in a text editor to free up your mind then you'll be happy to know that you can do it within your browser with just opening a new tab and without installing any extensions/add-on.
The trick is simple and uses an attribute of HTML5. The attribute used is contenteditable. So how does it works, well it's simple! The contenteditable attribute is an enumerated attribute whose
keywords are the empty string, true, and false. The empty string and the
true keyword map to the true state. The false keyword maps to the false
state. In addition, there is a third state, the inherit state, which is
the missing value default (and the invalid value default). The
true state indicates that the element is editable. The inherit state
indicates that the element is editable if its parent is. The false state
indicates that the element is not editable.
Ok, but how to use it? It's as easy as 1-2-3:
- Open a new tab/window in your browser
- Type data:text/html, <html contenteditable>
- Hit enter and you are ready for your notepad
Meet the inventor:- Jose Jesus Perez Aguinaga
Read his article:- https://coderwall.com/p/lhsrcq
Click here to play around with this attribute
Screenshots
Google Chrome 31 |
Mozilla Firefox 27 |
Internet Explorer 11 |
NOTE: This trick only works with modern browsers which supports HTML5 and understand this attribute and it won't work with Internet Explorer.