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!

Recent content by sknyppy

  1. sknyppy

    Web Service - return value = List of lists

    I'm invoking a webservice method which returns a List of Lists and CF is generating an error message about 'marshalling data..."? All my other methods that return a String value work perfect. How can I get this to work properly in CF? It works ok in Java. ========= CF ERROR MSG ===========...
  2. sknyppy

    Use script to add events to a public calendar

    I'm looking for a way to automatically insert events on a public calendar using Windows Script. I can add events to our employees personal calendars by emailing them a vCalendar file through our Intranet. Any help would be appreciated? Thanks... Dave
  3. sknyppy

    Howto? slideshow on wnba.com homepage

    I'm looking to recreate a slideshow similar to the flash version on the homepage of www.wnba.com. It shows 5 thumbnails in a horizonal row with a brief description and link next to the selected thumbnail. After a few seconds it shifts to the next thumbnail and so on... The main background photo...
  4. sknyppy

    server busy error msg

    When I'm using any application (Acrobat, MS Word, Outlook) and I try to open a file when I click on the down arrow button in the "open in" box nothing happens for a loooong time. Sometimes it will come back and I can navigate through my hard drive. Other times it gives me an error message that...
  5. sknyppy

    mixed-content warnings from IE using SSL

    Yeah that's what I'm looking for. Do you know what config setting to change? Thanks,Dave
  6. sknyppy

    mixed-content warnings from IE using SSL

    I understand that but I want to let Apache process html pages and Tomcat process jsps/servlets. We store the html content like images and html pages under the Apache htdocs/www/directory and jsp/servlet content under the Tomcat/webapps directory. The whole site is using SSL. Perhaps the SSL...
  7. sknyppy

    mixed-content warnings from IE using SSL

    I'm using an Apache 2/Tomcat 5.5/SSL setup and keep receiving mixed-content warnings from IE. Apache is serving the static content like images, styles, etc. and Tomcat is serving the servlet/jsp's. Every page I access popups the mixed content warning. Can I modify a Tomcat or Apache conf file...
  8. sknyppy

    compare ip addr to a ip range

    Does anyone have a function that will check if an ip address falls with a starting/ending ip address range>> Thanks, Dave
  9. sknyppy

    transfer data from child window back to parent window.

    It’s one of those mornings and I can’t seem to get the syntax correct. The child window executes a query, loops through the result set which clears and populates a select box in my parent window. I thought I could clear all options and populate the select using the following syntax in my...
  10. sknyppy

    how to convert documents to pdf format using php

    Sorry Jeff. I thought this was a technical forum used for dicussion of PHP questions. I assume your obvious simple answer indicates you have no experience creating converting ms documents to pdf format using PHP. Your little signature is way cool though. Have a nice day.
  11. sknyppy

    how to convert documents to pdf format using php

    Your answer was very informative if I never heard of Google but of course that was the first thing I did and the results contained nothing of value.
  12. sknyppy

    how to convert documents to pdf format using php

    I need to find a way to allow users to select multiple files from a list and generate a single PDF file from them. The documents are limited to the following formats: MS Word, MS PowerPoint, MS Excel, Plain Text, gif/jpeg images. Are there any PHP classes or modules that exist which can tackle...
  13. sknyppy

    select subquery problem

    How can I lookup the 'dept_name' each 'parent_order_id' when performing a select query? Will I need to use to use two select queries? tbl_dept -------------------------------------- int PK NOT NULL dept_id int NULL parent_dept_id char (25) NOT NULL dept_name char (25)...
  14. sknyppy

    return only one row for each id field that meets the criteria

    I have a query that returns the following information. I need it to return only one row for each id field that meets the criteria, which should be the 2 rows(ids: 20 and 37). QUERY: --------------------------------------------------- SELECT id, contentid, dateDisplayEnd FROM...
  15. sknyppy

    return only one row for each id field that meets the criteria

    I have a query that returns the following information. I need it to return only one row for each id field that meets the criteria, which should be the 2 rows(ids: 20,37). QUERY: ---------------------------------------------- SELECT id, contentid, dateDisplayEnd FROM...

Part and Inventory Search

Back
Top