Search the web
Sign In
New User? Sign Up
coldfusion-howto · ColdFusion Tips Tutorial Help Questions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 22240 - 22269 of 42947   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22240
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Send Email
Jan 1, 2004
10:54 am
22241
Hi all i'm looking for ideas, suggestions, tips for build an CF Automatic Form Builder for my CMS. How to start? How to store that fields created for my users...
marcoacs2001
Offline Send Email
Jan 1, 2004
11:42 am
22242
If you are on windows you need to specify the drive letter for the file you are uploading eg c:/, d:/ etc etc ... From: Kang, Daniel...
Joe Kizlauskas
joekizlauskas
Offline Send Email
Jan 1, 2004
12:03 pm
22243
Hi we're developing a CMS writing static pages from DB data. No secret. But, for improving performance, we're looking for cache solutions for that static...
marcoacs2001
Offline Send Email
Jan 1, 2004
2:18 pm
22244
... Form Builder for my CMS. In order to automatically create forms, you need to know the parameters for every field in the database ie type, size etc. A good...
Claude Schneegans
schneeca
Offline Send Email
Jan 1, 2004
7:34 pm
22245
I defined the variable for the path. The problem I have is to store the path of the file on the server in the filed "prjFileStore" on the table. With the...
Kang, Daniel
dancf2002
Offline Send Email
Jan 2, 2004
2:45 am
22246
If you use it, can you please mention my name author: Dan Plesse Thanks! 1. line CFMX <cfhttp url="http://finance.yahoo.com/q/is?s=AMGN" method="get" ...
Dan Plesse
empiricallys...
Offline Send Email
Jan 2, 2004
4:26 am
22247
Refer to www.easyconsole.com , this CMS based on CFMX really rocks! They have an excellent form builder as well. _____ From: Claude Schneegans...
Giorgoc Yahoo!
giorgoc
Offline Send Email
Jan 2, 2004
7:36 am
22248
Has anyone implemented Jabber on a CFMX server??? ... From: Giorgoc Yahoo! [mailto:giorgoc@...] Sent: Friday, January 02, 2004 2:36 AM To:...
Dan Plesse
empiricallys...
Offline Send Email
Jan 2, 2004
8:16 am
22249
Thanx Giorgoc and Claude yeahhh. Pretty tool! But how to do Automatic Form Builder? Where store all user fields? DB or XML? Any tip? Suggestion? Once again...
marcoacs2001
Offline Send Email
Jan 2, 2004
10:52 am
22250
Hi all we're developing a CMS. This CMS creates static pages from DB data. Our questions: 1) what's the best - searching from DB data with Verity Collections ...
marcoacs2001
Offline Send Email
Jan 2, 2004
12:32 pm
22251
Well, I believe you should store them in a relational db. You need a table to store all forms. Also a database to store all fields related to the forms. You...
Giorgoc Yahoo!
giorgoc
Offline Send Email
Jan 2, 2004
2:37 pm
22252
I have several questions. Is there a way to find out the image dimensions (width and height) in ColdFusion? I want to allow users to upload images to my...
dzoan-chau
Offline Send Email
Jan 2, 2004
2:39 pm
22253
Thanx...ready goes to rocks path.... Thanx again Giorgoc ... fields ... all the ... CF tags ... rocks! ... Automatic ... to ... &tagId=86 ... ASP.NET, ... ...
marcoacs2001
Offline Send Email
Jan 2, 2004
2:55 pm
22254
... Hmmm... it seems that they build forms using "predefined types", not using any field in any table in any datasource. I'm working on such a form builder,...
Claude Schneegans
schneeca
Offline Send Email
Jan 2, 2004
4:13 pm
22255
... This is why I designed CFX_ODBCinfo: you don't need to store (and maintain) DB fields, you get them directly from the database. You even get the field...
Claude Schneegans
schneeca
Offline Send Email
Jan 2, 2004
4:17 pm
22256
Is there anyway to make certain words in yellow or red blink (flash)? For instance, if it is <font color="FF0000">Urgent</font>, then I want to make it blink...
Kang, Daniel
dancf2002
Offline Send Email
Jan 2, 2004
4:39 pm
22257
Image size snippet: <cfset imgFile = createObject("java","javax.swing.ImageIcon").init("C:\Documents and Settings\Administrator\My Documents\My...
Dan Plesse
empiricallys...
Offline Send Email
Jan 2, 2004
4:55 pm
22258
I have used animated gifs to do this. Netscape screwed around with blink but it died almost immediately. Thank goodness! JoAnn A. Schlosser Web Developer ...
JoAnn Schlosser
jojo_super77
Offline Send Email
Jan 2, 2004
5:39 pm
22259
Wow, excellent. Is this in the ColdFusion documentation somewhere or you just figure it out yourself? I guess you have to know Java to know this. Thanks. ...
dzoan-chau
Offline Send Email
Jan 2, 2004
5:42 pm
22260
Ever since CF went java only 1% of CF is documented. For every CF tag their is hundreds of methods, hundreds of supporting classes and other basic things you...
Dan Plesse
empiricallys...
Offline Send Email
Jan 2, 2004
6:18 pm
22261
All right Claude but i'm still looking for a solution where users can create any type of form with any field type. This is the approach... How to manage that...
marcoacs2001
Offline Send Email
Jan 2, 2004
6:20 pm
22262
dan, please explain and/or point to more indepth information regarding the possibilities of using all these methods and classes that are available, yet mostly...
:. webspinner : encor...
surftrip
Offline Send Email
Jan 2, 2004
6:34 pm
22263
You could feed the document into a java object, hand the string over to CF and then have flash pull it in. You can use my first java post. ...
Dan Plesse
empiricallys...
Offline Send Email
Jan 2, 2004
6:35 pm
22264
And I don't know java. I wish I did. Also you can use java directly with flash to change a doc file into a html file and then into flash as a string. ... From:...
Dan Plesse
empiricallys...
Offline Send Email
Jan 2, 2004
6:38 pm
22265
First you need a tool to see these classes and methods for each CF tag 1. Get the ClassViewer.class file http://www.opticalalert.com/classviewer.class 2. and...
Dan Plesse
empiricallys...
Offline Send Email
Jan 2, 2004
7:53 pm
22266
Not blinking, I hope. One way I use to bring attention to a word or phrase is to use a style to make a yellow or red background color with bold white text and...
George Farnsworth
georgefarnsw...
Offline Send Email
Jan 2, 2004
8:01 pm
22267
Another is to use an icon next to things of note. JoAnn A. Schlosser Web Developer Advanced Solutions International, Inc. Alexandria, Va. 703-739-3100 x2353 I...
JoAnn Schlosser
jojo_super77
Offline Send Email
Jan 2, 2004
8:03 pm
22268
george, i agree with your 'style' example as an alternative to blinking anything ...and your brief comment regarding coloring the buttons was a very ...
:. webspinner : encor...
surftrip
Offline Send Email
Jan 2, 2004
8:14 pm
22269
Try <blink><b class="alert">bring attention to me.</b></blink> ... From: :. webspinner : encore tickets .: [mailto:spunc@...] Sent: Friday,...
Dan Plesse
empiricallys...
Offline Send Email
Jan 2, 2004
9:46 pm
Messages 22240 - 22269 of 42947   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help