Skip to main content

Posts

Showing posts with the label tutorial

How to get Android Lollipop Launcher on your Android 4.4 KitKat

As we know Android 5.0 Lollipop is already comes up for Nexus devices and it has got new launcher interfaces. In this article we are going to see how to get Android Lollipop Launcher on your Android device but before going further make sure you are using Android 4.4 KitKat to make this work. This trick has been tested on my Asus Zenfone 5 running on KitKat 4.4.2. So let us start. HOW TO GET ANDROID LOLLIPOP LAUNCHER ON YOU ANDROID KITKAT Download latest Google Play Store (Version 5.0.38). If you have already you can skip this step. You can download it from this link- http://goo.gl/oFn0IW Now download latest version of Google Now Launcher (1.1.1.1516623). If you have already, you can also skip this step. Download it from Play Store- http://goo.gl/4VhGkd Now you have to download Google Search (4.0.26.1499465.arm) designed for Android Lollipop from this link- http://goo.gl/Z9aVou If you got any error like "Unfortunately, Google Search has stopped" then do t...

How to download Scribd books in PDF for free

You guys have definitely heard about Scribd. It is a digital library, featuring an electronic book monthly subscription service. They have different monthly plans for reading and downloading an electronic book in various formats such as PDF, DOC, TXT, etc. If you have credit card or Paypal account then you can easily get monthly subscription. You have to pay once for a month, then you can read and download any book in that duration after that you have to extend your subscription. If you don't have a credit card and want to download ebook then we are going to see how to do it for free. HOW TO DOWNLOAD SCRIBD BOOKS FOR FREE 1. Go to Scribd. 2. Search or Brows the electronic book that you want to download. 3. Now copy the URL of that electronic book. Now click on Download. 4. You can login with your Facebook account or you can sign up for free. I'm going to login Scribd with my facebook account. 5. Now you will be redirected to monthly subscription page...

How to Convert Word to PDF Free Online using Google Drive

D o you want to convert word document to PDF file format without using any software or application? Then you can try this. All you need is Google account to access Google Drive and Internet. In this we are going to use Google Drive to convert your word document. Eventually you can also convert your word document to other file format like Docx, odt, rtf, txt and html using Google Drive. So let us convert word to pdf free online using google drive. CONVERT WORD DOCUMENT TO PDF FILE FORMAT USING GOOGLE DRIVE 1) Log in to your Google account and go to Google Drive login. 2) Click on CREATE button and then click on Document. Another tab called Untitled document will open. 3) Open word file which you want to convert to PDF from your computer and Press Ctrl+A to select all the text from that word file and then press Ctrl+C to copy it. 3) Now Paste it to the Untitled document by pressing Ctrl+V. 4) If you want you can adjust your text properties by given tools. ...

How to Block Annoying Facebook Apps and Requests

Y ou are frustrated like me by daily annoying Apps requests like Candy Crush Saga? Wants to block these Apps & requests? Then you are reading right article. This article might help you to block these Apps. So without wasting much time we will see how to block them. HOW TO BLOCK ANNOYING FACEBOOK APPS AND REQUESTS 1) First Log In your Facebook account. 2) You will see Privacy Shortcut upper right side or near the Notification icon. Click on it. 3) Now Privacy Shortcut drop down menu will open and click on See More Settings. 4) Now Privacy Settings page will open. Now click on Blocking at left side. 5) Scroll down till you see Block apps. Type and Search the application that you want to block. That's it. Share this article if you like it. Thank you!

How to fix or repair wet cell phone yourself?

M any of us very careful about our electronic gadgets including our mobile phone to do not get water damage or wet by fluid substance. Almost all mobile phone manufacturer take care of faulty handset free of cost in warranty period. But what if your phone is not in warranty and got damaged by wet? Will mobile service centers accept it or refuse to repair? Most of the time they will refuse to repair the faulty handset which are not under warranty period. Most of the companies do not even accept water damaged or self damaged phones which are under warranty. So in this article we will see how to self repair your wet cell phones. HOW TO FIX OR REPAIR WET CELL PHONE? 1) Switch off your phone, remove the battery, SIM card and micro SD card from your handset. It is good idea to recover your recently wet cell phone. Most easiest way to identify whether your phone is get affected by moisture is to check the white sticker on your battery. If sticker's color is changed to white to...

How to use XBOX 360 Controller Emulator (x360ce) for NFS Rivals and other PC Games

A s we know many of PC Games only supports XBOX 360 controller officially to play the game. If you have local pc gamepad controller then it might not work well with some pc games. So you have to use application called x360ce i.e XBOX 360 Controller Emulator. It emulate your non xbox 360 controller i.e gamepad as xbox 360 controller i.e. force non xbox 360 controller to work as xbox 360 controller. So in this article we will see how to configure x360ce to work with NFS Rivals. HOW TO USE XBOX 360 CONTROLLER EMULATOR (x360ce) 1) Download x360ce and extract xbox360ce.exe in folder where you have installed NFS Rivals. 2) Now open the x360ce.exe from NFS Rivals folder. 3) You will see message like-  'x360ce.ini' was not found. Click on Yes to create ini file. 4) After that you will see the message- 'xinput1_3.dll' was not found. Click on Yes to create it. 5) Next it will detect your controller device. Now select 'Browse my computer for settings...

How to setup GoDaddy FREE Email Forwarding service

