Posts

Showing posts with the label computer tricks

How to use HTML lists elements

Image
 In one of my posts, I taught you how to make table and I also stated that table can be use to hold items or names of people. But in case you are not okay with table, you also have html lists elements. What really make list interesting more than table is that, you can choose to number it or use bulletin. Although, you add those numbers and bulletin too in table but you do it manually, while with list elements, it will be added automatically. There are two types of html lists. The ordered html list and unordered html list. Below are the lists elements; Ordered html element. <ol> </ol> List html element. <li> </li> Unordered html element. <ul> </ul> List html element.<li> </li> Now let's move into the real practical part of the list making. ordered html list example; <! html DOCTYPE> <html> <head> </head> <body> <ol>  <li> Love </li> <li> Life </li> <li> Light </l...

Computer shortcut keys you should know

Image
Hi guys, I’m back again, happy new month. I feel like sharing some cool computer shortcut keys with you. Shortcut keys really make things easier for me, maybe you too. The fastest way to put off a computer is through the short cut key process. Using the mouse it might take 30 seconds or more, but with the shortcut key it wouldn’t take up to 30 seconds. However, turning off computer device is not the only shortcut key we’re going to look into. Your time is priceless to me, so I will take much of your time trying to explain things you already know. So let’s look at these cool shortcut keys! Shortcut Key 1: alt + f4 The alt + f4 shortcut key is used to turn off window computer. Alt + f4 then press enter key. You have sleep, restart, and shut down options when you press alt + f4. Shortcut Key 2: windows key + prnt scrn The windows key + prnt scrn key is used for screenshot, it will screenshot any active window and save it inside the pictures folder as a pho...

Tips for recoverying permanently deleted files without software in windows 7

Image
Sometimes we accidentally delete important files and also clean up the recycle bin, at this point even with software I don’t think you can be able to recover all lost files. We’ve files like; songs, videos, document files, software and a lot more. To get all these files is what I’ll be teaching you in this tutorial. I was once a victim, I deleted all my tutorial videos and deleted everything from recycle bin as well, but the problem here is that your operating system must be windows 7, windows 8 and 10 does not have this feature. If you mistakenly deleted your important or even less important files, don’t panic, you can get all back into your computer if only your OS is windows 7. Photos are provided in other to make every single reader understand how to do it on his/her own without rereading the post again. There are procedure to follow. Note: You have to remember the exactly name of the deleted folder that contain the files, without getting the name correct you can’t ...

How to screenshot computer screen without using any software

Image
Did you know you can actually screenshot your computer screen without using a software to do it for you? This sound so stupid, right? Read on, you will get to the interesting point soon. Getting to know how to screenshot computer screen with buying software is important. With this you can screenshot your current project at hand. Every computer user need screenshot for one reason or more. Some months ago, when my friend was helping me with some issues over the internet, I saw him screenshot something from the internet with my laptop. Few days’ time I tried to do the same thing, but I failed to get it right. That pushed me to start using software. I’ve being using some annoying software to screenshot my projects in the past few months, but luckily, I was taught by a friend. So I decided to share it with my readers. I’m aware that many computer users have looking for a way to screenshot without software installed in the computer, that’s why I’m here to tell you that you can ...