Recently in MovableType Category

Movable Type 4.0+ has several plugins that utilize Movable Type's extensible Open ID Login framework to give a customized login experience for AOL/AIM, Yahoo, Movable Type, WordPress, LiveJournal, or Vox users on Movable Type blogs. The logon requirements for AOL/AIM, Yahoo, Movable Type, WordPress, LiveJournal, and Vox all support OpenID which makes this possible.

On any blog entry you'll see the following text near the Comments form:

Sign in to comment using AOL/AIM, Yahoo, Movable Type, WordPress, LiveJournal, OpenID, or Vox. Or comment anonymously.
Once you click Sign In you'll see this cool new sign-in screen with multiple Open ID providers.
movable type sign in screen open id

If I click on Yahoo! for instance, you'll see this screen:
movable type sign in screen yahoo open id

Some of these plugins do have further requirements to get it to work.

The Yahoo! plugin requirements:
  • Movable Type 4.2
  • Crypt::SSLeay Perl Module
The AOL/AIM plugn requirements:
  • Movable Type version 4.0 or above.
  • Digest::SHA1 Perl module. Run mt-check.cgi for information on how to obtain it.
The others probably use the same components.

sample MyBlogLog Readers widgetAdditionally, there is a flaw in the onload javascript command with Internet Explorer 7 (IE7) when used with MyBlogLog, a cool javascript-based widget that shows your recent readers/visitors to your blog, lets you view web stats, and with the right plugin you can get avatars in your comments.

Whenever I have the MyBlogLog widget enabled, it conflicts with Movable Type's " body onload" command. i.e. my blog has this in the HTML code:
<body id="mt-blog" class="mt-entry-archive layout-wtt" onload="mtEntryOnLoad()">

For some reason MyBlogLog overrides or conflicts with Movable Type's onload command. Technically, it's an Internet Explorer 7 bug and not MyBlogLog's fault. Still, MyBlogLog is used on a lot of Movable Type blogs and they should offer an alternative method. I should point out that FireFox and Opera can see the "Sign in" message just fine. So it's only IE7. I think IE6 and earlier work but haven't tested it.

In theory I can change Movable Type's default mt.js javascript file to use an alternate event, but I really would rather not mess with the MT 4.2 default templates too much. Opens up a whole can of worms. So I've disabled MyBlogLog until I can figure out how to fix the problem.

Well, enjoy the new login features. I haven't tested all of them yet (WordPress & Yahoo in particular) so feel free to post a comment to test this.

And if you're also running MT4 and are interested in enabling comments from AOL/AIM, Yahoo, Movable Type, WordPress, LiveJournal, OpenID, or Vox users, go download the following MT 4 plugins:

Upgraded to Movable Type 4.2

| 2 Comments
Well, after several weeks of planning, I finally upgraded our blog server to Movable Type 4.2, Six Apart's latest and greatest MT blogging platform. Technically, it's Movable Type 4.2RC1 (release candidate 1) and still considered a beta, but close enough, I say. I was tired of waiting for MT 4.2 to launch. TMC was using MT 3.33 for the longest time and I really wanted many of the MT 4.0+ features including custom fields, asset management, performance improvements, and some better CMS management.

Everything in the upgrade went fairly smoothly. The biggest help were several MT-Hacks.com plugins developed by MT guru Mark Carey. My favorite of which is TemplateInheritance, a plugin that lets me configure one "master blog" with customized templates and then have all the other templates inherit their templates from this master blog. You can remove inheritance for specific templates, such as a blog roll template that each blogger wants to customize. Overall, this plugin saved me a ton of time. If you use Movable Type for multiple blogs, go buy this plugin and tell Mark I sent you his way.wink

Other useful plugins I installed include:
Pagination
TemplateExporter
TemplateInstaller
FastSearch
CacheBlock
VisitorStats
Media Manager
MT-Notifier

And a few other miscellaneous plugins. I'm going over to the Movable Type plugin repository now to check out some other cool plugins. I'm debating installing the FCKEditor plugin, which I did try in my pre-production tests. It works great, but the upload function replaces the built-in MT 4.2 asset management.sad Maybe if I can hack the FCKEditor plugin to work with the asset management tool I'll install it.

