Request a ColdFusion Tutorial
Page 1 of 114 Replies - 8236 Views - Last Post: 24 September 2010 - 07:21 PM
#1
Request a ColdFusion Tutorial
Posted 04 September 2007 - 10:10 AM
Replies To: Request a ColdFusion Tutorial
#2
Re: Request a ColdFusion Tutorial
Posted 05 September 2007 - 12:08 PM
anything beyond the basics of CFCs and working with databases and CFCs for web applications
#3
Re: Request a ColdFusion Tutorial
Posted 23 October 2007 - 07:26 PM
Or, if you know of a good book that would explain that, I could save you the time and just go buy it.
Thanks for the help!
-----------------------
After posting this I started thinking it might belong in the Flash forum, if so, Sorry...
This post has been edited by dswens: 23 October 2007 - 07:58 PM
#4
Re: Request a ColdFusion Tutorial
Posted 31 October 2007 - 11:52 PM
skyhawk133, on 4 Sep, 2007 - 10:10 AM, said:
I would really like a tutorial on how to write an "I'm online" button that will show when one of my clients is online so his or her (my client's) customer doesn't unknowingly buy a service when my client isn't online to service his or her customer.
Thanks!
Peter
#5
Re: Request a ColdFusion Tutorial
Posted 16 November 2007 - 05:49 PM
skyhawk133, on 4 Sep, 2007 - 10:10 AM, said:
Hello, I'm new to forums in general. Normally I work it out using tuts or books. I hope you can help me ([i]I'm kinda at the end of my tether)
I am stuck on how I can display on my index.cfm page, that when a button is clicked it will display the appropriate page in an area on the index page. I have inserted a <div id="content"></div> and have linked the buttons to the appropriate pages but alas have had no luck.
Can you suggest a tutorial or anything at all please.
Here is what I have so far
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>WPCC</title>
<style type="text/css">
<!--
body {
background-image: url(pineBkgrnd.jpg);
background-color: #FFFFFF;
}
body,td,th {
color: #336600;
}
.style8 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-large; color: #FFFFFF; }
#content {
position:absolute;
width:730px;
height:21px;
z-index:2;
left: 229px;
top: 241px;
}
#navigation {
position:absolute;
width:200px;
height:606px;
z-index:3;
left: 27px;
top: 240px;
}
#banner {
position:absolute;
width:797px;
height:203px;
z-index:2;
left: 29px;
top: 24px;
}
.style16 {font-size: large}
.style21 {font-size: x-small}
.style22 {font-size: medium}
.style25 {font-size: xx-small; }
.style27 {color: #669933; font-size: small; }
-->
</style>
<script language="Javascript" type="text/javascript" src="ajax.js"></script>
</head>
<body>
<div id="navigation">
<cfinclude template="Navigation.cfm"></div>
<div id="content"></div>
<div id="banner">
<table width="800" align="left">
<tr>
<th width="169" height="50" align="center" valign="middle" background="wollemia-nobilis-4-300.jpg" scope="row">
<h1 align="center" class="style8"><span class="style16">W</span></h1>
<h1 align="center" class="style8"><span class="style16">P</span></h1>
<h1 align="center" class="style8"><span class="style16">C</span></h1>
<h1 align="center" class="style8"> <span class="style16">C</span></h1></th>
<td width="585" valign="top"><p align="center" class="style21"><span class="style16">Wollomi Pine Conservation Company </span></p>
<p align="center" class="style22">1 Wollomi Pine Road, Wollomi Pine Forrest, NSW Australia</p>
<p align="center" class="style22">Tel: 02 9567 8900 Fax: 9567 8911 </p>
<p align="center" class="style25"><span class="style27">Our mission is to encourage persons from all walks of life to have a piece of history</span></p>
<p align="center" class="style21"><span class="style27">"If we all planted one in our backyard the planet could repair itself at a faster rate " <em>The Green Magazine </em></span></p> </td>
</tr>
</table></div>
</body>
</html>
Thanking you in advance for any kind of help you can give me.
#6
Re: Request a ColdFusion Tutorial
Posted 11 December 2007 - 05:35 PM
Create a javascript function that uses DOM to insert the contents you want (if you are unfamiliar with DOM, it's amazingly easy for how powerful it is for dynamic page manipulation- visit http://www.w3schools...dom/default.asp for a tutorial/reference).
Then just make button/link point to that javascript function.
I know I didn't just fix the problem for you, but I guarantee this method can be used to do it.
#7
Re: Request a ColdFusion Tutorial
Posted 13 February 2008 - 06:36 AM
#8
Re: Request a ColdFusion Tutorial
Posted 04 April 2008 - 10:23 PM
parenteau, on 13 Feb, 2008 - 06:36 AM, said:
I'm brand-new here, so forgive me if I'm stepping on any toes or replying to a questions that has already been answered...
Shouldn't the CFFILE tag take care of this? (http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=splash.html)
Or are you talking about uploading multiple files at a time?
#9
Re: Request a ColdFusion Tutorial
Posted 19 July 2008 - 07:02 PM
This post has been edited by wiredwizard: 19 July 2008 - 07:02 PM
#10
Re: Request a ColdFusion Tutorial
Posted 25 March 2009 - 03:10 PM
int GetMyOwnFormulaForColdFusion()
{
cout << "Please give me the formula for cold fusion... i'm a good guy... really...";
cout << "Really... i'm born in the usa or am related to some kind of organisation or country...";
cout << "Just enter the code and press enter..., now...";
cin >> formulaforcoldfusion; cin.get();
//Thanks for the encrypted thingy...
cout << "Thanks!!!";
return(formulaforcoldfusion);
cin.get();
}
#11
Re: Request a ColdFusion Tutorial
Posted 03 April 2009 - 08:04 AM
#12
Re: Request a ColdFusion Tutorial
Posted 04 May 2009 - 08:22 AM
#13
Re: Request a ColdFusion Tutorial
Posted 01 August 2009 - 08:23 AM
#14
Re: Request a ColdFusion Tutorial
Posted 04 March 2010 - 09:32 AM
#15 Guest_Edwin*
Re: Request a ColdFusion Tutorial
Posted 24 September 2010 - 07:21 PM
Thanks in advance!
|
|

New Topic/Question
Reply




MultiQuote







|