Tuesday, 6 December 2016

Fully Deodexed Latest Gapps For Kitkat Devices
UNIVERSAL & CHINA-GAPPS
Download Gapps To Android. Google Apps Is Every Smartphone And Preferred Tablet Users, And Want To Install The Application As Including Such As From The Great Application Google Everyday Use – Google Search, Gmail, Youtube, Google Synchronization, There Are More On The List. Gapps Or Google Apps Package Is Google’s Proprietary Applications That Most Vendors Preinstalled Android Devices Can Also Be Downloaded From The Google Play Store. Gapps Or Google Apps Package Includes: Google Apps Or Gapps Includes Many Great Applications From Google, Such As – Google Play Store, Google Search, Google Voice Search, Youtube, When Gmail, Gtalk, Google Maps, Google Music , Google Sync, Google Docs, Google Backup Transport, Google Current, Google Calendar, Miui 6 And Miui 7 China Versions Roms Have No Play Store And Google Apps You Need To Install Manually So here That
Note :-
  • Please Read Before Flash And Installing This GAPPS.
  • You Are Installing This Software [gapps] At Your Own Risk.
  • For Rom With 200-320 Dpi Lcd Density Devices.
  • Only For Kitkat Devices
  • Compatible With Miui 6 & Miui 7 ( Multi Version) By Xiaomi.eu.

How To Install:-

  • Install From Recovery:-
    • First, Make Sure You Have Flashed Cwm Or Twrp Recovery.
    • Into Recovery Mode.
    • Now Flash Gapps.zip.
    • Wipe Cache & Dalvik
    • That’s It, Now Restart Your Device.
  • Install From Fasboot :-
    • Flash ROM
    • Install Custom recovery (adb method)
    • Flash this Gapps
    • Wipe cache & Dalvik
    • Reboot

Features :

  • Fully Deodexed
  • Super Compressed
  • Based on latest google release

 

Download Link :-

Click here

 


Friendly Facebook Popup Like Box Widget for Blogger
Facebook that is also known as fb is best of one leading social media site having millions of daily active users on it from all over the world with Page Rank 9 on Google. If your blog has lots of FB Likes and shares then it is 100% true that your site will get surely get huge traffic and value on the internet world. Because the value of more fans will help you to improve presence of your site on search engines. So for increasing the fb fans of your website you should add a Facebook like widget to your blogger blog, but if that widget has rich with popup facility that popup first to your user whenever visitor visit your website then more chances to get more likes.

Facebook Popup Like Box

This is the best Facebook Popup Like Box for Blogger ever i have seen, because it has friendly looking structure that covers with smoothly light gray colored border with appropriate size. It is build using light weight coding that does not harm your site's performance and SEO ranking, because if you site loads slowly then Google will surely rank down your blog for this, So you need not worry about that. Okay come to the topic, now we will learn about inserting gadget code in your blogspot log.

How to add Facebook Popup Like Box to Blogger


1. Go to your Blogger Dashboard >> Layout, click on Add a Gadget and the scroll down and select "HTML/JavaScript"
2. Now copy the below piece of code and paste it into HTML/JavaScript blank box<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js' type='text/javascript'></script>

HTML CODE :
 
