Free Keyword Suggestion Tool.

Maybe you remember the days of the “Overture Keyword Suggestion Tool.” It was a slick little tool that you could enter a keyword into and get a list of other keyword variations. It also gave you an estimated number of searches for each keyword. It wasn’t perfect, but it definitely pointed the way to your strongest keyword options.

Well, Yahoo shut the tool down sometime over a year ago, and I miss it.

A couple weeks ago I was searching for information to see if maybe they had started it back up (I check every so often) and of course, it’s still down, but I did find a decent replacement, the “Free keyword suggestion tool from WordTracker.

You can check it out here.

USB 3.0 Sweet

USB 3.0 will be unveiled next Monday, and so far the new specs for the protocol look incredible, promising 25GB transfers in a mere 70 seconds. To put that in perspective, the same transfer would take 13.9 minutes with the current USB 2.0 protocol and 9.3 hours on USB 1.0. Looks like the future of wired syncs and backups is bright and blazing.

It looks like moving my movies from my computer to my movie drive just got quicker.

Sweet…

Google Introduces GMAIL Voice and Video Chat.

I’ve never been a big fan of the “Video Phone” concept, so I doubt I’ll be using this new feature when I’m chit-chatting with friends and co-workers.

However, I can see how this might be a useful business tool, so I am going to pick up a couple of new web cams and give the new GMAIL Video Chat a try this month. I can see how I might want to jump from a chat session with a colleague from another office to a video chat session to show off an “Important Visual”.

Important Visual

Important Visual

Sometimes playing a little “show and tell” can be useful during a business meeting.

Here’s a video Google posted on YouTube.com showing a little more detail:

Google Analytics adds New Features!

On October 22nd, Google announced that they would begin rolling out new features for Google Analytics.

They are:
Advanced Segmentation
Custom Reports
Data export API (private beta)
Integrated reporting for AdSense publishers (private beta)
Multi-dimensional data visualizations called “Motion Charts”
Updated user and administrative interface.

The feature I’ve been most anticipating is the addition of the Integrated reporting for Adsense. Unfortunately this is an invite only feature at this time and Google hasn’t deemed me worthy yet. (Google, if you’re reading this, hook me up!)

If you have an AdSense account, eventually you should receive the option to “integrate your AdSense account with Google Analytics”. The option will appear at the top of the Overview page once you login to Adsense.

Watch for your Invitation

Watch for your Invitation

AdSense Overview Screenshot

AdSense Overview Screenshot

Here is the video that Google posted on YouTube giving a peek behind the curtain:

Google Chrome Plugin – Download You Tube Videos.

This is actually a bookmarklet.

“A bookmarklet is an applet, a small computer application, stored as the URL of a bookmark in a web browser or as a hyperlink on a web page.” – Bookmarklet as definded by Wikipedia.org.

1. In order to use the bookmarklet you will want to make sure that your “bookmarks bar” is tured on. This can do this in the “Customize and Control Google Chrome Menu”. That’s the long name for the little wrench icon in the upper right hand corner of the Chrome browser. Once you click on the little wrench, theres an option to “always show bookmarks bar”. Turn it on.

2. Now right click somewhere on the bookmarks bar and select “Add Page” from the download menu that appears.

3. The “Edit Bookmark” window will appear. In the “Name” field, write a descriptive name for the bookmarklet. I named mine “You-NOW-BE-My-Tube”.

4. Here’s the magic part. In the “URL” field, paste the following code:

javascript:window.location.href = ‘http://youtube.com/get_video?video_id=’ + swfArgs['video_id']+ “&l=” + swfArgs['l'] + “&sk=” + swfArgs['sk'] + ‘&fmt_map’ + swfArgs['fmt_map'] + ‘&t=’ + swfArgs['t'];

5. Click “OK”. There should now be a link in your “Bookmark Toolbar”.

6. Visit YouTube.com and find a target. My first download was the Obama Victory Speech.

7. Once the video starts playing, click the bookmarklet. At this point you should notice the download starting in Google Chrome’s download status bar at the bottom the the Chrome Browser window.

8. If you haven’t changed the Google Chrome download location, once the download is complete, you will find the video in your “MyDocuments\Downloads” folder.

9. The format of the file is “.flv” (Flash Video File), so you will need a viewer capable of playing .flv files to watch your new acquisition. One of my favorite FREE players out there is the “VLC Media Player“. It plays the .flv extension along with just about anything else. Another option is “PlayFLV” that enables Windows Media Player to playback FLV files.

Ad Rotator.

I needed an adrotator for wordpress.  I wanted something simple. I did some searching and found “Ad Rotator” by Dmtro Shteflyuk.

Free SEO Software.

Looking for a good SEO software?

I dabbled a little bit with Internet Business Promoter, in the past, but I just discovered a pretty nice SEO software with a FREE entry level version.  Check them out.

It’s called WEBCEO, and I just dloaded it last night, so I haven’t done alot with it yet, but it looks like a pretty nice FREE start to a decent SEO software.


Getting Things Done.

Like everyone else in the world, I’m slammed with to many “to do’s.” My system for keeping things organized is overwhelmed, and my Email inbox is always about 2 emails away from ready to explode.

I remember reading a book a couple years ago that helped me get organized called “Getting things Done” by David Allen. So I figured, let’s see if anyone has designed a Gmail plugin to follow the rules David set up in “Getting Things Done.” Sure enough, I found what seems to be a pretty nice Gmail little plugin called GTD Inbox.

I’ve been playing with it for the last couple hours, and my email inbox is reduced to ZERO and I have a nice little list of actions on the left side of my screen. So far so good.

Anyway, if you would like to give it a try, check out:
http://gtdinbox.com/

or

https://addons.mozilla.org/en-US/firefox/addon/3209

Writing Secure PHP Applications.

IBM has a great article about writing secure PHP applications titled “Seven habits for writing secure PHP applications.” The seven habits include 19 different “lessons.”

Go read the article for the details, but here is a quick outline:

Habit 1: Validate input

Habit 2: Guard your file system
- Downloading a file
- Checking for valid file name characters

Habit 3: Guard your database
- Executing an SQL statement
- Guarding with validation and mysql_real_escape_string()

Habit 4: Guard your session
- Storing data in session
- The session files in the /tmp directory
- The contents of a session file
- session_set_save_handler() function example

Habit 5: Guard against XSS vulnerabilities
- Form for inputting text
- showResults.php
- Malicious input text sample
- A more secure form

Habit 6: Guard against invalid posts
- A form for processing text
- A form for collecting your data
- A form with invalid data
- Using a one-time form token

Habit 7: Protect against Cross-Site Request Forgeries (CSRF attacks)
- A CSRF example
- Getting the data from $_REQUEST
- Getting the data only from $_POST

Add Google Analytics to your Blog. Do it Now.

It’s simple to take advantage of Google Analytics on your blog by simply signing up for a FREE Analytics account (http://www.google.com/analytics).

Once you have your analytics account setup, be sure to go out and install “Google Analytics for Wordpress” from Yoast.com.