Cash Volume - Turn Up The Cash Volume!

Adventures In Online Financial Freedom

Google Adsense For RSS Feeds Now Open To Public

August 16th, 2008 by cashvolume

Looks like Adsense has finally opened up the doors to its Adsense for RSS Feeds. Its been a long time in testing formally only available through Feed Burner now current Adsense  publishers can now add  contextual advertising to their feeds. You can read more about it at Tech Crunch - Google Adsense for RSS.

Posted in Adsense, Industry News | No Comments »

Follow Me On Twitter

August 15th, 2008 by cashvolume

Got Twitter?

As usual I am the last to jump on the latest social networking bandwagon. I finally got my act together and signed up for a Twitter account. I desperately need some more followers. Please add me I gladly will return the favor and follow you if you follow me. So go ahead and dooooo it!

http://twitter.com/Cash_Volume

Posted in Social Networking, Twitter | No Comments »

Huge Ping List Slowing You Down?

June 29th, 2008 by cashvolume

Like most power bloggers crack head bloggers I have a HUGE ping list that gets pinged every time I write a new post. This causes a loooong ass wait after hitting the Publish button while you wait for wordpress to ping each and every ping appregator on your list. Here comes:

No Ping Wait

No Ping Wait cuts down on your ping wait a TON! now you can get right back to work blogging and pinging like a mad man!

Posted in Wordpress Plugins | No Comments »

Blog Rush SUCKS

June 29th, 2008 by cashvolume

This is an update on the Blog Rush widget. I feel that i’ve given it more than a chance to generate some traffic and it just doesnt commit… I see that the big wigs have given up on the failed project already notice Mr Show Money has removed it quite some time ago and he was probably the only fool to get any traffic from it.. my thoughts on Blog Rush… it sucks and not worth the effort take it from me two thumbs down!

Posted in Blog Rush | No Comments »

Very Useful US State Names and Abbreviations Database

April 27th, 2008 by cashvolume

Here is a very useful mysql database that includes U.S. state names with their abbreviations you can download it in plain text here. Just load up phpMyAdmin and import it into a new database. I found this very useful for making dating/personals websites without having to manually enter all the state names into individual tables. Here is how the database is setup:

#State names and abbreviations mysql database
#http://www.cashvolume.com
#

drop table if exists state;

create table state
(
state_id smallint unsigned not null auto_increment comment ‘Unique state ID’,
state varchar(32) not null comment ‘State name’,
state_abbr varchar(8) comment ‘State abbreviation’,

primary key (state_id)
);

insert into state
values
(NULL, ‘Alabama’, ‘AL’),
(NULL, ‘Alaska’, ‘AK’),
(NULL, ‘Arizona’, ‘AZ’),
(NULL, ‘Arkansas’, ‘AR’),
(NULL, ‘California’, ‘CA’),
(NULL, ‘Colorado’, ‘CO’),
(NULL, ‘Connecticut’, ‘CT’),
(NULL, ‘Delaware’, ‘DE’),
(NULL, ‘District of Columbia’, ‘DC’),
(NULL, ‘Florida’, ‘FL’),
(NULL, ‘Georgia’, ‘GA’),

Read the rest of this entry »

Posted in mySQL | No Comments »

Bad Google Bot Bad!

February 5th, 2008 by cashvolume

Last night I implemented a bot trap that I coded up in PHP on one of my sites. Its just a little bit of code saved into a page thats linked off the index.php of my website. I used robots.txt to disallow access for bots that follow the rules and used empty anchor text for the link so that it would be invisible to human eyes. What the bot trap basically does is record any access to the file and logs the IP by sending an email and then automatically appends to the .htacces file a deny from that IP which effectively blocks any further access coming from that IP address. Be careful this works really well I actually ended up blocking my IP address from testing the system out and had to manually edit the .htaccess file via FTP to unblock myself. Read the rest of this entry »

Posted in PHP, tools | No Comments »

Finally Joined MyBlogLog

January 15th, 2008 by cashvolume

I know MyBlogLog is old news. I’ve been meaning to setup an account on MyBlogLog for a while now just never had an overwhelming reason to do it. Well yesterday I was poking around and reading some new blogs mostly just slacking and semi avoiding doing anything useful (lazy monday evening). On one blog in particular I will keep the url private out of respect for its owner. I noticed that it was displaying some VERY irrelevant Google Adsense Ad’s Tramadol, Cialis, Daizapam that kinda stuff. This was a Internet Marketing Blog mind you an there was NO reference to these kinda products whatsoever. So I got nosey and poked around in the source code and found all these hidden links linking back to sketchy pharmacy neighborhoods Oi Vay! I believe this is a problem similar to the one described here on SEO EGGHEAD.

Well to make a long story short the only way I could find to contact the blogger was via MyBlogLog so I went ahead and joined up (which was long over due to begin with) and notified the blogger about the hack. If your a member of MyBlogLog please feel free to check out my Cash Volume Community and add me to your friends, family, contacts list.

Posted in Communities | No Comments »

Totally Free Keyword Tools

January 10th, 2008 by cashvolume

Today I want to share some very handy and FREE keyword tools.

Google Adwords Keyword Suggest - A free keyword research tool provided by google.

Wordtrackers FREE Keyword Tool - The free version only lets you get 100 quality keywords at a time.

45n5 Keyword Scrubber - Keyword Scrubber scrubs large lists of keywords and removes junk like swear words, keywords over 50 characters, and duplicates. Very handy for making nice and tidy keyword lists.

Posted in tools | No Comments »

phpLinkBid 1.4 Beta Has Been Released

October 12th, 2007 by cashvolume

I am excited! The long awaited update for phpLinkBid has finally arrived. Although it is still in beta and on limited availability. If you already have a licensed phpLinkBid website you can apply for beta testing here. Or you can check out version 1.4 in action at Epic Bids Directory.

Posted in Uncategorized, directories | No Comments »

Generate More Traffic With Google Images

October 9th, 2007 by cashvolume

Google Images is a great tool for locating images that are indexed in the google search engine but when a user comes across an image that is hosted on your site they are brought to a framed up version with the image on top and the rest of your content in the bottom frame. This brings the user to what they were looking for but they are also missing out on all your great content. Well I am going to share with you a quick and EASY technique that can bring your site some extra traffic that would otherwise be lost.

Introducing The Frame Buster!

  1. <script type="TEXT/javascript" language="javascript">  if(self !=top)top.location.href=self.location.href </script>

Thats right just add this 3 lined snippet of code within your tags and from now on when visitors come to your page from google image search the annoying frame will bust and users will be shown your page in its full glory!

Posted in Traffic Generation | 1 Comment »

« Previous Entries