January 2016 - Bloggerdroidseo Where bloggers relate to learn blogging tips and tricks Bloggerdroidseo Where bloggers relate to learn blogging tips and tricks : January 2016

Pages

Featured Featured
how-to-use-your-android-device-as
BETTER SEO: Finding keywords for your website
dent-free-data
Sharing of Apk Files on Whatsapp Made Easier
9mobile-special-offer
9mobile Special Data, Get 1GB Data for N200 and 5GB for N1000
mtn-double-data-cheat
New Method To Activate MTN 100% Double Data Bonus Via IMEI Tweaking


Sunday 31 January 2016

How to Rock MTN BBLITE On All device and Pc Unlimitedly.





How to Rock MTN BBLITE On All device and Pc Unlimitedly.
The Simple server on PC have been hitting some users hardly by
refusing to work with the mighty MTN BBLITE and other related tricks.
While, If you are
experiencing this issue, Then this post meant for you.
I’m pretty sure that some of you are familiar with ZI Phreaking Tool , The interesting thing about the Software is that, It works
flawlessly.
So many guys love using this software for downloading and its never fails.
To cut the long story short, Am going to show you how to use ZI Phreaking Tool to rock the mighty MTN BBLITE and other related tricks. E.g 2go Mb(3gb)
HOW TO USE ZI PHREAKING TOOL TO ROCK MTN BBLITE ON PC
NOTE: TheRe are two ways of using this
Software, either you configure it manually or import the already
configured config file.
HOW TO CONFIGURE IT MANUALLY:
1. Download The ZI Phreaking Tool
2.Unzip it, Open ZI phreaking tool
and configure your ISP Proxy and port to
10.199.212.2 and 8080.
3. Click on header, the plus sign, and configure your url query and host
to:
web.blackberry.com
4. Click on Query, the @ sign, and configure your Host and X-online- Host to:
web.blackberry.com
5. Click on tunnel and ensure ‘Enable proxy’ is checked and configured to
127.0.0.1:8080
6. To save this settings as your
default, Click on file and select save as. Select default, then click save and Ok.
7. Click the start icon to start ZI phreaking tool and connect your modem.
8. Open your browser and configure the proxy to
127.0.0.1:8080.
That’s all
HOW TO IMPORT THE ALREADY CONFIGURED FILE AUTHOMATICALLY
1. Assuming you Already downloaded the .ZIP ZI PHREAKING
TOOL below
2. Unzip it And install the ZI Phreaking tool and Launch it.
3. Go to File
4. Click on Load
5. Locate The Config file from the Unzip Folder then Import
6. Click the start icon to start ZI phreaking tool and connect your
modem.
7. Open your browser and configure the proxy to
127.0.0.1:8080
That’s All
NOTE: If you want to use the ZI Phreaking config file for other
trick ,like 2go 3gb or Dobox or Musicplus, Just open the already config from the unzip folder with notepad format or Wordpad and edit the Appropriate area only .
If you are unable to edit it by yourself , just Request for the specific config file
through the Comment box Below, the more The Request ,the more eager we will be to Upload files For other tricks .
ATTACHMENT
Link1::: <a href='http://www.datafilehost.com/d/62f71088'>HERE</a>
Link2( ZI Phreaking Tool 1.6) :






Thursday 28 January 2016

Steps to build your android app


