Skip to main content

Posts

Earn Money Online with ProBux

Probux earning strategy Update: October 2014 ***   Probux is down and after working in very successful for 5 years it's leaning towards Scam read more on   Probux Scam: another Huge PTC gone Scam   *** *** Update 15-Oct-2015 after being unreachable for more than 48 hrs Probux site is live again; but still it's blocking payments with below message*** *** Update 14-Nov-2015 From more than 48 hrs Probux site is down again*** Payment Request The daily limit for transfers today has been exceeded. Please try again at 00:00, 06:00, 12:00, or 18:00 server time. ______________________________________________________________________________ ProBux   is a PTC site that was officially launched on August 28, 2012, and has demonstrated great potential and rapid growth, standing out well ahead of other PTC sites that segment ProBux  is a free service to the whole world that allows advertisers to reach potential clients ... you by displaying th...

Can't add to favorites in Windows Explorer

Problem Description: I did Clean install of Windows 7 Ultimate. However, I noticed that I cannot add any items under the favorites "star" icon that can be found on the left pane in windows explorer. I tried drag & drop and "add current location to Favorites" but nothing works. I'm not getting any error either which is weird.

SEO: Remove your blog name from the title of Blogger Blog

One thing that has bothered me for a while is the fact that every one of my blog post page titles starts with the blog name. Repeating your blog title on every post page is bad for SEO.  Blogger doesn't have a built in option for this but it's easy to fix with a few lines of code. Go to your Blogger CP and select edit html. Find the string:  <title><data:blog.pageTitle/></title> Replace it with: <b:if cond='data:blog.pageType == "index"'> <title><data:blog.title/></title> <b:else/> <title><data:blog.pageName/></title> </b:if> You Blogger blog will now be better optimized for search engines and users.

13 Easy Steps to Install IIS 7 and Setup a Static Website

IIS 7 in Windows Server 2008 is a completely different entity than it has been in the past. Why to install IIS? The most common answer is because you need a web server that is easy to configure and work with. Finally  Microsoft have created a version of IIS that will compete against Apache for functionality and performance. IIS 7 is a giant step forward for the IIS platform with the following enhancements: Modular Design   – In the past it was an all or nothing install for IIS, but not so anymore. With the ability to only load the modules that you need for server operation you increase both performance and security New Management Interface   – IIS 7 has a completely new interface that allows you to quickly and easily change the settings you need to for each site. Also in this version is the ability to edit all the website settings in a text based configuration file Share tasks with site owners   – If you are hosting multiple sites you can delegate administrativ...

Tab key on the keyboard not working in Windows 7

Are you having problems with your tab key in Windows 7? I know I am! My desktop machine runs Windows 7 64-bit and has been working fine for a months until a few days ago. Suddenly, the tab key would not move me to the next form field in an online form. I though it was odd, so I restarted the browser and it worked once, but then stopped randomly a little while later. I thought it was isolated to the browser, but quickly realized I was having the same tab issue in Word, Outlook and Quickbooks. What a royal pain! I didn’t realize how much I used the tab key until it stopped working! Anyway, after doing some research and messing around with stuff, I figured out what the problem was. In this article, I’ll try to write out the different possible solutions and hopefully your tab key will start functioning properly again. I quickly managed to rule out hardware issues like the keyboard because I switched the keyboard and still had the same problem. This issue is normally a software issue a...

ADB CP Command not found

How to use CP command in  Android Debug Bridge  ( adb )? Recently I root my android and I am trying to use the CP command to copy files from the system and data folders and althought im logged in as SU to the terminal but I keep getting : CP: Not found.  The solutions is you need to have busybox tools installed in your mobile. You can check if its there or not by using busybox commands. cp is built in command but not symbolic linked.  Instead of just: cp abc def use: busybox cp abc def If you find busybox not found error then you will need to install the busybox shell tools to your Android device. To Install busybox - Download busybox - Type ' adb remount ' - Type ' adb push busybox /system/xbin/busybox ' - Type ' adb shell chmod 4755 /system/xbin/busybox ' - Type ' adb shell /system/xbin/busybox --install -s /system/xbin/ '

logmein Installation Error 10048

I was trying to install the latest version of logmein free on a Windows Server 2003 machine. Installation got  right to the end where it tries to start the logmein service and it failed to start the service.  Trying to start it manually fails too with the text below.  Windows could not start the logmein service on the local computer  Error 10048 : Only one usage of each socket address protocol/network address/port) is normally permitted. When I Google & searched for solution, I didn't find any proper solution. Even Logmein community portal  http://community.logmein.com  doesn't include any proper KB on this.