Hi Gordon, thanks:)

Definitely the site will be Flex>CF>SQL (My/MS...not sure yet). Access
is just the quick and dirty way for me to build it - it's visual. I'll
populate a db for real when I am at that stage. For the gallery,
though, it's all going to be CF-generated XML files read from the db,
so that the client uploads xml files as requested, already sitting on
the server as created by the owner (i.e., me) from the db as changes
are made - you add a gallery or image via SQL area admin page, you
spit out a new XML file, and the client reads that. 

Adjacency model seems best for the tree, i.e., so I can populate the
galleries as intuitively as a photograpger would want (I want to give
this to people when it's finished): 

http://sqllessons.com/categories.html

...the db table is obviously simple. The XML file generated by CF,
however, is going to be a nightmare.

I just bought about $5,000 worth of Adobe software (+Win2003Server
SBS) so my commitment is completely to that, no php, or java, or asp,
and right now, FDS doesn't seem something I'd be willing to wrap my
head around because of the complexity.

I DO have the entire thing in my head, well enough to create a
flowchart, but that still doesn't stop me from being completely stupid
regarding making the well-conceived front end talk with the well
conceived (I hope!) back end via CF and various SQL queries.

Shawn

--- In [EMAIL PROTECTED], "Gordon Smith" <[EMAIL PROTECTED]> wrote:
>
> It sounds to me like you're having problems because Flex is front-end
> technology that doesn't talk directly to databases like Access. You need
> to decide which middleware your'e going to use on the server side: Java?
> ColdFusion? PHP? Flex Data Services? The choice will probably depend on
> whether you are hosting your own site or paying a hosting service.
>  
> BTW, what is an Adjacency modeled gallery table?
>  
> - Gordon
> 
> ________________________________
> 
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
> Behalf Of shawn.gibson
> Sent: Thursday, April 12, 2007 3:21 PM
> To: [EMAIL PROTECTED]
> Subject: [flexcoders] Re: Time to start over: XML/db>entry
> points>tree>thumbnails>main image
> 
> 
> 
> Thanks Tom and Tracy. Sorry for the delayed response. My server is
> actually not even running...and SuperMicro just said to RMA it. Blah.
> 
> I definitely want to do this, in the bigger scheme, myself, and I
> think it would be a useless endeavour to be asking you guys to build
> this for me...there's no enjoyment in that:) I hope that's not how I
> come across...I definitely want to feel the pride I can in seeing this
> thing when I finally turn the key and the lights go on...
> 
> The front end, this part anyways (gallery mechanism), is almost
> completely how I want it, and the db is both on paper and in Access
> pretty much ready to go (for the whole thing - galleries, rating
> system, blog, image comments, user identification...I'm sure things
> will pop up as I build, but the core of what at least the USER will be
> considering, is built in the db). The middle is where I am having all
> of my problems (excluding the one desire for an Adjacency modeled
> gallery table...which I can handle perfectly painlessly if I keep it
> XML).
> 
> I'll keep going on what I have, and try to work one step at a time. My
> biggest problem right now is that I don't at all understand Tracy's
> original advice as for building the tree, the XML part and not tagging
> things to a result, etc. This part of it is purely programmatic, and
> abstract, so I can't wrap my head around it. But I'll get there.
> 
> The books are starting to make their way to the shelves, too, which
> will help tremendously, and I went to an Adobe seminar last night
> (CFUG) which showed front-to-back how to deal with a Flex/CF/SQL CRUD
> CFC Remoting mechanism...so all the parts are there, waiting for me to
> understand.
> 
> The adjacency scripting will kill me, though, that's for sure LOL.
> 
> I'm 38, I have wanted to write something beautiful since I started
> POKEing colours and sounds in my VIC 20 (36969 and 36976, 36977,
> 36978, and white noise, 36879...I think LOL) and there's never been a
> better time for that to happen than with Flex and CF making
> everything, on some level, at least, approachable.
> 
> Shawn
> 
> --- In [EMAIL PROTECTED] <mailto:flexcoders%40yahoogroups.com>
> , "Tracy Spratt" <tspratt@> wrote:
> >
> > Shawn, I don't think starting over is necessarily the best approach.
> > All apps are layers and pieces, and you can really only work on one
> > thing at a time.
> > 
> > 
> > 
> > So take your pick, and start with the UI first and work back towards
> the
> > data, or start at the data and work up to the UI. 
> > 
> > 
> > 
> > I personally like to build a start-to-finish prototype to establish
> all
> > of the technologies and protocols I will be using, and then go back
> and
> > flesh-out the layers. If I was where you are, with a starting point
> UI,
> > I would build the db, establish some image sources, create the middle
> > tier, and get the data into flex.
> > 
> > 
> > 
> > I don't think you will get much response starting out with "how do I
> > build my app" level questions. We do not know your requirements(and
> > don't really want to learn them) well enough to design an app, let
> alone
> > code it.
> > 
> > 
> > 
> > You have a start, build on that. Keep questions specific.
> > 
> > 
> > 
> > Tracy
> > 
> > 
> > 
> > ________________________________
> > 
> > From: [EMAIL PROTECTED] <mailto:flexcoders%40yahoogroups.com>
> [mailto:[EMAIL PROTECTED] <mailto:flexcoders%40yahoogroups.com>
> ] On
> > Behalf Of shawn.gibson
> > Sent: Wednesday, April 11, 2007 6:41 AM
> > To: [EMAIL PROTECTED] <mailto:flexcoders%40yahoogroups.com> 
> > Subject: [flexcoders] Time to start over: XML/db>entry
> > points>tree>thumbnails>main image
> > 
> > 
> > 
> > I must be approaching this system completely wrong because people
> > don't really be willing to offer help, which to me just says I've done
> > it completely wrong as people around here are always usually helpful.
> > I'm open to any suggestions as to how to get the following mockup
> > (link) to work properly, anything from HTTPService and XML to Remoting
> > with a CRUD CFC(s) and a MySQL or MSSQL db...I am fine moving
> > everything over to a db, my only problem is I don't know how to do the
> > code with Flex/CF (I guess it's the db query technically) for the tree
> > as the galleries db will have to be self-referential (adjacency model)
> > and my understanding is the code for such is hard to build.
> > 
> > Here's what I have, if anyone can offer any suggestions, disregarding
> > whatever you see now in View Source...I'm willing to start from
> > scratch if someone sees a viable method with which I might be able to
> > get people help me through it - I'm a photographer and design guy, not
> > a coder, so this has been a bit of a nightmare for me to try and get
> > working. It will be available for anyone who wants it when it's done,
> > for free, if anyone is willing to help me out here:
> > 
> > http://74.121.128.139:8500/dataflow/bin/dataflow.html
> <http://74.121.128.139:8500/dataflow/bin/dataflow.html> 
> > <http://74.121.128.139:8500/dataflow/bin/dataflow.html
> <http://74.121.128.139:8500/dataflow/bin/dataflow.html> > 
> > 
> > The link will change when my server is back up and running, this IP is
> > just 'for now'.
> > 
> > Shawn
> >
>


Reply via email to