<style>
#fbox-background {
display: none;
background: rgba(0,0,0,0.8);
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 99999;
}
#fbox-close {
width: 100%;
height: 100%;
}
#fbox-display {
background: #eaeaea;
border: 5px solid #828282;
width: 340px;
height: 230px;
position: absolute;
top: 32%;
left: 37%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#fbox-button {
float: right;
cursor: pointer;
position: absolute;
right: 0px;
top: 0px;
}
#fbox-button:before {
content: "CLOSE";
padding: 5px 8px;
background: #828282;
color: #eaeaea;
font-weight: bold;
font-size: 10px;
font-family: Tahoma;
}
#fbox-link,#fbox-link a.visited,#fbox-link a,#fbox-link a:hover {
color: #aaaaaa;
font-size: 9px;
text-decoration: none;
text-align: center;
padding: 5px;
}
</style>
<script type='text/javascript'>
//<![CDATA[
jQuery.cookie = function (key, value, options) {
// key and at least value given, set cookie...
if (arguments.length > 1 && String(value) !== "[object Object]") {
options = jQuery.extend({}, options);
if (value === null || value === undefined) {
options.expires = -1;
}
if (typeof options.expires === 'number') {
var days = options.expires, t = options.expires = new Date();
t.setDate(t.getDate() + days);
}
value = String(value);
return (document.cookie = [
encodeURIComponent(key), '=',
options.raw ? value : encodeURIComponent(value),
options.expires ? '; expires=' + options.expires.toUTCString() : '', // use expires attribute, max-age is not supported by IE
options.path ? '; path=' + options.path : '',
options.domain ? '; domain=' + options.domain : '',
options.secure ? '; secure' : ''
].join(''));
}
// key and possibly options given, get cookie...
options = value || {};
var result, decode = options.raw ? function (s) { return s; } : decodeURIComponent;
return (result = new RegExp('(?:^|; )' + encodeURIComponent(key) + '=([^;]*)').exec(document.cookie)) ? decode(result[1]) : null;
};
//]]>
</script>
<script type='text/javascript'>
jQuery(document).ready(function($){
if($.cookie('popup_facebook_box') != 'yes'){
$('#fbox-background').delay(5000).fadeIn('medium');
$('#fbox-button, #fbox-close').click(function(){
$('#fbox-background').stop().fadeOut('medium');
});
}
$.cookie('popup_facebook_box', 'yes', { path: '/', expires: 7 });
});
</script>
<div id='fbox-background'>
<div id='fbox-close'>
</div>
<div id='fbox-display'>
<div id='fbox-button'>
</div>
<iframe allowtransparency='true' frameborder='0' scrolling='no' src='//www.facebook.com/plugins/likebox.php?
href=https://www.facebook.com/your-page-username&width=330&height=220&colorscheme=light&show_faces=true&show_border=false&stream=false&header=false'
style='border: none; overflow: hidden; background: #fff; width: 330px; height: 220px;'></iframe>
<div id="fbox-link">Powered by <a style="padding-left: 0px;" href="http://solvelogger.blogspot.com" rel="nofollow">Solvelogger</a></div>
</div>
</div>
3. Save it.

Now its time to customize the gadget according to your desire

✼ Replace https://www.facebook.com/solvelogger with your own Facebook page URL
✼ By default the gadget appears after the page finishes loading. But if you want to change the default delay then simply change the 5000 to any desire number. you can search find it by searching the below code.
Note: 5000 means 5 seconds, if you want this gadget to load in 3 seconds then simply change it to 3000.
delay(5000)
✼ This fb like box only shows up the first time the user visits your web page. If you want the Facebook widget box to pop-up every time the page loads, then simply remove the below line of code:
$.cookie('popup_facebook_box', 'yes', { path: '/', expires: 7 });
✼ If you would like to display the gadget only whenever user visits your homepage, then follow the below instructions:
1. Go to Template >> Edit HTML, now search for </body>
2. Now paste the Facebook popup widget box right above the body tag and kindly make sure that you have included the conditional tags below:
1&lt;b:if cond='data:page.type == "index"'&gt;Kindly Add The Facebook Widget Code Here &lt;/b:if&gt;
3. After completing the required task, just click on save button to save your settings
Now you have successfully added Facebook Popup Like Box Widget to Blogger
So this was our guide on Friendly Facebook Popup Like Box Widget for Blogger , I hope the methods given above helped you.
BEST WORDPRESS PLUGIN FOR CHAT AND SUPPORT


Live chat has become common on most of the websites today that not only helps the customers to clear all the confusion about products and services of any website but also to increase the value and trust of your brand.

The success of any business depends on the satisfaction level of its clients. Live chat and support plugin enables you to directly interact with your customers, clients or readers and help them to solve the problem they are facing.

WORD PRESS PLUGIN FOR CHAT AND SUPPORT

There are various live chat and support plugins that can be integrated on WordPress website without any hassle and gives you an easy and professional way to manage and organize your chat. These live chat plugins will appear on your website wherever you want to in order to provide support, feedback online or offline in much easier and flexible.

Now you don’t have to wait for days or hours to resolve query, ask your favorite blogger or website owner about any query regarding their website or product and get reply instantly. As a website owner, it is a must have service that you need in order to increase your sales and saves employee task time and phone expenses. I have shared some best WordPress live chat and support plugins that you must integrate with your website, let’s have a look.

10 Best WordPress Plugins for live chat and support


1. WordPress Live Chat Plugin
WordPress Live Chat Plugin is a premium plugin with high-quality features that connect your support staff to resolve the problem of visitors or any inconvenience. It provides an easy and convenient way to chat with your visitors simply and beautifully.

WordPress Live Chat Plugin

