Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Showing results 1 to 18 of 18
Search took
0.10
seconds.
Search:
Posts Made By:
CFMX RULES
Forum:
Other server side languages/ issues
07-26-2003, 11:07 AM
Replies:
2
looking for help with Coldfusion
Views:
866
Posted By
CFMX RULES
Whats the problem ?
Whats the problem ?
Forum:
Other server side languages/ issues
06-23-2003, 02:10 PM
Replies:
1
Any one used ColdfusionMX and IMAP mailserver
Views:
1,179
Posted By
CFMX RULES
Try this,2 files IMAP.cfm and IMAPfunctions.cfm ...
Try this,2 files IMAP.cfm and IMAPfunctions.cfm
IMAP.cfm
<html>
<head>
<title>IMAP.cfm</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
Forum:
Other server side languages/ issues
06-03-2003, 05:50 PM
Replies:
7
Type of server language for an all Mac environment?
Views:
1,215
Posted By
CFMX RULES
Coldfusion MX will now run on a mac you can...
Coldfusion MX will now run on a mac you can download an eval copy from macromedia, the eval will turn into a single user enterprise version after 30 days.
Forum:
Other server side languages/ issues
05-29-2003, 11:22 PM
Replies:
12
SMTP Server
Views:
1,387
Posted By
CFMX RULES
if your using IIS why not use the built in smtp...
if your using IIS why not use the built in smtp server ?
Forum:
Other server side languages/ issues
05-29-2003, 11:17 PM
Replies:
6
Grabbing the current time on the server (not client)??
Views:
1,538
Posted By
CFMX RULES
id wrap this up as a custom tag and call it that...
id wrap this up as a custom tag and call it that way, but anyhow here's the CF code you require
<meta http-equiv="REFRESH" content="150"><HTML><BODY bgcolor=eeeeee><HEAD>
<cfoutput>
<cfset...
Forum:
MySQL
05-28-2003, 11:21 AM
Replies:
2
insert/update returns table is "read only" error
Views:
1,252
Posted By
CFMX RULES
Can you verify your DSN connection in the CF...
Can you verify your DSN connection in the CF admin?
If so try
<cfquery name="qName" datasource="theDatabase">
"your query"
</cfquery>
Forum:
Other server side languages/ issues
05-28-2003, 11:09 AM
Replies:
20
Is server side scripting complicated
Views:
2,852
Posted By
CFMX RULES
you can get develop with cf for free just...
you can get develop with cf for free just download the eval from Macromedia, ok its only one user but then again your only developing right.
Or you could use Bluedragon as your cf server which is...
Forum:
JavaScript programming
05-28-2003, 10:37 AM
Replies:
4
"Please Wait" Message while Function is being Performed
Views:
1,096
Posted By
CFMX RULES
Place all this code in your page that takes a...
Place all this code in your page that takes a while to load
in your head
<script language="JavaScript">
<!--
function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document;...
Forum:
Computer Programming
05-28-2003, 12:12 AM
Replies:
1
coldfusion help
Views:
615
Posted By
CFMX RULES
hope this helps (i used the example apps db with...
hope this helps (i used the example apps db with cfmx)
test.cfm
----------
<cfquery name="Categories" dataSource="exampleapps">
select CategoryID, CategoryName
from tblCategories
order...
Forum:
Other server side languages/ issues
05-27-2003, 11:11 PM
Replies:
5
.htaccess & .htpasswd
Views:
2,054
Posted By
CFMX RULES
here's a good link to setup htaccess on win2k ...
here's a good link to setup htaccess on win2k
http://www.kuro5hin.org/story/2002/10/1/213723/598
Forum:
Other server side languages/ issues
05-27-2003, 11:07 PM
Replies:
5
.htaccess & .htpasswd
Views:
2,054
Posted By
CFMX RULES
Im sorry and beg to differ, .htaccess IS an...
Im sorry and beg to differ, .htaccess IS an apache thing and yes you can setup something similar on a win box.
As for you using apache on windows with htaccess thats no problem because as i have...
Forum:
Other server side languages/ issues
05-25-2003, 12:13 AM
Replies:
1
Pocket PC Web Server w/PHP
Views:
2,555
Posted By
CFMX RULES
Good news is that it can be done, bad news is you...
Good news is that it can be done, bad news is you need a linux kernel on your ipaq.
Search the net for ipaq and linux and you'll find the download page (sorry i dont have it to hand)
Hope this...
Forum:
Other server side languages/ issues
05-25-2003, 12:10 AM
Replies:
5
.htaccess & .htpasswd
Views:
2,054
Posted By
CFMX RULES
Am i correct in saying that you are using IIS...
Am i correct in saying that you are using IIS (just looking at your webroot) ?
Isnt htaccess an Apache thing ??
If So on both you have the wrong Web Server for trying to use htaccess.
Id recommend...
Forum:
Other server side languages/ issues
04-24-2003, 08:48 PM
Replies:
2
n00b coldfusionmx question.
Views:
1,234
Posted By
CFMX RULES
You can install CFMX to use either the CF built...
You can install CFMX to use either the CF built in Web server or IIS, Apache, etc..
If you are wanting to use IIS, install IIS prior to CFMX (you can reconfig later if you require but its not as...
Forum:
Other server side languages/ issues
04-24-2003, 08:36 PM
Replies:
1
Arrays and coldfusion
Views:
1,083
Posted By
CFMX RULES
I Dont quite know how you want to output it but...
I Dont quite know how you want to output it but this is one option
<cfset myList = ArrayToList(errors, ",")>
<!--- output the array as a list --->
<cfoutput>
<P>The contents of the array are...
Forum:
Other server side languages/ issues
04-08-2003, 11:30 PM
Replies:
5
pseudo add to cart with coldfusion
Views:
2,694
Posted By
CFMX RULES
<cfset session.YourVariable = YourValue> ...
<cfset session.YourVariable = YourValue>
thats it
But if your not using cfmx lock your session vars !! <cflock>
Forum:
Other server side languages/ issues
04-08-2003, 11:08 PM
Replies:
1
option tag
Views:
1,821
Posted By
CFMX RULES
<CFQUERY NAME ="City" DATASOURCE="Kissaudio"> ...
<CFQUERY NAME ="City" DATASOURCE="Kissaudio">
SELECT DISTINCT
CITY
FROM Kiss_Shows
ORDER BY CITY asc
</CFQUERY>
<form method="POST" action="body.cfm">
<cfoutput query="city">
...
Forum:
MySQL
04-08-2003, 10:57 PM
Replies:
2
date format and WHERE clause
Views:
1,624
Posted By
CFMX RULES
All you need to do is dateformat your form var ...
All you need to do is dateformat your form var
eg:
SELECT * FROM Shows WHERE Shows.DOS = '#dateformat(Form.GigDate,'yyyy-mm-dd')#'
ORDER BY DOS ASC
Showing results 1 to 18 of 18
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
01:34 AM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.