Android Overview
What is Android?
Android is an open source and Linux-based Operating System for mobile devices such as smartphones and tablet computers. Android was developed by the Open Handset Alliance, led by Google, and other companies.
Android offers a unified approach to application development for mobile devices which means developers need only develop for Android, and their applications should be able to run on different devices powered by Android.
The first beta version of the Android Software Development Kit (SDK) was released by Google in 2007 where as the first commercial version, Android 1.0, was released in September 2008.
On June 27, 2012, at the Google I/O conference, Google announced the next Android version, 4.1 Jelly Bean. Jelly Bean is an incremental update, with the primary aim of improving the user interface, both in terms of functionality and performance.
The source code for Android is available under free and open source software licenses. Google publishes most of the code under the Apache License version 2.0 and the rest, Linux kernel changes, under the GNU General Public License version 2.
Features of Android
Android is a powerful operating system competing with Apple 4GS and supports great features. Few of them are listed below:
Feature
Description
Beautiful UI
Android OS basic screen provides a beautiful and intuitive user interface.
Connectivity
GSM/EDGE, IDEN, CDMA, EV-DO, UMTS, Bluetooth, Wi-Fi, LTE, NFC and WiMAX.
Storage
SQLite, a lightweight relational database, is used for data storage purposes.
Media support
H.263, H.264, MPEG-4 SP, AMR, AMR-WB, AAC, HE-AAC, AAC 5.1, MP3, MIDI, Ogg Vorbis, WAV, JPEG, PNG, GIF, and BMP
Messaging
SMS and MMS
Web browser
Based on the open-source WebKit layout engine, coupled with Chrome's V8 JavaScript engine supporting HTML5 and CSS3.
Multi-touch
Android has native support for multi-touch which was initially made available in handsets such as the HTC Hero.
Multi-tasking
User can jump from one task to another and same time various application can run simultaneously.
Resizable widgets
Widgets are resizable, so users can expand them to show more content or shrink them to save space
Multi-Language
Supports single direction and bi-directional text.
GCM
Google Cloud Messaging (GCM) is a service that lets developers send short message data to their users on Android devices, without needing a proprietary sync solution.
Wi-Fi Direct
A technology that lets apps discover and pair directly, over a high-bandwidth peer-to-peer connection.
Android Beam
A popular NFC-based technology that lets users instantly share, just by touching two NFC-enabled phones together.


Android Applications
Android applications are usually developed in the Java language using the Android Software Development Kit.
Once developed, Android applications can be packaged easily and sold out either through a store such as Google Play or the Amazon Appstore.
Android powers hundreds of millions of mobile devices in more than 190 countries around the world. It's the largest installed base of any mobile platform and growing fast. Every day more than 1 million new Android devices are activated worldwide.
This tutorial has been written with an aim to teach you how to develop and package Android application. We will start from environment setup for Android application programming and then drill down to look into various aspects of Android applications.
 Android Environment Setup
You will be glad to know that you can start your Android application development on either of the following operating systems:
Microsoft Windows XP or later version.
Mac OS X 10.5.8 or later version with Intel chip.
Linux including GNU C Library 2.7 or later.
Second point is that all the required tools to develop Android applications are freely available and can be downloaded from the Web. Following is the list of software's you will need before you start your Android application programming.
Java JDK5 or JDK6
Android SDK
Eclipse IDE for Java Developers (optional)
Android Development Tools (ADT) Eclipse Plugin (optional)
Here last two components are optional and if you are working on Windows machine then these components make your life easy while doing Java based application development. So let us have a look how to proceed to set required environment.
Step 1 - Setup Java Development Kit (JDK)
You can download the latest version of Java JDK from Oracle's Java site: Java SE Downloads. You will find instructions for installing JDK in downloaded files, follow the given instructions to install and configure the setup. Finally set PATH and JAVA_HOME environment variables to refer to the directory that contains java and javac, typically java_install_dir/bin and java_install_dir respectively.
If you are running Windows and installed the JDK in C:\jdk1.6.0_15, you would have to put the following line in your C:\autoexec.bat file.
set PATH=C:\jdk1.6.0_15\bin;%PATH%
set JAVA_HOME=C:\jdk1.6.0_15
Alternatively, you could also right-click on My Computer, select Properties, then Advanced, then Environment Variables. Then, you would update the PATH value and press the OK button.
On Linux, if the SDK is installed in /usr/local/jdk1.6.0_15 and you use the C shell, you would put the following code into your .cshrc file.
setenv PATH /usr/local/jdk1.6.0_15/bin:$PATH
setenv JAVA_HOME /usr/local/jdk1.6.0_15
Alternatively, if you use an Integrated Development Environment (IDE) Eclipse, then it will know automatically where you have installed your Java.
Step 2 - Setup Android SDK
You can download the latest version of Android SDK from Android official website: Android SDK Downloads. If you are installing SDK on Windows machine, then you will find an installer_rXX-windows.exe, so just download and run this exe which will launch Android SDK Tool Setup wizard to guide you through out of the installation, so just follow the instructions carefully. Finally you will have Android SDK Tools installed on your machine.
If you are installing SDK either on Mac OS or Linux, check the instructions provided along with the downloaded android-sdk_rXX-macosx.zip file for Mac OS and android-sdk_rXX-linux.tgz file for Linux. This tutorial will consider that you are going to setup your environment on Windows machine having Windows 7 operating system.
So let's launch Android SDK Manager using the option All Programs > Android SDK Tools > SDK Manager, this will give you following window:
Once you launched SDK manager, it’s time to install other required packages. By default it will list down total 7 packages to be installed, but I will suggest to de-select Documentation for Android SDK and Samples for SDK packages to reduce installation time. Next click Install 7 Packages button to proceed, which will display following dialogue box:
If you agree to install all the packages, select Accept All radio button and proceed by clicking Install button. Now let SDK manager do its work and you go, pick up a cup of coffee and wait until all the packages are installed. It may take some time depending on your internet connection. Once all the packages are installed, you can close SDK manager using top-right cross button.
Step 3 - Setup Eclipse IDE
All the examples in this tutorial have been written using Eclipse IDE. So I would suggest you should have latest version of Eclipse installed on your machine.
To install Eclipse IDE, download the latest Eclipse binaries from http://www.eclipse.org/downloads/. Once you downloaded the installation, unpack the binary distribution into a convenient location. For example in C:\eclipse on windows, or /usr/local/eclipse on Linux and finally set PATH variable appropriately.
Eclipse can be started by executing the following commands on windows machine, or you can simply double click on eclipse.exe
 %C:\eclipse\eclipse.exe
