Promote My Site

Welcome to the Home of Great Social Media Management Products

PMS Social Suite - Strategize, Automate, and Manage everything about your Digg Marketing. Find and maintain great friends, shout effectively, and perform in depth analysis on your social network. Freemium and Premium.    PMS Social Network Analyzer - Query and analyze a huge list of social networking sites. Find the networks that most closely match your target audience. Freemium.    PMS Ystore Analyzer - Analyze and improve SEO on your Yahoo store. Mazimize your store's presence in the search engines. Free.

PMS Ping - Ping all the backlinks to a URL. Make sure you get credit for your hard earned links! Free.
   Greasemonkey Scripts - FireFox browser enhancements for improving your social media efficiency. Free.   
 
Archive >> January 2008

Jan 31
2008

iMacro Introduction and Installation

Posted by admin admin in SEO tooliMacroautomationarchitecture

admin
iMacro is an amazing piece of technology and it can help you automate any of your web browser-centric tasks. They have some great examples, a good documentation wiki, and an active support/user community.

Big Savings in Time and Money

We have been big users of this technology for over a year now and have found that it can pay for itself more quickly than an other product we've used. In one recent project we replaced three months of work by 14 people in a data entry center in India ($16,800) with 2 days of programming ($4K) and an enterprise copy of iMacro ($699). We then let six computers chug away for 10 days.

Do the math - time saved and money saved.  The bi-fecta!  What is your time worth?

Review of Technology

We'll do a review of iMacro and why we think it is the technology to pick for automating web based tasks, but for now let's just review the installation.

Download Instructions

Go to iMacro and click on the download link:Download iMacro

 

Then download the iMacros Version 6: download imacros

Save the file:

Save the file

 

Installation Instructions

Go wherever it is you save files when you download them and double-click the "imacros-setup.exe" file. Walk through the normal Windows installation procedure, accepting all the defaults.

When the install is complete you may see a reboot notice. This seems to occur depending on the status of installed Microsoft updates. I tend to NOT reboot at this point but to go onto the next step:

install is complete

 

 

Make sure you check the, er, checkbox for Clean Install and then click “Start the iMacros Browser.”

You'll see, well, you'll see the iMacro browser. Basically it's a windows program that has the IE browser built in.

Yep, I know what you're thinking: you can do a lot with that. Yes, you can.

Final Step

Now check your desktop for these three icons:

iMacro desktop icons

At this point, if you got the ‘reboot’ notice earlier above you can reboot your computer.

Congratulations, your iMacro is fully installed.

Now

If you’re here because you were in the midst of installing some of our tools, well, for gosh sakes, get back where you belong and finish!We'll start posting some handy iMacro code soon, stay tuned.
Jan 30
2008

Tag to Rank Automation Software - Not Reccomended

Posted by admin admin in social networksocial bookmarkSEO toolautomation

admin

To be honest, when I started reviewing Semi-Automated Social Networking Automation Software, I expected to find more software like Tag To Rank . Software with an ill defined purpose, with a confusing website full of grammatical errors, and with a distinctly dodgy smell about it.

In general, I didn't find that at all - some fairly fantastic claims and some pretty hard sells, but I've seen worse from Microsoft and Oracle.

Overview

Priced at $297, this software, well, it does something. There are no videos, no examples, but, gosh, I am sure it does something pretty violent with Scuttle since it is a "Scuttle Massive Account Creator (SMAC)."

There are six tabs on the top ("Home", "Support," etc...) and three are broken. The "Product" tab worked and took me to a completely different look-and-feel section selling other, SEO type products.

Again, all without documentation, examples, or demonstration videos.

Summary Grade - Not Ranked

I would avoid spending time evaluating this as a social networking automation tool. Had I not come across the name in, literally dozens of lists of social software tools, I would have moved on immediately and never bothered to bookmark it.

Jan 30
2008

Architecting SEO Tools For Success

Posted by admin admin in softwareSEO toolcapabilityarchitecture

