Search found 56 matches

by akremedy
Tue Feb 01, 2011 9:02 am
Forum: Plugins
Topic: xmlrpc plugin categories fix for mobile blogging
Replies: 1
Views: 4322

xmlrpc plugin categories fix for mobile blogging

I had some time to kill this evening, so looked a bit more at why my category descriptions will not show up in either BlogWriter or BlogPress (both for iPhone). In BlogWriter, there were always as many blank category list items as there were categories (so I knew it was getting somewhere), and in Bl...
by akremedy
Tue Nov 23, 2010 6:52 pm
Forum: Plugins
Topic: TinyBrowser Plugin - FTP Upload Add-on
Replies: 1
Views: 2630

TinyBrowser Plugin - FTP Upload Add-on

Hi all, Getting back to a post I left about a month ago to see if there was any interest in testing my TinyBrowser plugin ( http://board.s9y.org/viewtopic.php?f=4&t=17056 ) - I've since done some further work. The truth is, this doesn't really impact S9Y directly, but it does make TinyBrowser mo...
by akremedy
Sat Oct 16, 2010 3:06 am
Forum: Plugins
Topic: Someone to test my TinyBrowser Integration?
Replies: 0
Views: 3451

Someone to test my TinyBrowser Integration?

Hi, A long time ago, I worked on an integration between the S9Y TinyMCE plugin and TinyBrowser. Then I pulled TinyBrowser out and made it its own S9Y plugin. I never really felt like I finished it, I never committed it, and I was satisfied to use it as-is. Now, over the last couple of days, I took c...
by akremedy
Wed Sep 29, 2010 7:47 am
Forum: Plugins
Topic: Twitter-Plugin OAuth: Help needed
Replies: 10
Views: 9759

Re: Twitter-Plugin OAuth: Help needed

It looks like all is working on this end, though it took a couple of passes to get everything setup so that it functions as expected. I think this is mainly the result of fatigue and too many late nights though. Attempt 1 - forgot to set options in Article Announcement tab to Tweet new articles. Att...
by akremedy
Mon Sep 27, 2010 7:31 pm
Forum: Plugins
Topic: Twitter-Plugin OAuth: Help needed
Replies: 10
Views: 9759

Re: Twitter-Plugin OAuth: Help needed

Ah, and you're right on both accounts, the button should be a graphic (and is, provided the plugin path is set correctly). And, the plugin path in my case was giving the full path windows path - changed to the http relative path and all is well. I guess I didn't look hard enough to discover that con...
by akremedy
Mon Sep 27, 2010 9:03 am
Forum: Plugins
Topic: Twitter-Plugin OAuth: Help needed
Replies: 10
Views: 9759

Re: Twitter-Plugin OAuth: Help needed

This is odd, it took some hunting, but I found a link to twitter.com/apps/new in white text between "After you have entered those values..." and "Consumer key". This should be black or blue text (URL) I'm sure, right? This is straight from firebug: <a target="_blank" hr...
by akremedy
Tue Aug 17, 2010 3:05 pm
Forum: Plugins
Topic: comments plugin enhancements
Replies: 6
Views: 4395

Re: comments plugin enhancements

Two bugs already - fixed the query the ORDER BY in the second JOIN in the query above, and the other one - all the qualifications around drafts and approval, and so on would have to be done in multiple places within the query. That just adds even more to the complexity. So, I agree - the better appr...
by akremedy
Tue Aug 17, 2010 2:13 pm
Forum: Plugins
Topic: comments plugin enhancements
Replies: 6
Views: 4395

Re: comments plugin enhancements

Hi Garvin, :? - Well, I think I'm going to need some help on this - I've let my sql skills become very rusty I'm afraid. Here is where I'm at - I can't seem to work out a query that does not include subselects. My mind is telling me it should be possible, for basic aggregation, to use a join, but I ...
by akremedy
Sun Aug 08, 2010 10:56 am
Forum: Plugins
Topic: comments plugin enhancements
Replies: 6
Views: 4395

Re: comments plugin enhancements

Well, I did a little proof of concept around basic aggregation. I've implemented it on my production site to try it out for awhile: http://www.PigsLipstick.com . In short, this Comments plugin enhancement provides the last comment in each post where there are comments. In this revision, I've used so...
by akremedy
Fri Aug 06, 2010 9:49 am
Forum: Plugins
Topic: comments plugin enhancements
Replies: 6
Views: 4395

comments plugin enhancements

Greetings all - it's been a very very long time since I've done any plugin work. A testament really to the core app and all the existing plugins available, there just hasn't been any need :) Unless I've missed something in Spartacus, it seems there is only one plugin available to manage display of c...
by akremedy
Thu May 13, 2010 12:30 am
Forum: Plugins
Topic: Mobile plugin - bug
Replies: 7
Views: 3946

Re: Mobile plugin - bug

Can you be more specific about the missing category on the iPhone problem? I can't tell for sure if your posts aren't showing up with categories as you read them on the iPhone, or if the categories aren't showing up when you try to author a new post via the iPhone. I've tried both BlogPress and Blog...
by akremedy
Wed Dec 16, 2009 2:00 am
Forum: Plugins
Topic: are there any xmlrpc experts out there?
Replies: 2
Views: 2209

Re: are there any xmlrpc experts out there?

Thanks Garvin - I wish there was a convenient way to mess around with this in my test environment, oh well. I'll enable the debugging and see what I can see from it. I have no control over the client side, but can tweak the plugin as a one-off if I can figure out what needs to be done. It's good to ...
by akremedy
Mon Dec 14, 2009 2:51 am
Forum: Plugins
Topic: are there any xmlrpc experts out there?
Replies: 2
Views: 2209

are there any xmlrpc experts out there?

I've been playing around a bit with the S9Y XMLRPC plugin and various iPhone blogger apps (namely BlogWriter and BlogPress - both the full paid versions). BlogWriter provides for a generic XMLRPC connection/integration. It works ok, but only submitting entries as drafts with comments turned off. The...
by akremedy
Sat Nov 14, 2009 9:51 am
Forum: Plugins
Topic: Prettify Syntax Highlighting Plugin
Replies: 2
Views: 2555

Re: Prettify Syntax Highlighting Plugin

Hi Garvin, I'd say that dpsyntaxhighlighter probably deserves the recommendation from a feature and completeness point of view, including auto-generated line numbers, good flexibility through native dp configuration (both globally and on a per-code-block basis), and gives that little pop-up utility ...
by akremedy
Fri Nov 13, 2009 7:56 am
Forum: Plugins
Topic: Prettify Syntax Highlighting Plugin
Replies: 2
Views: 2555

Prettify Syntax Highlighting Plugin

If two wasn't enough, I've put together a third option to incorporate syntax highlighting into S9Y by way of Prettify ( http://code.google.com/p/google-code-prettify/ ). Prettify is ultra-basic, but very capable, and at just over 20kb for the core files sent client-side, it is exceptionally lightwei...