Eclipse can be started by executing the following commands on Linux machine:
$/usr/local/eclipse/eclipse
After a successful startup, if everything is fine then it should display following result:
<br />

Step 4 - Setup Android Development Tools (ADT) Plugin
This step will help you in setting Android Development Tool plugin for Eclipse. Let's start with launching Eclipse and then, choose Help > Software Updates > Install New Software. This will display the following dialogue box.
Now use Add button to add ADT Plugin as name and https://dl-ssl.google.com/android/eclipse/ as the location. Then click OK to add this location, as soon as you will click OK button to add this location, Eclipse starts searching for the plug-in available the given location and finally lists down the found plugins.
Now select all the listed plug-ins using Select All button and click Next button which will guide you ahead to install Android Development Tools and other required plugins.
Step 5 - Create Android Virtual Device
To test your Android applications you will need a virtual Android device. So before we start writing our code, let us create an Android virtual device. Launch Android AVD Manager using Eclipse menu options Window > AVD Manager> which will launch Android AVD Manager. Use New button to create a new Android Virtual Device and enter the following information, before clicking Create AVD button.
If your AVD is created successfully it means your environment is ready for Android application development. If you like, you can close this window using top-right cross button. Better you re-start your machine and once you are done with this last step, you are ready to proceed for your first Android example but before that we will see few more important concept related to android application development



Saturday 23 January 2016

how to verify your account/website with alexa



  • AM HERE JUST TO TEACH U HOW YOU WILL VERIFY YOUR WEBSITE WITH ALEXA,

  • SECONDLY, REGISTER YOUR WEBSITE.....ALTERNATIVELY, CLICK THE SEARCH BOX ON THE LEFT NAVIGATION BAR, SEARCH YOUR WEBSITE E.G ALEXA.COM, AFTER SEACHING IT WILL BRING OUT A PAGE ABOUT THE SITE..........THEN SCROLL DOWN AND CLICK ON EDIT INFO...............AFTER WHICH YOU EDIT YOUR INFORMATION...........AT THE LAST WHERE IT WROTE CHOOSE COUNTRY FOR YOUR RANK CHOOSE YOUR COUNTRY E.G NIGERIA.............THEN IT WILL POP OUT A NEW WINDOW FOR U TO VERIFY YOU SITE JUST CLICK ON THE SECOND METHOD AND COPY THE META cODE TO YOUR SITE

