I'm hilarious!
9 Posted Topics
Hi again, Okay now I have a Coldfusion question, I have written a user defined function in coldfusion: [code=coldfusion] <cfscript> function isSqlInjection(str) { .... } </cfscript> [/code] Now I am a complete newbie to coldfusion and don't want to have to include this function in every page when I have … | |
running IIS6 on server 2003. wrote a classic asp app for uploading flash videos, I have a couple of videos about 2MB each that upload no problem, but the client now has files that are 25MB and 30MB each and IIS times out when trying to upload these. I have … | |
I have a helper script that will grab weblogs for a particular domain, if called by itself from the MS-DOS command line it works as intended, but I'd like to call another script to call this script multiple times for the multiple domains, but it's only running the first call … | |
Re: ok simplest way is via css [code=css] td.blbg { background-image: url("yourImage.jpg"); background-repeat: no-repeat; background-position: bottom right } [/code] and html would look something like: [code=html] <td class="blbg"> Your content </td> [/code] | |
Re: well here is a sample of a loop in bash shell: [code="bash"] #!/bin/bash COUNT=6 # bash while loop while [ $COUNT -gt 0 ]; do echo Value of count is: $COUNT let COUNT=COUNT-1 done [/code] hope this helps! | |
Re: need more info.... is this a windows system, unix, web app? | |
Re: [QUOTE=cheapterp;897002] I was looking for info on the following about Flash: 1. What kind of software I would require for Flash programming. (I want to be able to use it with ColdFusion/HTML/JavaScript.) 2. How much it costs and where I could find it? 3. Are there any compatibility issues if … | |
Yep that's right! You guys got a new member to deal with, jk. But yeah nice fourm boards you guys got, hopefully it will prove useful in the near future. I deal with all types of IT solution, mostly revolving around web technology, so server configurations and programming is what … | |
hey, first off I'd like to state that I am pretty new to ms sql and stored procedures tho I have worked with sql for quite some time. My employer would like me to write a script which takes html content from a mssql db (originally delivered dynamically) and create … |
The End.