WordPress Live Chat Plugin provides amazing features which includes email notification, availability to install to unlimited websites.

2. WP Live Chat Support
WP Live Chat Support is one of the most cost effective live chat plugins that enables you to chat with your visitors in just no time. If you have small business, it is just the perfect live chat plugin for your WordPress website.

WP Live Chat Support

WP Live Chat Support comes with easy to use interface for admin and visitors, unlimited simultaneously live chats. It is compatible with all caching pluginS.

3. ClickDesk Live Support
ClickDesk Live Support is one of the best WordPress live chats, help desks, voice chats and social toolbar for your website. ClickDesk allows your visitors to have voice and video chat from your website directly without the need of additional hardware or software.

ClickDesk Live Support

The plugin works seamlessly across all major websites and advanced chat queuing.

4. Formilla Live Chat
Formilla Live Chat is an excellent live chat and support solution that offers your visitors to chat with you live for any question or support. The plugin has an easy to use interface and online live chat begins immediately.

Formilla Live Chat

Formilla Live Chat comes with real-time visitor monitoring and tracking that lets you see number of active visitors and initiate live chat with them.

5. Casengo Live Chat Support
Casengo Live Chat Support is all-in-one mail, chat and social media tool comes with easy to use interface and great design. The plugin allows you to add live chat on your website quickly and easily to handle visitor’s questions via live chat and emails.

Casengo Live Chat Support

Casengo also supports WhatsApp to help you to communicate with your customers quickly and efficiently. With Casengo, you can handle queries from anywhere.

6. Wise Chat
Wise Chat provides an effective way to build social network and to increase visitors’ engagement on your website by providing real time message exchange service. Wise Chat comes with growing list of features and constant support.

Wise Chat

You can attach files directly to your messages with automatic bans if any visitor exceeds the limit of bad words.

7. Zopim Live Chat
Zopim lets you monitor and chat with visitor surfing in real time. It enables you to manage multiple conversations easily through online dashboard.

Zopim Live Chat

Zopim includes advanced analytics that monitors visitor flow, usage pattern and increases the changes of high value engagement.

8. Pure Chat
Pure Chat is leading live chat software that allows you to have chat with your visitors or clients in real-time just from anywhere. Pure Chat is simple and intuitive that it takes less than 3 minutes for the installation process.

Pure Chat

Pure Chat includes features lie canned responses, chat box assignment, hosted chat boxes, multi-chat management and more.

9. LiveSupporti
LiveSupporti is one of the most cost-effective plugins that provides forever free plan of around 150 chats per month.

LiveSupporti

You can have support for unlimited concurrent chats for unlimited websites absolutely free.

10. Tidio Live Chat
Tidio Live Chat is fast live chat service that allows you to easily communicate with your visitors and customers. Tidio Live Chat takes less than 20 seconds to integrate with your website.

Tidio Live Chat

It allows you to get offline messages from your visitors to send an email when you are not online
[MT6582] MIUI 8 6.11.24 China Developer Rom FOr Micromax A106 [Kernel-3.4.67]

[PORT] MIUI 8 CHINA DEVELOPER ROM 6.11.24 FOR MICROMAX A104 [MT6582][3.4.67]

wipe to delete Lock screen notifications
When you get a new message and it shows on lockscreen, you can slide it from left to right, then the notification will be marked as read. It is convenient because you don't need to unlock your phone and delete it again. 




Launcher settings added to the Settings
We added two options for home launcher into system settings, one is 'Auto Fill empty cells' and the other is 'Lock Screen Cells'. You can now adjust the home screen layout as you wish.

 
191926t2tny637tlyi9qo2.png.thumb.jpg (71.67 KB, Downloads: 6)







CREDITS:

Nikhil Bhise
Team XDF 
Xiaomi Official 
 
BUGS: 
Its Bugless

Download :

Screenshots :













Monday, 5 December 2016

FaceTime Not Working on iPhone/iPad/Mac (Easy fix)


FaceTime Not Working: FaceTime is a miracle app that works like a charm, most of the time. It is an exclusive Apple product that enables you to video chat. With FaceTime, gone are the days of bad quality video calling. The app offers excellent service where video and audio calling are absolutely free. This coupled with the quality of calls that it offers has made the app a big hit worldwide. Despite all these, Apple’s great video phone call app and service isn’t above glitches and errors. Time and again users have often had to face problems like FaceTime not working among many others. Usually, there are a couple of common problems that users face. So we are here to tell you what to do when Apple FaceTime doesn’t work. Here are a couple of fixes:


