I've converted five WordPress themes now, and in order to do border curving, I've had to use a combination of CSS3 (in anticipation of future standards...
On Sun, Mar 2, 2008 at 4:07 PM, Michael Thomsen <mikerthomsen@...> ... If you're talking about StyleCatcher themes, I'd say you're looking in the wrong...
... The recent effort and emphasis of template sets seems to indicate that the default template sets are being downplayed. <tim/> -- Timothy Appnel Appnel...
I have a gallery of four themes that I have converted from WordPress to StyleCatcher styles here: http://www.codemonkeyinspace.com. Realistically, should I...
... My feeling, and this is only mine, is that the work will not be obsolete. Perhaps the packaging though. For a moment let's presume StyleCatcher and the...
The default templates are changing, but their HTML/CSS output will remain the same. They are being restructured to be simpler and more accessible to new users....
... IIRC, we intend to update Stylecatcher to work better with template sets (better than the naive support you can see with the Universal Website template...
Michael_ The best solution for what you'd like to do is to create a template set that contains the markup and features you want in the HTML. The styling can...
Hey all, I'm working on a publishing mechanism that uses Atom to publish to other sites, and one feature I am trying to implement is using MTBodyExcerpt to...
Can someone suggest my memory. I have some vague recollection of this coming up before, but can't recall specifics. A client is running MT 3.3 through FastCGI...
Yes, I think this is due to "LaunchBackgroundTasks" being enabled in conjunction with FastCGI. Are you saying you're seeing this error after disabling them? ...
... No. The messages are coming via proxy so details are sketchy, but I think its possible these errors where seen before I caught that directive. When the...
Maybe this has been answered elsewhere, but I've not found any satisfactory answer so far to why these two features are not included standard in Movable Type: ...
For me, the reason there isn't core blogroll management IS that there's a plugin. Also, a blogroll presumes a blog, and I don't particularly want the...
Anyone got a suggestion for how to open a modal dialog from your blog (not the admin console) similar to how the modal dialogs in the admin console work?...
Hi Michael, Both jQuery[1] and YUI[2] have modal panel features that could be used. --Steve [1] http://ui.jquery.com [2] http://developer.yahoo.com/yui ... -- ...
Almost every JS library has /several/ variations on this idea. I'm not really following the question here. It's a bit like asking for a software recommendation...
I would suggest something like Thickbox [1] if you need to display anything (there might be other options, but this is one of the more popular ones) - just...
I've run into a bug where I can't produce a list of monthly archives on a single monthly archive page. I can reproduce this on an entirely different system so...
Hi, All. I'm working on a plugin for MT4 which used MT::Session module. I put some Chinese characters into MT::Session and when I get them back they became...
select entry.entry_id, entry.entry_title, count(tag.tag_name) as mycnt from mt_entry entry join mt_objecttag ot on ot.objecttag_object_id = entry.entry_id join...
Thanks, that's got some great potential! The easiest way to do it, though, after looking at the code is just to do: my $dbh = MT::Object->driver->r_handle;...