Of course, the bloggers are used to FCKEditor on MT 3.33, so they're used to the feature-richness of this rich text editor, including smiley faces, spell check, and tons of customizable buttons. So if the bloggers revolt against the built-in MT 4.2 rich text editor I may have to install it.

Well, some odds and ends to clean up on the blogs, but let me know how you like it. Also, you'll noticed I added a widget that displays recent blog entries from "Around TMCnet Blogs". Hope you like the new look!

Zemanta on Movable Type

| 0 Comments
Zemanta notified me to tell me that Zemanta's Firefox plugin now works with Movable Type. Woohoo! They said, "Just wanted to drop a quick note that we released a new version of Zemanta today that adds support for MT 4.1. Only through extension for now, but plugin will follow in a few weeks." I was a little peeved that their initial launch included Wordpress and not MT so I actually posted a thread to their forums asking when Zemanta would be available for Movable Type. They promised me support for MT was coming and indeed it has!

What Zemanta does is simply monitor the text in your blog draft and then go out on the web (connecting to Zemanta's web servers) to find relevant/related images, articles, and tags. I guess you could call Zemanta a blogger's "cheat sheet" for quickly finding relevant articles, images and tags. Until now, Zemanta only worked on Wordpress.com, Blogger.com, Typepad.com, and self-hosted Wordpresses from version 2.0 onwards. But as of today, Movable Type 4.1+ is supported. Speaking of Movable Type, the latest version of Movable Type v4.15 was expected to be released 2 days ago (May 19th), but was delayed until May 28th. Bummer. Can't wait to upgrade, since MT 4.15 has some cool new features and performance enhancements. But I digress...

Below is a screenshot of me testing it on Movable Type 4.1 while pretending to blog about Michael Jordan. Click for full-image where you will see the Zemanta Firefox plugin seamlessly integrating into the Movable Type interface. From the Gallery I was able to hover my mouse over an image to see a description, copyright info, source, etc. and then simply click on the image to have it inserted into my blog post. Same thing with related articles and related tags. As to whether I'll actually use Zemanta on a regular basis remains to be seen. I prefer uploading my own images to the blog server rather than "hot linking" to outside images. But I'm going to try it for awhile and see how it goes.

Zemanta Movable Type

Movable Type 4.15 beta 2

| 0 Comments
I've been testing Movable Type 4.15 beta1 for a few weeks now with plans to migrate from Movable Type 3.33 to 4.15 when the product finally launches. According to the Movable Type roadmap wiki, the final non-beta version will launch in 6 days. Well, technically it says "Target Release Date: May 19ish" so they're leaving some wiggle room. Regardless, I'm pretty excited about the pending launch. There are essentially three version of Movable Type as so eloquently explained by master Movable Type plugin developer Mark Carey from MT-Hacks.com.

In general, all MT versions include the same identical core, MTOS (Movable Type Open Source) . "Packs" are effectively plugins that add-on to the core. So we have:

1) MTOS = MTOS (Movable Type Open Source)
2) "Commercial" = MTOS + Professional Pack (Custom Fields, etc.)
3) "Enterprise" = MTOS + Pro Pack + Enterprise Pack

I was testing MT Commercial 4.15 Beta1 which allows me to add custom fields. I found several bugs in beta1, including a couple that required me to hand edit some Perl code to get MT4.15beta1 to successfully upgrade my MT3.33 database. Unlike the MTOS "nightlies", which have regular updates, the Commercial version has been stuck on beta1 for quite some time. However, I just happened to be viewing the Movable Type website's file directories and looking at the MTOS nightlies when I decided to click "Parent Directory" to go up one level. I then clicked on the betas directory and saw a listing of all the available betas. Then I saw a file called MT-4.15b2-en.zip that was obviously the beta2 version I had been waiting for!

Looks like they have an English and Japanese version available, as seen here with both beta1 and beta2 files listed:

