Skip to main content

Posts

How To Add Notification Bar In Blogger Easily (Blogspot)

Adding A notification bar in Blogger is quite simple and can be easily done even if you are not familiar with the blogger template area in your blog. A notification bar is a highly useful blogger widget which can be used to display advertisement, hot deals, a link to your facebook page and other related links. Apart from the fact that it helps makes displaying of important notification easier, it also makes your blog design look more professional and presentable. And the Notification bar is also away to promote your affiliate links and be sure to get links because it stands out visible without even affecting your blogs elegant look. That been said, the usefulness of the notification bar cannot be over emphasize, so I would go straight to the point and teach you how to add it to your blog. How To Add Notification Bar In Blogger (Simple Method) STEP 1 1. Go To Blogger Dashboard Chose Your Blog 2. Click on Templateand select Edit HTML Use the search command of on the browser to find the c...

How to unlock a Windows 10 computer in new ways via Windows Hello

Understand how to log in to Windows in new ways via Windows Hello How Windows Hello works Windows Hello is the latest innovation in protecting your devices. Instead of using a password to sign in to your devices, apps, online services and networks, it uses ‘biometric authentication’. This means that you sign in with your face, iris or fingerprint. You can also use a PIN or even a picture if you prefer. The Lumia 950 and 950 XL are currently Windows Hello ready, with more devices supporting Windows Hello due to be available in the future. However, even if you don’t have a Lumia 950, you can still set up a unique picture or PIN to log in. If you decide to stop using Windows Hello, the identifying features of your face, iris or fingerprint will be deleted. This information never leaves your device and Windows does not store it anywhere. How to set up Windows Hello If you’d like to set up Windows Hello on your phone, swipe to the ‘All apps’ list from Start   and then go to Settings ...

Microsoft excel functions

Microsoft excel functions A function is an inbuilt formula. This command is used in ms excel to insert formulas for calculation or analysis. It also has a shortcut on the standard toolbar. A formula always starts with an equal sign is (=). This signs tells excel that the succeeding value comprises of a formula. Excel calculates a formula from the left to right according to a specific order from each operater. We have these functions categories in ms Excel: 1.Financial 2.Date and time 3.Mathematical 4.Stastiscal. 5.look up and reference 6.Database 7.Text 8.Logical 9.Information Procedure for inserting a function Click on insert. Click on function. Click OK. Choose the appropriate function from the dialog box. Click OK Indicate the range. Subcribe to this blog for more computer blogs https://trendingoncampu.blogspot.com/ Don't forget to share

Protect phone from computer viruses

Computer viruses A computer virus is a destructive program which attaches itself to other files and install itself without permission of the user on the computer when the files are opened for use. This is a self duplication process which interferes with valid programmes or data operating system These viruses cause undesirable effects in a computer system  for example abnormal computer behaviour Types of viruses 1.Trojan horse They appear to perform necessary functions but perform other undesirable activities in the background. 2.Worms They are viruses that stick to the computer memory 3.Backdoors They maybe either Trojan or worms that allow hidden access to a computer system  Subscribe to this https://trendingoncampu.blogspot.com/p/videos.html?m=1 for more updates Share with friends and follow me please

How to make a clock from notepad

Follow the instructions: 1)Open the Notepad 2)Copy or follow the Code: @echo off color af cls :clock echo corrent date=%date% echo ------------------------------------ echo     Aurther   Sahil Limbu echo     Name      Sahil Limbu echo     Address   Bhadrapur jhapa echo     Email     limbusayal720@gmail.com echo ------------------------------------ echo corrent time=%time% cls goto clock 3)Save file as  Save file as __________.bat Then open it

How to make a calculator from a notepad

Instructions to follow 1)First open notepad 2)Type the following code; @echo off color fa cls :st echo What would you want to do? echo Add + echo Subtract - echo Multiply * echo Divide / set /p input=Enter = If %input%==+ goto Add If %input%==Add goto Add If %input%==Subtract goto Subtract If %input%==- goto Subtract If %input%==* goto Multiply If %input%==Multiply goto Multiply If %input%==/ goto Divide If %input%==Divide goto Divide :da cls goto st :Add cls set /p a=Enter first number to add  = set /p b=Enter second number to add = set /a c=a+b echo[ echo  ------------------------------ echo %a%+%b%=%c% pause>nul cls goto st :Subtract cls set /p a=Enter first number to subtract  = set /p b=Enter second number to subtract = set /a c=a-b echo[ echo  ------------------------------ echo %a%-%b%=%c% pause>nul cls goto st :Multiply cls set /p a=Enter first number to multiply  = set /p b=Enter second number to...

How To Avoid And Fix Memory Leaks In Windows 10

You might have encountered issues with computer performance, potentially causing memory leaks. Various software can slow down your computer if it leaks memory (when a program fails to 'release' memory it has used). By default, a closed program should allow other software then to use that same area of memory. If, however, the program is still using the memory having been closed, that is where memory leak problems begin. A memory leak is a Random Access Memory (RAM) loss caused by one or more programs. Therefore, a specific program is using more memory than it should, or it is not releasing it when the program closed, and continues to use the memory. A certain amount of RAM is required for a process to run, and this is perfectly normal, unless the system starts to behave abnormally. Memory leaks are usually only temporary, since restarting the computer empties RAM memory. If, however, the computer remains switched on with various processes running in the background, some processe...