FaceTime not working
Fix FaceTime not Working Issue with super ease

How to Fix FaceTime not Working iPhone and iPad

Update Your Device
One of the most common reasons behind FaceTime errors is that used don’t or have postponed their updating their device. To recall, back in 2016, there emerged an issue with FaceTime while making calls or receiving calls because of expired device certificate. An Apple update had fixed the issue. Since then allowing update of your device usually seems to take care of the FaceTime issue.


Time and Date
Check the date and time to see if they are set correctly in your device. A lot of time conflicting time and date can cause serious problems on FaceTime. On Mac, click on Date & Time and then check the box next to “Set date and time” automatically and choose the server of the country you are from using the drop-down menu.


Push Setting in Mail
The app uses Push Mail to notify you of an incoming call. For iOS device users, got to Settings > Mail Contacts, Calendars > Fetch New Data and check if your Push setting is set to “On”.
Phone Number and Blocked List
To check if you have posted a correct phone number, go to Settings > FaceTime on your iOS device. See the Apple ID listed underneath saying “You can be reached by FaceTime at”. In case you don’t then tap on “Add Another Email”.
If you failed to make a video call to someone, then perhaps you have accidentally added the contact to the blocking list. So you want to check that out, go to Settings > FaceTime > Blocked on your iOS device, and see if the contact is listed there. If yes, then tap on Edit, then tap the red Remove icon next to their name and Unblock.
These are more or less the common FaceTime not Working issues we hope you were able to take care of your problem. Now let’s move on the FaceTime errors in Mac.
Check FaceTime for PC Guide as well!!

Fix Facetime not Working Problems for Mac

In order to resolve FaceTime for Mac activation and usage issues, you need to learn the system requirements for FaceTime for Mac and follow some basic troubleshooting steps. Here we go.
As per Apple Support, for Video calling, you Macbook will require the following:
Sponsored Ads
  • Verify that the latest software updates for their Mac are done.
  • Verify that FaceTime is enabled in FaceTime > Preferences. If the issue persists, or if you see the message “Waiting for Activation”, try toggling FaceTime off and then on.
  • Verify that the Date, Time, and Time Zone are set correctly: From the Apple menu, choose System Preferences > Date & Time > Date & Time. Enable “Set Automatically”. Click the Time Zone tab and confirm the closest city is correct.
  • Verify that the device is connected to broadband Internet connection. If you encounter issues using a Wi-Fi network, use standard Wi-Fi network troubleshooting to resolve interference and other issues.
  • Verify the phone number or email address being used is the correct one activated for FaceTime.
  • You can verify that you are using a valid Apple ID at appleid.apple.com. You can also create an Apple ID or reset your password from this website.
Also Read: FaceTime for Android (Possible?)
Wrap Up:
FaceTime not Working error hacks are really easy. For the most part, the app doesn’t cause any major problem and usually has a pattern of errors. We listed the most common one’s and hope they come handy to you. If you are facing a problem besides these usual one’s then, reach out to us from the comment section below.
Online Marketing Strategies, Tools and Tips


The internet has proven to be one of the best means of marketing. There are numerous methods by which you can market your products online. The advantage of internet or online marketing is that the cost involved is lower as compared to other methods of marketing.

Online Marketing
Effective Online Marketing can help you earn big!

Other major advantages include its wider reach in the global market, increasing number of internet users, greater flexibility and better chances of building a healthy customer relationship. Here are a few methods by which you can market your online products easily.

Blogging


Blogging is one of the most prolific methods of online marketing and everyone is inclining to this method as it is easier in comparison to other methods. You can start a blog for any kind of business, no matter big or small. Here, you are required to write about your products and services in a way that the reader easily comprehends. This is highly beneficial as there are many readers who prefer to read blogs. All you need to do is to promote your blog in a manner that drives readers to your blog.

Social Media Marketing


This kind of marketing is on the rise these days due to the increasing number of people using the social media to keep in touch with their loved ones. There are different social media sites like Facebook, Twitter, MySpace, etc where you can build a relationship with customers and hopefully, sell your products. The communication done through social media is friendlier than the one in other kinds of marketing methods.

Email Newsletters


Email marketing involves sending emails to targeted customers. These emails contain newsletters that talk about your products in a way that lures customers into buying them. Most successful email marketing packages comprise of colorful backgrounds, professionally designed graphics and brilliantly written description. To make a success out of an email marketing strategy, you need to prepare the email newsletter in such a way that it arouses interest in a customer and not annoy him.