Sunday 17 January 2016

how to create a payoneer mastercard with your voters card

GUYS I NO THAT SOME OF U ARE HAVING PROBLEMS IN CREATING YOUR OWN PAYONEER MASTERCARD ACCOUNT WITH YOUR VOTErS CARD BUT AM HERE TO TELL U THAT ITS NO BIG DEAL ALL YOU HAVE TO DO IS TO VISIT PAYONEER OFFICIAL WEBSITE BY CLICKING HERE
NOW AFTER SIGNING UP...............WHEN IT REACHES TO STAGE 4 WHICH IS TO ENTER YOUR ID YOU CHOOSE NATIONAL ID AND WRITE YOUR VOTERS CARD ID. YOU CAN FIND THE ID AT LEFT SIDE OF YOUR CARD WHERE YOUR PICTURE IS LOCATED............IT STARTS WITH A E.G A339323345
THATS ALL

MAKE SURE YOUR INPUT YOUR NAME AS ON THE CARD

Thursday 14 January 2016

EMTEE, WIZKID FT AKA ROLL UP (RE UP)

Roll Up (Re-Up) Featuring: Wizkid & AKA Don't fuck around, I got my pistol on me So much money, I got money on it I let my mama hold a hundred thousand I let my sister hold two hundred thou Krapa, fasa, baba let's Private jets in my Jays Ka phona uber Ya bana manje se ba late Rasta, roll up the weed one time Give her that cheese one time I wanna feel cool one time Give me that tree one time Fuck that bitch one time I pray, love comes my way She knows she loves my way My love for money got me working on a Saturday My love for money got me grinding on a Sunday I know you love my way I pray, love comes my way My love for money got me working on a Saturday My love for money got me grinding on a Sunday If she tripping leave that bitch alone That's why you never catch a nigga sober Hotboxin' til the spliff is over I'm never scared, got no pistol on me Krapa, fasa, baba let's start rolling up the jets No matter what I know they see us I see they hating that's cause we up Stop talking like a G, yo This is no remix, this the re-up Azishe one time, s'phile one time Akufiwe one time, siz'wise one time Sin'bise one time, nani n'fike one time Roll up one time, then we smoke some one time I'm on the scene clever ungazong' tshela I got Wiz, I got Supa Mega Do it if you think you better Ngizokushaya nge s'cima if you think you clever If she tripping leave that bitch alone That's why you never catch a nigga sober Hotboxin' til the spliff is over I'm never scared, got no pistol on me Krapa, fasa, baba let's start rolling up the jets I'm catching flights while niggas catch emotions These flashing lights will make you lose your focus That's that reason I'm so antisocial Season after season, cheese at my disposal A week in Mozambique to catch my breath Smoke a lot of dank, brush up on my Portuguese Yeah the crown heavy on my head It's a lot of pressure Clouds of the Mary Jane help me get perspective Higher grade, dumb it down Blowing pounds, ganja clouds Way way out in London town, nearly missed my baby ultrasound We been through this shit before Niggas talking greasy on the TV, that's that cooking oil Trouble's what you looking for When the fam come through, all we ever do is flex Tryna make handsome loot, shoutout my Sandton crew Emtee we in this sitch' Feel like it's time to roll another jet Yeah, yeah watch me suffer from success If she tripping leave that bitch alone That's why you never catch a nigga sober Hotboxin' til the spliff is over I'm never scared, got no pistol on me Krapa, fasa, baba let's start rolling up the jets There they go talking like they know Me and you is not the same bro I'm getting in cause I prayed yo They dancing, but who is to blame though? (Me) I be on the phone talking 'bout some deals phela I'm working hard so don't you hate on me, I been fed up Uthatha ma chance and you think you gonna win? Never! Mawuphethe mali uyaphaula kanti yin' clever? Woah, out here with them OG's baby Your boyfriend acting like he know me baby If she tripping leave that bitch alone That's why you never catch a nigga sober Hotboxin' til the spliff is over I'm never scared, got no pistol on me Krapa, fasa, baba let's start rolling up the jets

Tuesday 12 January 2016

Real method of unbanning your 2go acct

