Closed Thread Icon

Preserved Topic: Any ColdFusion know-it-alls? (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=20961" title="Pages that link to Preserved Topic: Any ColdFusion know-it-alls? (Page 1 of 1)" rel="nofollow" >Preserved Topic: Any ColdFusion know-it-alls? <span class="small">(Page 1 of 1)</span>\

 
kretsminky
Maniac (V) Inmate

From: A little lower... lower... ahhhhhh, thats the spot
Insane since: Jun 2000

posted posted 04-13-2001 04:26

My friend and I are trying to set up a profiles page for a site we are collaborating on. We want to have a section of profiles of all of our friends. We want to stick an image name (soandso.jpg) and basic profile info into a database and then have it accessible via a "Prev

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 04-13-2001 09:16

Personally, I don't like Allaire products...

linear
Paranoid (IV) Inmate

From: other places
Insane since: Mar 2001

posted posted 04-13-2001 23:13

Dunno no CF, but....

You only need one variable, the ID of the current profile. Do the math in the code that prints the prev and next buttons.

This page: bletch.cfm?ID=$thisid
prev page: bletch.cfm?ID=($thisid--)
next page: bletch.cfm?ID=($thisid++)


<edit>Hey, krets, why doncha make the thing sitting on top of the box look all the way like a bun 'stead of half like a bun?</edit>


[This message has been edited by linear (edited 04-13-2001).]

jiblet
Paranoid (IV) Inmate

From: Minneapolis, MN, USA
Insane since: May 2000

posted posted 04-13-2001 23:21

I am working with a Coldfusion e-commerce system right now at:
http://www.needledoctor.com

Sadly I haven't learned enough about it yet to offer broad advice, but I have to say it feels like the most basic server side language I have seen. Maybe it's because the authors of the system aren't very good programmers, but I am not impressed.

Does Coldfusion use an integrated DB? The first thing you want to do is define your data structures, then build yourself a tool to modify the database, by the time you get that done, the actual output logic will be the simple part.

« BackwardsOnwards »

Show Forum Drop Down Menu