Article Marketing


This is more or less like writing blogs, the only difference being the fact that articles are written and submitted to top article directories whereas blogs are written on CMS’s like WordPress and Blogger. When you describe your product in the article, you need to make sure that there is some extra information that the reader might find interesting. This may induce an interest in the customer about buying your products or services. At the conclusion of the article, you provide a link that leads the readers to your website which helps in bringing more traffic to your website, thus making your business an imposing success.
Social Meta Tags Testing and Approval Tools


Social Meta Tags Testing Tools

Tools for testing and approval

A. Twitter Validation Tool

Twitter Validation Tool
https://dev.twitter.com/docs/cards/validation/validator

Before your cards show on Twitter, you must first have your domain approved. Fortunately, it's a super-easy process. After you implement your cards, simply enter your sample URL into the validation tool. After checking your markup, select the "Submit for Approval" button.

B. Facebook Debugger

Facebook Debugger
https://developers.facebook.com/tools/debug

You don't need prior approval for your meta information to show on Facebook, but the debugging tool they offer gives you a wealth of information about all your tags and can also analyze your Twitter tags.

C. Google Structured Data Testing Tool

Google Structured Data Testing Tool
http://www.google.com/webmasters/tools/richsnippets

Webmasters traditionally use the structured data testing tool to test authorship markup and preview how snippets will appear in search results, but you can also use see what other types of meta data Google is able to extract from each page.

D. Pinterest Rich Pins Validator

Pinterest Rich Pins Validator
http://developers.pinterest.com/rich_pins/validator/

Like Twitter, Pinterest requires an approval process to enable Rich Pin functionality. Use the Rich Pin Validator tool to test your data markup and apply for approval at the same time.
Color Code Generator


This Color Code Generator will help you get the six digit color code i.e hexadecimal value. It could be very effective if you want to get  a perfect combination of colors for your blog and if you have a good experience about color picking and selection matching, this will help you to make your blog to look really professional.

hex codes, color chart, color codes

The Color Code Generator is also very useful when you try to blend the Google Adsense Ads with the site content.

Instructions:- Drag the bar on the "Hue" selector to the area of your desired colour palette. - Then click inside the Brightness/Saturation area and drag the cursor until you have achieved your desired colour. The "Swatch" bar shows you the final colour result. - The hexadecimal colour code is generated in the "Hex" box. Simply copy the six digit code i.e #000000

How to add Hex Colour Code Generator

To install Hex Color Code Generator on a Blogger/Blogspot page or post, copy the following code and paste it in the post or page HTML:
<center><object border="0" classid="clsid:D27CDB6E -AE6D-11CF-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" height="480" id="obj1" width="480"> <param name="movie" value="http://www.2createawebsite.com/build/color.swf"><param name="quality" value="High"><embed src="http://www.2createawebsite.com/build/color.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="485" height="485" quality="High"></embed></object></center>
That's it!
How To Get Started With Video Marketing


Video marketing is basically a concept where companies or individuals come up with videos that are useful to the customer and also have some marketing message somewhere in the content. It could be an email address, a website or a telephone number. Usually, it is a very effective way of marketing; below is how to get started with it.

Video Marketing
What Kind of Video Content Do I Need?
Make sure your content is short. Typically, viewers have a lot of material competing for their attention. If your material is too long, there is a big chance that they will not see it to the end. Generally, your video should not be more than three minutes. Ideally, the shorter the material, the more likely the viewer will view it to the end.

Keep It Simple
Make everything simple, easy to follow and on point. Precise material is generally what people are looking for; beating around the bush is never a good idea. If you are bringing in a new product in the market and want to show users how it works, present it in a manner a layman can follow; in short, keep everything as simple as possible.

Video Placement
Make sure that your video is placed on strategically important websites. As a rule, if you are a fisherman, you will only throw your net in waters perceived to have more fish. This is not that much different in this business, putting your material in websites that viewers are likely to visit basically increases the chances of them actually viewing your content.

The Call to Action
Make sure your video has some call for action somewhere at the end. This could be a prompt to visit a certain website or contact a certain email or telephone number. This is important because it gives your target audience a chance to contact you while the idea is still fresh in their mind.

Editing is Everything
Hire an expert editor. A specialist is able to edit your content into something that can easily become a viral video. If you are unable to hire someone because of financial issues, you can always use a do it yourself software. In short, your material needs to be edited professionally to give it that perfect look.