Its no new news that 2go interactive have started
banning users from their site, this is because of
increasing amount of fraud, invalid ads, profanity,
hacked accounts, and other Anti-socialism
showned by users, 2go is growing rapidly and they
have to take this steps to ensure a safe chatting experience. It must be very hurtful to start from Novice and
even get past proffesional to find out your
account has been banned by 2go, most of you will
be forced to quit the app because it can be
devastating to spend so much effort boosting
your 2go star only to end up being banned by 2go. i'm going to Explain some of the reasons why 2go
took this step to start banning users. firstly you
need to know 2go is an interactive and not a place
for violence, 2go ban users mainly because of this
defects from users, mind you, 2go can check all
your chat history from day1, if you have been reported by your friend for either posting or
encouraging porn content then you are at risk of
getting your account banned. Also if you spam in the rooms or use profane or
being insultive then you'll have the risk of getting
banned by 2go.
If you get banned it can be very difficult
retrieving back your account but hey! That's what
you're here for isn't it? So burgle up cause you'll get that banned account back within 2days
**Winks**. But remember after I show you tha
steps in retrieving your banned account you must
not continue violating 2gos TOS (terms of
service). Terms of service is defined as the rules
set by 2go in order for them to serve you and or continue serving you. You must try to make them
or to say it simpler, you must try to make them
understand you were ignorant or you are sorry
for violating their rules. Steps To Unban Your Account 2go has provided a friendly function where users
can get Help and fix account issues, though their
new "version" has options to edit your location,
age, and even gender via the app.
Now to unban your 2go account goto 2go official website And locate Help beneath the website and click on it, it will immediately prompt you to choose your
country, choose your country and you'll see some
options then you'll see I was banned Unfairly click
on it, when this is done, you'll see a message like
this: “2go takes abusive behaviour very seriously to
protect its users and provide a positive chat
environment. Please read the 2go Room rules
when entering chatrooms. The 2go moderators are
carefully chosen and trained to be fair. All bans
are reviewed to ensure they are unbiased. If you still feel you were unfairly banned click here”
click the link and you'll see a review form.
Now input the following in the review form! Your banned 2go username: your username should be here. Your mobile number: the mobile number you used in activating you 2go account (number you used in
registering) Room you were banned in: in this case if its a room you were banned in kindly insert the name
of the room but if its your whole account input
"Generally banned" Ban ID for the ban you are reporting: input the ID of the ban if you can't find the ID you can till
input "Generally banned" Why is your ban unfair? copy the below I was ignorant and was not aware that I could
be banned, I may use profanity, abuse or harass
another user just out of ignorance/fun, I've
enjoyed the 2go service and will like to enjoy
more, the change in terms of service or sudden
action in punishing anti-socials in you platform has affected me a lot and have made me a
victim to a huge loss of my friends and vanity
of willingness to improve my star progress, out
of ignorance I plead for you to pardon me for
my ignorance as a last warning, as I love 2go
messaging and wouldn't want to leave your great platform as banning and ignorant is considered
unfair. Thank you Team 2go. I hope to get
unbanned soon.

If u want to copy this topic make sure u backlink us @ gabrieltech1

Sunday 10 January 2016

31 basic computer software u ought to have

Although, different people working in different fields, will need different set of software for their daily operations, there are however, some few basic applications that everyone should have installed on their computers. But, before we begin, let me talk a little on, the types of computer software we have today.

Types of Computer Software:
There are basically, two types of software on computer systems;
  1. System software: This is the most important software on your computer (laptop or desktop) because, they manage/run your computer’s memory, processes, and all other software and hardware. Hence, they come pre-installed on your machine, by the manufacturer of your device. An example of System software is, Operating system (OS). Examples of operating systems are; Windows OS (by Microsoft), Macintosh OS (by Apple inc.), and Linux OS.
  2. Application Software: These are programs or software designed to perform a group of coordinated functions, tasks, or activities for the benefit of the user. They are mostly 3rd party apps, and virtually anyone with a coding ability, can create one (at least, my younger brother does). Some examples of application software are; Spreadsheets, web browsers, photo editors, etc.
