Tuesday, January 15, 2008

How to make money with your blog! The new PPP "Pay Per Play" way!

Have you been trying to make money with your blog or website? Well, now is your chance!

Making money with your blog couldn't be easier with a new Pay Per Play service offered by voice2page. Don't get left behind like when PPC "Pay Per Click" first came out. I've joined up and have added this new service my websites and blog. (I'll let you know how it goes!) Imagine, a user doesn't even need to click on a link for you to get paid! When a user visits your site a 3 second ad that pertains to your site automatically plays, and you get paid for it. That's PPP! Making money with your blog was never so easy! Sorry if I sound like an ad, but talk about a simple way to make money from every visitor without those annoying popups.

Here's an article from the Wall Street Journal about it.

I thought this was a great idea when I heard it. What an easy way to make money with your blog or website! Anyway, you can check it out and join up at Voice2Page.

Wednesday, January 9, 2008

Expired Domain Empire Software - Wordlist

I'm not sure anyone can make money out of domains nowadays. However, playing with new (to me) software is always fun so I took a look at the "Expired Domain Empire Software". Searching for nonregistered 2 and 3 letter domain names came up empty (surprise, surprise). So I created a list to look for words ending in "us" and using "E.D.E.S." I checked for any unregistered domains with the extension ".us" . To do this I had to not only come up with a list of words ending in "us" but I had to take off the ending "us" to come up with a del.icio.us type domain.

I had no luck in finding any domains with this but I have included a link to the file in case you would like to modify it and take some prefix letters off.

Words Ending In US Without US Suffix.txt

Sunday, November 18, 2007

Firefox Add-ons I Can't Live Without

I have discovered the world of Firefox addons. Not only do they make my everyday browsing easier but they have increased my programming productivity as well. By using addons such as FireFTP I can even get rid of programs like Cuteftp which was once a major tool in my toolbox.

Here's a list of addons that have made my life easier:
Firebug - Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page...

FireFTP - FireFTP is a free, secure, cross-platform FTP client for Mozilla Firefox which provides easy and intuitive access to FTP servers.

WebDeveloper - Adds a menu and a toolbar with various web developer tools.

PlainOldFavorites - Use Internet Explorer Favorites directly from Firefox. No need to import, export or synchronize - the same Favorites appear...

Download Them All - lets you download all the links or images contained in a webpage and much more: you can refine your downloads by fully customizable criteria to get only what you really want. It also includes a speed accelerator.

NoScript - It stops JavaScript, Java and other executable content from running when you don't want it to.

Tab Mix Plus - Adds a lot of functionality to your tabs. Including multiple lines, duplicate new tab etc..

Tree Style Tab - This provides tree-style tab bar, like a folder tree of Windows Explorer. New tabs opened from links (or etc.) are automatically attached to the current tab. If you often use many many tabs, it will help your web browsing because you can understand relations of tabs. Use this in combination with above "Tab Mix Plus" for extra functionality.

Saturday, October 27, 2007

Dual install of Microsoft Office 2003 and Office 2007

You thought it would be easy. You thought Microsoft would have all the kinks out of the system since having to deal with "multiple-version" install issues since the first version of Office. But alas, you are wrong, and so was I!

PROBLEM #1:
After installing Office 2007 I noticed that my Access and Word 2003 now come up with a install dialog. Well after a little research I found the fix to stop the install window from popping up again.

SOLUTION #1:
Just go to the run box (or hit the windows key+r) the type

reg add HKCU\Software\Microsoft\Office\11.0\Word\Options /v NoReReg /t REG_DWORD /d 1

reg add HKCU\Software\Microsoft\Office\11.0\Access\Options /v NoReReg /t REG_DWORD /d 1


PROBLEM #2:
I now get the error:
"Run-time error '430' Class does not support Automation or does not support expected interface."
when I try to run Access 2003 code which worked perfectly before!

SOLUTION #2:
Create a shortcut to run each msaccess.exe as an administrator. This allows each version to register itself on start-up.

To set up this workaround:

  1. Delete any shortcuts created by installing Office. (These lack the Run As Administrator option.)
  2. Create shortcuts to msaccess.exe from each version of Office. (Right-drag them from the folder in Computer.)
  3. Right-click the shortcut, and choose Properties. Click the Advanced button. Check the Run as Administrator box.

Each time you start Access, you will need to click the Continue button in the User Account Control warning dialog.

For Access 2007, you can use a normal shortcut, i.e. Run As Administrator is not needed for this version.

See http://allenbrowne.com/bug-17.html for more detailed information about this bug.


PROBLEM #3:
After uninstall of Excel 2007 I get the error message of
One of your object libraries (stdole32.tlb) is missing or damaged. Please run Setup to install it.


SOLUTION #3:
Ran the Repair option of the MS Office 2003 Setup.



If you think this fixes all of your problem then think again. According to Information about using 2007 Office suites and programs on a computer that is running another version of Office
there are other problems you may deal with. For example only the latest Outlook version can be used.

Welcome!

Welcome to my new blog! I'll be using this space to put all my notes, thoughts on projects I'm currently working on. Tech and programming related things that I discover and want to share, or just have a place to store for my future use. So... let the tech begin!