admin

I'd like to get a bit geeky on everyone - not the chicken biting geeky, but the other kind - and talk about architecting SEO tools for successful deployment. I'm going to skip by discussions of PC/Mac UI, Ajax/Ruby, vi/EMACS, etc, etc. I want to talk about basic system architecture.

Service with a Smile

The most commonly deployed form of system architecture for SEO tools is server-centric.

Server based SEO

In this model you use a browser to make requests of some mysterious backoffice system that queries around the internet (in this example, Yahoo) and brings you back some results pretty on your screen.

Yawn.

As the service gets more popular it does what? Slows down.

But, here's the problem: as the service gets more popular, or does more stuff that gives you a competitive advantage, guess what happens? Exactly.

Server There is a Fly in my Soup

IP Banned Server SEO

Happens all the time. So people do crazy stuff like anonymizing their server, hopping IP's, etc, etc.

But all that stuff is a bandaid. Once you're server centric, popular, and whacking the smack out of some other guys site, well, banning is going to occur. Or they'll help you experience "serial temporary outages" - anything to get you to go away.

 

There is an Easier Way

You just have to do a little work and have the actual grunt work happen on the user's side.

Client XML Based SEO

In this instance what we're showing is a lightweight AJAX app running in the browser. The actual mysterious query happens on the client side, XML is sent back to the server, which grinds the data up, and then it sends it back for display.

What a Load of Trouble!

Not really. Let's say Yahoo dislikes Cartoon Man's use of this service and blocks him.

DHCP SEO Architecture

Our intrepid cartoon man just gets a new IP. And goes on his merry way.

But that is even less likely to happen because instead of one server hitting Yahoo a zillion times a day (think the last guy working there will notice?) you have a few thousand users hitting Yahoo a few times a day each.

The other thing uses will notice is that it is much faster for almost any service - after all the client PC is really sitting around not doing much, most of the time, ain't it?

Conclusion

There is fair amount of work required up-front to get an advanced SEO friendly architecture like this working but it pays benefits because it is simply more robust in the wild.

Jan 29
2008

10 Very Evil Things That Could Happen When You Use a Free Theme in your CMS

Posted by Don in softwareopen sourcecapabilityarchitecture

Don

Have you ever installed a theme or a component without reading and thoroughly understanding the source code of what you've just installed?

SEOmoz had a great article on Choosing the Right CMS Platform for Your Website and Dawud Miracle ran The Ultimate Resource For Free WordPress Themes . Both are great articles worth reading.

Everybody Loves Free Themes

What do these two seemingly unrelated articles have in common? They both implicitly guide readers towards using systems that are heavily dependent upon external themes. There's absolutely nothing wrong with that and I heartily support leveraging open source software where it makes sense. This blog runs on Joomla with several components and a commercial template from an outside vendor.

Themes and CMS

What is a theme within the framework of a content management system? A theme is just a mechanism for a content management system to separate the graphical user interface from the underlying code. Rather than trying to be all things to all people, the CMS developers have put hooks into the system that allows third parties to control what the user interface looks like without having to dive into the innards of the underlying system. It all works very well, and there are literally thousands of themes to choose from for just Word Press.

The Birds and Bees for Themes

So what's the catch? It's quite minor, but it could be disasterous if you don't know what you're doing. A theme is really just a collection of php files and the associate graphics and css files that allows the rendering of the page for the user. For instance, if you look at the directory structure of the default Wordpress theme you see something like:

404.php comments.php header.php page.php search.php archive.php comments-popup.php images rtl.css sidebar.php archives.php footer.php index.php screenshot.png single.php attachment.php functions.php links.php searchform.php style.css

All harmless enough. The different files implement "methods" for dealing with the different rendering events, so when it's time for the system to draw the footer of the page it just calls footer.php. Here's what the code looks like:

What?

That is the default theme from Wordpress - you get to give them a free link back to their site. Yes, it's linkware which is really a paid link and Google still counts it, but that's a different rant.

