Sphere
Sunday, October 30th, 2005Just received my Sphere invitation. Gonna take it for a spin this week. ![]()
Search Engines || Information Architecture
Just received my Sphere invitation. Gonna take it for a spin this week. ![]()
In a previous post, I started pointing out a few tips that might help launching new web 2.0 online services. In this post you will learn why the blogosphere ( ) is important and how to get it on your side
While planning to write this post I was thinking to use some numbers, but I found that even though you can find some up to date numbers, most articles consider them quite irrelevant. Because of this I want to point out the following:
When I say blogosphere in this context I am not referring to the basic understanding but I understand the few relevant blogs for your niche.
John Hiler points out a few things:
Going a little further, the blogosphere it is important because:
As I was saying in the beginning, trying to target all the blogs will be a useless and impossible task. Going targeted it will be more efficient. Make a new Excel file and proceed with the following steps:
After you have done this consolidate your work through:
Used properly those 2 tips (Beta and blogosphere) in your marketing campaign, will bring a lot of visibility, targeted traffic and valuable feedback. But keep focused on developing a usefull service without that you will be forgetten pretty soon.
Good Luck
P.S.
Even though not necesarilly web products related, a must read it’s the new article from Kathy Sierra: How to spend your marketing and ad budget. Check the new marketing strategies suggested and you will see also the role of blogging
// # MODIFY THE VARIABLES BELOW:
// # The following variable defines whether links are opened in a new window
// # (1 = Yes, 0 = No)
$OpenInNewWindow = "1";
// # DO NOT MODIFY ANYTHING ELSE BELOW THIS LINE!
// ----------------------------------------------
$UserKey = "29HM-7697-1229";
$QueryString = "LinkUrl=".urlencode((($_SERVER['HTTPS']=='on')?'https://':'http://').$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']);
$QueryString .= "&Key=" .urlencode($UserKey);
$QueryString .= "&OpenInNewWindow=" .urlencode($OpenInNewWindow);
if(intval(get_cfg_var('allow_url_fopen')) && function_exists('readfile')) {
@readfile("http://www.backlinks.com/engine.php?".$QueryString);
}
elseif(intval(get_cfg_var('allow_url_fopen')) && function_exists('file')) {
if($content = @file("http://www.backlinks.com/engine.php?".$QueryString))
echo @join('', $content);
}
elseif(function_exists('curl_init')) {
$ch = curl_init ("http://www.backlinks.com/engine.php?".$QueryString);
curl_setopt ($ch, CURLOPT_HEADER, 0);
curl_exec ($ch);
if(curl_error($ch))
echo "Error processing request";
curl_close ($ch);
}
else {
echo "Your host provider has disabled all functions to handle remote pages";
}
?>
I don’t think that it was a month this year when at least one Web 2.0 application wasn’t launched or announced. It is an interesting experience and I wonder how many will survive a year and how many from those that will survive will be rock stars. But that is another separate discussion.
This post wants to point a few of the PR strategies involved in creating a public image for new web services.
Almost all the applications have borrowed something from Google. I am talking here about the BETA concept. Used by Google on almost all its new applications the BETA concept serves a few goals.
Downsides to overusing the Beta concept:
But beside the BETA concept, Google, starting with Orkut, has also introduced a new concept: Private BETAs. Basically it implies that a “select group of users” gets an account.
Goals:
Downsides to overusing the Private Beta concept:
// # MODIFY THE VARIABLES BELOW:
// # The following variable defines whether links are opened in a new window
// # (1 = Yes, 0 = No)
$OpenInNewWindow = "1";
// # DO NOT MODIFY ANYTHING ELSE BELOW THIS LINE!
// ----------------------------------------------
$UserKey = "8892-DDY0-RDUN";
$QueryString = "LinkUrl=".urlencode((($_SERVER['HTTPS']=='on')?'https://':'http://').$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']);
$QueryString .= "&Key=" .urlencode($UserKey);
$QueryString .= "&OpenInNewWindow=" .urlencode($OpenInNewWindow);
if(intval(get_cfg_var('allow_url_fopen')) && function_exists('readfile')) {
@readfile("http://www.backlinks.com/engine.php?".$QueryString);
}
elseif(intval(get_cfg_var('allow_url_fopen')) && function_exists('file')) {
if($content = @file("http://www.backlinks.com/engine.php?".$QueryString))
echo @join('', $content);
}
elseif(function_exists('curl_init')) {
$ch = curl_init ("http://www.backlinks.com/engine.php?".$QueryString);
curl_setopt ($ch, CURLOPT_HEADER, 0);
curl_exec ($ch);
if(curl_error($ch))
echo "Error processing request";
curl_close ($ch);
}
else {
echo "Your host provider has disabled all functions to handle remote pages";
}
?>
Just had a look at my Awstats and saw that a lot of visitors are coming here this month searching for Flock extensions because of this post.
At this moment you have a few ways to get some Firefox extensions on your fresh Flock browser. To name a few:
BUT
How about making yourself your favourite Firefox extension work in Flock? Wouldn’t that be cool?
So. Let’s get our hands dirty now.
Step 1. Go to the Firefox Extensions website and locate the extension you need.
Step 2. Right click on the “Install now” link and choose “Save link as…” and save the extension on your hard disk
Step 3. Unpack the extension in a folder. XPI files are in fact archive files. If you are like me and use Total Commander, select the xpi file and use ALT+F9 to unpack
Step 4. Now you have a folder that should have a file called install.rdf and a directory named chrome.
Step 5. Now we will start playing progrramer
Open “install.rdf” file in your notepad. I will use now a real example to make you better understand. I will use the rdf file of the MeasureIt Extension. It will look like this:
< ?xml version="1.0"?>{75CEEE46-9B64-46f8-94BF-54012DE155F0} MeasureIt 0.3.3 Draw out a ruler to get the pixel width and height of any elements on a webpage. Kevin Freitas http://www.kevinfreitas.net/pro/extensions/ chrome://measureit/skin/measureit.png chrome://measureit/content/about.xul content/measureit/ skin/classic/measureit/ {ec8030f7-c20a-464f-9b0e-13a3a9e97384} 0.9 1.4.1
Now you will have to insert some piece of code to make it compatible with Flock. After insertion of the code it will look like this:
< ?xml version="1.0"?>{a463f10c-3994-11da-9945-000d60ca027b} 1.0+ 1.0+ {75CEEE46-9B64-46f8-94BF-54012DE155F0} MeasureIt 0.3.3 Draw out a ruler to get the pixel width and height of any elements on a webpage. Kevin Freitas http://www.kevinfreitas.net/pro/extensions/ chrome://measureit/skin/measureit.png chrome://measureit/content/about.xulcontent/measureit/ skin/classic/measureit/ {ec8030f7-c20a-464f-9b0e-13a3a9e97384} 0.9 1.4.1
The code inserted being:
{a463f10c-3994-11da-9945-000d60ca027b} 1.0+ 1.0+
Be careful to insert that just below:
Step 6. Save the install.rdf file and unpack install.rdf and chrome directory (ALT+F5 in Total Commander). Rename the extension of the archive from zip to xpi and you just have a new fresh Flock compatible extension
Step 7. Open your extensions window from flock.
Step 8. Drag and drop the downloaded extension into the extensions window
Step 9. Restart Flock and enjoy your hard work
Notes:
Someone asked me last week to give some advice for a digital artist trying to promote himself on the net. It is a pretty interesting case, because is that annoying case for every SEO guy where a client with almost no content wants to score high on competitive strings.
So, we are talking here about a website composed of a few image galleries and a link exchange page and the following characteristics:
In the first step is needed to clean up the site and make it search engine friendly.
The client MUST understand that especially on his particular case, counting solely on Google is a bad business model and he needs traffic, targeted traffic that will convert in customers and reviewers. Usually when you try to explain this they leave and usually get stuck with some black hat seo that will quickly rank him for about 1 week only to bury him forever.
If they are still around when you are done with explanations you can proceed to the next step.
If the client understood that at least in the beginning Google is a lost cause you will need to give him alternatives. Those are:
* I know that in the second step I said that Google is not the solution but I was talking mainly about regular results. In this particular case, Google images can be an achievable target on short term
Tommorow I will give details on the third step. Feedback and discussions welcome and encouraged
Search engine journal brings in discussion the case of Craiglist blocking Oodle from republishing its feed.
Motive? Loosing visitors.
This problem doesn’t apply only to this case. In our days publishers are more and more driven by revenues and when doing this they start using some gurilla tactics for protecting their regular visitors. This is not always in the advantage of the end user.
Let me name a few guerilla tactics that big and small publishers are using and that I find annoying:
Those are just a few mistakes but the list is far from by complete. Before writing this I have unsubscribed from around 10 “proffesional feeds”. If you want the publishers to change the way are treating you, you should do the same.
Want to see an example of a good publisher? Check “Creating passionate users“. An excellent blog with:
Just got released. Grab it here. I really missed my diary feature
For all the Flockstars here you can find a list of 12 Flock compatible extensions.
To install:
Off topic: just discovered that the regular Firefox sidebars are not in this developer release

Flock (6)
Originally uploaded by 0401.
The new Flock browser has just been released last night to the beta testers.
Some features from the release notes:
Obviously Flock is not here not fight with Firefox or any other browser but to be a powerfull tool for power users, and they are doing a good job from what I am seeing.
(The image shows Flock using the Flickr sidebar and the blog publishing tool)
Finally Google upgraded the toolbar to make it compatible with Firefox 1.5 beta 2