stargeek
PHP news website logo.
home    PHP scripts    articles    seo tools    links    search    contact    shop    realtors


MLTFO Plugin







MLTFO Plugin

MLTFO Plugin 12/16/2002 11:24 PM

David Raynes has written the MTMoreLifeThisFromOt hers plugin. I was totally geeked when it came out. But it doesn't work exactly how I was hoping, although it is still at version 0.1.

By every post I have created a pop-up window that has More Like This From Others for that particular entries Category. I wish that I could have done something without specifying <MTEntries category="MT Plugins">, but I guess that is my problem.

I don't get nearly enough TrackBacks. But if I did, this would definitely be very cool! :-) I have noticed that some TrackBack pings don't work, such as the one I have received from interalia.org. Maybe it has to do with the version of the RSS feed.

I hope that David Raynes comes out with version 0.2 that fixes some issues, and allows you to show the name of the Weblog the entry is from instead of just the name of the entry and the url.

I like being connected. It kind of makes you feel all warm and fuzzy inside.




This is a GrokNews Entry: (what is grok?)





Similar Items

MLTFO Plugin

Grok Headline matches for MLTFO Plugin

the MTV plugin for MT


the MTV plugin for MT 02/12/2004 02:14 PM
it's always satisfying to work on creating a platform for innovation

RSS 1.0 Plugin


RSS 1.0 Plugin 03/11/2003 09:43 AM
It's always been a little odd, quite frankly, that Blosxom's not sported an RSS 1.0 flavour :-\ given my work in the RSS 1.0 space.

With a little Blosxom plug-in magic and a smattering of template flavouring, my weblog now sports a full-blown RSS 1.0 flavour featuring use of the content, trackback, and admin modules.

It was all just a matter of producing that ever-so-slighly-annoying <items /> sequence without building too much bloat into Blosxom itself.

GCJ web browser plugin 0.1.1


GCJ web browser plugin 0.1.1 02/11/2004 05:43 PM
A plugin to execute Java applets in Mozilla and compatible browsers.

PMD eclipse plugin


PMD eclipse plugin 03/23/2005 12:37 PM
1.4.0 is out

EXIF Plugin for MT


EXIF Plugin for MT 04/21/2004 11:48 PM

MT Plugin Directory: ImageInfo: Movable Type plugins just keep getting better and better. Camera geeks rejoice (and by "camera geeks," I mean "Rob").

Display image EXIF data along with image on weblog page. Especially useful with digital camera pictures, which often store a lot of EXIF data (time stamp, f/stop, shutter speed, ISO setting, white balance, etc.) inside each picture.

If you have no idea what EXIF is, here's a site for you.

EXIF stands for Exchangeable Image File Format, and is a standard for storing interchange information in image files, especially those using JPEG compression. Most digital cameras now use the EXIF format.

Click here to comment on this entry


GCJ web browser plugin 0.3.0


GCJ web browser plugin 0.3.0 07/13/2004 05:30 PM
A plugin to execute Java applets in Mozilla and compatible browsers.

SVG Eclipse Plugin


SVG Eclipse Plugin 04/29/2004 07:42 AM
Initial Public Release

Class-DBI-Plugin-0.03


Class-DBI-Plugin-0.03 07/23/2004 04:35 PM

GEP - GUJ Eclipse Plugin


GEP - GUJ Eclipse Plugin 11/19/2003 10:37 AM
Nova versão 0.1.2

Class-DBI-Plugin-0.02


Class-DBI-Plugin-0.02 07/06/2004 06:28 AM

Plugin Scriptability


Plugin Scriptability 07/02/2004 11:27 AM

One reader of my previous entry (in the trackbacks) expressed concern that only Dashboard widget apps could execute native code. Well, we have an answer to that as well. You see, we're working with other browser vendors to extend the plugin API to add scriptability. See this link for more information. This means you can obviously execute native code from within any WebKit application's Web pages through the use of scriptable plugins.


Z80 plugin for eclipse


Z80 plugin for eclipse 06/29/2004 12:11 PM
Released first version

GCJ web browser plugin 0.2.3


GCJ web browser plugin 0.2.3 04/13/2004 11:24 AM
A plugin to execute Java applets in Mozilla and compatible browsers.

Flash SWT Plugin


Flash SWT Plugin 01/22/2004 05:06 PM

When I changed web server at the end of last month, I didn't have time to move non-blog related pages and files.  Until I do, I'll post on my blog whenever someone ask for them.

Today it was the Flash SWT Plugin which I wrote long time ago.  The plugin basically allows you to play Flash animation within SWT applications and tools.  Here is a screenshot.

ZIP file with source code:

co m.docuverse.swt.flash-0.4.zip (148.48 KB)

There is really only one class you need to learn about: FlashPlayer. Below is a code snippet that will play a Flash movie.

import com.docuverse.swt.flash.FlashPlayer;
...
FlashPlayer player = new FlashPlayer(container);
player.loadMovie(0, “http://somewhere.com/movie.swf“);
...

For a complete example, scan the FlashPlayerView class source code.


CGI-Application-Plugin-DBH-1.00


CGI-Application-Plugin-DBH-1.00 09/08/2004 11:29 PM

"MT Blacklist plugin"


"MT Blacklist plugin" 05/20/2004 11:30 AM

EntryCount plugin


EntryCount plugin 12/31/2003 06:10 PM

Update: This plugin isn’t needed. As Neil pointed out, there’s a built-in MT tag that already does this. Somehow I overlooked that when I was writing the plugin. So ignore all this drivel...

Here’s a quickie plugin to close out the year.

Jeff Nichols asked, "Does anyone know of an easy way to get a current entry count (post count) for Movable Type?" A quick look for a plugin that would do this turned up nothing so I whipped one up for him.

To install it, download EntryCount.zip, unzip it, and upload EntryCount.pl to your plugins directory.

To use it, add the tag <MTEntryCount> to your template. The tag will will output the number of published entries to your blog. Draft entries are not included in the count, and only entries from the current blog are counted. Typical usage would be something like...

<MTEntryCount> entries


CGI-Application-Plugin-TT-0.03


CGI-Application-Plugin-TT-0.03 09/19/2004 09:59 AM

SCC plugin for TortoiseCVS


SCC plugin for TortoiseCVS 09/25/2004 03:58 AM
Project hiatus

SafeHref MT plugin


SafeHref MT plugin 04/09/2004 04:06 PM
making the world safe for unescaped ampersands, one blog at a time

GetXML plugin


GetXML plugin 09/09/2004 01:02 PM

GetXML Plugin for Movable Type: Ouch, this is a good plugin. There's no limit to what you can do with this.

This Movable Type plugin implements a set of template tags for retrieving data in XML format and displaying the data on your MT-generated pages. [...] The plugin will work with any well-formed XML document that can be retrieved via an HTTP GET request.

Connect a template with this stuff to the MT-Rebuild script and you could retrieve XML on a schedule, format it up into HTML, then include it all over your site, all with Movable Type. The utility of it is giving me a cramp.

Click here to comment on this entry


Infinity Plugin 0.4.0


Infinity Plugin 0.4.0 05/07/2004 01:54 AM
A visualization plugin for the XMMS audio player.

Infinity Plugin 0.5.2


Infinity Plugin 0.5.2 05/11/2004 12:46 AM
A visualization plugin for the XMMS audio player.

Infinity Plugin 0.5.3


Infinity Plugin 0.5.3 05/14/2004 12:26 AM
A visualization plugin for the XMMS audio player.

Tiki Plugin


Tiki Plugin 03/11/2003 09:43 AM

Tim Appnel just released Tiki, a Wiki-like notation for the non-developer non-markup saavy business user who where previously using FrontPage to publish writings to the Web.

I plugged Tiki into Blosxom to see how it'd fly and am giving it a whirl in this very post.


a blockquote

# a code fragment

an ordered list:

  1. one
  2. two
  3. three

bold, italics, strikethrough


Works precisely as expected. Good on you, Tim!


Foreshortened (RSS) Plugin


Foreshortened (RSS) Plugin 03/11/2003 09:43 AM
At Nelson Minar's prodding, I created a Blosxom plugin for a reduced RSS feed, its <description /> containing only the first sentence of each weblog post. Take a gander at the foreshorten ed RSS plugin at work.

Infinity Plugin 0.5.5


Infinity Plugin 0.5.5 05/17/2004 11:52 PM
A visualization plugin for the XMMS audio player.

Readme Plugin


Readme Plugin 03/11/2003 09:43 AM
I've been fiddling about with sample plugins for Blosxom with an eye to including them in beta versions I'm to release shortly. I just created a nifty little doodad, a "readme" plugin which displays (and, in my blog, styles) any readme.flavour or readme file found along a particular path you might navigate in my weblog. Take a gander at /computers/internet/weblogs/blosxom or /conf erences/oreilly/etech for example; notice the floating readme box to the right of my weblog entries.

SmartyPants Plugin


SmartyPants Plugin 03/11/2003 09:43 AM
It took a scant 3 minutes (longer than it took to write this blog posting) to adapt John Gruber's fabulous SmartyPants MT smart quotes plug-in for use with Blosxom.
"This text is smart quoted."
This -- dash-dash is turned into an en-dash, while this --- dash-dash-dash becomes an em-dash.
This ... dot-dot-dot is transformed into an entity-encoded ellipsis.
Simply lovely!

Infinity Plugin 0.5.7


Infinity Plugin 0.5.7 06/20/2004 03:45 AM
A visualization plugin for the XMMS audio player.

Infinity Plugin 0.5.8


Infinity Plugin 0.5.8 06/23/2004 03:56 PM
A visualization plugin for the XMMS audio player.

P4P (P2P Plugin Platform)


P4P (P2P Plugin Platform) 11/06/2003 11:12 AM
Première News

MT Plugin Directory


MT Plugin Directory 03/13/2003 10:15 AM
The ultimate Movable Type plugin resource, the MT Plugin Directory has launched. Kristine Beeson (our support board's Kadyellebee) put a...

WikiWordish Plugin


WikiWordish Plugin 03/11/2003 09:43 AM
A while back I wrote:
The most perplexing thing is how little crossover there appears to be between the Wiki and Weblog worlds. In my mind, they're like peanut butter and chocolate. Yet reactions to this not-particularly-bold assertion suggest something more along the lines of broccoli and jello.
Yet crossovers are starting to put in an appearance.

For my part, yesterday I plugged Tim Appnel's Tiki into Blosxom and I've further been fiddling with a WikiWordish plugin which cross-links to past posts simply by enclosing the post name in triple braces--thus the "ish" in "WikiWordish." So [[wikiwordish]] automagically cross-links to this posting itself like so... wikiwordish

VSS Plugin for Eclipse


VSS Plugin for Eclipse 03/15/2003 07:15 AM
1.4.0 VSS Plugin released

Class-DBI-Plugin-HTML-0.7


Class-DBI-Plugin-HTML-0.7 08/03/2004 11:45 PM

Class-DBI-Plugin-RetrieveAll-1.01


Class-DBI-Plugin-RetrieveAll-1.01 08/02/2004 10:22 AM

Template-Plugin-Cache-0.12


Template-Plugin-Cache-0.12 08/03/2004 11:45 PM

NaviProject (Plugin Framework)


NaviProject (Plugin Framework) 07/30/2004 01:24 AM
Proposed Release 1
Grok Description matches for MLTFO Plugin
GrokA matches for MLTFO Plugin

MLTFO Plugin

The following phrases have been identified by the grok system as matching this entry:

















Also check out:


Grok

Ipod Porn on the
Rise

Brief Abstract of
Wikipedia's
Mesothelioma Cancer
page

Get first aid
instructions in your
cell phone

IE is crap
JSPWiki gains
podcasting support

Debate - Hand
Coding: the Ultimate
Freedom

Debate - WYSIWYG: a
Web Designer's Dream

Hotbot Updates
Homepage, Adds
4-Pack of Engines

AOL To Offer
Weblogs?

My Site is Sour
PHP Class
'class_debug'
released

MySQL
Vulnerabilities

ZDNet UK: Linux
Out-Googles
Microsoft

MySQL Users
Conference and Expo
2003 in San Jose

Microsoft Office
embraces XML

EnGarde Secure Linux
Advisory: MySQL,
MySQL-client,
MySQL-shared,
mod_php, php

Tim Perdue Interview
(PHPBuilder &
SourceForge founder)

Problems with Fink
and Perl 5.8

The PHP Sharp
Research Project

Tim Perdue Interview
(PHPBuilder &
SourceForge founder)

Aftermath
Metrowerks Unveils
Palm OS 5 Toolset

What a Nice Day
iTerm
Macromedia unveils
new Director

IE Continues to Gain
in Browser Wars

WebGUI / Postgres
HOWTO

Eclipse Gaining
Momentum

X-oops, I did it
again

Web Scripting and
Logic, or Boolean
Algebra

CSS-D Finds New Home
at evolt.org

More Like This From
Others Updated

HTML Tip: Beware of
the Carriage Return

HTML Tip: Add Titles
To Your Links

HTML Tip:
Cross-Browser Tables

HTML Tip: Table
Background

PHP4 Web Development
Solutions

Browser Woes
Love and hate follow
up

Star Trek: Nemesis
Harald Radi:
Multi-Tier Web
Applications

Gruntle
It's not just data.
Seeing Both Sides
Entertainment
VB.NET intros visual
inheritance

Prototype now, save
time later

Is vendor lock-in
bad?

IM in the
Enterprise?

Suck
HTML Tip: Colored
Table Borders

Sergey: Don't be
evil.

My DSL is going
away...

PHP Class
'Meta_Search'
released

Power Outage
what is grok?