Leaving the Door Unlocked

But what else could a malicious person do? See the PHP statements? That tells the web server that it's no longer running HTML code and should now invoke the PHP processor to interpret this code. That php code can do all sorts of wonderful things. For a theme, it generally transfers something to the output stream that will end up on your web page. But there are literally thousands of functions available in PHP, and any code could be contained within a template. If someone had evil and very black hat intentions, they could:

Do These 10 Bad Things

1> Cloak your pages so that it looks normal to everyone except the search engine bots. They get shown a page of spammy links.

2> Implement an Ajax based function that sends any form data entered (for example, login and passwords from the comments) to an external web site.

3> Cloak your pages so that they look fine to you, but it someone enters the page on a search engine they get a different page with the evil template developer's adsense

4> Watch the IP addresses that view the pages (phone home) and make a good guess as to which addresses are probably the owner. Cloak the pages so that the site owner sees their own content, but everyone else see's the template developer's content.

5> Collect the email addresses of anyone who enters a comment and phone them home. In fact, in certain systems they could access the MySQL database and just query for all users and emails.

6> Change the ID's for ads and affiliate programs so that revenue flows to the theme producer and not the site owner.

7> Open a command window for pages served to certain IP addresses that allows the template developer to enter any PHP command (and thus any operating system command since PHP can shell out to the OS).

8> Send home the configuration data for the CMS, such as the administrator's user id and the "salt" for the password. If you don't know what the "salt" is, your takeaway should be that it's a lot easier to use brute force methods to decrypt someone's password if you know it.

9> Modify the robots.txt file so that search engines don't see any pages. Or do see the wrong pages. Or block the google-bot IP's and let ask.com through. Can you imagine the head-scratching to figure that out?

10> Ping the, er, ping services 1,000 times on each publish and comment so that you get banned.


Evil You

I was trying to come up with 10 because that's what you're supposed to do, and I thought it would be hard - it wasn't.

Don't think that I'm letting some super secret ideas out to the blackhat community. If they're good enough to do those things and evil enough to think of it, they've already figured it out.

Don't Panic!

Don't go screaming off into the night with fear that any Wordpress Theme you download is going to bite you. I personally have never seen a theme that did any of those things (with the exception of changing the Amazon Id -- I saw a plug-in that did that, but they were upfront about it in their documentation).

But I do read through the source code of any third party open source tool I'm going to install.

Do You?

Jan 28
2008

Ferrari Pricing - Tag and Ping Semi-Automated Social Networking

Posted by admin admin in social networksocial bookmarkSEO toolautomation

admin

The guys at Novsoft have a supercar price on their Tag Automater - it's $297 and $67/month for maintenance. Wow. Actually, no, I mean it: wow. I believe this is the most expensive tool I've found in the SEO world.

Overview

Tag Automater claims to support just 10 sites , which makes the price and the promise of "an Avalanche of Traffic" pretty dubious.

However, the software does support some handy functions:

  • Automated user/password creation
  • Timed submission of entries
  • Pr oxy support
  • Demo "Lite" version

Missing, unfortunately, are:

  • Error reporting
  • Workflow
  • Activity reporting
  • Support for RSS feeds
  • Documentation
  • Evidence of active maintenance or support
The site also has an unexceptional Privacy Policy and TOS.

Un-Cheesy Videos

Kudos to the Tag and Ping guys for providing almost 10 minutes of video showing how the system works and how to "add new scuttle sites." (I do have to note that the musical accompaniment was straight out of, er, an adult film. It was incongruous to say the least.)

Passenger Pigeons

At one point during the video the author shows how to "find scuttle sites for automated posting" and the google (circa 2006) query showed 2,520 sites. I re-ran the query today and found 279.

I don't believe the others are hiding - I believe they have been taken down because of people hosing identical URL's into them with tools like this.

Is this Evil?

I've written before that tools are just that, tools, and that the evil is in the intent. I think it is unfortunate that the video example shows how to take a single , rotate the tags, and shove it through a scuttle API every few seconds.

Demo Version Unworkable

The company offers a Demo version that works with one social networking site (Furl) and is otherwise full featured. Which is a refreshing change.

I was completely unable to make the demo version work. This may be because it is V0.1. Yes, zero point one. Yikes.

By "not work" I do not mean it didn't run, but that it just didn't run with the features and functionality as described in the marketing literature or as shown in the video examples.

Support

Unlike its competitors, Tag and Ping does have a support site. So I went spelunking around to see if I could find out why the demo version did not work. Of course, I didn't find any answers, but I did notice this:

Sales?

tag automater download count
Given that this software has been for sale for almost three years, it is not much of an install base. But most importantly I was dismayed at the "last updated" date of 2006 for the production and demo versions. (Remember, the Demo Version is V0.1!)

I hope that this is not accurate, or if it is, that somehow these people are still shelling our $67/month and getting updates. Because 14 months is a lifetime on the internet.

RSS Support

Probably because the software is quite old there is no support for RSS, so the user has to enter every article to "tag" one at a time. If you can imagine doing this for five blogs with two posts/day.....

And, of course, there is no workflow and there are no reports, so the lack of RSS is a real deal-killer.

Capability Grid

Tag and Ping Capability Grid

While the product is extremely actionable (it does one thing to 10 sites) and, in the video from 2006 at least, seemed to do it well it ends up in the dreaded first grid spot. The ROI from only 10 sites will be very low, given the cost, driving the product to the left, and the support and breadth issues drive it down the axis toward the origin.

Summary Grade: D-

The lack of site support, the apparent age of the product, the lack of workflow and absence of reporting all would have put this product, if reasonably priced, at a C in my book. But if you multiply all that by the astounding price, the grade goes down dramatically.

Jan 28
2008

Server Side Social Bookmark Automation - RSS Bookmarker

Posted by admin admin in social bookmarkSEO toolautomationarchitecture

admin

Running in the middle of the price pack, at $297, RSS Bookmarker has several distinguishing features:

  • Clear and present Privacy Policy and TOS
  • Clear return policy (30 Day MBG)
  • Promise of lifetime support
  • Reporting

Site Support

RSS Bookmarker claims to support 34 sites, which is near the bottom range compared to the direct-post URL products reviewed earlier. I should note that the video example shows only 5 sites in the dropdown.

All sites supported are bookmarking sites (delicio, etc) and not Digg (or Pligg) style sites.

Server Side ... Follies?

RSS Bookmarker PHP that runs on the server side. Obviously this leaves out 99% of potential users, a gutsy move for a $300 package competing against free offerings.

If the key feature you're looking for is server-side, cron-job drive, self extendable software, then this is the only package for you out of all the semi-automated tools under review.

Reporting

Thank you, thank you, thank you. As best I could tell from the video the error/success reporting is not exportable, but because the product is written in PHP, I am sure that there is a file out there with everything you need to manipulate it into shape.

Key Features Claimed

In order to make the automation "seem more natural" the dashboard allows you to schedule or randomize posts and keywords to the 34 claimed sites or to Super/Scuttle sites that you can find and add on your own.

Please note that any account that are create must be done outside the tool, manually, and the username/password entered.

The concept of a feed creating bookmarkable items is clearly laid out, in the video. This is a powerful automation tool concept, partially because it forces the user to organize and plan over a longer haul.

Capability Grid

The product looks to have around a dozen feature points, but they are all dead on target. And because of the ongoing automation feature, it is actionability overwhelms the simplicity, making it rank well into the upper right hand grid, well above the free competition.

Summary Grade - B

If you are looking for the following features:

  • Bookmark only, no Digg-style sites
  • Backend powered
  • Super/Scuttle focused

Then this is probably the beast for you. Special kudos for the best short video explanation of how something like this works.

Jan 28
2008

