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 strongm 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: *

  1. CTekMedia

    fileOpen, fileRead etc.

    Of course. The file (doc) is sent in the http packet. CF has nothing to do with it. Ug. The joys of public stupidity. Thanks for the answer. www.CTek-Media.com
  2. 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...
  3. 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...
  4. CTekMedia

    Best way to learn C#.net

    Not interested in learning to use wizards - not in the long term anyway - although I don't mind using good wizards in a production environment. Looking to learn C#.net - not "just" asp.net. On the other hand, would it be easier to focus on asp.net functionality and then add desktop type app...
  5. CTekMedia

    Best way to learn C#.net

    Many reviewers suggested reading it after gaining an understanding of C#. My OOP understanding is still fairly rudimentary and I'm just too busy to slog through a really dense book written in geekese. This go round I want to start with video or a "C# for dummies" level book. Would you still...
  6. CTekMedia

    Best way to learn C#.net

    Thanks for the feedback folks. In the past I have used books and built personal projects. In this case I'm looking for step-by-step formal instruction. I don't want any gaps in my knowledge and I need to get up to speed as quickly as possible. I'll check into learnvisualstudio.net. C# via...
  7. 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...
  8. 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...
  9. CTekMedia

    Sanitizing user input

    <cfset thecomments =REReplaceNoCase (form.comments, '[^a-z0-9\@\.]', '', 'all')> Cheers www.CTek-Media.com
  10. CTekMedia

    Sanitizing user input

    That script would help - but - crackers are constantly working up new attack strings and defenders are always a bit behind the curve. You need multiple layers of protection. If you can limit entry to alphas and numbers only then you are pretty safe. <cfset thecomments =REReplaceNoCase...
  11. CTekMedia

    Displaying query results in 3 column table - within a cfloop

    See faq232-5578 www.CTek-Media.com
  12. CTekMedia

    Advanced Component Logic

    C'mon folks - I know some of you must have some models/patterns you use and like. Thanks! www.CTek-Media.com
  13. CTekMedia

    Filtering More Than One Link In Email Spam?

    You could use the captcha that is built into CF8 to stop bots. To answer your question: <cfset stringToFind = "http"> <cfset startPos = 1> <cfset foundCount = 0> <cfloop from="1" to="100" index="i" step="1"> <cfif FindNoCase(stringToFind,yourContent,startPos)> <cfset foundCount =...
  14. CTekMedia

    Google Maps API and ColdFusion

    Falconseye: What was the solution? Please post if you can as I suspect this will be a popular subject. www.CTek-Media.com
  15. 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...
  16. CTekMedia

    Why ColdFusion?

    Codie awards are voted on by both judges and members. That said, there were a lot of names that I don't know much about. I have to say, reading the Filemaker Pro propaganda made me raise my eyebrows. It is positioned beneath Oracle and SQL Server but (again based on their marketing) it...
  17. CTekMedia

    Why ColdFusion?

    ColdFusion has just been awarded the Software & Information Industry Association <http://www.siia.net> 's prestigious codie award for "Best Web Service Solution". Best Web Services Solution Awards the solution that best connects disparate applications and data across an enterprise or...
  18. CTekMedia

    Hebrew translates to &quot;????&quot;

    Yes there is some set up involved in MySQL. Try googling "my.cnf file" for set up instructions. I haven't worked with MySql for a couple of years but I think that will get you started. But anyway - you'll need to look in the MySql docs. www.CTek-Media.com
  19. CTekMedia

    Hebrew translates to &quot;????&quot;

    Try ISO 8859-8 and if that doesn't work I would ask the question on the MySQL forum. This appears to be a database problem - I don't think CF is an issue. www.CTek-Media.com
  20. CTekMedia

    cfinput type=&quot;datefield&quot;

    Works fine in Firefox but doesn't in IE. There must be a bug, or at least a lack of a bug fix, in the JS that CF is producing. Looks like you would have to avoid putting the fields in overlapping positions. Or use different JS. These are the little issues that I wish Adobe would stay on top...

Part and Inventory Search

Back
Top