Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
SilviaD #1
Putting Oldest Posts on Top of the Page
Hello,
I am trying to figure out how to make my oldest postings go to the top of the
page. I currently have the newest postings on top (as it was created by my
webdeveloper). I don't have coldfusion, but I have dreamweaver. Is it possible
for me to fix this by myself?
Please check my website at [url]www.clienty.com[/url] to see what I mean. Any help is
really appreciated!! Thank you.
SilviaD Guest
-
This Forum only diplays one page of posts???
Am I missing something new here? Why does this forum only show one page of threads when there are 2490 topics in it? Is there a setting I need... -
Can't edit index.htm page since putting movie up
I made a great little iMovie for our hockey website and linked it from my computer. I didn't see that it was linked so I did it again. It plays fine... -
Web Photo Album 2.1 - putting it in page
Hi, I'm on DW MX and haven't used it in a while. I installed the extension web photo album 2.1 and I have a page onto which I want to put a photo... -
Anyone else here had any experience with putting xml on a yahoo business page
I wrote some Flex for a friend of mine and he said he had a yahoo business page. What I want to do is put his page or the xml that has the flex in... -
Putting Flah on a web page
Yea i know its a noobieish question, but ive been away from flash ro a while and completely forget whet the html code is for getting a swf to play on... -
Dan Bracuk #2
Re: Putting Oldest Posts on Top of the Page
I would suggest an order by clause in your query.
Dan Bracuk Guest
-
SilviaD #3
Re: Putting Oldest Posts on Top of the Page
Thank you - but how do I do that?
SilviaD Guest
-
Dan Bracuk #4
Re: Putting Oldest Posts on Top of the Page
Wait a minute, you don't have Cold Fusion? Uh-oh. Do you have access to:
The .cfm file that produces your page?
The database?
A testing environment?
If you answered no to these questions, you probably can't fix this yourself.
Dan Bracuk Guest
-
jjsand28 #5
Re: Putting Oldest Posts on Top of the Page
I went to the site and it appears you fixed it unless I was looking at the
wrong page.
I don't know that I would try to fix this yourself but if you knew the page
that showed the posts you would go into code view in dreamweaver and, guessing
because I don't see any code, look for this block of text
<cfquery name="something" datasource="dbname">
select fieldName1,fieldName2,etc
from tableName
</cfquery>
After the from line add this
order by dateColumnName desc
jjsand28 Guest



Reply With Quote

