4November2009
Google Moving Into Local Search
Posted by Duckeldannys Money Blog under: General; Wordpress.
Google has made a couple of moves recently that show it is serious about moving to defend it’s turf in local search.

Make Money Online with Duckeldannys Money Blog. Learn more about Making Money Online, Blogging, Wordpress, Affiliate, SEO and Technology
4November2009
Posted by Duckeldannys Money Blog under: General; Wordpress.
Google has made a couple of moves recently that show it is serious about moving to defend it’s turf in local search.

2November2009
Posted by Duckeldannys Money Blog under: General.
Linkgrand is another established paid to click site. It is online since Aug 2006

21September2009
Posted by Duckeldannys Money Blog under: General; Wordpress.
Another good article for business owners… this time it’s Top 5 Business Blogging Mistakes and How to Avoid Them . In a nutshell the five are: Treating Your Blog Like a Press Center Not Blogging Regularly Not Enabling Conversation Making New Content Hard to Discover Expecting Too Much Too Soon It’s a quick read for the details on each item.

20September2009
Posted by Duckeldannys Money Blog under: General.
Dear readers, I am sorry for weeks of non-posting. I have been and is still currently busy with lots of things going on with my life
18September2009
Posted by Duckeldannys Money Blog under: General; Wordpress.
This article was posted on Mashable recently and it does a good job of making the case for small businesses to take advantage of: Local Social Networks Blogs or Social Hubs Twitter Facebook Fanpages Custom Wikis Here’s the full URL in case the above link doesn’t work… http://mashable.com/2009/07/28/social-media-small-business/

13August2009
Posted by Duckeldannys Money Blog under: General; Wordpress.
What does the Yahoo and Microsoft deal mean for small business internet marketing?

7August2009
Posted by Duckeldannys Money Blog under: General; Wordpress.
I’ve decided to launch a local marketing service. A lot of small business owners don’t have the time to research and put in place a core internet marketing plan. So I’ll do it for them

29July2009
Posted by Duckeldannys Money Blog under: General.
Scam Site Don’t Join it CobyBux, Place to earn Instant Payment CobyBux is launched its version 2 with many new features and uses very powerful script which is written from scratch. make money Ads to Click : CobyBux usually has 6+ ads per day for standard members and 10+ for golden members and diamond members. Some users may get less ads at times due to their country or region

29July2009
Posted by Duckeldannys Money Blog under: General; Make Money Online.
Scam Site Don’t Join 1centemails is another good paid to read emails site offers you to read paid emails and earn money from it. make money At the beginning of joining 1centemails you will receive a $5.00 bonus just for registering.

29July2009
Posted by Duckeldannys Money Blog under: General; Wordpress.
I recently read a post entitled “The Big Question: Are You Better Than Yesterday?” which was written from the perspective of general improvement. However, I think it is a great read from the perspective of evaluating your internet marketing, business organization, and other activities