D o you know GoDaddy.com provides free email forwarding service for domain name purchased from them. What you required to do this is GoDaddy domain name and alternative email account like Gmail, Yahoo mail, Hotmail, etc. With email forwarding one can forward email to you through yourname@GoDaddyDomain.com to yourname@gmail.com to ensure that messages are not lost. Let's see how to setup it. HOW TO SETUP GoDaddy FREE EMAIL FORWARDING SERVICE 1) Log in to your GoDaddy account. 2) Click on + button at Email tab. In that section you will see like this- 3) Now click on Launch button. Now click on create to create account. 4) Now create account popup form will occur. In that click on Forwarding. 5) Now you will see Forward Email popup form. In that form enter name of your email address which should be like this- youname@DomainName.com and enter email forwarding email address which should be like this- yurname@gmail.com. Check the Catch-all checkbox and click on c...

How to make Folder Locker Application in VB.Net

I n this article we will see how to make a simple folder locker app in VB.Net. With this folder locker app you will simply able to lock any folder and can able to unlock it later. So let's start. HOW TO MAKE FOLDER LOCKER APPLICATION IN VB.NET 1) Open Visual Studio. Create new "Windows Form Application". Name it Folder locker or anything you want to name it and click on OK. Change the 2) Now add Label control and give it name. 3) Add 3 Button controls. Change text property of each button as Lock, Unlock and Exit. Change the (Name) property as ButonLock for Lock button, ButtonUnlock for Unlock button and ButtonExit for Exit button. 4) Now add two TextBox controls and place them near the Lock and Unlock button as shown in figure. Change the (Name) property of TextBox1 to txtBrowse and TextBox2 to txtUnBrowse. 5) Now add ProgressBar control and place it as shown in figure. 6) Add FolderBrowserDialog control. 7) Now go to the code section of form. Just B...

How to STOP Annoying WhatsApp Group Notifications.

D id your friend added you in active group on WhatsApp? That Whats App group's tons of notifications annoying you lot? One solution is- leave that group? What? Don't want to leave it either? Then this article might help you. Let's see how. It is fairly simple trick. Some of you already knew it. HOW TO STOP WHATSAPP GROUP NOTIFICATIONS 1) To stop notification from whats app group, first open the WhatsApp group whose notification do you want to stop. 2) Press your phones Menu button. Now select Mute. Set "Mute group for..." 1 Week and uncheck "Show notifications" and press OK. That's it. C ongratulations, you have stopped getting these annoying notifications from WhatsApp group. Share it with your friends circle. Thank you!

How to fix and improve Image Quality in Blogger.

D id you ever noticed about downgrade in image quality after you upload it in your blog post? These poor quality images can affect your entire blog post and may not attract reader to read your post. Finally playing with Google + settings I got the solution to fix them. Let's see how to fix your blogger images. Notice: This trick only work if you have switched from your old blogger profile to Google + profile. HOW TO FIX IMAGE QUALITY IN BLOGGER 1) First go to your Google + profile which is associated with your blogger. Move your mouse cursor on "Home" top at left side. Drop-down menu will appear now. Click on "Settings". 2) Scroll down until you find "Photos and Videos" category. At auto enhance subsection you will see photos set at "Normal" by default. In that tick on "Off" radio button. That's it. Your settings will be saved automatically. T his is simple tip and trick to enhance your blogger image qualit...

Invite all your facebook friends at once to like your facebook page.

H ave a facebook page? Wants to increase likes? Wants to invite all your friends to like your page? Then you are reading correct article. In this article we will see how to invite all your facebook friends once to like your facebook page instead of inviting each user one by one. Its a fairly simple technique and works with major browsers - Firefox, Chrome, Opera, etc. Let's see how it works. HOW TO INVITE ALL YOUR FACEBOOK FRIENDS ONCE TO LIKE YOUR PAGE 1) Open your newly created facebook page on where you want to invite your friends. 2) Now click on See all at Invite section. 3) Now go to firefox browser Menu (top right side) → Click on Developer → Click Toggle Tools. (You can press "Ctrl+Shift+I" simultaneously on your keyboard to open Toggle tools on Google Chrome, Firefox and Opera. 4) Now copy and paste following JavaScript as shown in figure below and press Enter key on your keyboard. javascript:var inputs = document.getElementsByClassName...

How to block website without using any software in Windows.

W ant to block particular website from accessing other users? Then this article might help. This is just a simple technique and therefore do not require specialized software to block a website. You just needed an User Account with Administrative control on your Windows XP, 7 or 8. We need administrative account because we are going to modify a system file i.e. Hosts File. Basically Hosts file is a plain text computer file used in your Windows Operating System that maps hostnames to Internet Protocol (IP) addresses. So without going much into details let's look how it works. HOW TO BLOCK WEBSITE USING HOST FILE Things to do before modifying Host file: 1. Log in into your Admin a/c 2. Turn of your Internet Connection temporarily. 3. You may have to disable your Anti-Virus as well. Now let's actually modify the Host file. In Windows XP: 1) Go to "My Computer" → C drive → Windows → System32 → drivers → etc. 2) You will see the file named as hosts (wi...

How to host your Website using Google Drive

W e have seen how to make contact form using Google Drive . Google Drive is a file storage service (like Dropbox) provided by Google. It enables users to store their files on cloud storage and share files with others. So In this article we will see how to host your personal website using Google Drive. Google offers all users an initial 15 GB of online storage space to store their files, which is good enough to host personal website. But do notice Google Drive do not provide DNS service to assign custom domain name for your site. HOW TO HOST YOUR WEBSITE USING GOOGLE DRIVE 1) First go to Google Drive → Create a new folder → Rename it → Click on "Create and share". 2) Now click on Share folder icon → click on "Change" to change the access for folder → Set Visibility option "Public on the web" → Click on "Save" → and click on "Done". 3) Now upload your html files there. You can create another folder for your image...