MT-4.15b1-en.tar.gz         24-Apr-2008 10:29 4.3M
MT-4.15b1-en.zip             24-Apr-2008 10:30 5.3M
MT-4.15b1-ja.tar.gz         24-Apr-2008 10:31 4.0M
MT-4.15b1-ja.zip              24-Apr-2008 10:32 5.0M
MT-4.15b2-en.tar.gz      12-May-2008 21:12 4.4M
MT-4.15b2-en.zip           12-May-2008 21:13 5.4M

MT-4.15b2-ja.tar.gz         12-May-2008 21:14 4.0M
MT-4.15b2-ja.zip             12-May-2008 21:14 5.0M


I didn't see any news about MT 4.15beta2 launching. So I googled it and still didn't see much. I checked Movable Type's wiki and blog and no announcement there either. According to the filename dates above, they did just upload them yesterday, so perhaps they haven't gotten around to announcing it. Of course, it looks like they're launching the final code in 6 days anyway.

Actually, they do list the download link to Beta 2 here, but this page mentions all the betas and doesn't point to this as being 'big' news. Usually MT will make an announcement somewhere. Anyway, the page says, "Professional Pack Betas: Beta 2 - corresponds to MTOS beta 5b". So it looks like Beta 2 finally has "parity" with MTOS beta 5b, which has been ahead of the commercial version for some time. It does indeed appear that Six Apart is close to launching the final code since the code bases are so close now.

Well, migrating to MT4.15 should be fun and with some cool new features.

Movable Type Outage

| 1 Comment
So I get Six Apart's Movable Type newsletter which talks about how they want the Movable Type community to help make Movable Type faster. After all, Movable Type is open source now, so what better opportunity than to ask the community for help making Movable Type faster, right? Interested, I decide to click through and lo & behold their Movabletype.org website is down. Oh, the irony! No doubt Wordpress fans will seize upon this shortly to add to the Movable Type vs. Wordpress war.

Below is a snippet from the newsletter, which is interesting for MT fans, including myself. I'm just hoping the outage doesn't last long since I'd like to grab a copy of the code to try out.

MT: Faster and More Fiery!

Okay, so we're not setting Movable Type on fire. But the important news is, the Movable Type team is on fire, working to soup up your site with a bunch of new powers from performance enhancements to some exclusive new location-based features. Here's a peek at what's on tap, as well as a chance to show your support for MT.


FASTER!

We’re always on the lookout for ways to make the Movable Type platform better. And first among those improvements is pure performance. From publishing pages to leaving comments to managing your blog, there's no part of working with MT that wouldn't be better if it were a little more zippy.

So we've got the entire MT team -- all over the world -- focused 100% on making MT faster. And, even if you're not a coder, you can help out in the effort -- we've made an experimental version of MT that's got a performance monitoring system, the equivalent of hooking an athlete up to a bunch of medical sensors. The anonymous data that this custom version of Movable Type collects can be sent back to the team, so they can see exactly where improvements need to be made.

Want to find out how to get the code, how to share your data with the team, and what else we're doing about making MT zippy? Check out our post on the Movable Type Community blog.


A Movable Type Exclusive: Yahoo! Fire Eagle

From his first days working on Movable Type 1.0, our co-founder and CTO Ben Trott has always been interested in connecting the platform to cool web services, especially ones having to do with location. (Or, as geeks call it, geodata.)

So naturally, when our friends at Yahoo! launched their new service called Fire Eagle, which is all about connecting together applications that can use or provide location data, we knew exactly what Ben would be hacking on. As a result, Movable Type is the first and only blogging platform in the world to have an advanced plugin for connecting your blog to this exciting new service, provided directly from the person who first coded on the platform itself.

Best of all, this innovative new capability connects to the last exciting new feature we released for the platform, Movable Type's Action Streams. Action Streams collect all of your activities from the different web services you use around the web, and let you publish them easily on your site under your full control. And now every time your Fire Eagle location changes, you can share it with whomever you choose using the power of Action Streams.

To find out more about the Fire Eagle plugin for Movable Type, you can read about it from Ben Trott himself, get started by grabbing the free plugin for your Movable Type install, and make it even more powerful by combining it with the free Action Streams plugin. We can't wait to see what the creative minds in the Movable Type community do with all of these new capabilities.

