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

  1. strantheman

    Flash content security using PHP

    This started as a simple security addition to my project, and has become a major road block. I haven't posted in these forums for a very long time, but at this point I think you guys are my best chance at an answer... if there is one. Without linking you guys to exactly what im doing, ill try to...
  2. strantheman

    PHP for content security

    This started as a simple security addition to my project, and has become a major road block. I haven't posted in these forums for a very long time, but at this point I think you guys are my best chance at an answer... if there is one. Without linking you guys to exactly what im doing, ill try to...
  3. strantheman

    libxml2 anyone?

    I was directed to use a perl module called libxml2 Can anyone direct me to where I can find a PPD for this? It sounds like a fantastic extension of the existing XML::LibXML So maybe I just need that library, but I can't seem to find that either. I attempted: ppm install XML-LibXML but it did...
  4. strantheman

    Spidering Hacks - 100 useful tools

    I've really been cranking on Perl recently, and more specifically paging back through a book I bought last year called "Spidering Hacks" from O'Reilly. This is an incredible reference. The most intrigueing thing to me is that the authors had no quams putting 3 pages of straight perl code if...
  5. strantheman

    128bit SSL and Perl - PaulTEG?

    Im new to Perl and this forum, but not Tek-Tips. I appreciate any help you guys can offer here, and will be checking back often. Im trying to get Perl to login to a HTTPS site and retrieve a CSV file. I have been unsuccessful because the site requires 128bit encryption and is refusing my attempt...
  6. strantheman

    Another cookie post

    I have a lot of experience in Cold Fusion, but 0 php experience. My needs are simple, and I really hope someone out there can help me. I do not want to use session variables, I want to use cookies. This is an intranet application. Here's what i'd like to do: 1) <a...
  7. strantheman

    Instancing with a loop

    I hope this isn't confusing. Im using instances to setup some buttons. In frame one I have: but_1.onRollOver = function(){ rollover (2); } but_2.onRollOver = function(){ rollover (3); } Using instances, I can setup all of my responses in one frame for much better code organization than...
  8. strantheman

    CFMX java conflict

    I just installed CFMX, and im looking for anyone else out there using this newest version from Macromedia. I tested an older app I developed using CF 4.5. When running on CFMX server I received the following error: &quot;You have attempted to dereference a scalar variable of type class...
  9. strantheman

    Form field character limit

    I made a custom form with unbound text boxes. There's a SAVE button that executes a query which performs a SQL insert statement. One of the textboxes on my form &quot;pictured&quot; will be used to enter a list of names. The corresponding field in my table has been set to type MEMO to allow...
  10. strantheman

    On iterate event ??

    My report contains multiple results. I want to perform a command after each result is displayed, row by row. Is there somewhere I can put a command like this? Example... Row 1: myList = myList & &quot;,&quot; & newItem Row 2: myList = myList & &quot;,&quot; & newItem Row 3: myList = myList...
  11. strantheman

    dynamic query

    I want my query to work for any one of my search forms. Im using 2 variables on my forms to tell the query which column to search by, and where to get the user defined criteria from. theField, and theCriteria SELECT [itemid], [lastmodified], [accession], [name], [description] FROM item WHERE...
  12. strantheman

    Picture in my report

    Ive searched all of the Access forums, and I haven't found a solution that works. This seems like a very common procedure so im sure someone out there can help. My ITEM table looks like this: name | imagepath ----------------------------------------------- Linksys Cable/DSL Router |...
  13. strantheman

    Picture in my report

    Ive searched all of the Access forums, and I haven't found a solution that works. This seems like a very common procedure so im sure someone out there can help. My ITEM table looks like this: name | imagepath ----------------------------------------------- Linksys Cable/DSL Router |...
  14. strantheman

    Dynamic picture object

    Ive searched all of the Access forums, and I haven't found a solution that works. This seems like a very common procedure so im sure someone out there can help. My ITEM table looks like this: name | imagepath ----------------------------------------------- Linksys Cable/DSL Router |...
  15. strantheman

    This note is to request song ideas

    This note is to request song ideas for a flash movie im getting made. Its just a list of the victims with age and info scrolling slowly by the screen. I got the idea scrolling through the list on http://thewtcmemorial.com/victims/ ; (takes a lil bit to load) Using your scroll button as a web...
  16. strantheman

    GROUP and MAXROWS... friendly?

    I am unable to accurately display a grouped result set on multiple pages. I have an example, and I hope someone can assist me with a solution. Basically STARTROW and MAXROWS aren't helping me get grouped rows. There are 100 lakes. There are 5 fishnames per lake. My join query returns 500 rows...
  17. strantheman

    Unix DB software ?

    Im currently using Postgres on Unix. Are there any software packages available for unix systems that have the advanced features of SQL server like stored procedures? Any suggestions or links are much appreciated. thanks
  18. strantheman

    Get certified!

    The &quot;Certified Allaire Coldfusion Developer Study Guide&quot; is the most comprehensive advanced desk reference available. Its purpose is to ramp you up on requirements to pass the certified developer exam, but its also a great read. Ive been reading for the past 2 weeks, and feel I have...
  19. strantheman

    Section 508: accessibility

    The Rehabilitation act was updated with a new section. 508 demands the use of w3c standards for accessibility, and insists that any customer based service will lose customer's unless they attempt to open up their navigation to User agents that are specifically designed for the handicapped or...
  20. strantheman

    Section 508: accessiblity

    The Rehabilitation act was updated with a new section. 508 demands the use of w3c standards for accessibility, and insists that any customer based service will lose customer's unless they attempt to open up their navigation to User agents that are specifically designed for the handicapped or...

Part and Inventory Search

Back
Top