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 SkipVought 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. JazzFreak

    Godaddy changing my code

    Suck people in with a free service, then remove features from the free plan and make them pay to get those features back. Ouch. I'm surprised the freeforums.org community isn't up in arms about that! Another downside I thought of for a hosted forum... if you switch, even if they do give you an...
  2. JazzFreak

    Godaddy changing my code

    Thanks for the freeforums.org tip. That's really bad customer service. What happens to all your forum threads if they won't give you a backup? I'm looking for a forum at the moment. freeforums.org was on my list of possibilities but I'll scratch it. http://bbpress.org/ is my preferred solution...
  3. JazzFreak

    I have a javascript "jpeg slideshow" that does not work

    I'd go one step further... don't even bother cleaning this script up - replace it entirely. There are plenty of good javascript slideshow scripts to choose from. Choose one that already works in all browsers, uses valid HTML and JavaScript and has the features you need. I use...
  4. JazzFreak

    Better FTP Software

    Thanks for the tip. I'll give BitKinex a whirl. Filezilla does all the important stuff, but its not exactly polished. First impression of BitKinex - it has a few options for importing settings from other FTP programs, but does not support Filezilla (XML) import. p.s. I'll pass on the Bible...
  5. JazzFreak

    Onload bug with OpenTip code

    To trigger the script after the page has downloaded, try adding an onload function just before the end body e.g. <html> <script language='javascript'> function thisisyourscript(){ ... ... ... } </script> <body> <p>This is the content of your page.</p> <script> window.onload=thisisyourscript...
  6. JazzFreak

    Ajax to update price based on form fields

    JavaScript is superb, but don't overdo it - use it wisely and don't bloat your pages. You could search the web for individual scripts as you need them. Or you could plump for a framework like jQuery or MooTools. A framework can have a heavy filesize and limits your options somewhat but can save...
  7. JazzFreak

    Add Text caption to image slideshow

    That script you are using has an onload within the body tag which is an outdated way of triggering scripts. Rather than edit this script until it works as you want, use an existing slideshow script that already does what you want. e.g. http://developer.yahoo.com/yui/carousel/ and...
  8. JazzFreak

    Onload bug with OpenTip code

    Have you tried using Firebug to find the problem? What is the URL of your page?
  9. JazzFreak

    How do I track which page a button was clicked on in Google Analytics

    I recently started using event tracking in Google Analytics. It is powerful. You can even track clicks within an SWF file: http://code.google.com/apis/analytics/docs/tracking/eventTrackerOverview.html

Part and Inventory Search

Back
Top