Main Content RSS FeedLatest Entry

Google Seach-based Keyword Generator Tool

http://www.google.com/sktool/

I think Google loves showing companies that they have to find their full potential or get out of the business. Research that you can now do yourself using this new tool (Released yesterday) used to cost a fortune. I work at a marketing company, one of those guys that used to charge a fortune for this sort of stuff. Personally, I’m not that worried; our company offers enough other insights that not being able to charge savvy clients for keyword thinking isn’t that big a deal.

Some people might look at this and say “Google’s taking money away from me!” I prefer to look at it as an opportunity to spend my time on more creative, interesting projects. The glass is half full, so to speak.

Recent Entries

Google Webmaster Tools

Not too many people know this part of Google even exists. If you’re an SEO expert or a webmaster, it’s easy; if you’re just trying to run a site, not so much.

http://www.google.com/webmasters/

Many people think “Google’s so big, they don’t actually care about their search listings, they just display them. I submit that nothing could be further from the truth. Google and Yahoo! got to where they are by making sure people find the right website for whatever it is that they’re searching for. They’re not about to screw up the reputation they have now by not caring about the quality of their search listings.

The long and short of this is that your site gets inserted into Google’s search listings the correct way. Doesn’t increase your ranking in the slightest, but when people see your listing on Google, what do they see? Make sure it’s exactly what you think they should see.*

Also on the site is help for creating Google XML Sitemaps, which is a cool little feature that lets Google link directly to your sub-pages.

If you have an hour or two, check it out; it’s a neat service.

* What they should see regardless of what you think is a topic for another day :)

fileSender PHP File Upload Class

Following up the dbConnection class with…. another class!

This one does file uploading. I’m keeping it simple to get started.

First Release is very simple. The package contains 3 files:

  • fileSender.config.inc - Configuration file
  • fileSender.class.inc - Main PHP class file
  • index.php - Sample implementation file

Capabilities are minimal. Basic uploading; that’s it.

Items to add at a later date:

  • PHP Progress Bar - I see plenty of CGI solutions for making a progress bar, but I don’t know CGI and I don’t want to. A solution should be implemented for PHP, and I’ll find a way, damnit. It will be created using PHP, Javascript, HTML and CSS only.
  • Security - Making sure people can’t exploit your site.
Download: fileSender v0.1