Friday, December 27, 2013

Cant Access Certain Websites

Sometimes you cant access certain websites. This problem occurs while trying to browse other websites. There are hundred of possible reason but I want you to know the the most common cause of the problem. This is the antivirus which blocks some websites. Go to your antivirus setting and temporary turn it off. Try to browse to see if the problem already solved and if not you should uninstall it completely and restart your computer. 

Wednesday, December 25, 2013

Operating Systems

Operating system ABCs
Operating system box 
An operating system or OS is a software program that enables the computer hardware to communicate and operate with the computer software. Without a computer operating system, a computer and software programs would be useless. In the picture to the right, is an example of Microsoft Windows XP, a popular operating system and what the box may look like if you were to visit a local retail store to purchase it.


Operating system types 
 
As computers have progressed and developed so have the operating systems. Below is a basic list of the different operating systems and a few examples of operating systems that fall into each of the categories. Many computer operating systems will fall into more than one of the below categories.

GUI - Short for Graphical User Interface, a GUI Operating System contains graphics and icons and is commonly navigated by using a computer mouse. See the GUI definition for a complete definition. Below are some examples of GUI Operating Systems.
  • System 7.x
  • Windows 98
  • Windows CE
Multi-user - A multi-user operating system allows for multiple users to use the same computer at the same time and different times. See the multi-user definition for a complete definition for a complete definition. Below are some examples of multi-user operating systems.
  • Linux
  • Unix
  • Windows 2000
Multiprocessing - An operating system capable of supporting and utilizing more than one computer processor. Below are some examples of multiprocessing operating systems.
  • Linux
  • Unix
  • Windows 2000
Multitasking - An operating system that is capable of allowing multiple software processes to run at the same time. Below are some examples of multitasking operating systems.
  • Unix
  • Windows 2000
Multithreading - Operating systems that allow different parts of a software program to run concurrently. Operating systems that would fall into this category are:
  • Linux
  • Unix
  • Windows 2000

Monday, December 23, 2013

Your account is Ready for the Gmail and Search Field Trial

I saw this email from Google in my Gmail this morning. This was for the Gmail and Search Field trial that I signed up for last week. As I did not get a reply on the same day, I kind of forgot about it.

Gmail and Search field trial notification from Google
Email from Google that my Gmail and Search Field trial is activated
You can search Google Drive from within Gmail Now

As shown in the screenshot, I can search my Google Drive along with what is sitting in my Gmail, but I noticed that the search does not include what is on Googles latest note-taking app, Google Keep.

Searching in Gmail just got expanded to cover Google Drive
Search for "Jim Rohn" return not only Gmail emails but also related documents on Google Drive


There are other features like searching for your events, receipts, flights and reservations but I will not talk about them in this short article. If you are interested in this field trial, you can sign up here.

Saturday, December 21, 2013

How To Download Torrent Using Mobile Easily

We all know how to download torrent using IDM in PC, but today I am going to tell you how you can download torrents in your mobile. To download torrent in your mobile some prerequisites will be required. First of all, your phone must have internet facility. Secondly, you need UC browser in your phone. If you dont have UC browser installed in your mobile then search for the latest version of UC browser in web and install it your mobile.




Procedures to download torrent in your mobile:

1) First of all, download the .torrent file and keep in the memory of your phone. Or you can also copy the link of .torrent file and then you will not be required to download the .torrent file.

2) Open UC browser and go to zbigz.com .

3) Click the browse option present in the site and upload the .torrent file present in the memory of your phone. Or you can also paste the link of .torrent file that you have copied in step 1 in the appropriate area.

4) Click the go free button and it will start downloading the file in their server.

5) After it is fully uploaded, a green download button will appear. Click the green download button.

6) Select free download option to start your download.

7) UC browser will start downloading your file. You can pause and resume download anytime.

This trick is very good for users using java mobile. Android and Windows users can also use this technique but they have far more better option of downloading torrent as they support many torrent downloader clients. Enjoy downloading torrent using your mobile.

Thursday, December 19, 2013

Change the layout of each static pages of blogger

You might have faced problem in changing the layout of each static pages in Blogger blog. We all want to design or build our blog like a professional one, but problem arises when we think of changing the layout of static pages. Google blogger has no feature for customizing each of the static pages uniquely. But some customization in HTML codes of the blog template may turn it to the possible. Before get in to this tutorial you should know the exact width of the main-wrapper. I will explain the whole process in the following.

Part I
To know the width of main-wrapper
1) Go to Template-----Edit HTML
2) Click on Expand Widget Templates
3) Search for #main-wrapper by pressing Ctrl+F
4) Under #main-wrapper find the width, the code will be like


#main-wrapper
{padding:0px 0px 0px 10px;width:380px;
float:left;
word-wrap:break-word;
overflow:hidden;
}

In my case the main-wrapper is of width 380px
Now lets come to the main tutorial

Part II
Follow the following steps to change the layout of static pages
In this tutorial i will only show the method of changing the background, size of main-wrapper and also some customization of header, footer and sidebar.
1) Follow up to step (2) of part I
2) Search for ]]></b:skin> by pressing Ctrl+F
3) Just bellow ]]></b:skin> paste the following codes


<b:if cond=data:blog.url == &quot;your static page url&quot;>
<style>
.header,.sidebar,.footer {display:none;}
#outer-wrapper {width: 660px; padding:0;}
#main-wrapper{background:url(background image url); width: 660px; margin: 0;}
</style>
</b:if>

4) Now change the highlighted yellow line with the URL of your static page
5) Change the highlighted green line with the URL of your background image, please note that the background image width should not be more than 380px (in my case) i.e., more than that of the main-wrapper width. Otherwise your page will not look good.
6) In the above codes I have kept header, sidebar and footer hidden. If you want any of them to show then simply delete the word from the codes.

This is all about the tutorial, to hide a sidebar or a footer from all static pages read the following tutorial                       
    Hide sidebar in all static pages of blogger blog

Tuesday, December 17, 2013

How To Attach File In Facebook

I have a conversation on my friend last week. He tried to attach a file on facebook chat box but he didnt know how. This is very easy and useful because you can attach a photos, videos, mp3, and any other documents only to your friend directly.

On the past few days, it is necessary to open full conversation to attach a file.Unlike now, you only have to click add files.
Follow these simple steps below to start sending a file to your facebook friends.

1. Click on Setting Icon > Add Files.
2. Choose Any files you want to attach.
3. Then wait after uploading has been done then press enter and done.


How To Attach File In Facebook