824 Topics
![]() | |
What is the best way to generate a set of dates based on today's date? Essentially, what I wanna do is: 1. Get Current Date 2. Populate a table with future dates 6 months apart and go up until I reach, let's say, 12/31/2020 I have looked at some of … | |
HI all. I've just developed a e-Leave system for company I'm working in. Now I need to upload the system to the server. The company already has it's own website. How can I upload my system to server and share the domain used for the company website? I have read … | |
Hi all, I have a form where my colleagues enter basic details about participants in a study. The 'action' attribute of the form takes the control to a 'validateForm.cfm' script where, as the name suggests, form validation is done. If there are any problems, I show the errors as well … | |
![]() | Hi, I have this code: [code] <style> div.floating-menu {position:fixed;background:#fff4c8;border:1px solid #ffcc00;} div.floating-menu a, div.floating-menu h3 {display:block;margin:0 0.5em;float:left;} </style> <div class="floating-menu"> <h3>Floating Menu</h3> <a href="http://www.quackit.com/css/">CSS</a> <a href="http://www.quackit.com/html/">HTML</a> <a href="http://www.quackit.com/javascript/">JavaScript</a> <a href="http://www.quackit.com/coldfusion/">ColdFusion</a> <a href="http://www.quackit.com/myspace/codes/">MySpace Codes</a> </div> [/code] which I got from a website, I was wondering if there is a way I … ![]() |
I am a complete newbie to ColdFusion and Flex. There was a Flex and Coldfusion developer in our project who left so that work has come to me. My programming background is mainly in C,C++, UNIFACE, PL/SQL with some HTML, JavaScript. I have a couple of questions and would appreciate … | |
Apologies if this is the wrong place for a subject of this matter, but ive tried other places to no success... Im attempting instal xamplite but apache wont run for some reason. Whilst MySQL runs fine. Ive tried reinstaling xampplite and the regular xamp but the same error keeps occuring! … | |
Hi Guys, I’m panicking for this issue. Please help. I have a form that all the rows of the table are dynamic and there are text areas in each row that the value could change. The only thing that makes each row unique is the Month row belongs to Month … | |
Hi Guys, I just done an upgrade on my coldfusion server to the latest version now its giving couple of issues. Can anyone please help me out. Thanks The page popup is coming up with this error. Error is: the argument p_day passed to function f_convert_day() is not of type … | |
Hi all, All right, here's what I am trying to achieve but have no idea how to do it: My site requires users to login and every page is password protected. As part of preventing hacking (to a small extent, though) I am trying to [B]TEMPORARILY[/B] disable the user's account … | |
How can I use cfloop or query my database so I can select home game and away game for multiple selections. I need to select 1 selection for home and away game but have to be able to select 1 of each. here is my output [URL="http://67.219.102.67/wcfootball/index2.cfm"]http://67.219.102.67/wcfootball/index2.cfm[/URL] [CODE] <script language="JavaScript" … | |
Hi Folks In my db i have a datelisted column formatted to short date ie dd/mm/yyyy) My theory is that say if that datepart year is 2007 i want to list all dates that are then due on the same date in the year 2009. I can make this work … | |
Hi am new to cold fusion. AM deigning a page where i need to list company names in dropdown1 and when i select any company i have to list the vendors belonging to the particularcompany in dropdown2. When i select a partcular vendori n dropdown2 ,the address of the vendors … | |
Does anyone know if there its possible to use a cfform within a cflayout, using type="tab"? I'd like to use the ajax calendar for a date input within the cflayoutarea but it doesn't seem to work. Thanks Avi Reiter <FAKE SIGNATURE> | |
hi all, I am new to cold fusion please help me i am using the [COLOR="Red"]cfquery[/COLOR] tag for executing a select query and getting the system name and system is from that........ But i want an [COLOR="red"]extra system name and system [/COLOR]id to add to the result of that query … | |
What is the best way to update a record when 2 users of my site happen to edit it simultaneously? For example, assume the following scenario: Let's say users John Doe and Jane Doe log into my site and happen to view the below record simultaneously. --------------------------------------------------------------------------------- Bruce Wayne | … | |
I have included the code. My problem is that I am always getting the error exception thrown and not caught despite adding cftry/cfcatch blocks. If I don't set selectmode="edit" and include OnChange my grid displays except I get the word false displayed instead of a checkbox. [code] <cfgrid format="html" name="grid_Tables" … | |
You have to give Sony credit, they are really trying new strategies to wrestle eBook marketshare from the Amazon Kindle. This month [URL="http://news.sel.sony.com/en/press_room/consumer/computer_peripheral/e_book/release/41492.html"]they announced several new editions [/URL]of the Sony Reader, including the brand new Reader Daily Edition, which should be in stores in time for the holiday shopping season. … | |
In a move that could only be characterized as surprising, Sony announced last week that it was going to be using the open [URL="http://www.idpf.org/"]ePub eBook standard[/URL], which in theory should enable [URL="http://ebookstore.sony.com/reader/"]Sony Reader[/URL] users to access and use any books created around the standard. Sony Readers will also be able … | |
Last week [URL="http://www.adobe.com"]Adobe[/URL] surprised a few people—well, at least it surprised me--with the announcement that it was including [URL="http://www.alfresco.com/"]Alfresco[/URL] content management services as part of its LiveCycle Enterprise Suite Update 1 package. The surprise was two-fold, that Adobe felt it was necessary to add content management services at all and … | |
Notice the category... coffee house. First, I couldn't agree to choose software development since web development was another category and I'll get around to why that is an obvious misunderstanding of the true nature of computing, later on. So, I passed by site management and IT (water cooler or not) … | |
Almost everyone has it, Adobe Acrobat Reader. But which version. Security staff are reporting that there is a bug in past versions of this popular piece of software. The bug is infact in the browser plugin for the reader that allows users to view pdf documents inside their browser. This … | |
If query is called getResults and your field name is called myField To change to 2-across or 3-across, or whatever, just change the MOD 4 to 2 or 3 or whatever number you wish. | |
Change Your_Query to match your query name, Your_data to match your field name(s), and change the colors (ffffff and dadada) to match the colors you want. | |
Change the yourActionPage.cfm to the name of the page you want to open, and adjust the sizes and other parameters as you need. | |
Does anyone here have experience using the Acunetix Web Vulnerability Scanner? I happened to use it on my site to check for vulnerabilities and found about 15 HIGH level ones - all of them with basically the same problem: [B]Cross Site Scripting[/B] and [B]Cross Site Scripting in URI[/B]. For every … | |
I am so confused, I want to add some anti-spam security to my upcoming register page but something is really wrong. Note that my server is Coldfusion MX7 (i can not afford better) and because of that i can not use cfimage(captcha). This is what i have: [code] <cfset strLowerCaseAlpha … | |
When a user logs in that has the same password as another user the latest person to register with that passwords details are revealed, im struggling to make it check that the username and password are connected and only if the username and password match should that users details be … | |
I have a table that has various rows of data grabbed from a table in my DB. 3 of the columns display the queried data. The last column, however, contains text fields for the user to hand-enter values. When the user hits the Submit button, all of the values entered … | |
Hello all, I have run into an issue with an JavaScript expand menu (you click a menu option a sub-menu shows, moving the other main navigation menu options down). Well I have designed a nice custom script to do just this. The problem is, how do I keep that sub-menu … | |
I have a bunch of alphanumeric IDs for the data in my DB. The IDs may look like the foll: 0XAA001 or 1YBB010 or 2ZCC011 and so on. Each of the 7 characters stands for something and therefore I have to extract the characters to populate the columns in the … | |
Hi all , Can anyone help me solving this issue. I am using FCK Editor on my coldfusion page. Then I am generating PDF of the data using <cfdocument> tag. If I format the text first and then set the background color , the background color is not rendered on … | |
Hi all Can anybody help me with this. I want to access cfdocument.currentpagenumber outside the cfdocumentitem tag. I tried the following ways : 1) [code=coldfusion]<cfdocument format="pdf" orientation="landscape" unit="cm" margintop="4.0" marginbottom="2.0" marginleft="2.2" marginright="2.2" scale=99 filename="c:\test.pdf" overwrite="yes"> <cfoutput> <cfdocumentsection> <cfdocumentitem type="header"> <cfset Page = cfdocument.currentpagenumber> </cfdocumentitem> <cfdocumentitem type="footer" > FOOTER !!!! </cfdocumentitem> … | |
Does anyone know if it's possible to exclude the search engine bots by using a robots.txt file on a Coldfusion website just like an HTML site? Thanks, Heidi ![]() | |
Hi I am new to coldfusion.I dont know much about cold fusion.I have a problem like there are two radio buttons and a select box.Depending upon the slection of the radio button the select box should be populated.i.e if first radio button is selected then select box should populate some … | |
I havnt tried it yet. I wanted to know if it is any good. I have an <URL SNIPPED>seo and web development company and I am always looking for new ways to increase performance. I was reading that it actually allows you to see where your site is allocating its … ![]() | |
Im trying to search my database and find out the previous 7 days unique ip addresses. Users ip addresses are stored within the table events under svname. I have a small piece of java that is supposed to count back 6 days. At the moment its saying there have been … | |
Is there a way to grab data from alternate records in a ColdFusion query? Essentially, what I am trying to do is this: I am querying my database to grab some data. 2 rows of data are returned here. Now I want to set 2 variables - [I][B]var1 = row1.columnA[/B][/I] … | |
Just wondered if anyone knows if it is possible to install a Wordpress blog as part of an existing Coldfusion website? I just want the one page to be Wordpress without affecting any of the other pages. Thanks in advance for anyone who might know the answer to this! Heidi | |
Hi, I have installed the Google Analytics code on static HTML pages, but I have never done it on a Coldfusion (cfm) website. Is there a big difference between putting the tracking code for Google Analytics on an HTML site vs. a Coldfusion site?? If anyone could help me with … | |
I am trying to load the configurations of coldspring and modelglue dynamically using one environment.xml.cfm file. Following are my three files 1- environment.xml.cfm: [code] <environments> <!-- Values for all portal environments --> <default> <config> <!-- Default main vars --> <property name="companyName">ABC</property> <property name="applicationPath">C:/inetpub/wwwroot/websites/test</property> <property name="subdomainName">test</property> </config> </default> <environment id="myDevelopmentPortal"> <patterns> … | |
I am using a Flash file that calls gallery.xml its hardcoded into the flash and i cant edit the flash file. the code in my page looks like [code=Coldfusion] <cfsavecontent variable="gallery"> <?xml version="1.0" encoding="UTF-8" standalone="no"?> <gallery frameColor="0xFFFFFF" frameWidth="15" imagePadding="20" displayTime="6" enableRightClickOpen="true"> <image> <url>http://www.modelproductions.com/proimages/avatar9.jpg</url> <caption><![CDATA[<font size="50">Example Gallery</font><br>An example large format <u><a … ![]() | |
I have problem when cfdocument must return pdf that contains 450 pages and more. I get this error: The request has exceeded the allowable time limit Tag: CFLOOP How to solve this problem, any ideas? N | |
Hi, I have created a pdf using cfdocument that displays the results of a submitted form. This works fine in IE and Firefox in Windows, but on the Mac & in Safari, it does not recognize the pdf because it is a cfm file. Any help is much appreciated. | |
Hello I am trying to validate a textbox using the OnSubmit setting. <cfinput type="text" required="yes" validateat="onsubmit"> the validation of the above text field works properly by throwing me a alert box when there is an error and when i test on my localhost server. But when i transfer the mysite … | |
Hi, I have a problem with cfldap tag used in CF8. I have a cfldap tag defined in my application which works fine on CFMX7. But the moment I installed CF8, it gives me an error - "Connection to LDAP server failed." My cfldap tag goes as below:- [code][CFLDAP NAME="qLDAP" … | |
Hi all, I am a complete newbie when it comes to Flash programming. I am basically a server-side programmer with more than enough knowledge of client-side technologies. However, Flash is something I am keen on learning. I was looking for info on the following about Flash: 1. What kind of … | |
I'm creating an input form for users so that they can input various bits of info into a db. One of the fields is so that they can upload a file, which puts the file onto the web server and the path to it into the db. The problem is … | |
Could someone tell me why when some of the fields on my form are replacing blank with a "+" ? I'm kind of new to ColdFusion. Thanks ahead. :) | |
Hello friends i want help for parsing a resume in .doc format and to auto populate a form. i have read the file using poi utility. Any body have done something like this?? pleas help me i think i will have to use regular expression.please help me... daleen |
The End.