February 18th, 2010
I had to install an msi file on Vista today. An msi extension means the file is a Windows Installer file.
When I right-clicked and selected ‘install’ it failed. So I right-clicked again, thinking it had to be run as administrator, and there was no ‘run as administrator’ option.
Fortunately, there is a workaround.
1. Open up the command prompt in ‘run as administrator’ mode.
2. Navigate to the directory where the msi file is located.
3. msiexec /a “The Big App.msi”
The /a will install the file as an administrator.
Posted in Windows | No Comments »
February 8th, 2010
Smartlab Software hosting is featuring a part of its hosting package on a regular basis. Included is a detailed explanation of the feature and how it can benefit you. Fantastico scripts, security, domains, backups, email, software, services, and databases will be covered.
Posted in Host | No Comments »
December 30th, 2009
I found out my news feed was not working for my WordPress blog news.smartlabsoftware.com.
The feed is supposed to be directed to feedburner. The feedburner feed worked fine. But…
I typed in the feed path: news.smartlabsoftware.com/feed/ and whoa! A 404 not found.
First I blamed the plug-in. Not that.
After some research, I found out there was no .htaccess file in the blog’s root directory. Nor on my copy on my computer. I copied one from another blog site and the feed started working. I used the generic .htaccess that appears when WordPress is installed. I’m surprised WordPress did not recreate it. I’m on WordPress 2.9.
BTW, a nice feed to subscribe to is the FeedMedic alert. It is at the bottom of your home page for feedburner. It alerts you of any feed problems. Nice.
Posted in WordPress | No Comments »
December 20th, 2009
I tried to get a WordPress blog claimed on Technorati and it failed.
One fix suggestion was to remove the trailing slash from the feed and the blog URL. That did not work.
The next suggestion I tried was making the feeds full text instead of summary. That did not work.
Technorati says in its instructions to add the claim code to an existing post and the crawler will find it. Therein lies the problem.
I added the claim code to an existing article. The article updated but not the feed. I ended up writing a text post with the claim code on a separate line. I made sure I could see the code in the feed, the I claimed it. Successfully, I might add.
BTW, my feed goes to Feedburner which should not make a difference.
Posted in WordPress | No Comments »
November 30th, 2009
Here is the browser market share for Oct 2009:
| Browser |
Percent Share |
| Internet Explorer |
63.6% |
| Firefox |
24.7% |
| Safari |
4.4% |
| Chrome |
3.9% |
| Opera |
2.3% |
Opera, around since 1996, has not made any headway. Neither has Chrome.
Posted in browser | No Comments »
November 30th, 2009
Smartlab Software now does hosting. Smartlab Software Hosting is there to help small business and personal websites achieve their hosting goals at a reasonable price. Over 4,500 website templates are available covering a gamut of categories. Sitebuilder will get a website up and going in no time.
Did I say Smartlab Software Hosting is 100% green?
Posted in Announcements | No Comments »
October 18th, 2009
Many ISPs put their own branding in the Internet Explorer title bar. Here is how to get rid of it without reinstalling anything.
Microsoft makes it fairly easy for companies or individuals to put their own branding on the IE title bar, but getting rid of it isn’t too hard, either. As always, back up the registry before you make changes. Navigate in your registry editor to:
HKEY_CURRENT_USER \ Software \ Microsoft \ Internet Explorer \ Main
Now look in the right pane and you should see a value named Windows Title. In the Data column, you’ll see the branding text (such as the ISP’s name). You can delete this value to get rid of the branding entirely, or you can double click the value and change it to whatever you like (such as your own name). After you make the desired change, close the registry editor, close IE and then when you open it again, the change should take effect.
Posted in browser | No Comments »
September 23rd, 2009
August 2009 search engine market share.
| Search Engine |
% search share |
| Google |
64.6 |
| Yahoo |
16.0 |
| Bing |
10.7 |
| AOL |
3.1 |
| Ask |
1.7 |
Posted in Search Engine Marketing | No Comments »
July 23rd, 2009
I never thought removing an activex control could be so obfuscated.
Recently I ran Secunia PSI which checks the versions of programs to see if they are up-to-date and are a security risk. One program that showed up was Trend Micro’s Housecall activex control which was woefully out of date. Not using housecall anymore I though it simple to delete the activex control. Hah!
The control was firmly esconced in the Windows/Downloaded Program Files directory. Even starting Windows explorer as an admin did not help.
I opened Internet Explorer 8.0 > Tools > Manage add-ons.
The activex control was nowhere to be found until I selected All add-ons under the Show: label. I scrolled down to the Housecall activex control, right-clicked on it, and chose More Information. Then click Remove which will delete the control.
Posted in Windows | No Comments »
July 16th, 2009
I have been waiting since Firefox 3.5 came out for Google to update Gears to be compatible. I had gears 0.5.21.0 installed and tried updating add-ons, which disabled gears, and going to the gear’s website, downloading and installing gears.
What I ended up doing was uninstalling gears, downloading the gears installer and running it. NOW the updated gears (0.5.29.0) installed and is compatible with Firefox 3.5. This was for Windows XP.
I tried this on Vista and gears installed fine through Firefox.
Posted in browser | No Comments »