Promote It Socially
Make sure you distribute your content to several social media networks. Dispensing your material in popular Social media networks is a big plus in your efforts to land potential clients. In social networks, it is very easy to receive thousands of views if you are providing helpful material.

Use the Right Text Descriptions
Take advantage of keywords. Generally, you should put five to seven keywords that are relevant to what the content is talking about. If a person were to search for a video with a keyword relevant to your material, chances are that your content would get a hit.

Invest in Good Equipment
Use the right equipment. While anyone can take a video with their phone and upload it, doing the same in marketing is never a good idea. You need to buy or hire a camera; lighting equipment and other tools that will make your videos look refined. This will give your content that touch of class you are looking for. Also, people will take your material more seriously if it looks elegant, special and professional.

Content Really Is King
Consult on how to get content that will appeal to the audience you intend to communicate to. It is not an easy thing to find material that will charm a particular group of people. You could be offering the right content but if it is not attractive to the target audience, they will not view it. If your target audience is the youth, using a young person or an influential personality they consider hip can be a good way to get their attention.

Summary - What We've Learned
In conclusion, to get started in this marketing strategy, you must offer content that is actually useful; people want solutions to problems, helpful material is basically what they are looking for. Secondly, you need to keep things short, precise and on point, nobody wants to watch a fifty minute video. Third, place the content on strategic websites; this way, viewers are able to access it with ease which is essentially what you want.

Fourth, any marketing content should have a call for action at the end. This basically presents the viewer with an opportunity to reach you. Fifth, you need to work with professionals; they have a way of making the material look better. Other things you should incorporate include use of keywords, using the right equipment and appealing to the target audience. Basically, that's how to get started with video marketing.
Notebook Accessories to Look Out For


The demand for notebooks has increased tremendously over the past few years. More and more consumers are choosing notebooks over traditional desktop computers. Netbook manufacturers are constantly adding new features to their products, thus making them even more attractive to users. Manufacturers are also frequently lowering prices in an attempt to create new customer segments for their products. Due to the dropping prices, more and more consumers are able to get access to notebooks. The other reason why notebooks are preferred by businessmen, students and working professionals is that they are portable.

Notebook Accessories
A common Notebook Cooling Pad

Due to the increasing use of notebooks in recent years, many computer manufacturers are now offering a wide variety of accessories and add-ons which are aimed at making the device more effective and thus enhancing the user experience. The following are some of the most important netbook accessories you need to look out for.

1. Surge protector
Netbooks, just like laptops and desktops, run on power. Very often, you will need to charge the device by plugging the power adapter into the wall outlet. The problem is that a sudden power surge can cause serious damage to a notebook. This is why a surge protector is very important. You can place it between the power adapter and the wall outlet so as to ensure safety. Surge protectors are very light and can therefore be carried around easily from one place to another.

2. Cooling stand
When used for a long period, netbooks can get very hot. When using a netbook on your lap or on a solid surface, it is therefore advisable to use a cooling stand between the surface and your notebook. The cooling stand has an in-built fan which keeps the notebook cool. When temperatures are kept low, the notebook can also save power. Therefore, if you intend to work on your netbook for long durations, a cooling stand is a very vital accessory for you.

3. Netbook stand
Contrary to popular belief, notebooks were not designed to be necessarily used on the lap. There are times when you might desire to use the netbook as a desktop PC. Some computer manufactures offer stands which can help you place your netbook on a desk, as well as use it with an external keyboard. Once you have finished working, you can easily disconnect the keyboard.

4. Bluetooth GPS
A Bluetooth GPS (Global Positioning System) is an important accessory for people who need to use the GPS feature to keep tabs on specific things. Besides the Bluetooth GPS, you might also want to install Google Map and an internet wireless modem into your netbook.

5. Portable speakers
The sound quality of notebooks is usually not sufficient for anyone who wants to watch a movie or listen to music. To experience good sound quality, you might want to add a couple of small speakers to your notebook. Such speakers are usually very light and can therefore be carried around easily.

6. Port replicator
Handling all the connections and wires of the netbook can be very frustrating. The port replicator or docking station makes it very easy to connect all the peripherals needed for operating the netbook.

7. Battery backup
When purchasing your netbook, make sure an extra battery or two. An extra battery would come in very handy especially when you are traveling for a long period. This way, you wouldn’t have to worry about short battery life.

8. Carrying case or backpack
A carrying case or backpack is a very important accessory for people who carry their netbooks around very frequently. These cases or backpacks come in a wide variety of designs and styles.