Blogging Robots

BlogJet Blog

Tip: Quick account switching

June 17, 2004 by Dmitry

BlogJet 1.1 has a new feature: you can type a special command-line parameter plus account's name and BlogJet will open this account automatically.

The parameter is:

-acc "Account name"

For example, if you have an account that is called Mike's Blog, then you can create a shortcut on your Desktop with this command:

"C:\Program Files\BlogJet\BlogJet.exe" -acc "Mike's Blog"

and call it something like Post to Mike's blog. Then you can just double-click the icon and it will launch BlogJet with Mike's Blog account opened. This is very useful when you have a lot of accounts and don't want to use the login window.

Spell Checker Dictionaries

June 16, 2004 by Dmitry

French and German dictionaries for BlogJet's spell checker are available now: http://blogjet.com/download/spell/

The installation is very simple: just download a file, run it and click Install. The language of spell checker then can be changed in Tools | Preferences… | Spelling tab.

Please tell me if something goes wrong with new dictionaries.

BlogJet 1.1 Released!

June 7, 2004 by Dmitry

BlogJetWe are proud to announce the release of BlogJet 1.1!
It has a lot of new features, including:

  • Spell checker
  • Current music detection (iTunes, WMP, Winamp)
  • Smilies
  • Support for WordPress and Squarespace

This version fixes more than 15 bugs of 1.0, including long-standing “Runtime Error 216” and wrong time in TypePad's blogs.

Read full release notes
Download BlogJet 1.1.0.20 

BlogJet 1.1 is FREE upgrade for registered users of 1.0. If you're not registered user, purchase BlogJet for only $19.95 - click here

BlogJet & Mozilla

June 4, 2004 by Dmitry

We need your help. We're seeking someone who can write an extension for Mozilla similar to “BlogJet This!” button for Internet Explorer (it can be right-click menu item, not button). I don't think it's very hard, all you need is:

  • copy selected text to clipboard
  • launch BlogJet.exe with parameters: -blogthis “URL” “Title”

If you can, please contact me: dmitry at blogjet dot com. Free copy of BlogJet is guaranteed!

Flying Discount

May 31, 2004 by Dmitry

New offer - funny “flying” discount on BlogJet available:

Here are four steps to get $7 discount on BlogJet:

  1. Make an airplane from a sheet of paper.
  2. Draw or print BlogJet on it.
  3. Throw your paper airplane out of your window and take a photo of it on the fly.
  4. Send the photo to fly (at) blogjet (dot) com and we'll send you a coupon code on US $7.

The best photos will be published on our web site.
Hurry up, this is a limited time offer!

Here are a lot of links on how to make a paper airplane.

Update:  now this offer is available only for readers of this blog. So if you read this, you can apply; if you don't read, you just don't care

Update: offer ended.

Tip: Changing BlogJet This! Template

May 29, 2004 by Dmitry

If you're not satisfied with the way BlogJet inserts text when you click BlogJet This! button in Internet Explorer, you can change the template for this action.

The default template is:

<p><a href="{$ .URL $}">{$ .Title $}</a></p>
<p><em>{$ .Text $}</em></p>

and in WYSIWYG editor it shows as:

BlogJet

BlogJet is a desktop blogging application that greatly simplifies posting to your blog. It is user-friendly, easy to use and elegant.

If you want to change the template, find C:\Program Files\BlogJet\Data\Templates\blogthis.htm file and edit it. Here are a few variables that you can use:

{$ .URL $} - page URL
{$ .Title $} - page title
{$ .Text $} - selected text

Let's change the default template to:

<p>Check this out:</p>
<blockquote>{$ .Text $}</blockquote>
<p>(via <a href="{$ .URL $}">{$ .Title $}, {$ .URL $}</a>)</p> 

Now if you click BlogJet This! you'll get the following layout:

Check this out:

BlogJet is a desktop blogging application that greatly simplifies posting to your blog. It is user-friendly, easy to use and elegant.

(via BlogJet, http://blogjet.com/)