I've been using POW for a few months in a relatively simple way - sjs
pages and sqlite db with sql "stored procedures" in the file system. I
also use SQLite Manager. POW has been a joy to use and has performed
really well. The main application I've written is a student admin
system for a language school - and I'm now watching the clock tick
down to the end of Mozilla support for Firefox 3.5 in August. I've
already had to roll back a new pc from ff 3.6 to be able to install
the pow addon but would prefer to run with ff 3.6.
So to the question: is there a new version of POW compatible with ff
3.6 in the pipeline?
Thanks
That way you can use 3.6 for your web browser and still have pow to use.
http://davidkellogg.com/wiki/Main_Page
Pow 0.1.3 Stand alone XULRunner Version
Windows Installer http://www.scottwickham.com/dr/pow_0.1.3_win32_xulrunner.exe
Mac Installer http://davidkellogg.com/pub/pow_osx_013.tgz
> --
> You received this message because you are subscribed to the Google Groups "FireFox POW - Users Group" group.
> To post to this group, send email to firef...@googlegroups.com
> To unsubscribe from this group, send email to firefoxpow-...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/firefoxpow?hl=en
> Plain Old Webserver Docs are at: http://davidkellogg.com/wiki/Main_Page
>
> To unsubscribe from this group, send email to firefoxpow+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
>
--
Scott Wickham
Dave
> > For more options, visit this group athttp://groups.google.com/group/firefoxpow?hl=en
hey dave,
i see 3.6* on the moz site, although i'm not sure that the * means :)
https://addons.mozilla.org/en-US/firefox/addon/3002
but that install (0.1.9) isn't working for me on OSX 10.6.2 w/ FF
3.6.2. it will install it, and in the Add-Ons pane is shows up, but
the preference button does not function and it shows in the pane as
enabled (since the disabled button is showing), but the text is greyed
out like a disabled extension. i uninstalled all other extensions and
uninstalled and reinstalled POW with no luck.
let me know if i'm doing anything wrong. i love the extension btw, sjs
is weird but fun. i made a local version of my website/service for
people to use. but i built it all with FF 3.5.x and only realized when
i had a friend try it that 3.6 was a no go, you can check it out
here.. http://crazedlist.org/loco/
cheers
droo
Dave
On Apr 1, 10:49 am, droo <d...@odometer.org> wrote:
> > It's done. I upped the maximum version number at Mozilla, and it is
> > working in my FF 3.6. I think at worst, you might uninstall, but the
> > update might just show up upon restarting the browser.
>
> hey dave,
>
> i see 3.6* on the moz site, although i'm not sure that the * means :)https://addons.mozilla.org/en-US/firefox/addon/3002
cheer
andrew
> --
> You received this message because you are subscribed to the Google
> Groups "FireFox POW - Users Group" group.
> To post to this group, send email to firef...@googlegroups.com
> To unsubscribe from this group, send email to firefoxpow-...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/firefoxpow?hl=en
> Plain Old Webserver Docs are at: http://davidkellogg.com/wiki/Main_Page
>
> To unsubscribe, reply using "remove me" as the subject.
http://davidkellogg.com/pub/pow.xpi
Try it, and if it works beyond my browser, I'll post this version on
the Mozilla site.
Dave
On Apr 4, 1:29 pm, Andrew Payne <d...@odometer.org> wrote:
> thanks, it is very much appreciated!
>
> cheer
> andrew
>
> > For more options, visit this group athttp://groups.google.com/group/firefoxpow?hl=en
thx
andrew
> For more options, visit this group at http://groups.google.com/group/firefoxpow?hl=en
works great, the only hitch was that that install didn't set the mime type for css files. once i set it it worked great.
thx!
andrew
Secondly, I've got code that looks something like this:
<?sjs pow_include('lib/get_tags.js') ; ?>
<?sjs pow_include('lib/get_collections.js'); ?> ...
The first call to pow_include works fine (as with version 0.19). The
second call just includes the server side js in the code. If I
comment out the first one, the second one still doesn't work -
possibly because it includes a recursive function.
The code in question is available at http://github.com/singingfish/zotero-browser
(sourced in annotated/index.sjs) but it is also dependent on the
firefox extension zotero (http://zotero.org).
It all works fine in version 0.19 under firefox version 3.5 by the
way.
--
Omar Vasquez Lima
Venezuela