How to add auto scrolling recent posts widget for blogger

November 25, 2016
Many blogspot users always wants to manage their posts with different methods. Like so, some use auto scrolling technique to manage or update their posts to the visitors. Actually, scrolling is also known as marquee behavior. Here I have shared a bunch of codes to make auto scrolling for recent blog...

How to add Facebook share button in blogger posts

September 26, 2016
To generate more visitors in your posts through Facebook, you can use several tricks such Facebook comment box, like button, recommend button etc. Among all, Facebook share button is one of the good tricky ways. You can add Facebook share button into each and every posts that helps to spread the post...

PHP Functions - array_merge() and array_combine()

September 10, 2016
PHP has lots of built-in functions. So that you may not remember all the the functions. Among those functions, array_merge and array_combine are 2 very useful php functions that are very useful for core php programmer.array_merge() function:array_merge() is a built-in php function that is used to merge...

Basic Concept of Cellular System

September 03, 2016
Cellular system offers very high capacity in a limited spectrum allocation without any major technologies changes. It replaces a single high power transmitter(large cell) with many low power transmitters(small cells).It only provides coverage to small portion of area.Each BS is allocated a portion...

Google Duo challenges Facebook Messenger !

August 28, 2016
Google DuoGoogle has recently launched its new video chatting app. i.e Google Duo. Its not much different than Facebook Messanger and Viber. In fact, its main aim seems to decrease the users of Facebook Messanger and Viber increasing the number of Google Duo users.The main feature...

How to Highlight an Author Comment in Blogger

August 05, 2016
Commenting is the best way of increasing relationship between you and visitors. If you are a blogger and you are getting more comments and visitors, they also may ask some questions by commenting to you and may be you are solving these difficulties of them but how to know that the...

How to Find Most Searched Keywords

August 05, 2016
Search engines always prioritize to the keywords which are mostly search in the web search engines. Most popular search engines like Google, Bing, Yahoo, MSN etc gives more priority to the mostly searched keywords because in an hour and a day thousands and millions of people searched...

Ten Amazon Shopping Tips and Tricks You Must Know

July 22, 2016
“There are two kinds of companies: Those that work to try to charge more and those that work to charge less. We will be the second”- Jeff Bezos, founder and CEO of AmazonIs your favorite lipstick out of stock? Is a particular item not available for sale in your country? Nothing...

REVEALED : ANDROID N (Nougat) Latest Feature Review

July 03, 2016
Android Nougat discharge date Instead of hold up until Google I/O 2016, Google chose to amaze all of us by discharging the main Android N designer review on March 9, two entire months sooner than anticipated. The Android N sneak peak went live for the Nexus 6P, Nexus 5X, Nexus...

Top 10 SEO Companies in Nepal

May 25, 2016
SEO is the best way to increase organic visitors in a site. Every business organization wants to grow their business in any manner. Nowadays, many business organizations are moving on online business leaving their traditional marketing approach. Developed countries have already been...

How to Earn From Microworkers

May 24, 2016
Microworkers is for the micro jobs. It means you can not earn more money by completing one task. But when you complete your job correctly, you will sure collect your money. Microworkers is very trustful platform, it never cheats you. There you can see no of tasks in the microworker...

Difference between Pipe and Fifo

May 23, 2016
Pipe and Fifo both are IPC (Inter Process Communication) object.Pipe (IPC Object)Pipe does not have any name unlike Fifo.Pipe is a structure of data which is contained into the memory. It is removed when existing process terminates.Basically, Pipe is used to communicate between 2 or more related processes.If...

Inter Process Communication Objects - pipe()

May 21, 2016
In unix system, pipe is known as an inter process communication mechanism.A process can write data to pipe, and that data can be read by another process.In pipe IPC, the data is handled in fifo i.e first in first out order.Pipe does not have any name, it is only created for one use and both ends must...

Elementary System Calls - Wait() and Waitpid()

May 21, 2016
Wait function suspends the execution of the calling process until one of its children terminates.Waitpid suspends execution of the calling process until a child specified by pid argument has changed state.Wait():Wait() continues to block the caller until a child process terminates.If there are more...

Elementary Operating System Call - Fork()

May 20, 2016
What is system call ?Karnel is the heart of Computer System. In computer system, a request has to be made by operating system to the Karnel in order to get the service, and it is only done in programmatic way, which is known as system call.Program is a collection of instructions that is made to complete...

The Reason Why Everyone Love Blogging

May 18, 2016
A lot of people worldwide proudly call their self a blogger, even i, I used to hate blogging at first because it frustrate me all those things about SEO, Backlinks, Meta tags, etc. I never thought that blogging would be this fun so I would list down some of the highlighted reason...

Best Ways to Solve WiFi Connection Problems

April 28, 2016
I am not computer expert, but I am a guy who has very much experienced of Computer. That is why, I am giving this lesson about WiFi connection problems. I have experienced several WiFi connection problem and I had to do lots of hard work to solve all those problems. I have also seen...

How to take screenshot of full webpage in windows

April 24, 2016
Demo Example of Full Webpage ScreenshotScreenshot of webpage is needed frequently in many cases - when you are trying to print full screen of a webpage, you have to take screenshot. In fact, you can take screenshot by pressing PrntScr key of keyboard. But it only captures the visible...

How to save laptop battery

April 12, 2016
Either your laptop is mac or dell or etc, it will obviously be damaged if you do not consider of saving the life of your laptop battery. Here are the reasons that cause decreasing of your laptop's battery life.If you do not charge before your battery until reach on critical situation, this can damage...

Office Automation Systems - Chapter 5 Part I

April 06, 2016
Combined form of Hardware and Software systems which supports to automate the functionality of an organization is known as Office Automation System (OAS). OAS generally uses to handle all the activities of an office through the internet and electronic medias. Nowadays, different types of office automation...

Define and explain Deadlock and its conditions

March 28, 2016
Deadlock SituationIn Operating System, Deadlock is a non-resolving condition in which two or more competing actions are each waiting for the other to finish and thus neither ever does. However, deadlock condition must be prevented before it falls.Basically, computer system make of...

Database Management System Overview

March 11, 2016
Database Management Systems is basically called as DBMS, is a software which is used to manage interrelated data and information in order to select, retrieve, and update them back easily. Some components of Database Management Systems are:Data: Data are raw facts that are collected figure from different...

CSS 3 Mega Menu For Blogger

March 11, 2016
CSS stands for Cascading Sheet Style. CSS gives the style to the HTML tags. In earlier phase of web, there had not been developed the CSS 3. Now CSS 3 has reduced the long and vague and more difficult codes of javascript and jquery. CSS 3 is the latest version of CSS.By the way making...