Semi-Automated Social Networking Tools Overview

Posted by admin admin in social networksocial bookmarkSEO toolautomation

admin

If you are willing to spend up to several hundred dollars you can (theoretically) get a fully featured product to help you take your content and place it on a number of social networking and bookmarking sites.

The tools that are under discussion are:

Invisible Men

Before I start discussing the functionality I should note that I sent several emails to each site's contact information asking some specific questions for this review. I did not get a single answer. I think that is a very very bad sign.

Common Features

These products, in contrast with the lighter weight productivity enhancers reviewed earlier (Post Toaster, SocialPoster, etc ) promise to:

  • Automate logins
  • Maintain historical activity tracking
  • Free support
  • Free updates
  • Privacy Policies and and T&C
  • Money back guarantees

Chicken, Who Me?

Even though all these products promise money back, I was, frankly, too chicken to buy and try to return them. Perhaps the ritualistic trips back to the mall after Christmass are still too vivid.

So let's take a high level view of the product claims and how realistic they seem. First out of the barrelis RSS Bookmarker .

Jan 27
2008

SEO Tool Capability Grid

Posted by admin admin in SEO toolcapability

admin

I have looked at more than 50 SEO tools in the last two days, trying to get my arms around the capability cloud that is available. And I have been deadly confused.

Not because I'm stupid (my children aren't teenagers, yet, so I am still smart at home) but because this stuff is all over the place and I can't place stuff in some simple categories.

Sophistication Requirement

No, really, it ranges from stuff you can understand in 30 seconds (ex: SEOmeter) to things that have me scratching my rapidly balding head after two days (ex: Google Landing Page Optimizer).

And while I am not an SEO guru, I've done a fair bit of this stuff and understand how all the pieces work. So if it is baffling me, what the heck is the guy running a $500K/year Yahoo!Store going to do with it?

Variable Actionability

Even better, some of the information you get is easily actionable (ex: Hubspot's Free SEO Report) and others are more purely theoretical or fall under the general rubric of strategy (ex: SEOMoz's Keyword Difficulty Tool).

If you need tactical stuff you can execute on, then it's a waste of your time to run reports that are going to give you answers that are purely strategic. The reverse is also true.

So, of the two examples above, the Hubspot report is very useful to a 'got up' situation where you are tweaking and improving an ongoing site. The SEOmoz tool is probably more useful when deciding what kind of site to put up.

I'd hasten to say that neither is either 'bad' or 'good' - they're just useful to different people at different points in the business cycle.

ROI Estimation

I'm not talking about ROI as in: run the tool and become John Chow, but I have been having trouble looking at these tools and figuring out if we took action on the results of the tool, would we get a return from our actions?

For example, the Hubsport report told us we had missing image tags and our domain was expiring rather closer than google liked. So we had someone fix the tags and got the cheapest-CFO-on-earth to buy us a four year extension on this domain. So our Hubspot grade went up.

Did we come up in the SERP's somewhere? Is our ad-supported side of the business going to get better ads? How would I tell? In other words, we spent an hour fixing image tags and buying domain stuff, so figure I spent $200 on the results of this report. Am I somehow gonna get $201 or more back?

Results

