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. countdrak

    Simple Example to pass values to swf using Javascript

    I have looked at some examples here but could not find something simple. I simply want to pass text values from Javascript to my swf and then access them in the swf to do something. Can somebody please help and show me a simple mxml/html code? Just one text box value is fine, I can build on...
  2. countdrak

    MySQL Replication Pros/Cons

    I am a MYsql noob and have been reading up on MySql replication techniques and trying to decide what would be most efficient way of setting up replication. I have one master and probably will only have one slave. Can someone point me to an article that weighs out the pros & cons of using PEER...
  3. countdrak

    Load simple XML from TextInput to Datagrid

    Thanks this helps a lot!
  4. countdrak

    Load simple XML from TextInput to Datagrid

    Noob Question. I have been trying to find a simple example to load a XML file from the users computer and then have it displayed in a Datagrid. The XML file has only two nodes, for eg. <users> <firstname>Jane</firstname> <lastname>Doe</lastname> </users> I just want the data grid to display...
  5. countdrak

    Compile JSP beforehand in Tomcat 5.5

    I am java /tomcat noob! I was handed a bunch of jsp pages that need to be compiled before I can deploy it on the server. I have local tomcat 5.5 server running and all the files are in C:/tomcat/webbapps/testproject I just want to compile all the JSP pages in this directory? Can anyone guide...
  6. countdrak

    Unix FTP Sync

    Yeah just trying to save time. Does rsync require SSH?
  7. countdrak

    Unix FTP Sync

    Have you used this ftpsync? Can it download from 1 remote host and upload to another remote host at the same time? Thanks..
  8. countdrak

    Unix FTP Sync

    Don't think I can use rsync between two ftp accounts? Thats what I have been told..have you used it between two ftp accounts? Thanks.
  9. countdrak

    Unix FTP Sync

    I am trying to figure out if there is somebody can help me with this problem. I am trying to sync up two ftp accounts. Basically I have a hosting service which has 1/2 TB of data. I am switching to a new hosting service and trying to move everything to this new service. On windows with one of...
  10. countdrak

    Seperate DB server for Sharepoint

    I am new to sharepoint. We are using WSS 3.0 and would like to move the database to a different SQL SERVER 2000 box. Is that possible? Can anyone give me some direction on how this can be done. Thanks.
  11. countdrak

    Application.cfm not running!

    For anyone who is hosting with GODADDY on LINUX box. LINUX IS CASE SESITIVE! so "application.cfm" will not WORK. Finally!
  12. countdrak

    Application.cfm not running!

    We are hosting with super cheap GODaddy.com (Sucks!). We have linux box with PHP , MYSql and CF running on the same account. For some reason I cannot declate <cfapplication> tag nither is my application.cfm file ever excuted! So none of my request.dsn variables work. Is that even possible...
  13. countdrak

    How does cfhttpparam work with a file?

    I am trying to figure out the exact nature of how cfhttp and cfhttpparam work in coldfusion. I am using cfhttp to post a file to a server. Unfortunately the header information that cfhttp sends for the file is with an extension *.tmp even though I am uploading a different file type. The...
  14. countdrak

    ajax powered search

    I use scriptaculous/prototype with coldfusion. If you are using CF8 they have something off the shelf. Check out this link. http://tutorial473.easycfm.com/
  15. countdrak

    Making a WYSIWYG Editor

    I use FCKEditor and its really easy to give the user the buttons they want. Go to fckeditor.js file and you can configure the buttons you want to display. Its really easy and will save you a ton of time.
  16. countdrak

    Cant Get Background Image to change in IE

    <a onClick="changebg('td1');">Click Me</a>
  17. countdrak

    Cant Get Background Image to change in IE

    I have no clue what happened but it started working! alert(document.getElementById(x).style.backgroundImage); document.getElementById(x).style.backgroundImage = newImage; alert(document.getElementById(x).style.backgroundImage); I just did the above. I got url(images/tasd.png) on the...
  18. countdrak

    Cant Get Background Image to change in IE

    Thanks , But didnt work!
  19. countdrak

    Cant Get Background Image to change in IE

    The javascript is called! The problem is the old background disappears , I new one never comes up.. Again the problem is only in IE. In FF everything works fine. Thanks.
  20. countdrak

    Cant Get Background Image to change in IE

    I have a simple script where I set a background image for a <TD> <td id="td1" style="background-image:url(images/tasd.png); width:171px; height:32px; background-repeat:no-repeat" class="title"><a onClick="javascript:changebg('td1');">Click Me </a></td> I wrote a simple script to change the...

Part and Inventory Search

Back
Top