New computers normally come with crapware. Crapware are application software pre-installed on your machine by the manufacturers, and may or may not be of any use to you. However, to fully enjoy your device, there are some important applications you simply can’t do without. I will be talking on 31 of such.

Note: Some software companies are converting their software into online tools. This is because, unlike offline apps, software hosted online are always (automatically) updated in real-time.
For this reason, some of the applications listed in this post, may not necessarily be downloadable.

1. Web Browser(s):
These are applications that allow users to surf the web (internet). Though Windows laptops come pre-installed with ‘Internet Explorer (IE)’, I would recommend you installing ‘Google Chrome’ and/or ‘Mozilla Firefox’.
This is because, Internet Explorer is quite porous. Spyware, junkware and malicious programs normally infiltrate IE. Chrome and Mozilla Firefox however, were built with the security of the user in mind. They will block any suspicious website or app from installing unsolicited and injurious programs. This is not to say that, Chrome or Firefox are 100% free from attack though.
Another advantage of Chrome and Firefox over Internet Explorer is, the sea of add-ons and plugins available for them. These tools will make your browsing experience sweet and less stressful.

2. Word Processors:
Examples of word processors are; Microsoft Office Word and OpenOffice.
In the past, Windows laptops always came pre-installed with MS word and the other Microsoft Packages. However, I noticed that these days, newer laptop models only come with trial versions of the new Microsoft Office 365. To use it fully, one is expected to pay.
In that case, if you are unable to purchase the new Microsoft Office Word 365 (via internet purchase), you could always collect the raw file of Microsoft word 2007, 2010 or 2013 from a friend, or buy the physical program disc to install.
Once you install it, every other Microsoft Office Product (Microsoft Power Point, Microsoft Excel, Microsoft Outlook, OneNote) should also be installed (if you select/tick them during installation.)

3. Anti-Virus:
Anti-virus programs are designed to, detect and destroy computer viruses.
Examples of anti-virus programs are; McAfee anti-virus (usually pre-installed). However, I would recommend, Avast, AVG, Avira or Norton AV. You usually get a trial version for 30 days. After that period, you could either, buy the Premium version or, get a cracked version.
Feel free to suggest some other anti-virus programs that you use (in the comment section).

4. Registry CleanUp Tune-Up Utilities | System Diagnostics Tool:
The computer registry, is the central database that contains all of the necessary information about your software, hardware, preferences, OS, and more.
Cleaning your System’s registry, is an important part of overall PC maintenance. TuneUp utilities, help to manage, maintain, optimize, configure and troubleshoot a computer system.
‘CCleaner’ and ‘Comodo System Utilities’, are examples of Registry Clean-up programs.

5. Video Player:
One of the main activities for which most people use their computers to do is, watch videos. You need a Video player that will give you optimal picture and audio quality.
VLC is the most popular video player. Other good video players are, KMPlayer, GOM Media Player, DivX Player and RealPlayer.

6. Music Player:
If you are like me, you cannot go a single day without playing some music from your device. Even though video players can also play audio files, it is advisable to install a dedicated music player, to fully understand the meaning of, “music is the food of the soul”!
My recommendations are; MusicBee, Winamp, MediaMonkey and Foobar2000.

7. Flash Player:
Flash players are web browser plugins that can also be supported on some mobile devices (especially smartphones). Without flash players, you cannot view multimedia, execute rich internet applications or stream video/audio. Adobe flash player is the major flash player available today. Go ahead and suggest other ones you may know of.

8. Photo Editor:
A time will come, when you will need a Photo editor. Whether to do simple things like, add text to an image, crop an image, or complex things like, adding yourself to a 1960s photo (as if you were really there), photo editors are very important tools to have around.
Examples of photo editors are; GNU, GIMP, PhotoCut, Super Refocus, and Adobe Photoshop. Of all these photo editors, Adobe Photoshop is the best! But unfortunately, it is also the hardest to master.

