Jump to content

CRO8

Members
  • Posts

    80
  • Joined

  • Last visited

Everything posted by CRO8

  1. You know, I have one more question, the mp3 files I will be working with are LARGE - one file is 60 mb, the second is 54 mb and third is probably somewhere in between. When I zip these using winzip, how much of a decrease in file size can I expect? Is there a standard percentage winzip decreases files? (40%, 30%, etc.) any ideas? Thanks!
  2. alrighty thanks- I will zip it and use link I showed you guys and then see how it goes. thanks so much! TCH forum rocks. CRO8
  3. ok thanks Lisa, so just to reiterate. 1) Link below is all I need for Mac, PC ><a href="download.zip">download my mp3</a> Because this forces the person to download and unzip file so it cannot automatically be played with plugins. 2) To get mp3 into ipod, it first has to be loaded through Mac in some capacity (i.e. my link > iTunes > ipod) Is this accurate? Thanks
  4. ok thanks Bruce. Now regarding ipods - since I am not familiar with MACs- what is the process? Do they first download it into itunes, and then into ipods? I want to make it so they cannot run the mp3 from the link, but rather after its placed on their computers. Thanks!
  5. hey all- I want to be able to have a link so people can download (not play) a very large mp3 file. I want mac, pc and ipod folks able to download and use. I am very new to this area- what are my options? Thanks!
  6. just had a thought. problem could be: 1) I put code within a table 2) I have multiple functions on same page.
  7. I found this script on hotscripts and it works fine when I place it by itself in a page. But what I want to do is use the cpanel > mysql and place it within the code column in my table- but not working. Check out my code. ><script LANGUAGE="JavaScript"> function ClipBoard() { holdtext.innerText = copytext.innerText; Copied = holdtext.createTextRange(); Copied.execCommand("Copy"); } </SCRIPT> <SPAN ID="copytext"> sgeueie8 </SPAN> <br> <TEXTAREA ID="holdtext" STYLE="display:none;"> </TEXTAREA> <a href="#" onClick="ClipBoard();">Copy</a>
  8. ok thanks. I guess all I would need is JSscript on client side but figured its good for you to know what else Im using on the site (php mysql dbase) Thanks!
  9. Hey all I have a question about a copy button. I heard javascript can do this. But let me explain my situation and then see what my options are. I have a 4 column table with all the info. this table will be created using php pulling data from a mysql database. Each coupon offer will have a code associated with it. I want to be able to have a button or even better have the code be a hyperlink where it can be clicked, and have the code copied to the pasteboard, so someone can paste it on another site. Can someone point me in a direction? Thanks!
  10. CRO8

    Div Tags

    thanks!
  11. CRO8

    Div Tags

    ok gotcha thanks. div#blahblah would only be <div id="blahblah"> as opposed to #blahblah which can either be <div id="blahblah"> or <table id="blahblah"> correct?
  12. CRO8

    Div Tags

    hello just curious about two things: 1. when setting style sheets, I have seen it written in two ways, div#blahblah and #blahblah so what is the difference if there is one? thanks!
  13. nice thanks- let me dig in and re-post my progress. thanks!
  14. Hey all I have a page that uses a similar query. >$result = mysql_query ("SELECT aaa,bbb,ccc,ddd FROM eee,fff,gggg WHERE xxx = xxxxxx AND yyyyy = yyyyyyyyyy AND zzzzz = zzzzzzzzz ORDER BY gggggggg"); How do I do more than one query on the same page? Can I use $result again? or use $result[1] or something similar. I think I can handle it from there- just need a little direction. Thanks!
  15. thanks Ill check hotscripts and report back. thanks.
  16. hey thanks - yeah I saw that in the readme file. if you recommend it then its good enough for me. thanks again.
  17. CRO8

    Counter

    ok thnx i will look inot it. thanks!
  18. Hi I want to add a text field to my site where folks can enter their email addresses and those addresses get stored into my existing mysql dbase. when info comes up that may be interesting to them- I can send out related emails NOT SPAM. Similar to fields on a list apart Thanks!
  19. CRO8

    Counter

    can anyone recommend a good counter script? if it helps to know we have a mysql dbase. not sure if it can be done with a sinple array . . . whatever. thanks!
  20. that was it- spelling- thank you sir. wow- that was soooooo easy! thanks turtle.
  21. ok Im emabarrassed dodsmail is far too easy to use but its not working I get a "cannot find this page" and in the url window is my domain name/dodosmail.php sitting right there . . .hmmm. not sure. My code is below . . ><form action="dodosmail.php" method="POST"> <!-- these variables require customization --> <input type="hidden" name="required_fields" value="subject,after_url,name,message"> <input type="hidden" name="subject" value="Inquiry from Couponpile.com"> <input type="hidden" name="your_email_address" value="contact@couponpile.com"> <input type="hidden" name="check_email_address" value="no"> <!-- these variables are for error page and output page if you didn't choose to redirect --> <input type="hidden" name="background_color" value="#FFFFFF"> <input type="hidden" name="background_image" value="bk.gif"> <input type="hidden" name="text_color" value="#000000"> <input type="hidden" name="link_color" value="#C000C0"> <input type="hidden" name="visited_link_color" value="#0000C0"> <input type="hidden" name="active_link_color" value="#0000C0"> <input type="hidden" name="font_name" value="Verdana"> <input type="hidden" name="font_size" value="2"> <!-- the font color for highlighting required field --> <input type="hidden" name="highlight_color" value="red"> <!-- leave it blank if you don't have a css file or know what it is --> <input type="hidden" name="css_file" value=""> <!-- these variables are for the auto response email sent to your sender, feel free to disable by putting a "no" in the first line --> <input type="hidden" name="autoresponse" value="yes"> <input type="hidden" name="owner_name" value="Couponpile.com"> <input type="hidden" name="response_subject" value="Thank you for your Inquiry!"> <input type="hidden" name="response_mail" value="This is an auto response to let you know that we've successfully received your message sent through the email form. Thanks!"> <!-- if you want dodosmail to show the send info without redirection, get rid of the following --> <input type="hidden" name="after_url" value="thankyou.html"> Name: <br /><input type="text" name="name" size="20"><br /><br /> Subject: <br /><input type="text" name="subject" size="20"><br /><br /> Message: <br /> <textarea name="message" rows="6" cols="40" wrap> </textarea><br><br> <input type="submit" value="Submit"> </form> Any ideas? Thanks!
  22. ok. Ill read that other post and try and alternative. thnx!
  23. FormMail.pl from matt's scripting. hmmmmm. I get an error message:
  24. thanks! I put my perl file in cgi-bin folder so my path in the form itself is action="/cgi-bin/FormMail" correct?
×
×
  • Create New...