Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: CTekMedia
  • Content: Threads
  • Order by date
  1. CTekMedia

    fileOpen, fileRead etc.

    I'm using the new file functions from CF8 to upload files in order to avoid the out of memory problems caused by CFFILE. It works fine if I know the file type that is being uploaded as I rename the files anyway. But now I have a need to upload files of unknown types. With CFFILE there was no...
  2. CTekMedia

    Intermittent Uncontrolled Looping

    I'm posting this for a friend: Hi all, I'm having a ridiculous problem with my Flash project. The project runs just fine 90% of the time, but every so often it starts to loop uncontrollably. I've stared at the code all weekend and am at a complete loss as to what the problem is. I'm using...
  3. CTekMedia

    Best way to learn C#.net

    Hello all. I'm a web developer with many years of experience using ColdFusion - including using ColdFusion in OOP environments. While ColdFusion is not dying, contrary to some recent articles, and is even growing, because of where the economy may be headed I want to transition to C#.net. Any...
  4. CTekMedia

    Flash and XML news feeds

    Anyone have any experience "grabbing" flash video from any of the major news sites for redisplay on a site? I realize there are probably copyright issues but this will be used to create a mock up only and the content will not be redistibuted. Also, anyone with any experience consuming XML...
  5. CTekMedia

    Advanced Component Logic

    Hey all I'm looking for information on best practices for advanced components - using inits, getters, setters, objects as types, gateways, beans etc. I have been hunting and can't find anything that is either comprehensive or clear. I'm trying to figure out best practices for modeling data...
  6. CTekMedia

    session var timeout

    I'm posting right now because I can't work - the session vars on the application I'm working on right now are timing out immediately. The ap works fine at other computers. I'm at the client's facility and don't have access to the CF administrator. I have tried rebooting. I have asked for the...
  7. CTekMedia

    Drop list populates second drop list - dynamic.

    Hi all. I'm building an ecommerce site for a client and they have want a search function built. NP but they want users to be able to select a list of categories (from a DB) which will then autopopulate a second drop box with subcategories - from a second table in the db. Categories and...
  8. CTekMedia

    Paypal payflowpro - HTTPS

    Anyone have some code for this? I think I have code for the https posts but if someone has the reply parsing down it would save me some time. Thanks all! Shane Eric - you got anything? Cheers, www.CTek-Media.com
  9. CTekMedia

    Streaming Media

    Hey all - I just received a contract to build a site where users can download streaming media of local sports events. This would run on Windows Media Services. It would be by subscription but pay-per-view would be good also. Rather than re-invent the wheel I wanted to see if anyone already...
  10. CTekMedia

    Model Glue Unity

    Have ya'all seen this presentation? I haven't used MGU (Magoo?) but it appears to make for an extremely powerful work environment that leapfrogs anything Ruby on Rails or Django is doing. Impressive - the downside is I cannot find any books or training materials. Cheers, Bluetone
  11. CTekMedia

    Convert from char to decimal - errors

    I have a SQL Server 2000 DB with a varchar field I need to convert to Decimal. I'm getting errors. Any suggestions on how I can step through the current data and test to see if it is valid for Decimal,9,4? Thanks! Cheers, Bluetone
  12. CTekMedia

    Subversion (SVN)

    Anyone here use Subverion / Tortoise for version / document control? Any opinions? I'm building a wiki and thought it might be a good way to manage versions. Cheers, Bluetone
  13. CTekMedia

    Funky entries in list.

    I have a search page with check boxes. It sends a set of values to a results page. On the results page I have: <!--- <!--- create list from form entry ---> <CFSET ListStatus = FORM.CBox> <!--- create empty list ---> <CFSET ListRecords = ""> <!--- loop through first list ---> <CFLOOP...
  14. CTekMedia

    Flyout Menu help

    Hello all. I'm pretty weak when it comes to JS and I have been tasked with building a flyout menu for my company's public website: www.precorp.coop I'm referring to the left column menu system. Right now - if the mouse rolls over the large arrowhead a submenu opens up. To close the submenu...
  15. CTekMedia

    Daylight Savings Time

    Has anyone here upgraded their CF7 to CF7.0.2 and their JVM to 1.4.2_11 in order to deal with the daylight savings time issue? I upgraded the CF server but haven't done the JVM. Now none of my schedule tasks work unless I run them manually once each day. I'm a little confused about what...
  16. CTekMedia

    Development Work Needed

    I'm looking to farm out some work - probably six figures. Has anyone here had / have companies they could recommend? Good experiences or bad experiences? Thanks - Cheers, Bluetone
  17. CTekMedia

    mysql - HTMLCodeFormat

    I'm having an issue with a MYSQL DB - haven't used MYSQL before. Using either a varchar field or a text field I lose my formatting when retrieving my text from the database - unless I use HTMLCodeFormat. However, that is converting my text to a serif'd font and I want Arial. Using CSS or even...
  18. CTekMedia

    XML WSDL Code Generator

    I’ve run into an issue using ColdFusion web services and need to know if the following is possible. My use case is this; I’m to integrate with a third party that supplies two wsdl documents, one that they are the producer of and I am the consumer, and the other that I should produce and they...
  19. CTekMedia

    Web Services

    These examples work: <!--- <CFCOMPONENT OUTPUT="NO"> <CFFUNCTION NAME="getGUID" RETURNTYPE="GUID" ACCESS="REMOTE" OUTPUT="FALSE"> <CFRETURN insert("-", createUUID(), 23)> </CFFUNCTION> </CFCOMPONENT> OR <CFCOMPONENT OUTPUT="NO"> <CFFUNCTION NAME="getSessionID" RETURNTYPE="NUMERIC"...
  20. CTekMedia

    Skilled Worker Shortage

    Today's focus: Skilled worker shortage: Fact or fiction? NW on Technology Executive [TechExec@nwfnews.com] By Linda Musthaler A few weeks ago, I wrote an opinion column <http://www.networkworld.com/nltechexec39341> for Network World in which I challenged the conventional wisdom that there is a...

Part and Inventory Search

Back
Top