Posted in Uncategorized on Dec 29th, 2008
I really like www.watchforeclosure.com site's design's integration with adsense ads. You could hardly tell the ads from the content itself. For someone trying to monetize their site, it works.
Read Full Post »
Posted in Uncategorized on Dec 28th, 2008
netnerds.net has a great post on how to convert an ATOM date to a normal PHP date. I found it very useful as I was trying to do this for my sites www.stormwarriorsmovie.com and www.roguebargains.com and it worked great!
Here's the code from Chrissy of netnerds.net
$atomdate = '2006-04-22T10:00:00.000Z';
$datetime = strtotime(substr($atomdate, 0, 10) . ' ' . [...]
Read Full Post »
Posted in Uncategorized on Dec 28th, 2008
I was able to do a search the next day and the Digg entry came up on 2nd page of Google. So that's not bad. I need to do that for all the sites now.
Read Full Post »
Posted in Uncategorized on Dec 28th, 2008
Here's an idea for parsing out those <dc:creator> or <dc:date> using PHP and SimpleXMLElement.
Do a string replace.
Another idea is to go use the children() to get children of node.
Read Full Post »
Posted in Uncategorized on Dec 28th, 2008
Here's an idea for parsing out those <dc:creator> or <dc:date> using PHP and SimpleXMLElement.
Do a string replace.
Read Full Post »
Posted in Uncategorized on Dec 28th, 2008
There's a great interview with Donnie Yen on SCMP site about his new film IP Man.
Read Full Post »
Posted in Uncategorized on Dec 26th, 2008
I suggest using MYSQL Dump Importer. It works great! I have used it to move several hundred megs of mySQL databases on hostgator and it works great. The problem with hostgator is they do not allow mysql commands on Shell. So you can either ask their admins to do it or use the MYSQL Dump [...]
Read Full Post »
Posted in Uncategorized on Dec 26th, 2008
Heelcandy blogs about shoes and serves as affiliate for zappos. I really like the design and her reviews.
Read Full Post »
Posted in Uncategorized on Dec 25th, 2008
There's some good XML and RSS parser scripts.
Read Full Post »
Posted in Uncategorized on Dec 25th, 2008
There's some good XML and RSS parser scripts.
Read Full Post »
Posted in Uncategorized on Dec 24th, 2008
http://www.instantmeat.com is an example of a Google Adsense for Domains site. It is similar to Godaddy's Cashpark program I believe.
Read Full Post »
Posted in Uncategorized on Dec 24th, 2008
<?php $wd_was = getcwd();chdir("photos-event");$dirname = "photos-event/";include("build.php");chdir($wd_was);?>
Read Full Post »
Posted in Uncategorized on Dec 24th, 2008
Quick Minisite is a domain adsense page that you can use to make money off your domains. It is actually pretty neat php script.
Read Full Post »
Posted in Uncategorized on Dec 24th, 2008
Xedant has an interesting comparison of most profitable keywords vs most expensive keywords.
Read Full Post »
Posted in Uncategorized on Dec 24th, 2008
Coderprofile has a great php cache script for use with php files. Written by Scott Thompson.
Read Full Post »
Posted in Uncategorized on Dec 24th, 2008
UnrealMedia has posted some really simple code to parse a RSS feed.
$file = file_get_contents("Feed URL");
$xml = new SimpleXMLElement($file);
foreach($xml->channel->item as $feed){
echo $feed->title.'<br>';
}
Read Full Post »
Posted in Uncategorized on Dec 23rd, 2008
It's a tad bit more complicated than usual to do.
1. Add domain to Dreamhost hosting using Fully Managed2. Delete the domain under Web Hosting column3. Now click on DNS link under domain name and edit the settings
Read Full Post »
Posted in Uncategorized on Dec 23rd, 2008
This automysqlbackup does a good job of backing up mysql database.
And you can use cron to backup hostgator file directories.
Read Full Post »
Posted in Making Money Online on Dec 22nd, 2008
I hear celebrity wit makes a lot of money from ads. It's kind of a simple site. But yeah, it's addictive and funny too. I think humor sites are good bets.
Read Full Post »
Posted in Making Money Online on Dec 22nd, 2008
This is kind of an interesting idea. Creating a single page for targetting with Google and adsense.
Read Full Post »
Posted in Uncategorized on Dec 22nd, 2008
There's a free plugin to allow you to build a BANS online ebay store for free.
Read Full Post »
Posted in Uncategorized on Dec 21st, 2008
Damn.. that really makes me angry. The American tax-payers are constantly helping these big corporations and finance all sorts of things that we dont like (like Iraq war) and always getting the short end of the stick. When is government ever going to work to help the average american to have a better life instead [...]
Read Full Post »
Posted in Uncategorized on Dec 21st, 2008
I am still trying to figure out how people make money off adsense. Google must be making a lot of people money and I am constantly seeing tons of sites on how to make money off the adsense machine. But so far, I still have not seen it for myself. It would be nice to [...]
Read Full Post »
Posted in Uncategorized on Dec 20th, 2008
This site has some great information on using YUI to find an element's size and position.
Read Full Post »
Posted in Uncategorized on Dec 18th, 2008
This theme is touted as the ultimate money making theme.
Read Full Post »
Posted in Uncategorized on Dec 18th, 2008
Here's an interview with Marhgil Macuha and how he makes money with macuha.com
Read Full Post »
Posted in Uncategorized on Dec 18th, 2008
You can request a SSH form through this SSH request form. I had to talk to a support rep in live chat.
Read Full Post »
Posted in Uncategorized on Dec 18th, 2008
I was trying to determine which of my sites loads faster. The site at Dreamhost or the site at Host Gator. So I used a tool from iWebtool and discovered the Host Gator site loaded a bit faster. Although to me, both sites loaded the same. That could be due to the fact that Dreamhost [...]
Read Full Post »
Posted in Uncategorized on Dec 17th, 2008
Stargeek.com has some good PHP scripts for various things.
Read Full Post »
Posted in Uncategorized on Dec 17th, 2008
Dreamhost makes a lot more money off me from domains than hosting itself. I think it makes a whole lot of sense. For $9.99 they host my domain. It's not cheap and fairly expensive compared to other places. I only do it because I have hosting there as well.
But I am thinking about switching to [...]
Read Full Post »
Posted in Uncategorized on Dec 17th, 2008
I am really excited about orca 2. I think I'm going to implement it in one of my sites and see how it goes.
Read Full Post »
Posted in Uncategorized on Dec 17th, 2008
Really like FluxBB and PunBB for forum. It is powered by PHP and mySQL.
Orca 2 is an 100% AJAX forum script with many features. Seems interesting too.
Read Full Post »
Posted in Uncategorized on Dec 16th, 2008
There's an open source version of the million dollar script. And there's a commercial million dollar script that's pretty good.
Read Full Post »
Posted in Uncategorized on Dec 15th, 2008
SELECT *FROM item_infoWHERE match(item_name) against('"exercise bike" "hdtv tv" widescreen' IN BOOLEAN MODE)
Read Full Post »
Posted in Uncategorized on Dec 15th, 2008
Does anyone know how to let Google Spider know my content has changed and come and update my site? I looked through Google Webmaster Tools but cant find anything there. And Google search turns up nothing.
Update: Just found this site that talks about Google blog ping service which I just tried.
Read Full Post »
Posted in Uncategorized on Dec 14th, 2008
This New York Noc site lists super VPS for $5 a month. Wonder if it's legit.
Read Full Post »
Posted in Uncategorized on Dec 14th, 2008
This post says Google officially dont want people to do URL rewrites. That would certainly save a lot of heache.
Read Full Post »
Posted in Uncategorized on Dec 14th, 2008
Bargainscent.com online
bargains helps you find the latest deals on electronics, TVs, HDTV,
cameras, iphones, games, consoles, etc. It shows you the price and you
can sort bargains by price or freshness. It aggregates data from
several well known bargain sites.
Read Full Post »
Posted in Uncategorized on Dec 14th, 2008
I got rid of the QuickAds on ScribeFire but the editor still is slow to start.
Read Full Post »
Posted in Uncategorized on Dec 14th, 2008
I am kind of flabbergasted by some of the stupid things people do. Like this week's episode, the trio of fools find the notebook of Isaac Mendez's drawings. Instead of flipping through it quickly to see what happens, they turn the page one at a time and make stupid talk while the bad guys are [...]
Read Full Post »