From: James E. F. <jf...@ac...> - 2003-03-04 14:55:12
|
Hey Developers, I've implemented a phpESP System Test and Information script. If you've used Horde code before it should look familiar. You can take a look at it on the sf.net demo[1], and look at the code in CVS[2]. I tried to add lines for every knob and twiddle that has/could cause problems for phpESP. Please let me know if there are any other things we should test. Also, if someone feels like it, it would be nice to add a bit of <style> to the header so that the fonts would be a tad smaller (-1). [1] http://phpesp.sf.net/demo-current/admin/test.php [2] http://phpesp.sf.net/cvs/admin/test.php?rev=. Oh, and the things that fail on sf.net do so correctly. And yes, sessions are broken on sf.net (though I've implemented a work around for both demos, but not the test script.) -James |
From: angek <ang...@ip...> - 2003-03-04 22:22:02
|
Hi James, it looks good. I've added some <style> attribs and commited to cvs Kon On Wed, 2003-03-05 at 01:55, James E. Flemer wrote: > Hey Developers, > I've implemented a phpESP System Test and Information > script. If you've used Horde code before it should look > familiar. You can take a look at it on the sf.net demo[1], > and look at the code in CVS[2]. I tried to add lines for > every knob and twiddle that has/could cause problems for > phpESP. Please let me know if there are any other things > we should test. Also, if someone feels like it, it would > be nice to add a bit of <style> to the header so that the > fonts would be a tad smaller (-1). > > [1] http://phpesp.sf.net/demo-current/admin/test.php > [2] http://phpesp.sf.net/cvs/admin/test.php?rev=. > > Oh, and the things that fail on sf.net do so correctly. > And yes, sessions are broken on sf.net (though I've > implemented a work around for both demos, but not the test > script.) > > -James > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel |
From: James E. F. <jf...@ac...> - 2003-03-04 22:24:54
|
Nice! That is exactly what I was looking for. Thanks, -James On 5 Mar 2003, angek wrote: > Hi James, > > it looks good. > > I've added some <style> attribs and commited to cvs > > > Kon > > > On Wed, 2003-03-05 at 01:55, James E. Flemer wrote: > > Hey Developers, > > I've implemented a phpESP System Test and Information > > script. If you've used Horde code before it should look > > familiar. You can take a look at it on the sf.net demo[1], > > and look at the code in CVS[2]. I tried to add lines for > > every knob and twiddle that has/could cause problems for > > phpESP. Please let me know if there are any other things > > we should test. Also, if someone feels like it, it would > > be nice to add a bit of <style> to the header so that the > > fonts would be a tad smaller (-1). > > > > [1] http://phpesp.sf.net/demo-current/admin/test.php > > [2] http://phpesp.sf.net/cvs/admin/test.php?rev=. > > > > Oh, and the things that fail on sf.net do so correctly. > > And yes, sessions are broken on sf.net (though I've > > implemented a work around for both demos, but not the test > > script.) > > > > -James > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > > for complex code. Debugging C/C++ programs can leave you feeling lost and > > disoriented. TotalView can help you find your way. Available on major UNIX > > and Linux platforms. Try it free. www.etnus.com > > _______________________________________________ > > phpESP-devel mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > |
From: angek <ang...@ip...> - 2003-03-04 23:22:21
|
Hey James, How about checking for GD library and its version. This may become usefull especially when I finish writing the chart modules that will be used in cross analysis/tabulation and survey results. Kon On Wed, 2003-03-05 at 09:24, James E. Flemer wrote: > Nice! That is exactly what I was looking for. Thanks, > -James > > On 5 Mar 2003, angek wrote: > > > Hi James, > > > > it looks good. > > > > I've added some <style> attribs and commited to cvs > > > > > > Kon > > > > > > On Wed, 2003-03-05 at 01:55, James E. Flemer wrote: > > > Hey Developers, > > > I've implemented a phpESP System Test and Information > > > script. If you've used Horde code before it should look > > > familiar. You can take a look at it on the sf.net demo[1], > > > and look at the code in CVS[2]. I tried to add lines for > > > every knob and twiddle that has/could cause problems for > > > phpESP. Please let me know if there are any other things > > > we should test. Also, if someone feels like it, it would > > > be nice to add a bit of <style> to the header so that the > > > fonts would be a tad smaller (-1). > > > > > > [1] http://phpesp.sf.net/demo-current/admin/test.php > > > [2] http://phpesp.sf.net/cvs/admin/test.php?rev=. > > > > > > Oh, and the things that fail on sf.net do so correctly. > > > And yes, sessions are broken on sf.net (though I've > > > implemented a work around for both demos, but not the test > > > script.) > > > > > > -James > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > > > for complex code. Debugging C/C++ programs can leave you feeling lost and > > > disoriented. TotalView can help you find your way. Available on major UNIX > > > and Linux platforms. Try it free. www.etnus.com > > > _______________________________________________ > > > phpESP-devel mailing list > > > php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel |
From: James E. F. <jf...@ac...> - 2003-03-04 23:48:07
|
Done. The version check has just been added in PHP 4.3.0, so for now I just list the value. If at some point we'd like to have a certain version, we can make it actually compare and use red or green. -James On 5 Mar 2003, angek wrote: > Hey James, > > How about checking for GD library and its version. > This may become usefull especially when I finish writing the chart > modules that will be used in cross analysis/tabulation and survey > results. > > Kon |
From: angek <ang...@ip...> - 2003-03-05 00:07:31
|
Excellent, thanks James Kon On Wed, 2003-03-05 at 10:48, James E. Flemer wrote: > Done. The version check has just been added in PHP 4.3.0, > so for now I just list the value. If at some point we'd > like to have a certain version, we can make it actually > compare and use red or green. > > -James > > On 5 Mar 2003, angek wrote: > > > Hey James, > > > > How about checking for GD library and its version. > > This may become usefull especially when I finish writing the chart > > modules that will be used in cross analysis/tabulation and survey > > results. > > > > Kon > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel |
From: Kon A. <ang...@ip...> - 2003-03-05 00:42:59
|
Moshe, my intention is to write a graphs module that can be used to display results from the cross analysis/tabulation feature and for individual questions in the following graph formats: pie, bar, line, spider, scatter. So each question in the results page would have a button that would bring up a new window offering the user the ability to select any of the graph formats and view the results using the particular graph or even the entire graph collection. As soon as it's at alpha stage I'll be releasing it to the devel list for all to play with. At the moment things are not moving as fast as I like but I've got the generic graphing functions written now all I need to do is write the code specific to each of the graph types. Kon On Wed, 5 Mar 2003 11:30 am, you wrote: > I am about to write some graphing functionality. Perhaps you could expand a > bit on your project and its current status. i'd rather not duplicate your > fine work. > > when you have some alpha code, i'd love to see it. > > angek wrote: > > Hey James, > > > > How about checking for GD library and its version. > > This may become usefull especially when I finish writing the chart > > modules that will be used in cross analysis/tabulation and survey > > results. > > > > Kon |
From: angek <ang...@ip...> - 2003-03-05 01:59:10
|
Kurt, I agree with you. JPgraph is the best tool I've come across but unfortunately license types are incompatible. jpgraph is free for private use but carries a commercial license as well.So if you were to incorporate it into your version of phpESP which sits on your corporate intranet for example you would need to purchase a license for it. I'll send an email to the developers of jpgraph and see what we can up with. They might be very accomondating. It also depends on how the other developers feel about this issue. Kon On Wed, 2003-03-05 at 12:24, Kurt Melander wrote: > Kon, > Is there a specific reason you're not using something already out and that > works > extremely well like jpgraph?? http://www.aditus.nu/jpgraph/ for > open-source projects it is free > and outputs some darned fine graphs. I would think incorporating this would > be faster, easier > and allow you to focus on other things like the new interface. But either > way, thanks so much > for your efforts, a good graphing function will sure be helpful. > > Kurt > _______________________________________________________ > ----- Original Message ----- > From: "Kon Angelopoulos" <ang...@ip...> > To: "Moshe Weitzman" <wei...@te...> > Cc: <php...@li...> > Sent: Tuesday, March 04, 2003 6:49 PM > Subject: [phpesp-dev] Re: graph functionality > > > > Moshe, > > > > my intention is to write a graphs module that can be used to display > results > > from the cross analysis/tabulation feature and for individual questions in > > the following graph formats: pie, bar, line, spider, scatter. So each > > question in the results page would have a button that would bring up a new > > window offering the user the ability to select any of the graph formats > and > > view the results using the particular graph or even the entire graph > > collection. > > > > As soon as it's at alpha stage I'll be releasing it to the devel list for > all > > to play with. > > > > At the moment things are not moving as fast as I like but I've got the > generic > > graphing functions written now all I need to do is write the code specific > to > > each of the graph types. > > > > Kon > > > > On Wed, 5 Mar 2003 11:30 am, you wrote: > > > I am about to write some graphing functionality. Perhaps you could > expand a > > > bit on your project and its current status. i'd rather not duplicate > your > > > fine work. > > > > > > when you have some alpha code, i'd love to see it. > > > > > > angek wrote: > > > > Hey James, > > > > > > > > How about checking for GD library and its version. > > > > This may become usefull especially when I finish writing the chart > > > > modules that will be used in cross analysis/tabulation and survey > > > > results. > > > > > > > > Kon > > > > > > > > ------------------------------------------------------- > > This SF.net email is sponsored by: Etnus, makers of TotalView, The > debugger > > for complex code. Debugging C/C++ programs can leave you feeling lost and > > disoriented. TotalView can help you find your way. Available on major UNIX > > and Linux platforms. Try it free. www.etnus.com > > _______________________________________________ > > phpESP-devel mailing list > > php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > |
From: Matthew G. <gr...@mu...> - 2003-03-05 02:14:37
|
jpgraph looks nice, but I would rather us use a "free" library or write it ourselves. phplot maybe? http://www.phplot.com/ On Wed, Mar 05, 2003 at 01:05:25PM +1100, angek wrote: > Kurt, > > I agree with you. JPgraph is the best tool I've come across but > unfortunately license types are incompatible. jpgraph is free for > private use but carries a commercial license as well.So if you were to > incorporate it into your version of phpESP which sits on your corporate > intranet for example you would need to purchase a license for it. > > I'll send an email to the developers of jpgraph and see what we can up > with. They might be very accomondating. > > It also depends on how the other developers feel about this issue. > > Kon > > On Wed, 2003-03-05 at 12:24, Kurt Melander wrote: > > Kon, > > Is there a specific reason you're not using something already out and that > > works > > extremely well like jpgraph?? http://www.aditus.nu/jpgraph/ for > > open-source projects it is free > > and outputs some darned fine graphs. I would think incorporating this would > > be faster, easier > > and allow you to focus on other things like the new interface. But either > > way, thanks so much > > for your efforts, a good graphing function will sure be helpful. > > > > Kurt > > _______________________________________________________ > > From: "Kon Angelopoulos" <ang...@ip...> > > To: "Moshe Weitzman" <wei...@te...> > > Cc: <php...@li...> > > Sent: Tuesday, March 04, 2003 6:49 PM > > Subject: [phpesp-dev] Re: graph functionality > > > > > > > Moshe, > > > > > > my intention is to write a graphs module that can be used to display > > results > > > from the cross analysis/tabulation feature and for individual questions in > > > the following graph formats: pie, bar, line, spider, scatter. So each > > > question in the results page would have a button that would bring up a new > > > window offering the user the ability to select any of the graph formats > > and > > > view the results using the particular graph or even the entire graph > > > collection. > > > > > > As soon as it's at alpha stage I'll be releasing it to the devel list for > > all > > > to play with. > > > > > > At the moment things are not moving as fast as I like but I've got the > > generic > > > graphing functions written now all I need to do is write the code specific > > to > > > each of the graph types. > > > > > > Kon > > > > > > On Wed, 5 Mar 2003 11:30 am, you wrote: > > > > I am about to write some graphing functionality. Perhaps you could > > expand a > > > > bit on your project and its current status. i'd rather not duplicate > > your > > > > fine work. > > > > > > > > when you have some alpha code, i'd love to see it. > > > > > > > > angek wrote: > > > > > Hey James, > > > > > > > > > > How about checking for GD library and its version. > > > > > This may become usefull especially when I finish writing the chart > > > > > modules that will be used in cross analysis/tabulation and survey > > > > > results. > > > > > > > > > > Kon > > > > > > > > > > > > This SF.net email is sponsored by: Etnus, makers of TotalView, The > > debugger > > > for complex code. Debugging C/C++ programs can leave you feeling lost and > > > disoriented. TotalView can help you find your way. Available on major UNIX > > > and Linux platforms. Try it free. www.etnus.com > > > _______________________________________________ > > > phpESP-devel mailing list > > > php...@li... > > > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > > > > > > > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > -- one of the friendly folks in the IT Lab. --------------------------------------\ The IT Lab (http://www.itlab.musc.edu) \____________________ Probably the world's premier software development center. Serving: Programming, Tools, Ice Cream, Seminars |
From: Moshe W. <wei...@te...> - 2003-03-06 00:17:41
|
I know that my commercial clients would not mind paying the 85 Euro for JPGraph. It is a very reasonable fee, IMO. So my suggestion is to use it if it speeds up development or delivers significant functionality. > Kurt, > > I agree with you. JPgraph is the best tool I've come across but > unfortunately license types are incompatible. jpgraph is free for > private use but carries a commercial license as well.So if you were to > incorporate it into your version of phpESP which sits on your corporate > intranet for example you would need to purchase a license for it. > > I'll send an email to the developers of jpgraph and see what we can up > with. They might be very accomondating. > > It also depends on how the other developers feel about this issue. > > Kon |