How to use ZbigZ to download file from bittorrent

Posted by Admin on Thursday, 17 March 2016

This is an example of a screenshot of ZbigZ home page.
The main purpose of this page is to teach individuals how to use ZbigZ website to download or transfer file from different torrent site. But, before you're going to learn how to download a file from torrent sites to ZbigZ let us define first what is ZbigZ. ZbigZ is a website that is used to transfer a file from a different torrent site like kickass.to and thepiratebay.com to ZbigZ website for a faster download speed.

If you are planning to download a 1GB movie or software using torrent it will take you a day or 2 days to complete the download, depends on the seeds. But, if you are downloading the same file through ZbigZ server, it will take you only 30min-1hour to complete downloading the file. That's the big difference between downloading files from bittorrent network to ZbigZ.

How to use ZbigZ

1. Search the file you want to download from a torrent site.
Note: I used kickass site for this tutorial.

2. Copy the Torrent magnet link. To do this just right click the magnet icon and choose Copy link address.
This is image is showing on how to copy the magnet url to use at ZbigZ.
3. Go to ZbigZ.com.

4. In the ZbigZ page, just paste the Torrent magnet link you copied earlier and click GO.

This image shows where magnet url should be placed in ZbigZ website.

5. Another window will appear just choose free and wait until file caching is complete.

This image tells what to click if you are planning to start caching the file from torrent site to ZbigZ.


6. When file caching is done, click zip button, a window will appear again and just choose free, after that your download now will start.

This image shows that we must zip the file to start the download.

That's all... Happy downloading.
More aboutHow to use ZbigZ to download file from bittorrent

Customizing Blogger Templates Using Chrome Developer Tools

Posted by Admin on Wednesday, 16 March 2016

Google Developer tools image
When I was starting a blog most of my time is used in fixing errors and designing my blog template. I’m sure newbie bloggers are doing this kind of thing too.  A lot of bloggers think that Google Chrome is used only in browsing a site.  But, Google extremely good by providing some tools to help blogger to easily customize their own blog template by using Developer Tools on Google Chrome.  By using this tool, we are able to edit some basic style on a site like alignment, padding, text-size, margin, background-color and many more without changing yet the original html code on our blogger dashboard.

You don’t need to become a web developer to design a great template on your blog you just need this developer tool and some basic knowledge in html coding to make your desired style on your template. I’m also using this tool to check what CSS code is used on a specific site on its template. On this page I’m going to teach you some basic tweaks to change some styles in my blog template using Google chrome developer tools. I hope you will enjoy it.

Changing Styles On My Header

Supposed we need to tweak my blog header style, first we need to open my blog on Google Chrome browser then right click the header part on my blog and choose inspect element. See image below.

Blog header widgets

You will see now the developer tools window where the html and CSS code is specified. If you try to click the <div id="header-wrapper"> on the developer tools you will see that the header part on my blog is highlighted and the its CSS code will appear on the right side of the developer tools.

Google Chrome Developer Tools

The #header-wrapper in CSS part in above image is my header div ID, if we try to add a background: #172044; on the CSS part in developer tools you will notice on my site that the background color on my header was changed. In developer tools you will notice also the square button in the right side part of the background attributes. Using that button you can automatically select a color without manually changing the color hex code of the header background. You can also add and edit some existing attribute in header CSS like its width, margin, height and padding.

Header background color added

After you add or edit something on your blog template using the developer tools the next thing you must do is to edit or add the CSS code to your blogger dashboard to finally change the style of your blog. To do this just go to your Blogger Dashboard->>Template->>Edit HTML. Just copy the ID in your CSS on the developer tools, in the above example its header ID is header-wrapper, then find it in your html editor on your blogger dashboard by using CTRL+F.

NOTE: You can't declare a new ID in CSS on the developer tools. For example, you want to add an ID #header-extension{width:50%; height:10%; background: #111111} it is illegal to declare something like this. You can add or edit properties only in developer tools if there are already declared an ID in CSS on the template of a site.
More aboutCustomizing Blogger Templates Using Chrome Developer Tools

How to watch YouTube Videos through VLC

Posted by Admin on Tuesday, 15 March 2016

A sample image of YouTube Video play in VLC media player

After one week of not making a tutorial about internet tricks now I decided to make one. Did you ever try to think if you can play YouTube Videos directly to your VLC media player? Today I will show you how to do it. This is an old YouTube trick, so this tutorial is for the folks only who don't know how to do it yet.

Requirements:
1. VLC media player
2. Internet connection
3. Any browser.

Step 1. Go to youtube.com ->>Open your desired YouTube Video to watch through VLC.
Step 2. Click on share button and copy the URL. See the image below.

Getting the URL of YouTube Video

Step 3. Open VLC media player ->> Media option ->> Open Network Stream

Open Network Stream menu in VLC media player

Step 4. A popup window will appear, in the text field just paste the YouTube URL you copied in the step 2 and click Play button.

Adding YouTube video URL to VLC network setting

Note: This is only a trick and not advisable to use every time you want to watch YouTube Videos. Try to do it just for fun.

Subscribe to this website to get more tricks and tutorials.
More aboutHow to watch YouTube Videos through VLC