Email Subscribe to Blog posts

| 0 Comments
I've had the ability to offer email subscriptions to my blog posts for a few years now. I took it out of my blog templates since I figured most people use RSS these days. However, I've come to the conclusion that some not everyone is a fan of RSS, and do visit my site directly. And so, I have added the email subscribe capability back in. If you want to sign-up, just add your email address in the top right-hand corner. It's a double-opt in, so you will get an email asking you to confirm.

Kudos to the MT-Notifier plugin which adds this capability! I can also enable subscriptions to categories, but I don't want to get crazy.

Now when I create a new post you'll be instantly notified.

Enjoy!

Movable Type goes 100% Open Source

| 0 Comments
Wow, just read that Movable Type has gone 100% open source. This from Anil Dash:

As of today, and forever forward, Movable Type is open source. This means you can freely modify, redistribute, and use Movable Type for any purpose you choose. Just want the details and downloads? Skip to the bottom. But you might like the story of how we got here. As of today, and forever forward, Movable Type is open source. This means you can freely modify, redistribute, and use Movable Type for any purpose you choose.

Just want the details and downloads? Skip to the bottom. But you might like the story of how we got here
.

Guess the competition from WordPress which surpassed Six Apart in blog usage, has helped push Six Apart in the open source direction. Question is it too little too late? Has the Wordpress open source community become too entrenched? Hard to say, but I think open source advocates will give Movable Type a 2nd look. As a Movable Type blogger myself, I think this move will only help Movable Type in the future.

Tech Bubble 2.0 video

| 2 Comments
This is the funniest video I've seen in a long time. It talks about hitting the big time (aka making billions) by starting a technology website, blogging website, etc. The video is played with a parody of Billy Joel's "We didn't Start the Fire" playing in the background. Facebook, TechCrunch, flickr, and YouTube are some of the companies parodied.

Excerpts:
- Find yourself an engineer, feed him pizza, buy him beer... give him just a fraction of a fraction of the pie.
- Need a good domain, must be cheap, can't be lame.
- blog in the locker room, babies blogging in the womb..
Tech Bubble 2.0

Play video:

VoIP Blogger Steals TMC Articles

| 16 Comments
Normally, I wouldn't spend my time complaining about someone plagiarizing my blog or any of TMC's other blogs. I've written about sploggers in the past, that take word-for-word the exact copy of your blog posts. But, I figured if I just ignore them, they'll go away or be a nuisance at worst. Wishful thinking, I know - but what can you do? But this is something different...