In the end I fell back on what I know: scotch. No, really, I did grab a drink and start drawing stuff all over my post-it flip charts. (My CFO hates those things - they cost a dollar a page and I use 'em up like Altoids!) And I decided that I needed to put my high-ticket consultant tag on and come up with a capability grid.

I am proposing to put "SEO ROI" and "Sophistication/Actionability" on the X/Y axis respectively.

I'll pull together some of the better known tools and start placing them on the grid over the next few days - let's see how this goes.

Jan 26
2008

Seven Reasons Writing Wikipedia Articles is Too Hard

Posted by admin admin in wikipediasocial networksocial bookmarkmistakesautomation

admin

I spent part of this morning writing a wikipedia article and it was way way too hard. Really it was:

1. Another Markup Language.

Yeah, baby, I want to learn something that combines the worst obscurity of Tex, HTML, and C++. Yah know, Jimbo , you could spend less time on the "I am important" circuit and get someone to write you a WYSWIG editor.

Oh, the irony of a nofollow link to you AND the fact that you have a reference to an editor you can't implement.

2. Style Guide From Hades

This is a family blog, so I can't say what I think about your style guide.

3. Writing Workflow Pain

Have you ever watched someone write an article from scratch? Bejebus, man, have pity. I write a new article once or twice a year and it is hard. It's not that I don't contribute to the wiki - mostly I correct silly mistakes in American History articles, which is easy enough.

I reckon new article creation on the wiki takes me 4x as much time as on this blog.

4. Save as Draft

Wordstar had this in 1987.

5. Terrible Examples

Your annotated example is 90% text about a freaking auto-train and maybe 10% annotation about formatting. Isn't that backwards?

6. Overlove of Thyself

Ok, it's keen and everything that you have that graphics dumping ground you call the commons, but forcing graphics into the wiki model, well, it doesn't work. Go look at Flickr. There is a site that works.

7. You're Walking Dead

I'm actually starting to mourn you before you're even dead. Yes, I know you still show up in the top two positions in Google SERPS for, well, everything great and small.

But you have to know that with Google's launch of Knols (and isn't that another ironic link?) you're like the 1900's Bud horse drover looking at a model A for the first time. Sure, we'll enjoy looking at you once in a while, but you'll be gone from the streets before too long.

[I was writing an article on Social Networking Automation Tools. Please feel free to contribute. While the Wiki is still around.]

Jan 25
2008

Bugzilla to Rule Them All

Posted by admin admin in softwareopen sourceautomation

admin

We practically run our company on bugzilla , and not because we are drowning in bugs, but because we misue it the same way so many people over extend Excel. We'd probably feel less sheepish if it was named "Listzilla" or something.

Here's what we use it for:

  • Bugs (natch)
  • Feature requests
  • System error reporting
  • Editorial calendar development
  • Collecting and grouping ideas for future products/projects
  • Workflow task collection
  • Customer Management

And probably a few more things that are just not coming to mind right now.

If someone asked me to name the top three or four pieces of open source software, bugzilla would certainly be right up there.

And, unlike switching from Windows to Linux, switching from an email based bug tracking systems (you email Wilma, she enters it into a spreadsheet) to bugzilla takes about five minutes. Installation is a breeze and it is lightweight enough to run on a teeny old laptop off in a corner somewhere.

System Error Reporting

One of the neat things you can do with bugzilla is to use one of the many plugins and have your other systems email/ping your bugzilla with a task when something goes awry.

For example, write a cron job that greps the "error" string out of your Apache logs and email it to bugzilla and assign it to your sysop.

Feature Request

It take two minutes to train someone to use bugzilla. When you're having a meeting have someone capture every "wouldn't it be neat it" idea and assign it to a project. You can discard stuff later, but this way you don't lose killer ideas.

Future Project Ideas

Sames as with features - why not collect all those things that come up in meetings and save them as future projects that can accumulate features until they're hatchable.

Editorial Calendar Development

Once again, you can catch the ideas as they flow.  Best of all, you can assign dates to each "bug" and assign them to specific users.   You can attach files to the items.   You can give external contractors logins and they can only see their assignments.

Customer Management

 If you do projects with customers then they will report bugs.  If you can train them to enter the bug, groovy.  If not, you can give them an email address to email their bugs into bugzilla.  When the bug is fixed you can setup bugzilla to email the customer that their stuff has been fixed.   You can also generate simple lists of open and closed issues so that you can more easily manage your weekly status calls.  (You do do that don't you?)

Best of All 

This is all free.   And easy to use.  How much stuff out there makes you look good,  is easy to use, and is free.  Hooah, Bugzilla!

<< Start < Prev 1 2 3 4 5 Next > End >>