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 dencom 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. ClarkKent101

    TCP NetworkStream problem

    Hi Everyone, I've currently got 3 applications which communicate with each other via TCP, the way in which it's set up is practically identical to the way a chat application would work where you've got multiple client applications talking to each other via a server application. I've based my...
  2. ClarkKent101

    First Frame Snapshot of flv...

    Hi Everyone, I'm curious to know if it is at all possible to take a snapshop of the first frame or nth frame of an flv file and export that snapshop as an image file? I'm using the Flash Video Exporter to convert my videos to .flv format, ideally I would like an image snapshop of a frame in...
  3. ClarkKent101

    CPU Fan not working properly...

    Hi Everyone, I've just built myself a computer from scratch - I've followed all instructions as best I could but there's a problem and I'm not too sure what to do. After placing the CPU on the motherboard along with the cpu fan/heatsink, plus the graphics card, hard drive, dvd-rom etc... I...
  4. ClarkKent101

    Samsung CLP 300 paper types...

    Hi Everyone, I recently bought myself a Samsung CLP 300 after having read some good reviews about it, and after doing a few test prints on A4 paper I must say the quality is great. However, having said that - I tried printing on semi-gloss paper with the 'Color Paper' paper type setting...
  5. ClarkKent101

    Extract Meta Tags....

    Hi Everyone, I would just like to know - is it possible to extract the Meta Tag keywords/page title off of a webpage using Coldfusion? I've been scouting the web looking for an example similar to what I want done to see if I could get pointed in the right direction but I've had no luck and so...
  6. ClarkKent101

    cfselect multiple="yes" problem...

    Hi Everyone, I have a cfselect that is populated using a query. I want to enable the user to select multiple entries in the cfselect - so naturally i set the multiple attribute to 'yes'. I would expect that to select more than one option in the cfselect drop down list you would need to keep...
  7. ClarkKent101

    Ping a Server using ColdFusion...

    Hi Everyone, I'm trying to find out if it's possible to ping a server using ColdFusion just like you would in DOS. Can anybody point me in the right direction? Thanks for your time, - CK
  8. ClarkKent101

    Coldfusion parsing through text...

    Hi Everyone, Does anyone know if there is a function in ColdFusion that will enable a person to parse a string of text? I've been browsing around some CFDocs and just haven't come across any sort of function or tag... other than parseDateTime() which i cant exactly use to do what i want to do...
  9. ClarkKent101

    <cfftp> directory listing problem...

    Hi Everyone, I'm trying to create a directory listing using <cfftp> to connect and then list the files of a directory. I keep getting this error everytime i execute my code.. "The cause of this exception was that: Accept timed out" Here is my code.. ---------------------------------...
  10. ClarkKent101

    Clear Screen Command...

    Hey Everyone, Is there a command that clears everything off the console screen? Like 'cls' would clear everything off the screen in DOS. I ran a google search for this command and can't seem to find it, beginning to wonder if there is such a command. Thanks, - CK
  11. ClarkKent101

    URL Encryption and Decryption...

    Hi Everyone, I have a page that sends url parameters to another page that i want encrypted so the user won't change any of the values in the url, i have looked at some examples on the net but none of them really helped me - i just got a fair understanding about how the encrypt and decrypt...
  12. ClarkKent101

    Default value for the Datetime data type...

    Hey Everyone, I have a datetime data type in one of my tables and i want it to set the current date to itself when a record is inserted into the table. I know i could use the timestamp data type and assign CURRENT_TIMESTAMP as the default, but can this be done with the datetime data type as...
  13. ClarkKent101

    List Menu values in Query String....

    Hi Everyone, I am trying to build an advanced search page for a website i'm designing in ColdFusion. I have a few drop down menu's which contain labels and values and what i would like to include in each one of those drop down menu's is an option (which will be initially selected) to send...
  14. ClarkKent101

    Coldfusion Radio Buttons problem...

    Hi Everyone, I have a form which i use to update a MySQL database. The form contains three radio buttons which i have included, these three radio buttons need to assign one value to each of their corresponding fields in the MySQL database... in other words, each radio button is tied together...

Part and Inventory Search

Back
Top