9. Computer-Aided Graphics Design Software:
You don’t have to be a seasoned Graphics designer to have these design tools on your device. Within 2 days of using a graphics design software, I designed a logo/header image for my blog: NOSR Blog, with no prior training.
Some example of graphics design tools are; Microsoft paint, So Think Logo Maker Pro, Corel Draw, Autodesk inventor, Auto-CAD, Adobe Illustrator. Microsoft paint is a bitmap based software, but it is easy to use. Though an underrated piece of software, MS paint can be used to create some unbelievable work.

10. DJ Music Mixing Software:
This is a really fun application to have. Once in a while, you may just be in the mood of adding cool DJ-type effects to the music you are playing. You could also surprise everyone with your scratching skills, at that birthday party.
Examples of such software are; Virtual DJ, Mixxx, Serato DJ, Ableton Live and, Traktor Pro.

11. Ebook Reader:
Electronic book readers (ebooks readers), are software that make it possible to read digital books. A good ebook reader should be able to open multiple formats like; pdf, ePub, Mobi, XPS, DjVu, CHM, Comic Book (CBZ and CBR), etc.
Examples of ebook readers are; Foxit Reader, Adobe Reader, Sumatra PDF reader, and Calibre.

12. Video Chatting Software (Skype):
Web-cam enabled laptop users can get more value from their machine. Skype is the major video chat software I know of.

13. Note-Taking Software (Keynote):
Whenever the light-bulb goes off in your head, you may want to quickly take down your thoughts else, your short-term memory brain-cells will betray you.
Examples of note-taking tools are; Evernote, Resophnotes, Elements, Simplenote (iOS) and KeyNote.

14. Downloaders:
If you are a surfer of the net, you simply cannot do without fast downloaders. They help us download/save our favorite apps, large images, music and videos onto our computer. Here are the best downloading software; IDM, Torrent, Orbit downloader, SaveFrom.Net, NetVideoHunter (Firefox add-on), Total Video Downloader (for Mac), XDM (Xtreme Download Manager).

15. File Converter:
Some applications may only require/recognize certain File formats. Therefore, you will need a file converter to convert any of these file formats whichever way you want.
Known file formats are; png, jpg, jpeg, tiff, gif, bmp, emf, doc, docx, xls, rtf and ppt.
Some file converters can batch-convert a file format into multiple other formats (simultaneously). Online file converters are more popular. Try, http://convertonlinefree.com

16. File Compressor/Decompressor:
Some large files will need to be compressed, in order to send or upload them. In the same vein, the receiver or downloader of the compressed file will have to decompress the archived file.
These are very good file compressers/decompressers; 7-Zip, WinZip, Peazip, and, Zipeg.

17. Gaming Software:
I don’t have much to say about this as I am not a game freak. However, here are some games I plan on having in the not so distant future; Call of Duty, God of War, GTA 5.0, and Minecraft.
Note: Not every computer has the power to execute most modern games. Your system specs and graphics card must be up to par.

18. Spreadsheet:
Spreadsheets are very important to teachers, bankers, sales people and businesses in general. Examples of spreadsheet programs are; Microsoft Excel, Google Spreadsheets (hosted online), Open Office, and Apple Numbers.

19. Audio Editor (Audacity):
Audacity is the world’s most popular free open source digital audio editor. It is the easiest audio editor to use. Audio editors are used for; recording audio on computers (via a headset or professional microphone), editing audio clips, and adding effects to audio clips etc.

20. YouTube to MP3 Converter:
These software convert video or other audio formats, to mp3. Its a great way to create podcasts or have your favorite music in mp3 format. Good converters are; ChangeToMp3, Total Video Converter Lite (for Mac users), VLC (bet you didn’t know that).

21. Google Drive:
This Software will help you send large files via email (gmail). Gmail only permits 25MB as the limit of the total file size(s) that can be attached, per mail. Say you want to send a movie to a friend, and the size is 50MB or even 800MB, the only way to send such heavy files, is with the help of Google Drive. Download your own Google drive today.

22. Cloud Storage:
Cloud storage is a type of storage of data wherein, data is stored in and accessible from multiple distributed and connected resources that comprise a cloud.
Cloud storage is important for data back-up, archiving and disaster recovery. You can save the entire content of your computer in the “clouds”, then access them from any location in the world (without carrying around your storage devices)! The best cloud storage providers are; Microsoft Cloud, JustCloud, BackBlaze, CrashPlan, Carbonite, iDrive, DropBox, OneDrive, etc.