Today, I learned about a particular splogger (solokay @ Solomon's VoIP World) that didn't copy one of TMC's blog articles word-for-word. He instead took the entire article, reworded the article slightly - sometimes using synonyms and then posted the article as his own. In this particular case, he stole Rich Tehrani's post about SprintSecure. This isn't your every-day splogger or even legitimate online news aggregator. Sometime sploggers will at least give credit to the original source and include a link to the original site. This guy is CLAIMING the work to be his own and obviously with no link to the source (Rich).

The really funny part is how his post follows the EXACT same order as the original. So you can compare paragraph 1 against paragraph 1 and see that they follow the exact same thought process with nearly identical word choices. Here, let me show you. I'll even color code the parts that are identical or nearly identical. (I won't do them all since you'll go blind with all the colored text)

Also, apparently they both had meetings with Alcatel-Lucent. Wow, what a coincidence. I can certainly see TMC's bloggers and journalists meeting with Alcatel-Lucent - they've been to our offices and we've been to theirs. Solomon VoIP World an online VoIP blogger? Not so much...

Rich: (article link - blog.tmcnet.com/blog/rich-tehrani/security/sprintsecure-laptop-guardian.html)
In a recent meeting with executives from Alcatel-Lucent and Sprint, I was shown a technology developed by the former and sold by the latter which makes laptops more secure in a number of ways.

Scammer: (article link - http://solokay.blogspot.com/2007/11/sprintsecure-laptop-security.html)
Not too long ago, I had a meeting with some executives from Alcatel-Lucent and Sprint. During the course of the meeting, they showed me a technology that makes laptops more secure in so many ways.

Rich:
In brief, the companies have developed a broadband wireless data card named the SprintSecure Laptop Guardian which contains a battery, computer, GPS transceiver, VPN, firewall, and more. This card connects with a management console which is housed in the enterprise.

I love how he replaced "In brief" with "To cut the whole story short, what am trying to say", when Rich's original short 2 words would have sufficed!

Scammer:
To cut the whole story short
, what am trying to say is that the two companies have developed a broadband wireless data card. It is called the SprintSecure Laptop Guardian. It contains a battery, computer, GPS transceiver, VPN, firewall and even much more. The card is connected to a management console housed in the enterprise.

ok, enough color coding.. See the similarities for yourself...

Rich:
Once the card and accompanying software are installed on the laptop, all IP traffic is hijacked and all traffic is subsequently routed to the enterprise VPN. This by the way means all IP traffic whether it is wireless LAN or Ethernet traffic. As you might have guessed, remove the card and the laptop fails to function.

Scammer:
The moment the card and its software are installed on the laptop, all IP traffic i.e. wireless LAN or Ethernet traffic is hijacked. It is later routed to the enterprise VPN. Once you put away the card, the laptop will stop functioning.

Rich:
So now let’s say the laptop is stolen or lost. All you do is call your network admin and tell them. At this point the admin goes to the console and puts in the password and selects the laptop in question. The location of the laptop is then shown on a map using GPS or AFLT (Advanced Forward Link Trilateration which is triangulation based on cell phone towers).

Scammer:
This means that if your laptop is ever lost or stolen, you can call your network admin and tell them about it. All the network admin needs to do is to go to the console, which is housed in the enterprise and then type in the password to choose the required laptop. A map will now show you the location of the laptop with the help of GPS or AFLT (Advanced Forward Link Trilateration i.e. triangulation based on cell phone towers). You don't need to worry about security because the admin console is logged to reduce unauthorised use.

Rich:
Your next question is whether the card works when it is not in the laptop. The answer is absolutely. The battery in the card is about the same size as what you might find in smart phone and subsequently powers the card for about 100 hours.

Scammer:
Does the card work when it is not in the laptop? Off course, it does. The card also has a battery which is almost the same size as the one you might see in a smart phone. It can actually power the card for roughly 100 hours.

Rich:
Patch management. If your company took weeks or months to roll out patches to your employees, imagine you can now have the patches download overnight and be installed when the laptop turns on. How you may ask? Well simple – the card has a great deal of memory on it and is expandable meaning it helps make the job up upgrading laptops much easier.

Scammer:
Another solution with this technology is in Patch management. If initially it took a company weeks or even months to roll out patches to its employees, downloading it now can be done immediately and even installed once the laptop is powered on. It works this way, since the card has a lot of memory on it and is expandable; it makes the job of upgrading laptops much easier.

Rich:
The card can even do backups through a relationship with EMC. As you might imagine if the card can backup it can also restore making it that much more useful. This also means the card can facilitate a backup just before it wipes the data clean so nothing is lost.

Scammer:
You can even use the card to do backups through a relationship with EMC. With this feature i.e. as a backup, it means it can also be used for restoration, which makes it much more useful. With the backup feature, the card can facilitate a backup just before it wipes the data clean so that nothing will be lost.

Rich: This is the funniest part - even Rich's glowing remarks summarizing his opinion was copied...
My feeling on the solution? It is fantastic. It is a tremendous differentiator for Sprint and Alcatel-Lucent has done a marvelous job of making a wireless solution that is much more useful than the competition. One day soon other service providers will have this sort of capability as well but until then you will need to purchase Sprint’s wireless data service to get access to what I consider to be perhaps the world’s best integrated wireless/security solution for laptops.

Scammer:
You want to know what I think about this new discovery, it is wonderful. It is indeed a tremendous differentiator for Sprint. Alcatel-Lucent has also done a wonderful job of making a wireless solution which is more useful than the competition. I know that a time is coming when other service providers will be able to do the same thing too. But before this happens you have to get Sprint's wireless data service. This is so you can use what I believe is almost the world's best integrated wireless or security solution for laptops.

[end comparison]

Ok, so maybe solokay got a little carried away copying TMC's article -- even if it was a half-assed attempt at hiding the fact he was stealing the content. Surely, we can forgive him right? After all, it wasn't my hard work - it was my boss's. Oh wait, upon further review the SOB also stole some of my articles!

Check out this comparison - nearly identical titles to start with:
My article: uPhoneBlog enables Email to Blog Posts
Scammer: Email to Blog Posts enabled, thanks to uPhoneBlog
(link is here: http://solokay.blogspot.com/2007/10/email-to-blog-posts-enabled-thanks-to.html)

Me:
uPhoneBlog (www.uphoneblog.com) is a free project that allow users send photos and videos from their mobile phones to any blog or website in real time. It works with all cell phones and providers simply by using MMS (multimedia message service) to email a uPhoneBlog email account. Apparently you can even submit stories to Digg using email. Works on many websites and blogs including MySpace, Blogger, Xanga, Twitter, Piczo, DiggDel.icio.us, Blinklist, Furl, Y!MyWeb, Simpy, Google.

Scammer:
At last, a free project that will enable people send photos and videos from their cell phones to any blog or website in real time has been launched. The name of this project is uPhoneBlog. You can easily check it under the website www.uphoneblog.com
Service Providers and cell phones can easily use this service. All that is required is just to use MMS that is, multimedia message service, to email an uPhoneBlog email account. From all indications, one can also submit stories to Digg through email. It is applicable to many websites and blogs such as, MySpace, Blogger, Xanga, Twitter, Piczo, DiggDel.icio.us, Blinklist, Furl, Y!MyWeb, Simpy and Google.

Me:
It appears this service hosts the multimedia content themselves and then provides an easy method of authenticating onto your own blog to create a new post containing the HTML code to point to this newly uploaded content. They appear to be using the Gigya widgets for performing this authentication task.

Scammer:
From what I can see, it looks like uPhoneBlog hosts the multimedia content themselves and then provides an easy method one can use to authenticate into one's blog so as to create a new post that contains the HTML code. This code can now point to the newly uploaded content. It also looks like they use Gigya widgets for carrying out the authentication task.

Now it gets hilarious. I almost fell off my chair when I read this part of his post. Apparently both the scammer and I had a Vulcan mind-meld and developed the identical Perl script for posting blogs via email. Gee, that's funny, I didn't think his hoster (blogspot.com) lets you run Perl scripts.  Not to mention BlogSpot isn't a MovableType blogging platform! Bastard even made my same YouTube analogy.

Me:
I still like my Perl script that I developed that allows me to have email-to-blog functionality on my Movable Type blog. It leverages XMLRPC to post the article content and the script can even upload email attachments (videos, pictures, etc.) directly to my own web server so I host all of my own content. uPhoneBlog seems like a YouTube clone but with some easy email-to-blog posting capabilities. I don't see why YouTube couldn't easily add this functionality themselves, which would make uPhoneBlog redundant. But if you can't wait, uPhoneBlog offers you that functionality today.

Scammer:
With all the features in uPhoneBlog, I still prefer the Perl script, I developed. This one allows me to have email-to-blog functionality on my Movable Type blog. It can influence XMLRPC to post the article content. With it, the script can also email attachments like videos, pictures and so on, straight to my web server so I can host all of my own personal content.
uPhoneBlog looks almost like a YouTube clone but with a little easy email-to-blog posting capabilities. Why YouTube doesn't want to add the functions in their own service is what I don't understand. Adding it will actually make uPhoneBlog unnecessary. Anyway, you don't have to wait for them anymore because uPhoneBlog now gives you all that you need.

[end comparison]

I also had a scoop about AOL Call Out before its official launch, and yep, you guess it, that was copied too - only slightly reworded. I have a few other examples of him copying TMC blog posts, but I think I made my point.

Solomon's VoIP World certainly seem to make itself out to be a legitimate VoIP blogger. He's even included in an email discussions between heavy-weight VoIP bloggers that include myself, Om Malik, Andy Abramson, Skype Journal, Mark Evan, Jon Arnold, and more. Looking at his site now there is content there that is mostly regurgitated press releases along with Adsense ads, Chitika ads, and buttload of other ads. I don't visit the site, so perhaps he does post an occasional good, insightful article. But you lose all credibility with me once you start trying to cheat other bloggers.

Oh, I just remembered that solokay (real name Solomon Ige) emailed me last year and asked me for a link.

Dear Tom,
I am a regular reader of your blog, other blogs in the TMC network and i am subscriber to Internet telephony maganize. I must say that you guys are doing a great job.Your blog is one of the best blogs on voip technology. I am a voip blogger myself and your blog was really an inspiration to me at the begining. Thanks for the great blog and keep up the good work.

My name is solomon ige, i am presently studying towards my PhD in electrical engineering at university of siegen, germany. Somewhere along the line i fell in love with voip technology and i started to improve my knowlegde about this amazing technology. By june last year i started my blog solomon's voip world at www.solokay.blogspot.com . Despite the fact that my phd studies is really taking much of my time i still manage to find the time to blog about voip because of my interest in it. The blog has grown considerably now with links from jajah, skype blog, voip watch etc.

I have a link to your blog on my blog (Left sidebar und blogroll and i would be grateful and honoured if you can reciprocate by linking to me too so that our readers can be exposed to more quality content. If you agree to link to me, you can use the details below:

Ancor text: VoIP World
URL: http://www.solokay.blogspot.com

He asked for a link and I was kind enough to give him one on my blogroll, which as you may notice has a Google Pagerank of 7. In fact, it's still there listed as "VoIP World". Way to stab your blogroll friends in the back! I will be removing the link soon! I really don't enjoy calling someone out. I honestly take no pleasure in it. But I have no patience for thieves or backstabbers.

I'm not sure which is worse - your traditional splogger/scammer that steals your work verbatim or a blogger that tries to be 'credible' by slightly rewording existing content.

What do you think?
uPhoneBlog (www.uphoneblog.com) is a free project that allow users send photos and videos from their mobile phones to any blog or website in real time. It works with all cell phones and providers simply by using MMS (multimedia message service) to email a uPhoneBlog email account. Apparently you can even submit stories to Digg using email.

Works on many websites and blogs including: It appears this service hosts the multimedia content themselves and then provides an easy method of authenticating onto your own blog to create a new post containing the HTML code to point to this newly uploaded content. They appear to be using the Gigya widgets for performing this authentication task.

I still like my Perl script that I developed that allows me to have email-to-blog functionality on my Movable Type blog. It leverages XMLRPC to post the article content and the script can even upload email attachments (videos, pictures, etc.) directly to my own web server so I host all of my own content. uPhoneBlog seems like a YouTube clone but with some easy email-to-blog posting capabilities. I don't see why YouTube couldn't easily add this functionality themselves, which would make uPhoneBlog redundant. But if you can't wait, uPhoneBlog offers you that functionality today.
1 2 3 4 Next

Subscribe to Blog

    View my Microsoft MVP Profile:

Blogroll

Recent Assets

  • lkrusell_ogo_new.jpg
  • baseline_tn.png
  • rcguild.png
  • vx10000voyager_index.gif
  • hero_leopard.png
  • 128px-Apple-logo.png
  • bestbuyexpress-sb.jpg
  • text-to-voip.png
  • grand theft auto933037_20080428_thumb001.jpg
  • ce images.jpeg

Yearly Archives

'04 '05 '06 '07 '08
  Jan Jan Jan Jan
  Feb Feb Feb Feb
Mar Mar Mar Mar Mar
Apr Apr Apr Apr Apr
May May May May May
Jun Jun Jun Jun Jun
Jul Jul Jul Jul Jul
Aug Aug Aug Aug Aug
Sep Sep Sep Sep  
Oct Oct Oct Oct  
Nov Nov Nov Nov  
Dec Dec Dec Dec  

Around TMCnet Blogs

Latest Whitepapers