You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(92) |
Dec
(142) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(33) |
Feb
(65) |
Mar
(76) |
Apr
(172) |
May
(124) |
Jun
(45) |
Jul
(76) |
Aug
(78) |
Sep
(1) |
Oct
(20) |
Nov
(6) |
Dec
(2) |
2007 |
Jan
(12) |
Feb
(7) |
Mar
(17) |
Apr
(3) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Andrew T. <ajt...@hi...> - 2006-08-28 17:27:52
|
I put in a temporary fix that will fix the footer either to the bottom of the window, or to the bottom of the content, whichever is "lower". This currently doesn't have the nice effect of fixing the footer to the bottom of the window. ALA has a decent article I may implement on how to fix it to the bottom of the window. It is using JS, but using JS with good CSS where JS isn't present should make it degrade nicely and be hidable on diff't displays. http://alistapart.com/articles/footers Andrew On 8/28/06, Andrew Turner <ajt...@hi...> wrote: > Yeah, that is a problem. I know just enough CSS trickery to make neat > things, but they break easily :p > > There *should* be a way for CSS to handle this properly. I've seen > sites that use the JS event and that usually seems jerky, and > unnecessary processing for just a footer. > > I'll look into it. > Andrew > > On 8/28/06, Kevin <ke...@dr...> wrote: > > > > I like the way the footer anchors itself to the bottom of the viewable > > page. I don't like that it sticks to the page while scrolling and > > obscures the content under it. I assume it needs a little JS event > > magic for it to work right.. > > > > -Kevin > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Fofredux-devel mailing list > > Fof...@li... > > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > > > > > -- > Andrew Turner > ajt...@hi... 42.4266N x 83.4931W > http://highearthorbit.com Northville, Michigan, USA > -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: Andrew T. <ajt...@hi...> - 2006-08-28 15:57:11
|
Yeah, that is a problem. I know just enough CSS trickery to make neat things, but they break easily :p There *should* be a way for CSS to handle this properly. I've seen sites that use the JS event and that usually seems jerky, and unnecessary processing for just a footer. I'll look into it. Andrew On 8/28/06, Kevin <ke...@dr...> wrote: > > I like the way the footer anchors itself to the bottom of the viewable > page. I don't like that it sticks to the page while scrolling and > obscures the content under it. I assume it needs a little JS event > magic for it to work right.. > > -Kevin > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: Kevin <ke...@dr...> - 2006-08-28 15:52:22
|
I like the way the footer anchors itself to the bottom of the viewable page. I don't like that it sticks to the page while scrolling and obscures the content under it. I assume it needs a little JS event magic for it to work right.. -Kevin |
From: Broken K. <bro...@gm...> - 2006-08-28 14:59:10
|
Just wanted to apologise for the lack of action from my end, it's not a massive thing but I will get round to it most probably this week, I promise...hell I might even jump into it for a couple of hours now, with the latest snapshot...Diving in :) On Mon, 2006-08-28 at 10:26 -0400, Andrew Turner wrote: > I've been making some small UI changes (really procrastinating > settling on a JS library and imlementing it ;) and looking for > feedback along the way. > > The newest are error/warning/success messages. Go ahead, try > subscribing to a feed you already have, or a bad URL. I was inspired > by Kevin's updates to the installer lines. Khaled should probably jump > in and say whether it's good enough or not. > > Also - a big one, I fixed *Add Feed* at the top of the admin panel to > work with categories. > > Andrew > |
From: Andrew T. <ajt...@hi...> - 2006-08-28 14:26:48
|
I've been making some small UI changes (really procrastinating settling on a JS library and imlementing it ;) and looking for feedback along the way. The newest are error/warning/success messages. Go ahead, try subscribing to a feed you already have, or a bad URL. I was inspired by Kevin's updates to the installer lines. Khaled should probably jump in and say whether it's good enough or not. Also - a big one, I fixed *Add Feed* at the top of the admin panel to work with categories. Andrew -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: Kevin <ke...@dr...> - 2006-08-27 01:21:35
|
In the process of fixing bug #1499270, I fundamentally changed how unique items are handled by the update logic and database. There is a new column on the item table named 'hash'. The value is an SHA1 hash of the items link, title, and contents. The column is indexed for fast searching. This should eliminate the performance problems with feed updates on a database with many items items. (greater then 20K) Let me know if anyone finds a case where this logic is flawed. -Kevin |
From: Miles B. <mil...@gm...> - 2006-08-25 16:25:37
|
On 8/25/06, Kevin <ke...@dr...> wrote: > Gah! Evil cut&paste error. Please change the line to read: > > $retval = $dd->connection->Execute($add_catid_ddl[0]); > > > Or, just wait for tomorrow's snapshot.. > > > -- > Kevin After chagning the line I now get the following error: Notice: Only variables should be assigned by reference in /home/bluntmon/public_html/fofreduxtest/lib/model/option.php on line 123 Fatal error: mysql error: [Table 'fr_items' already exists] in EXECUTE("CREATE TABLE fr_items ( id INTEGER NOT NULL AUTO_INCREMENT, name VARCHAR(250) NOT NULL, PRIMARY KEY (id) )") Error performing database operation, Maybe you need to run the installer. in /home/bluntmon/public_html/fofreduxtest/lib/model/base.php on line 251 |
From: Kevin <ke...@dr...> - 2006-08-25 16:17:29
|
> On 8/24/06, Kevin <ke...@dr...> wrote: >> Hi, >> I did a fairly major rewrite of the install page. The html and co= de >> is now separated for the most part. The message output now goes into = an >> html table with some style, instead of using bare prints.(yuck!) >> >> Let me know what you think.. >> >> -Kevin > > I get the following error when trying to run install.php with todays > snapshot. > > Fatal error: Call to a member function on a non-object in > /home/bluntmon/public_html/fofreduxtest/lib/model/ddl/feed.php on line > 323 Gah! Evil cut&paste error. Please change the line to read: $retval =3D $dd->connection->Execute($add_catid_ddl[0]); Or, just wait for tomorrow's snapshot.. --=20 Kevin |
From: Miles B. <mil...@gm...> - 2006-08-25 15:31:41
|
On 8/24/06, Kevin <ke...@dr...> wrote: > Hi, > I did a fairly major rewrite of the install page. The html and code > is now separated for the most part. The message output now goes into an > html table with some style, instead of using bare prints.(yuck!) > > Let me know what you think.. > > -Kevin I get the following error when trying to run install.php with todays snapshot. Fatal error: Call to a member function on a non-object in /home/bluntmon/public_html/fofreduxtest/lib/model/ddl/feed.php on line 323 -Miles |
From: Kevin <ke...@dr...> - 2006-08-25 05:11:43
|
Hi, I did a fairly major rewrite of the install page. The html and code is now separated for the most part. The message output now goes into an html table with some style, instead of using bare prints.(yuck!) Let me know what you think.. -Kevin |
From: Andrew T. <ajt...@hi...> - 2006-08-23 22:16:00
|
On 8/23/06, Evan Roth <eva...@gm...> wrote: > i think if we were to follow similar lines, we'd be way overdoing it. > we should keep in mind that the avg fofr user is probably a step up > from the avg y! user. (meaning we don't need to worry about IE5.5, > but might want to think about linux support or even <cough> mobile > browsers) True - the avg user is probably above IE5 - though it's nice to be backwards compat as much as possible. And mobile support is definitely desired - ergo my comment before about graceful deg. Though the mobile version would probably just have a diff't php view and perhaps could be some kind of 'plugin' Andrew -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: Evan R. <eva...@gm...> - 2006-08-23 20:38:05
|
yeah yui is great. i've been playing with it the last 2 weeks, and it just makes me more excited every day. hah! and my boss keeps telling me he wants a weak/simple UI, since they always cost too much to develop. if browser support is a concern, look at this: http://yuiblog.com/blog/2006/08/18/browser-support-update-2006q3/ and http://developer.yahoo.com/yui/articles/gbs/gbs_browser-chart.html those yahoo guys are pretty serious. i think if we were to follow similar lines, we'd be way overdoing it. we should keep in mind that the avg fofr user is probably a step up from the avg y! user. (meaning we don't need to worry about IE5.5, but might want to think about linux support or even <cough> mobile browsers) /evan On 8/23/06, Kevin <ke...@dr...> wrote: > > > On 8/23/06, Benjamin Stewart <bst...@gm...> wrote: > >> For that might matter, you might want to consider the "API" that your > >> DOM is going to be exposing to greasemonkey developers, and possibly > >> even document your DOM's "API" as a way to writing FOFr "plugins" -- > >> write a greasemonkey driver with some functions that can be used to > >> get all posts, etc, and then distribute that to your users. > > > > Very interesting suggestion - though this just addresses UI plugins, > > and not programmatic plugins (for data filtering, new views, etc). > > Still, could maybe do some interesting things via GM. > > > > Keep up with the suggestions :) > > I had never seen YUI before today. It looks nice and complete. One thing > I liked was it's support of namespaces. You can register > function/object/etc to a namespace which is good for extensibility. > > I also like Grids CSS. For a CSS novice, this is great. No more tables > for layout. http://developer.yahoo.com/yui/grids/ > > > > -- > Kevin > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > |
From: Kevin <ke...@dr...> - 2006-08-23 18:48:39
|
> On 8/23/06, Benjamin Stewart <bst...@gm...> wrote: >> For that might matter, you might want to consider the "API" that your >> DOM is going to be exposing to greasemonkey developers, and possibly >> even document your DOM's "API" as a way to writing FOFr "plugins" -- >> write a greasemonkey driver with some functions that can be used to >> get all posts, etc, and then distribute that to your users. > > Very interesting suggestion - though this just addresses UI plugins, > and not programmatic plugins (for data filtering, new views, etc). > Still, could maybe do some interesting things via GM. > > Keep up with the suggestions :) I had never seen YUI before today. It looks nice and complete. One thin= g I liked was it's support of namespaces. You can register function/object/etc to a namespace which is good for extensibility. I also like Grids CSS. For a CSS novice, this is great. No more tables for layout. http://developer.yahoo.com/yui/grids/ --=20 Kevin |
From: Benjamin S. <bst...@gm...> - 2006-08-23 18:15:02
|
You probably don't want me to do that -- you don't have any idea how creative I could get. ;-) --Benjy On 8/23/06, Andrew Turner <ajt...@hi...> wrote: > On 8/23/06, Benjamin Stewart <bst...@gm...> wrote: > > For that might matter, you might want to consider the "API" that your > > DOM is going to be exposing to greasemonkey developers, and possibly > > even document your DOM's "API" as a way to writing FOFr "plugins" -- > > write a greasemonkey driver with some functions that can be used to > > get all posts, etc, and then distribute that to your users. > > Very interesting suggestion - though this just addresses UI plugins, > and not programmatic plugins (for data filtering, new views, etc). > Still, could maybe do some interesting things via GM. > > Keep up with the suggestions :) > > Andrew > -- > Andrew Turner > ajt...@hi... 42.4266N x 83.4931W > http://highearthorbit.com Northville, Michigan, USA > |
From: Andrew T. <ajt...@hi...> - 2006-08-23 17:39:40
|
On 8/23/06, Benjamin Stewart <bst...@gm...> wrote: > For that might matter, you might want to consider the "API" that your > DOM is going to be exposing to greasemonkey developers, and possibly > even document your DOM's "API" as a way to writing FOFr "plugins" -- > write a greasemonkey driver with some functions that can be used to > get all posts, etc, and then distribute that to your users. Very interesting suggestion - though this just addresses UI plugins, and not programmatic plugins (for data filtering, new views, etc). Still, could maybe do some interesting things via GM. Keep up with the suggestions :) Andrew -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: Benjamin S. <bst...@gm...> - 2006-08-23 17:33:48
|
And, it's always pretty trivial to make JS unobtrusive -- you just attach a callback on page load to go through and muck with the bare bones DOM to make it do what you want. Super easy, and it even allows you to do things like prototype in greasemonkey / etc. For that might matter, you might want to consider the "API" that your DOM is going to be exposing to greasemonkey developers, and possibly even document your DOM's "API" as a way to writing FOFr "plugins" -- write a greasemonkey driver with some functions that can be used to get all posts, etc, and then distribute that to your users. --Benjy On 8/23/06, Andrew Turner <ajt...@hi...> wrote: > Good finds - these are worth looking at. I had unofficially chosen > Prototype due to its large base, stability, and my familiarity with > it. However, no JS coding has been done yet, so we can look at these > options. > > I think a big thing to think about when evaluating these is how to > make them "unobtrusive" - graceful degradation to non-JS browsers, > clean code/maintenance. > > If anyone on the mailing list has any feedback on JS libraries they've > used, nows the time to speak up! :) > > Andrew > > On 8/23/06, Evan Roth <eva...@gm...> wrote: > > hey guys, > > > > on a project at work, we are using the yahoo library for some major > > rehauls to an old VB app, which we are doing as an ajax web frontend > > to jsp's with struts framework. (sorry for the buzzword overflow) > > > > in any case, yahoo provides some killer ui stuff, which is a cakewalk > > to implement as well as their own ajax connection libraries. i'd also > > imagine that yahoo's stuff would be more supported over the long run, > > since it's got the commercial appeal. > > > > the 2 main ui things (a seperate discussion, but worth mentioning) > > that i love there are the treeview, which would be perfect for an > > expandable/collapsable feeds list and the drag and drop capablities of > > everything (see flickr or my.yahoo.com for some ideas) > > > > so yahoo presents a 3rd possibilities, with the chance of using some > > nice frontend stuff in the future. > > > > /evan > > > > On 8/23/06, Kevin <ke...@dr...> wrote: > > > > > > Andrew, > > > I know we decided on prototype for a javascript/ajax lib, and that's > > > fine. Just wanted to throw this out there as an alternative. It seems > > > to be getting good reviews among even hard core prototype users, which I > > > find interesting. The demos for the Interface plugin are nice.(see > > > last link) > > > > > > http://jquery.com/blog/2006/08/20/why-jquerys-philosophy-is-better/ > > > http://jquery.com/ > > > http://interface.eyecon.ro/ > > > > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, security? > > > Get stuff done quickly with pre-integrated technology to make your job easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > _______________________________________________ > > > Fofredux-devel mailing list > > > Fof...@li... > > > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Fofredux-devel mailing list > > Fof...@li... > > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > > > > > -- > Andrew Turner > ajt...@hi... 42.4266N x 83.4931W > http://highearthorbit.com Northville, Michigan, USA > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > > |
From: Benjamin S. <bst...@gm...> - 2006-08-23 17:31:28
|
To speak from the dead, I'd second the Yahoo UI library as being really pretty great. It's very nice, and it has optimized versions and debug versions of all the widgets, and it's maintained and has *good* docs (I can't say the same of Prototype as of the last time I looked at it). --Benjy On 8/23/06, Evan Roth <eva...@gm...> wrote: > hey guys, > > on a project at work, we are using the yahoo library for some major > rehauls to an old VB app, which we are doing as an ajax web frontend > to jsp's with struts framework. (sorry for the buzzword overflow) > > in any case, yahoo provides some killer ui stuff, which is a cakewalk > to implement as well as their own ajax connection libraries. i'd also > imagine that yahoo's stuff would be more supported over the long run, > since it's got the commercial appeal. > > the 2 main ui things (a seperate discussion, but worth mentioning) > that i love there are the treeview, which would be perfect for an > expandable/collapsable feeds list and the drag and drop capablities of > everything (see flickr or my.yahoo.com for some ideas) > > so yahoo presents a 3rd possibilities, with the chance of using some > nice frontend stuff in the future. > > /evan > > On 8/23/06, Kevin <ke...@dr...> wrote: > > > > Andrew, > > I know we decided on prototype for a javascript/ajax lib, and that's > > fine. Just wanted to throw this out there as an alternative. It seems > > to be getting good reviews among even hard core prototype users, which I > > find interesting. The demos for the Interface plugin are nice.(see > > last link) > > > > http://jquery.com/blog/2006/08/20/why-jquerys-philosophy-is-better/ > > http://jquery.com/ > > http://interface.eyecon.ro/ > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Fofredux-devel mailing list > > Fof...@li... > > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > > |
From: Andrew T. <ajt...@hi...> - 2006-08-23 17:24:24
|
Good finds - these are worth looking at. I had unofficially chosen Prototype due to its large base, stability, and my familiarity with it. However, no JS coding has been done yet, so we can look at these options. I think a big thing to think about when evaluating these is how to make them "unobtrusive" - graceful degradation to non-JS browsers, clean code/maintenance. If anyone on the mailing list has any feedback on JS libraries they've used, nows the time to speak up! :) Andrew On 8/23/06, Evan Roth <eva...@gm...> wrote: > hey guys, > > on a project at work, we are using the yahoo library for some major > rehauls to an old VB app, which we are doing as an ajax web frontend > to jsp's with struts framework. (sorry for the buzzword overflow) > > in any case, yahoo provides some killer ui stuff, which is a cakewalk > to implement as well as their own ajax connection libraries. i'd also > imagine that yahoo's stuff would be more supported over the long run, > since it's got the commercial appeal. > > the 2 main ui things (a seperate discussion, but worth mentioning) > that i love there are the treeview, which would be perfect for an > expandable/collapsable feeds list and the drag and drop capablities of > everything (see flickr or my.yahoo.com for some ideas) > > so yahoo presents a 3rd possibilities, with the chance of using some > nice frontend stuff in the future. > > /evan > > On 8/23/06, Kevin <ke...@dr...> wrote: > > > > Andrew, > > I know we decided on prototype for a javascript/ajax lib, and that's > > fine. Just wanted to throw this out there as an alternative. It seems > > to be getting good reviews among even hard core prototype users, which I > > find interesting. The demos for the Interface plugin are nice.(see > > last link) > > > > http://jquery.com/blog/2006/08/20/why-jquerys-philosophy-is-better/ > > http://jquery.com/ > > http://interface.eyecon.ro/ > > > > > > ------------------------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, security? > > Get stuff done quickly with pre-integrated technology to make your job easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > _______________________________________________ > > Fofredux-devel mailing list > > Fof...@li... > > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: Evan R. <eva...@gm...> - 2006-08-23 17:05:11
|
hey guys, on a project at work, we are using the yahoo library for some major rehauls to an old VB app, which we are doing as an ajax web frontend to jsp's with struts framework. (sorry for the buzzword overflow) in any case, yahoo provides some killer ui stuff, which is a cakewalk to implement as well as their own ajax connection libraries. i'd also imagine that yahoo's stuff would be more supported over the long run, since it's got the commercial appeal. the 2 main ui things (a seperate discussion, but worth mentioning) that i love there are the treeview, which would be perfect for an expandable/collapsable feeds list and the drag and drop capablities of everything (see flickr or my.yahoo.com for some ideas) so yahoo presents a 3rd possibilities, with the chance of using some nice frontend stuff in the future. /evan On 8/23/06, Kevin <ke...@dr...> wrote: > > Andrew, > I know we decided on prototype for a javascript/ajax lib, and that's > fine. Just wanted to throw this out there as an alternative. It seems > to be getting good reviews among even hard core prototype users, which I > find interesting. The demos for the Interface plugin are nice.(see > last link) > > http://jquery.com/blog/2006/08/20/why-jquerys-philosophy-is-better/ > http://jquery.com/ > http://interface.eyecon.ro/ > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > |
From: Kevin <ke...@dr...> - 2006-08-23 15:54:58
|
Andrew, I know we decided on prototype for a javascript/ajax lib, and that's fine. Just wanted to throw this out there as an alternative. It seems to be getting good reviews among even hard core prototype users, which I find interesting. The demos for the Interface plugin are nice.(see last link) http://jquery.com/blog/2006/08/20/why-jquerys-philosophy-is-better/ http://jquery.com/ http://interface.eyecon.ro/ |
From: Andrew T. <ajt...@hi...> - 2006-08-22 20:36:07
|
I run my copy, and all demos of FoFRedux on a Dreamhost shared account (feel free to use me for any referrals ;) and it works just great. Andrew On 8/18/06, Kevin <ke...@dr...> wrote: > > > I'm thinking of getting a shared server account and was wondering if I > > might run into any problems running FoFRedux on it. It will have shell > > access but of course no root access. > > > > The account supports cron jobs, php4 or 5 and mysql among other > > things. So I think it will work, but I just wanted to be sure before > > signing up. > > That should work fine. Fofr only requires the XML and mysql extensions > which come enabled by default usually. > > > -- > Kevin > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: Kevin <ke...@dr...> - 2006-08-18 18:07:15
|
> I'm thinking of getting a shared server account and was wondering if I > might run into any problems running FoFRedux on it. It will have shell > access but of course no root access. > > The account supports cron jobs, php4 or 5 and mysql among other > things. So I think it will work, but I just wanted to be sure before > signing up. That should work fine. Fofr only requires the XML and mysql extensions which come enabled by default usually. --=20 Kevin |
From: Miles B. <mil...@gm...> - 2006-08-18 17:16:22
|
I'm thinking of getting a shared server account and was wondering if I might run into any problems running FoFRedux on it. It will have shell access but of course no root access. The account supports cron jobs, php4 or 5 and mysql among other things. So I think it will work, but I just wanted to be sure before signing up. -Miles |
From: Broken K. <bro...@gm...> - 2006-08-16 07:00:12
|
See now that is a beautiful thing :). Hit the nail on the head their Kevin. Very very cool stuff. On Tue, 2006-08-15 at 18:11 -0600, Kevin wrote: > Andrew wrote: > > On 8/15/06, Khaled Abou Alfa <kha...@gm...> wrote: > >> 1.3 Getting rid of the frame borders. Now I have personally gotten rid > of them on my install. Of course the problem with this however is that > you don't have the flexibility to change the sizes as you please. I > understand this isn't great, however what's good is that even for > really large feed names they wrap around so even if we did fix the > width I don't think it would render things unusable or anything like > that, just not as flexible. Thoughts? > > > > Frameset will be replaced with CSS overflow. One option would be to make > the size of the sidebar user-overridable. > > With a little css and javascript, the feed list DIV can be made to > look/feel identical to a frame. > > http://webfx.eae.net/dhtml/genresize/genresize.html > > > -- > Kevin > > > |
From: Kevin <ke...@dr...> - 2006-08-16 00:11:43
|
Andrew wrote: > On 8/15/06, Khaled Abou Alfa <kha...@gm...> wrote: >> 1.3 Getting rid of the frame borders. Now I have personally gotten rid of them on my install. Of course the problem with this however is that you don't have the flexibility to change the sizes as you please. I understand this isn't great, however what's good is that even for really large feed names they wrap around so even if we did fix the width I don't think it would render things unusable or anything like that, just not as flexible. Thoughts? > > Frameset will be replaced with CSS overflow. One option would be to mak= e the size of the sidebar user-overridable. With a little css and javascript, the feed list DIV can be made to look/feel identical to a frame. http://webfx.eae.net/dhtml/genresize/genresize.html --=20 Kevin --=20 Kevin |