From: Andrew T. <ajt...@hi...> - 2006-05-02 23:27:53
|
Scratch most of below - Katie *just* verified the same thing - I've seen problems like this before, where the $result is used and was never checked if a valid result was returned. We need to add error handling of empty/invalid DB results. Also, I believe at this point we should advise that no one run HEAD (ok, so TRUNK now :) ) as their live/used version. So, what is the plan on the Model/Controller (or DB) side to get things pulled apart? TRUNK will have to be very broken for awhile as very core View->Controller funcs like "fof_get_items( lots, of, things)" needs to be either yanked and/or formed into something a little cleaner. While testing along the way is good to make sure we don't go backwards (too far), we also don't want to have to support every repo rev. Andrew -- Problems -- Clean uninstall & reinstall on a db, checked out from SVN head. 1 feed added (http://highearthorbit.com), 10 items read, clicked on the "10 new items" Fatal error: Call to a member function RecordCount() on a non-object in /home/.parable/highearth/code.highearthorbit.com/public/fofredux/fofredu= x_svn/view.php on line 83 I think this is b/c the options were empty by default, Options were empty, not loaded from default? -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: Miles B. <mil...@gm...> - 2006-05-02 23:40:22
|
On 5/2/06, Andrew Turner <ajt...@hi...> wrote: > Also, I believe at this point we should advise that no one run HEAD > (ok, so TRUNK now :) ) as their live/used version. I was doing this so we can have some testing done early and not have a lot of bugs at the end of the development process. That said, let me know when things have stabilzed and then I can look at it again. :) -Miles |
From: Andrew T. <ajt...@hi...> - 2006-05-03 01:50:43
|
On 5/2/06, Miles Beck <mil...@gm...> wrote: > On 5/2/06, Andrew Turner <ajt...@hi...> wrote: > > Also, I believe at this point we should advise that no one run HEAD > > (ok, so TRUNK now :) ) as their live/used version. > > I was doing this so we can have some testing done early and not have a > lot of bugs at the end of the development process. That said, let me > know when things have stabilzed and then I can look at it again. :) Your help is definitely appreciated. And I agree that catching bugs earlier rather than later is better. I wasn't thinking of you as a typical "user" :) I just don't want someone to walk in to FoFRedux and go "ooh, let me grab from the repo" and bash themselves in some way. Personally, I have about 10 copies of FoFredux at various releases pointing to 6 sets of tables in a DB. :) Andrew -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |
From: Evan R. <eva...@gm...> - 2006-05-03 06:11:22
|
yeah, as mentioned, this bug is because no settings are saved, and the recordset comes back empty. it wasn't occurring in previous versions, since it was reading values from the default.config file, and overwriting the changed ones from the DB. in any case, this bug is somewhat proof that we'll have our hands full. While doing so, we should perhaps create some sort of error handling object, so that we can push messages up to the user, and eliminate any markup in the classes themselves. /evan On 5/3/06, Andrew Turner <ajt...@hi...> wrote: > On 5/2/06, Miles Beck <mil...@gm...> wrote: > > On 5/2/06, Andrew Turner <ajt...@hi...> wrote: > > > Also, I believe at this point we should advise that no one run HEAD > > > (ok, so TRUNK now :) ) as their live/used version. > > > > I was doing this so we can have some testing done early and not have a > > lot of bugs at the end of the development process. That said, let me > > know when things have stabilzed and then I can look at it again. :) > > Your help is definitely appreciated. And I agree that catching bugs > earlier rather than later is better. I wasn't thinking of you as a > typical "user" :) > > I just don't want someone to walk in to FoFRedux and go "ooh, let me > grab from the repo" and bash themselves in some way. > > Personally, I have about 10 copies of FoFredux at various releases > pointing to 6 sets of tables in a DB. :) > > Andrew > -- > 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 ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > |
From: Broken K. <kha...@gm...> - 2006-05-03 06:30:49
|
Ok I had a bit of time this evening, so I played around with some code and got the pages I need to create set up. The one that's more or less there is the login page. Yes I know I've created far too many classes so soon in the game but I can see areas where some of them (like remember and forgot) can be renamed and reused once I get round to creating the setup and admin pages, but until I get there I'm just going to keep adding to get it all right and then optimize at the end. If anyone can see areas where you can cut down please don't be shy. You can download it from here: (I sent it like 3 times before I remembered that we can't send any attachments on the mailing list. Andrew any chance we can sort this out?) www.brokenkode.com/downloads/HTMLv0-1.zip Can someone also validate my css, the .login background is giving me some problem which I can't sort out. Also can someone have a look at the index page. I'm not that great at iframes so I can't seem to get the blasted things to do what I want them to do (mainly show no borders and the top frame to be set where the navigation will have a fixed height, 60px or whatever). khaled |
From: Dan T. <da...@an...> - 2006-05-03 07:26:59
|
And the correct link would be: http://www.brokenkode.com/download/HTMLv0-1.zip hehe... Was just guessing... :) On 5/3/06, Broken Kode <kha...@gm...> wrote: > Ok I had a bit of time this evening, so I played around with some code > and got the pages I need to create set up. > > The one that's more or less there is the login page. Yes I know I've > created far too many classes so soon in the game but I can see areas > where some of them (like remember and forgot) can be renamed and reused > once I get round to creating the setup and admin pages, but until I get > there I'm just going to keep adding to get it all right and then > optimize at the end. > > If anyone can see areas where you can cut down please don't be shy. > > You can download it from here: (I sent it like 3 times before I > remembered that we can't send any attachments on the mailing list. > Andrew any chance we can sort this out?) > www.brokenkode.com/downloads/HTMLv0-1.zip > > Can someone also validate my css, the .login background is giving me > some problem which I can't sort out. > > Also can someone have a look at the index page. I'm not that great at > iframes so I can't seem to get the blasted things to do what I want them > to do (mainly show no borders and the top frame to be set where the > navigation will have a fixed height, 60px or whatever). > > khaled > > > ------------------------------------------------------- > 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 ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > |
From: Kevin <ke...@dr...> - 2006-05-03 07:28:15
|
Andrew Turner wrote: > So, what is the plan on the Model/Controller (or DB) side to get > things pulled apart? TRUNK will have to be very broken for awhile as > very core View->Controller funcs like "fof_get_items( lots, of, > things)" needs to be either yanked and/or formed into something a > little cleaner. While testing along the way is good to make sure we > don't go backwards (too far), we also don't want to have to support > every repo rev. I'm currently playing with Dan's front controller. I got side tracked from the model work look into using Dan's front controller. I think it's important to evaluate and decide if we should use this *before* getting too far into the UI redesign. I was able to convert panel.php (the feed list) to use the front controller in about 30min. I think I'll try migrating one or two more pages and then put the code up someplace for others to evaluate. I'd rather not commit anything just yet. -Kevin |
From: Dan T. <da...@an...> - 2006-05-03 08:04:12
|
I have updated the files with before filters... class ApplicationController extends ApplicationBase { function valid_auth() { $user_is_valid =3D true; if (!$user_is_valid) { $this->redirect( array( 'controller' =3D> 'user', 'action' =3D> 'login' ) ); return false; } return true; } } A beforeFilters method is fired before each action and rendering... class ArticleController extends ApplicationController { function beforeFilters() { $this->applyBeforeFilter(new ExceptFilter('valid_auth', 'login')); } } Same download at: http://v.rummanddan.dk/vc.tar If you choose to use it, I will of course clean the code extensively... /Dan On 5/3/06, Kevin <ke...@dr...> wrote: > Andrew Turner wrote: > > So, what is the plan on the Model/Controller (or DB) side to get > > things pulled apart? TRUNK will have to be very broken for awhile as > > very core View->Controller funcs like "fof_get_items( lots, of, > > things)" needs to be either yanked and/or formed into something a > > little cleaner. While testing along the way is good to make sure we > > don't go backwards (too far), we also don't want to have to support > > every repo rev. > > I'm currently playing with Dan's front controller. > > I got side tracked from the model work look into using Dan's front > controller. I think it's important to evaluate and decide if we should > use this *before* getting too far into the UI redesign. > > I was able to convert panel.php (the feed list) to use the front > controller in about 30min. I think I'll try migrating one or two more > pages and then put the code up someplace for others to evaluate. I'd > rather not commit anything just yet. > > -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 ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > |
From: Andrew T. <ajt...@hi...> - 2006-05-03 11:25:24
|
Good start, glad to see a framework up. A couple of things I see can be done: * put an id on the body tag so we can then use that to style special elements for a page. * the class login will really be a form. I don't think it needs a special "login" class * What about an image replacement technique for the logo image (Bowman, Leahy, Phark, whichever suits you) Also, as you're putting together the CSS - it may be nice to break apart the structure from the color into separate CSS files. Will make it easier in the future for someone to "style" it themselves :) Programmers - since we've brought up newer frameworks as possible inspiration, what do you think of using "partials". Basically, a partial would be an _item.php file that just had the markup to display an item. Then the view.php would do (pseudocode): <? for $item in $items include "_item.php"; ?> and _item.php is <div class=3D"item" id=3D"item_<?=3D$item->id?>"> <?=3D $item->content?> </div> I'm not sure how this would be best done in PHP. Andrew On 5/3/06, Broken Kode <kha...@gm...> wrote: > Ok I had a bit of time this evening, so I played around with some code > and got the pages I need to create set up. > > The one that's more or less there is the login page. Yes I know I've > created far too many classes so soon in the game but I can see areas > where some of them (like remember and forgot) can be renamed and reused > once I get round to creating the setup and admin pages, but until I get > there I'm just going to keep adding to get it all right and then > optimize at the end. > > If anyone can see areas where you can cut down please don't be shy. > > You can download it from here: (I sent it like 3 times before I > remembered that we can't send any attachments on the mailing list. > Andrew any chance we can sort this out?) > www.brokenkode.com/downloads/HTMLv0-1.zip > > Can someone also validate my css, the .login background is giving me > some problem which I can't sort out. > > Also can someone have a look at the index page. I'm not that great at > iframes so I can't seem to get the blasted things to do what I want them > to do (mainly show no borders and the top frame to be set where the > navigation will have a fixed height, 60px or whatever). > > khaled > > > ------------------------------------------------------- > 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 ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > 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-05-03 11:59:41
|
@Andrew: i tend to like partials, since i did it on an asp project over 5 years ago which was displaying various items (replacement parts) from a corporate datawarehouse. it's a good concept which makes the code easy to use...but i'm not sure if it would also be overkill for us, since all of our items are identical and rather small snipets of code. it may be very useful if we want to develop different views of an item...say with tagging on and off, or with images filtered out, or a compact view which truncs only the first 200 chars, or whatever. but as long as theres not much option or filtering there, then it really just adds more layers that aren't really useful. but, i like the concept...but only if there's a good need for it. On 5/3/06, Andrew Turner <ajt...@hi...> wrote: > Good start, glad to see a framework up. > > A couple of things I see can be done: > > * put an id on the body tag so we can then use that to style special > elements for a page. > * the class login will really be a form. I don't think it needs a > special "login" class > * What about an image replacement technique for the logo image > (Bowman, Leahy, Phark, whichever suits you) > > Also, as you're putting together the CSS - it may be nice to break > apart the structure from the color into separate CSS files. Will make > it easier in the future for someone to "style" it themselves :) > > Programmers - since we've brought up newer frameworks as possible > inspiration, what do you think of using "partials". Basically, a > partial would be an _item.php file that just had the markup to display > an item. Then the view.php would do (pseudocode): > > <? > for $item in $items > include "_item.php"; > ?> > > and _item.php is > > <div class=3D"item" id=3D"item_<?=3D$item->id?>"> > <?=3D $item->content?> > </div> > > I'm not sure how this would be best done in PHP. > > Andrew > > > > > On 5/3/06, Broken Kode <kha...@gm...> wrote: > > Ok I had a bit of time this evening, so I played around with some code > > and got the pages I need to create set up. > > > > The one that's more or less there is the login page. Yes I know I've > > created far too many classes so soon in the game but I can see areas > > where some of them (like remember and forgot) can be renamed and reused > > once I get round to creating the setup and admin pages, but until I get > > there I'm just going to keep adding to get it all right and then > > optimize at the end. > > > > If anyone can see areas where you can cut down please don't be shy. > > > > You can download it from here: (I sent it like 3 times before I > > remembered that we can't send any attachments on the mailing list. > > Andrew any chance we can sort this out?) > > www.brokenkode.com/downloads/HTMLv0-1.zip > > > > Can someone also validate my css, the .login background is giving me > > some problem which I can't sort out. > > > > Also can someone have a look at the index page. I'm not that great at > > iframes so I can't seem to get the blasted things to do what I want the= m > > to do (mainly show no borders and the top frame to be set where the > > navigation will have a fixed height, 60px or whatever). > > > > khaled > > > > > > ------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, securit= y? > > 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 Geron= imo > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > > _______________________________________________ > > 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 ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > |
From: Dan T. <da...@an...> - 2006-05-03 12:32:43
|
I have no problem in trying to put in partial support as well... I will look at that as well on a bit updated view-integration as I have some time left over today... :) I think we should do something like: <? foreach ($items as $item): ?> <? $this->render_partial('item', $item); ?> <? endforeach; ?> Each parameter passed to the partial will be a local variable in that partial view... On 5/3/06, Evan Roth <eva...@gm...> wrote: > @Andrew: i tend to like partials, since i did it on an asp project > over 5 years ago which was displaying various items (replacement > parts) from a corporate datawarehouse. it's a good concept which > makes the code easy to use...but i'm not sure if it would also be > overkill for us, since all of our items are identical and rather small > snipets of code. > > it may be very useful if we want to develop different views of an > item...say with tagging on and off, or with images filtered out, or a > compact view which truncs only the first 200 chars, or whatever. but > as long as theres not much option or filtering there, then it really > just adds more layers that aren't really useful. > > but, i like the concept...but only if there's a good need for it. > > On 5/3/06, Andrew Turner <ajt...@hi...> wrote: > > Good start, glad to see a framework up. > > > > A couple of things I see can be done: > > > > * put an id on the body tag so we can then use that to style special > > elements for a page. > > * the class login will really be a form. I don't think it needs a > > special "login" class > > * What about an image replacement technique for the logo image > > (Bowman, Leahy, Phark, whichever suits you) > > > > Also, as you're putting together the CSS - it may be nice to break > > apart the structure from the color into separate CSS files. Will make > > it easier in the future for someone to "style" it themselves :) > > > > Programmers - since we've brought up newer frameworks as possible > > inspiration, what do you think of using "partials". Basically, a > > partial would be an _item.php file that just had the markup to display > > an item. Then the view.php would do (pseudocode): > > > > <? > > for $item in $items > > include "_item.php"; > > ?> > > > > and _item.php is > > > > <div class=3D"item" id=3D"item_<?=3D$item->id?>"> > > <?=3D $item->content?> > > </div> > > > > I'm not sure how this would be best done in PHP. > > > > Andrew > > > > > > > > > > On 5/3/06, Broken Kode <kha...@gm...> wrote: > > > Ok I had a bit of time this evening, so I played around with some co= de > > > and got the pages I need to create set up. > > > > > > The one that's more or less there is the login page. Yes I know I've > > > created far too many classes so soon in the game but I can see areas > > > where some of them (like remember and forgot) can be renamed and reus= ed > > > once I get round to creating the setup and admin pages, but until I g= et > > > there I'm just going to keep adding to get it all right and then > > > optimize at the end. > > > > > > If anyone can see areas where you can cut down please don't be shy. > > > > > > You can download it from here: (I sent it like 3 times before I > > > remembered that we can't send any attachments on the mailing list. > > > Andrew any chance we can sort this out?) > > > www.brokenkode.com/downloads/HTMLv0-1.zip > > > > > > Can someone also validate my css, the .login background is giving me > > > some problem which I can't sort out. > > > > > > Also can someone have a look at the index page. I'm not that great at > > > iframes so I can't seem to get the blasted things to do what I want t= hem > > > to do (mainly show no borders and the top frame to be set where the > > > navigation will have a fixed height, 60px or whatever). > > > > > > khaled > > > > > > > > > ------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, secur= ity? > > > Get stuff done quickly with pre-integrated technology to make your jo= b easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Ger= onimo > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&d= at=3D121642 > > > _______________________________________________ > > > 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, securit= y? > > 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 Geron= imo > > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&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 ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > |
From: khaled A. A. <bro...@gm...> - 2006-05-03 12:36:27
|
I'm going to keep going and once I've got everything there I think I'll leave you guys to optimise it more. I'll keep the colours as seperate as I can. As for image replacement, honestly I don't see the reasoning behind this. Fair enough it's nice to keep the images and the structure completely seperate but I feel all these methods are far too complicated for essentially a pretty simple task. It's not breaking any validation codes etc. In any case once again when I've got all the structure in place (which just looking at everything shouldn't be too difficult to sort out, then I'm sure you guys will find ways to make it actually look pretty, from a coding pov, because that is definitely not something I'm very good at :). On 5/3/06, Evan Roth <eva...@gm...> wrote: > > @Andrew: i tend to like partials, since i did it on an asp project > over 5 years ago which was displaying various items (replacement > parts) from a corporate datawarehouse. it's a good concept which > makes the code easy to use...but i'm not sure if it would also be > overkill for us, since all of our items are identical and rather small > snipets of code. > > it may be very useful if we want to develop different views of an > item...say with tagging on and off, or with images filtered out, or a > compact view which truncs only the first 200 chars, or whatever. but > as long as theres not much option or filtering there, then it really > just adds more layers that aren't really useful. > > but, i like the concept...but only if there's a good need for it. > > On 5/3/06, Andrew Turner <ajt...@hi...> wrote: > > Good start, glad to see a framework up. > > > > A couple of things I see can be done: > > > > * put an id on the body tag so we can then use that to style special > > elements for a page. > > * the class login will really be a form. I don't think it needs a > > special "login" class > > * What about an image replacement technique for the logo image > > (Bowman, Leahy, Phark, whichever suits you) > > > > Also, as you're putting together the CSS - it may be nice to break > > apart the structure from the color into separate CSS files. Will make > > it easier in the future for someone to "style" it themselves :) > > > > Programmers - since we've brought up newer frameworks as possible > > inspiration, what do you think of using "partials". Basically, a > > partial would be an _item.php file that just had the markup to display > > an item. Then the view.php would do (pseudocode): > > > > <? > > for $item in $items > > include "_item.php"; > > ?> > > > > and _item.php is > > > > <div class=3D"item" id=3D"item_<?=3D$item->id?>"> > > <?=3D $item->content?> > > </div> > > > > I'm not sure how this would be best done in PHP. > > > > Andrew > > > > > > > > > > On 5/3/06, Broken Kode <kha...@gm...> wrote: > > > Ok I had a bit of time this evening, so I played around with some > code > > > and got the pages I need to create set up. > > > > > > The one that's more or less there is the login page. Yes I know I've > > > created far too many classes so soon in the game but I can see areas > > > where some of them (like remember and forgot) can be renamed and > reused > > > once I get round to creating the setup and admin pages, but until I > get > > > there I'm just going to keep adding to get it all right and then > > > optimize at the end. > > > > > > If anyone can see areas where you can cut down please don't be shy. > > > > > > You can download it from here: (I sent it like 3 times before I > > > remembered that we can't send any attachments on the mailing list. > > > Andrew any chance we can sort this out?) > > > www.brokenkode.com/downloads/HTMLv0-1.zip > > > > > > Can someone also validate my css, the .login background is giving me > > > some problem which I can't sort out. > > > > > > Also can someone have a look at the index page. I'm not that great at > > > iframes so I can't seem to get the blasted things to do what I want > them > > > to do (mainly show no borders and the top frame to be set where the > > > navigation will have a fixed height, 60px or whatever). > > > > > > khaled > > > > > > > > > ------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, > security? > > > Get stuff done quickly with pre-integrated technology to make your jo= b > easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > > > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > > > _______________________________________________ > > > 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?cmdlnk&kid=120709&bid&3057&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 Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > |
From: Andrew T. <ajt...@hi...> - 2006-05-03 15:43:17
|
On 5/3/06, khaled Abou Alfa <bro...@gm...> wrote: > I'm going to keep going and once I've got everything there I think I'll > leave you guys to optimise it more. I'll keep the colours as seperate as = I > can. > > As for image replacement, honestly I don't see the reasoning behind this. > Fair enough it's nice to keep the images and the structure completely > seperate but I feel all these methods are far too complicated for > essentially a pretty simple task. It's not breaking any validation codes > etc. In any case once again when I've got all the structure in place (whi= ch > just looking at everything shouldn't be too difficult to sort out, then I= 'm > sure you guys will find ways to make it actually look pretty, from a codi= ng > pov, because that is definitely not something I'm very good at :). > Just thinking about mobile versions and light-weight versions being able to have a media=3Dhandheld stylesheet. But yes, continue along! I was throwing out ideas and suggestions for your consideration. Andrew -- Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |