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

  • Users: jrottman
  • Order by date
  1. jrottman

    perl curl

    I tried that before I posted. And I still get the same 401 error as I get with the code I posted.
  2. jrottman

    perl curl

    I am re-writing my rets application in perl, and I have found a few modules that will help me on my way. One of them being WWW::Curl:easy. During my testing, I have tested both system curl and perl curl. At this point I can get the system curl to correctly connect to my server. However, I am...
  3. jrottman

    Button MouseOver Event Not Firing in IE

    Can you post some code? Can't really do much with out seeing your code.
  4. jrottman

    Creating a Global Config

    So I think I have made some head way with my perl education. In order to teach my self more. I have started to convert some of my cf scheduled tasks to perl applications. One area where things are kind of fuzzy is setting up global variables that can be called from any module with in an...
  5. jrottman

    Find and Renaming files via RegExp

    I know it is possible to search a string and determine whether or not the string has the regexp with in the string. What I am trying to accomplish is renaming of files that have either non-standard or illegal chars with in the file name, but still retain the file extension. IE If I were to...
  6. jrottman

    Bareword & uselss variable

    Ok I think I have the bulk of this figured out. I think I have learned alot more from the posts that everyone has made then I have learned from the all the books I have bought. I do have one more question that I have yet to figure out. The whole purpose of this little application is a POC of a...
  7. jrottman

    Bareword & uselss variable

    I am using posix to create a daemon of the perl app that I am working on. However, I have run into a small snag. I have broken each of my sections into separate perl files and I have used require to import the separate perl files (not sure if this is the right way, but still learning here)...
  8. jrottman

    Email Event Listener

    I am working on a small perl app that will facilitate a large portion of our transaction management system. I have found one stumbling block with writing this application in perl. I have yet to find a way to create a persistent event listener. IE the application is constantly connected to an...
  9. jrottman

    Textarea Inner Margins

    I am successfully implemented tinyMCE with in a flex based application, this editor is absolutely fantastic when working with flex. I however have run into two issues that I am a bit lost on. The primary issue that I am currently working on is setting margin spacing with in the textarea. Right...
  10. jrottman

    Issues with PopUps and innerhtml

    I am working on a plugin for tinymce and I have run into one little snag. The plugin I am working on is an advanced preview plugin. When the user clicks the preview icon, it pops up a new window. Normally I would get the content from the editor from the popup. However I am using coldfusion to...
  11. jrottman

    Email Event Listener

    Well Net::Pop3 is just one part of my equation. I need it to collect the mail. However it does not have monitor functionality.
  12. jrottman

    Email Event Listener

    Well I am not using java anymore, when I was using java to do this I was using JavaMail. I am trying to find something similar to JavaMail for perl.
  13. jrottman

    Email Event Listener

    I am working on a app that requires an event listener for my email server. I have created teh app in java previously but the app is just to bulky. I was given the idea to re-create it in app in perl to help trim up some of the memory usage. Thus far everything has worked like a dream. The one...
  14. jrottman

    Working RETS Auth Script

    Ah I got it figured out. I guess tek-tips parsed out certain parts of my script. Here is the updated script. Lets just hope it doesn't get parsed to hell. <cfhttp url="http://myrets.server.com/LOGIN_URI" method="get" /> <h3>Initial Server Response</h3> <cfdump var="#cfhttp#" /> <cfscript>...
  15. jrottman

    Working RETS Auth Script

    Did you modify the script at all? The only reason it would be looking at ALL or replace is if there was a ; or a "/' missing from the script/
  16. jrottman

    Working RETS Auth Script

    Well since this project got canned due to server errors with my local IDX provider I really don't have time to write up a formal tutorial on how I did this. But I am going to post my code (pretty easy to understand). <cfhttp url="http://myrets.server.com/LOGIN_URI" method="get" />...
  17. jrottman

    Digest Authentication Issues

    Has anyone ever successfully performed a remote http server digest authentication? I am currently building a script that authenticates against a server using a supplied username and password. All of my attempts thus far have come up empty and I am not quite sure where I am going wrong with...
  18. jrottman

    Accessing Childen of an IFrame

    We are working on a flex application, within this appliation, we are using an IFrame to display a page with FCKeditor on it. The issue I am having is this, I am unable to hit any of the functions within the page we are load in the iframe. More or less I am not sure how to access the children...
  19. jrottman

    Why is this forum so empty?

    It is dead because people find flex to be to confusing, and they don't want to spend the time to learn it.
  20. jrottman

    Help with a query.

    I am working on a search screen, in the returned results, I have one column that I need to return where the results for that column are combined. IE if I have two returned values for the column partyName, I need them to show up as one record, instead of two. Here is the query that I am currently...

Part and Inventory Search

Back
Top