23. VPN Software:
When using a public Wi-Fi Network, your accounts are at risk! You are advised to get a dedicated IP address (cloaker). It is legal, and a security measure observed by the world’s top companies.

24. Last.fm:
Social networking hits music with Lastfm. It enables you to listen to music, get recommendations, and stream radio tailored to your taste.

25. Video Editor:
Good video editors are; Windows Movie Maker, Adobe Premier Pro, LightWorks, Blender, Final Cut Pro, OpenShot, Sony Vegas, etc.

26. Spyware / Adware Removal Software:
If you are seeing random pop-up ads and redirects within your browser, your security is down! Some malicious add-ons or plugins accompany downloads from questionable sites. Again, Internet Explorer is more susceptible to such attacks. Here are the steps to follow, to rid your browsers, of Junkware/Malware.

27. eBook Creator:
Good ebook creators are; MS word (2010 and 2013), Scrivener, Canva, Creatavist, eBook Maestro Pro, Evernote, PagePlus, Vook, Calibre, Ommwriter, and Blurb.

28. ScreenCast Software:
Screencast-O-matic, Camtasia, Ezvid, CamStudio, Snaps Pro, ScreenFlow, Final Cut Pro, QuickTimeX, Jing, Screenr, etc.

29. Google Earth:
Google earth is a virtual globe, map and geographical information program. It is one fun and must-have piece of miracle. Imagine a program that displays satellite images of varying resolution of the earth’s surface, allowing users to see things like cities and houses (at a”bird’s eye view ” angle)!
You can use this program to get directions; using variables such as, street names, cities and establishment. You can also use google earth to view areas subjected to widespread disasters and, even explore and place location bookmarks on the Moon and Mars.

30. Scientific Calculator:
I use calculator application on my Laptop to calculate my age (I’m that dull). I also use them to calculate complex logarithmic functions and integrations. Examples of such programs are;
Microsoft calculator plus, Microsoft Mathematics, and HEXelon MAX. There’s probably hundreds more! Explore your device’s App stores.

31. Desktop Widgets:
Your desktop should hold the most functional widgets like; Clock and Calender. Also, it would be beautiful to have your Screensaver rotate multiple images in slideshow fashion.

Be sure to use the comment section to suggest other basic computer software I may have missed out. Also, play with the share buttons below.

source shelaf.com

Wednesday 6 January 2016

How to browse with jumia mb on your android phone with sas

Download simple server latest version 3.7.

Text or SMS d keyword jumapp to 131 and open your settings===>>>mobile network and create new apn using MTN WEB AS NAME AND WEB.GPRS.MTNNIGERIA.NET leave OTHERS EMPTY.

OPEN YOUR SAS AND LOCATE GENERAL SETTINGS====>>>> INJECTION HOST  SET IT TO JUMIA.COM.NG
SAVR AND CONNECT

Friday 1 January 2016

how to create your own whatsapp plus app

Hi!! Today I will be teaching you how to customize your whastapp and you can change the whastapp name to anything you feel like and so much more
 

To customize your whatsapp, you need an app called UWTE (ULTIMATE WHATSAPP THEME ENGINE) this app can customize your whatsapp with out messing with your account. Which will make you account legit and safe from ban.

Features:

Two Different Theme Types :

1. Primary Theme : Choose Primary Colour and Accent Colour and leave everything else to US. We will create an exciting combination of these to colours to theme your WhatsApp.

2. Own Creativity Theme : Want full control over how your WhatsApp look like? No problem at all. We too feel the same. Bring out the artist inside you and create your own combination of colours to theme your WhatsApp.

Extra Mods :

No matter which type of theme you choose, you can still change few other components as per your liking. These include[as of current version] :

1. Input Circle Shape[Only till Kitkat, Sorry Lollipop Users].

2. Message Indicator Shape[Colour too in Own Creativity Theme].

3. Bubbles Style[In & out]

4. App Name : Change WhatsApp Name to your liking.

Translate

Subscribe now