Posts

How to add code snippets using Google Code Prettify

Image
Hey, In this tutorial you guys are gonna learn how you can add code snippets to your blog or website to highlight your code to your visitors. If you owns a website or running out of time then you can quickly visit the github repo and get your code snippet from there. A short description is also available there to help you get started. Here, we are gonna use Google Code Prettify to highlight our code which is 100% free and super easy to implement. Just follow the below steps to make your code shine on your page. Step 1 : Add Google Code Prettify to your page Add following script right above the closing </body> tag of your page <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script> For Blogger: Open your blogger dashboard and go to Theme>Edit HTML like below Go to the bottom of the code and find </body> tag to add the above script Step 2 : Usage Put your code snippets in between

Add CSS to Blogger

Image
Hello everyone, in our previous post of  Create your own Custom Widget of Blogger  we used CSS in the blogger HTML/CSS widget. We directly put CSS in the widget content box but as i promised in the previous post, today we are gonna see how we can add CSS in the Customize theme option and if you don't know what the Customize theme option is or where the heck is this ' Add CSS  'option while you are customizing your theme then don't panic, we're gonna cover all of that in a pretty simple way. But wait..the question is why would you add CSS in Customize theme option when you can directly add CSS in HTML/CSS widget of your blog. Well, the answer is simple. Imagine that you have to create four or five widgets or suppose you want to edit the whole layout using your own custom CSS everywhere. Well, that will be a little difficult for you if you follow the above approach. You'll have to copy-paste the CSS from one widget to another widget in order to get the same

Create your own Custom Widget of Blogger

Image
Hey guys, in this tutorial i'm gonna show you how you can create your own Custom Widget on Blogger. You just need a basic knowledge of HTML/CSS which you can get from w3schools  but for now you can simply follow this guide to get started with creating your own widgets for blogger. Once you starts implementing this i bet you are gonna find it much easier and very interesting. You just need to follow this guide in order to make a simple About Widget. So without wasting any time let's just start the tutorial. Step 1: Add an HTML/Javascript Widget to your Blogger Layout. Step 2: Now you just copy paste the following code into the Content  block of your HTML/Javascript Widget <!-- Declaring CSS to style our widget content --> <style type="text/css"> /* This style block will produce a circular image for our About Widget */ .img-circle { border-radius: 50%; width: 200px; height: 200px; background-position: center center; back

How to see files that are Hidden by Virus on Windows

Image
Hey everyone... there are times when a virus attacks your data and there are so many viruses who makes your data invisible that is hidden but not just hidden it is super hidden. After facing that attack from virus many of us thinks like our data is been completely destroyed or the virus ate our data and now it is also eating our space of the hard drive or our external devices. But there are sometimes that your data is still there and not been completely destroyed by the virus and the space is taken by your data not by the virus. I was facing the same problem with my SD Card but thankfully i was able to see my data in my Android device since Windows viruses does not work on Android devices. So i did some research on it and found the solution. So don't format the disk until you are fully sure that your data is not there and is not super hidden by the virus. How to check that your data is still There!! So, in order to check that your data is still there and super hidden you can

[!!!..Fixed..!!!] Keyboard not working on boot menu[or Startup Repair]

Image
Hey guys.. Today I'm gonna show you how you can fix the keyboard problem on boot menu(or Startup Repair). I was having this problem since always. So, i just took a look at my boot setup and found an option which was causing the main problem. So, before proceeding let's just understand the problem itself. Understanding the Problem :'( Many times specially on Windows 7 when your computer turns off unexpectedly due to power cut or some other reasons the Windows gives you some options on the boot including 'Startup Repairs' and   'Start Windows Normally' . Unfortunately i am using Windows 8 now where i haven't seen this error 'till now, so i'm taking this error image from google search: image source: http://www.mikelaverick.com/2013/11/windows-hyper-v-2012-replicas-things-arent-always-as-they-seem/ You desperately wants to hit enter on Start Windows Normally but you can't. Your keyboard doesn't work at that time. So basically yo

Google's Im2Calories can calculate calories in a meal through pictures

Image
Google is working on a new app which can calculate calories in a meal through pictures of the food/meal. Google named it as Im2Calories. Im2Calories will rely on image-processing or image recognition technology to identify the food in pictures, and by analyzing the pixels it will estimate the number of calories in the food. As the app can't identify some things in the food like the oil you are using, etc. So, it means you can’t get an exact calorie count, you can get a relatively accurate range according to Kevin Murphy, Google’s research scientist. But the app can learn from it's experience. For example, when you takes a picture of the food, the app analyzes what it sees, it spits out a report listing what it believes it has found: fried rice, tomato, onion, etc. At this point the user has the option to edit and make corrections to the report, say user can change fried rice to boiled rice which will tell the app that the rice were boiled and were not fried. After that th

How to install/enable NetFramework 3.5 on Windows 8/8.1

Image
Microsoft Windows 8/8.1 comes with the .NET 4 but it doesn't include .NET 3.5(include .NET 2.0 and 3.0). But if you have upgraded your windows 7 into 8 then you will get .NET Framework 3.5 fully enabled. To check that .NET Framework 3.5 is enabled in your computer, follow the below steps: Step 1: Open Control Panel and click on Uninstall or change a program. Step 2:  Click on Turn windows features on or off As you can  see that .NET Framework 3.5 (includes .NET 2.0 and 3.0) feature is disabled. You can enable the feature using the following two methods. Installing .NET 3.5 online If you see the following error while installing or running a software that means that software requires .NET 3.5. So, if you have an internet connection then you can simply click on Install this feature and install the feature from the internet. You can also enable this feature by opening Turn Windows features on or off and then click on .NET Framework 3.5 (incl