6July2009
Posted by Duckeldannys Money Blog under: General; Net News; Wordpress.
Today I have moved my Blog to another server. Thats why I want to show you how to move Wordpress correctly.
Quick Guide:
- Backup the database from the old site and import it to the new site. Pay attention to database names.
- Change your wp-config.php in the old site to point to the database on the new site. Your old site will now run using database based on the new site and once you change the names ervers new site will have the up to date database. (You may want to check with your new hosting if they allow outside database access first. If not, you can skip this step and transfer the database at the end, when the nameserver change propagated)
- Backup your entire WordPress installation from the old site (this will include all your uploads, themes, plugins)
- Unpack your WordPress installation to the new site
- Change wp-config.php on the new site with new database details
- Change the nameservers to point to the new site
- That’s all now you only need to wait
Here is the guide from Wordpress.org :
Easy answer for most installations:
- If database and URL remains the same, you can move by just copying your files and database.
- If database name or user changes, edit wp-config.php to have the correct values.
- If you want to test before you switch, you must temporarily change “siteurl” and “home” in the database table “wp_options” (through phpMyAdmin or similar).
If you had any kind of rewrites (permalinks) setup you must disable .htaccess and reconfigure permalinks when it goes live.
Moving WordPress Within Your Site:
Moving the WordPress files from one location on your server to another – changing its URL – requires some special care.
Here are the step-by-step instructions:
- Create the new location using one of these two options:
- If you will be moving your WordPress core files to a new directory, create the new directory.
- If you want to move WordPress to your root directory, make sure all index.php, .htaccess, and other files that might be copied over are backed up and/or moved, and that the root directory is ready for the new WordPress files.
- Login to your blog.
- Go to the Administration > Settings > General panel.
- In the box for WordPress address (URI): change the address to the new location of your main WordPress core files.
- In the box for Blog address (URI): change the address to the new location, which should match the WordPress address (URI).
- Click Update Options.
- (Do not try to open/view your blog now!)
- WordPress 2.0 only: Delete the folder wp-content/cache.
- Move your WordPress core files to the new location. This includes the files found within the original directory, such as http://example.com/wordpress, and all the sub-directories, to the new location.
- If you are using Permalinks, go to the Administration > Settings > Permalinks panel and update your Permalink structure to your .htaccess file, which should be in the same directory as the main index.php file.
- If you have problems with missing images that you’ve uploaded, you need to change the path to the images on every post directly on your SQL database. For this, follow the instructions on Tamba2’s Tutorial “Moving your weblog inside your PC”.
- You must also check and edit ’store uploads folder’ under Settings-Miscellaneous or all your new uploads will continue to go into the old folder.
- Existing image/media links uploaded media will refer to the old folder and must be updated with the new location.
It is important that you set the URI locations BEFORE you move the files.
Suppose you accidentally moved the files before you changed the URIs: you have two options.
OPTION 1.Suppose the files were originally in /path/to/old/ and you moved them to /path/to/new before changing the URIs. The way to fix this would be to make /path/to/old/ a symlink (for Windows users, “symlink” is equivalent to “shortcut”) to /path/to/new/, i.e.
ln -s /path/to/new /path/to/old
and then follow the steps above as normal. Afterwards delete the symlink if you want.OPTION 2.If you forget to change the WordPress Address and Blog Address, you will be unable to change it using the wordpress interface. However, you can fix it if you have access to the database. Go to the database of your blog and find the wp_options table. This table store all the options that you can set on the interface. The WordPress Address and Blog Address are stored as siteurl and home (the option_name field). All you have to do are to change the option_value field to the correct URL for the records with option_name=’siteurl‘ or option_name=’home‘.
You’re done. Test your site to make sure that it works right. If the change involves a new address for your blog, make sure you let people know the new address, and consider adding some redirection instructions in your .htaccess file to guide visitors to the new location.
Moving WordPress to a New Server:
If you are moving WordPress from one server to another, begin by backing up your data. This includes backing up your WordPress database as well as all the core files, images, plugins, and other files on your site. See WordPress Backups and Backing Up Your Database for more details.
- Note: If you are changing to a new server but same domain, all you need to do is edit wp-config.php and upload everything as it is to your new server.
If You Don’t Care If Your Old Blog Works
- Download a copy of the main wordpress files from your OLD blog to your hard drive and edit wp-config.php to suit the new server.
- Go back to your OLD blog and go to options and change the url (both of them) to that of your new site.
- Again, download your database (but keep the old one just in case), upload this new database and the copy of the wordpress core files with the edited wp-config.php to your new server. Thats it!
If You Want Your Old Blog To Still Work
Caution: Make sure you have a backup of your old blog’s WordPress database before proceeding!
Part A – Activating Your New Blog
- Download your entire WordPress installation to your hard drive. Name the folder appropriately to indicate that this is your OLD blog’s installation.
- Go back to your OLD blog and go to options and change the url (both of them) to that of your new site.
- Again, download your entire WordPress installation to your hard drive. Name the folder appropriately to indicate that this is your NEW blog’s installation.
- Download your database once again (but keep the old one). Upload this database to your new server. It will be easiest if you use the same database name and you create a user with the same login credentials on your new server as on your old server.
- If you used a different database name and/or user (see previous step), edit wp-config.php in your NEW blog’s installation folder appropriately.
- Upload the NEW blog’s installation folder to your new site. Presto, your NEW blog should be working!
Part B – Restoring Your Old Blog
- On the original server, delete your OLD blog’s database (remember, you should have a copy on your local computer that you made at the very beginning).
- Upload your OLD blog’s installation folder to your original server, overwriting the files that are currently there (you may also delete the installation folder on the server and simply re-upload the OLD blog’s files).
- Upload your OLD blog’s database from your local computer to the server. That should do it!
Another procedure for making copies of posts, comments, pages, categories and custom field (post status, data, permalinks, ping status…) easy to follow:
- Install a new Wordpress blog
- Go on old blog Admin panel. Here, in Manage > Export select “all” in menu Restrict Author.
- Click on Download Export File
- In new blog go on Manage > Import, choose Wordpress item.
- In the page that will be shown, select the file just exported. Click on Upload file and Import
- It will appear a page. In Assign Authors, assign the author to users that already exist or create new ones.
- Click on Submit
- At the end, click on Have fun
Note: using this method if there are some articles in new blog (like hello world, info page…), these will not be erased. Articles are only added. Using the former procedure the article in new blog will be deleted.
4July2009
Posted by Duckeldannys Money Blog under: General.
Paid To Click or PTC websites are the easiest way to earn money online. This is an easy way of earning free cash by clicking ads.

1July2009
Posted by Duckeldannys Money Blog under: General; Wordpress.
Facebook is purportedly going to release new features that will allow it to be much more Twitter-like. The two biggest changes in the offing (purportedly) were covered by Mashable in this article today. The question for us is… what does this mean for business

29June2009
Posted by Duckeldannys Money Blog under: General; Wordpress.
What you put on your website is nearly as critical as getting people to see it in the first place. One of the leaders in the field of conversion tracking and testing is a guy by the name of Tim Ash.

26June2009
Posted by Duckeldannys Money Blog under: General; Wordpress.
Your marketing instincts are wrong! Or, more accurately, the finely tuned marketing sense you’ve developed that makes your business successful is wrong when you go online. Here’s why
