Jump to content

webgyrl

Members
  • Posts

    894
  • Joined

  • Last visited

Everything posted by webgyrl

  1. I'm trying to get a countdown script to work on a page I am working on. I keep getting an error that states: Fatal error: Call to undefined function: countdown() in /home/indiema/public_html/count.htm on line 19 I've followed these directions and uploaded the files: Installation Instructions 1. Upload offset.php to a directory in your web space. 2. Navigate to offset.php in your browser to determine the difference between your local time and the server time. 3. Open cdown.php in a text editor and change the offset value you obtained in the previous step. 4. Upload cdown.php to a directory in your web space. Usage Instructions Tip: Look at the source code of demo.php for usage examples. Step 1: Add the following code to any page that you want to put a countdown on. This should only be included once per page, and must come before any countdowns. <? include('path/to/cdown.php'); ?> path/to/: The relative path to cdown.php from the page you're adding this code to. If they are in the same folder, simply use 'cdown.php'. Step 2: Add the following code to any page to create a countdown. You can have multiple countdowns per page, but they must come after the code in the previous step. <? countdown(D, yyyy, mm, dd, hh, mm, ss); ?> D: A number from 1-5 indicating how much detail your countdown should show. * 1: Show only years left. * 2: Show years, days left. * 3: Show years, days, and hours left. * 4: Show years, days, hours, and minutes left. * 5: Show years, days, hours, minutes, and seconds left. yyyy: 4-digit year between 1970 and 2038. mm: Month; need not having a leading zero (e.g. March = 3). dd, hh, mm, ss: Day of the month, hour, minute, and second respectively; need not having a leading zero (e.g. 9) Tip: Hour must be in 24-hour time (e.g. 6pm = 18). All parameters are optional EXCEPT for the detail level and the year. Here is my page code: Link: http://www.indiemanagers.com/count.htm ><? include('http://www.indiemanagers.com/countdown/cdown.php'); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta name="Description" content="The Indie Managers Association (IMA) provides a unique opportunity for independent music managers to exchange ideas, suggestions and opinions amongst themselves and others on issues surrounding their independent community." /> <meta name="Keywords" content="IMA, Indie Managers Association, Music, Music Manager, IMMA, Independent Music Managers Association, Managers, Management, Music, Independent Managers, Managers Association, Management Association, Music Organizations, Music Managers, Personal Managers, Road Managers, Tour Managers, IMMA, Music Conferences, Music Books, Music Directory" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" media="screen" href="http://www.indiemanagers.com/styles/main.css" /> <title>The Indie Managers Association **RE-LAUNCHING SOON**</title> </head> <body> <p> </p> <table width="760" border="5" align="center" cellpadding="0" cellspacing="0" bordercolor="#cc9999"> <tr> <td valign="top"><p align="center"><a href="http://www.indiemanagers.com" target="_parent"><img src="layout/masthead.jpg" alt="Click Here to Go to the IMA Home Page" width="740" height="146" border="0"></a> <center> <? countdown(5, 2005, 3, 6, 0, 0, 0); ?> until the re-launch of the Indie Managers Association! </center> </p> </td> </tr> </table> </body> </html> Any ideas as to what I did wrong?
  2. Ok David... that is good to know. It's a lot easier for me to be able to tweak design elements and upload via Dreamweaver to check them live right away and then go back and tweak again if necessary. Thanks to all who shared knowledge on this topic.
  3. That's exactly why I asked. I did an experiment. I uploaded the UFM files via FTP in BINARY and then I overwrote some of them using DW FTP with the setting set at ASCII. It still works either way. Will I run into problems if I change a PHP file for this script and upload using ASCII? I've already altered the mailit.php, header.php, footer.php, thanks.php, email.tpl.php and the contact.php files and uploaded tehm in ASCII using DW and everything is working perfectly as of now. All the other files were uploaded via FTP in BINARY. Is it strange that it works, or am I asking for trouble?
  4. David, Thanks for explaining all that to me. It's nice to know how things work and also why they won't work or what could happen if you mess up! Thanks again.
  5. Thanks Robert! That's what I thought, but just wanted to be sure. What would happen if one uploaded a PHP file in BINARY? Would it not show/work?
  6. Just wondering... are PHP files supposed to be uploaded in BINARY or ASCII mode? I have my FTP Extension Map here in Dreamweaver and am updating it... it shows the following PHP ASCII PHP3 ASCII PHP4 ASCII PHP5 ASCII Should these be changed to BINARY? Thanks
  7. Heya Don! Yes I tried and tried and tired with detect in there and it didn't work. The person who wrote the script told me to put in the full path and try that. Looks like we got it working now.
  8. Hmmm that is strange.. I am still getting a template error. This thing is really tough! Thanks guys.
  9. just gonna try that Don! Thanks for reading the post!
  10. OK Rick will give that a shot
  11. Arghhh it didn't work! >#----------------------------------------------------------------------- # PATH SETTINGS #----------------------------------------------------------------------- # Jamroom will try to auto-detect the path that it's scripts are running # in, but on some servers this may not work 100% of the time. Leave # this at the default unless Jamroom tells you to change it. Default is # "detect" - any other value and Jamroom will attempt to use it as the # ABSOLUTE path to the jamroom scripts. Note that this must be the # absolute path - i.e. /full/path/to/jamroom (note no trailing slash) $config['jamroom_path'] = '/home/indiemanagers/public_html/observatory'; # if the $config['jamroom_path'] setting has been set to something OTHER # then detect you must enter the URL for Jamroom here as well so Jamroom # knows how to resolve relative URLS within its scripts. Leave this at # the default "detect" unless you have modifed the value above this one. # if you do need to put an entry in, put it in like so: # http://path/to/jamroom - note there is no trailing slash "/". $config['jamroom_url'] = 'http://www.indiemanagers.com/observatory'; Got this error: ERROR! Jamroom is unable to determine the path to its scripts - verify the entries in config/settings.cfg.php. Could it be anything else? The observatory folder is in the public_html folder.
  12. yessir, it is in a folder called 'observatory'... will try that and see if I can get this baby working! Thanks Bruce!
  13. Have you thought of using something like Dada mail? I use it and it's wonderful. You can send plain text and also html emails and it manages all the signups etc. You can read more here: http://mojo.skazat.com/ It's free as well! Hope that helps.
  14. Hey gang! I installed a script on one of the sites I do work for and I need to change one of the config php files to show the full path to my script installation. The guy who wrote the script said it should look something like this: "/home/yourname/public_html/observatory" would my path be: "/home/indiemanagers/public_html/observatory"? Basically I have to change this part of the config file: >#----------------------------------------------------------------------- # PATH SETTINGS #----------------------------------------------------------------------- # Jamroom will try to auto-detect the path that it's scripts are running # in, but on some servers this may not work 100% of the time. Leave # this at the default unless Jamroom tells you to change it. Default is # "detect" - any other value and Jamroom will attempt to use it as the # ABSOLUTE path to the jamroom scripts. Note that this must be the # absolute path - i.e. /full/path/to/jamroom (note no trailing slash) $config['jamroom_path'] = 'detect'; # if the $config['jamroom_path'] setting has been set to something OTHER # then detect you must enter the URL for Jamroom here as well so Jamroom # knows how to resolve relative URLS within its scripts. Leave this at # the default "detect" unless you have modifed the value above this one. # if you do need to put an entry in, put it in like so: # http://path/to/jamroom - note there is no trailing slash "/". $config['jamroom_url'] = 'detect'; #----------------------------------------------------------------------- Thanks for the help.
  15. OK will do. Thanks again
  16. Worked like a charm! Thanks Don! Mystery solved!
  17. Yes, I just made a blank session.php file from DW. I uploaded it via DW's FTP. There is absolutely nothing in the PHP file tho. .... ahhhh just looked at the file... Looks like ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> </head> <body> </body> </html> is being added because those are the contents of the session.php file. Is that the reason? So when we do the real file with its proper contents, that won't happen?
  18. Hey Don! Right now there is nothing in the file, it was just put up for now as we are still getting the scripts written. Jim is doing it actually. He told me to put in a dummy session.php file and to add that include line into the first line of my templates. Could that be the problem? That it is a dummy file?
  19. Ok.. more testing. Doesn't seem to be a template issue. I made a straight page here: http://www.indiemanagers.com/notemp.htm Added in the include: ><?php include($_SERVER['DOCUMENT_ROOT']."/db/session.php"); ?> same thing happens: SOURCE ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> </head> <body> </body> </html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Not A Template with DB include</title> </head> <body> <p>test of non template file</p> <p> </p> </body> </html>
  20. If went in and manually deleted ><?php include($_SERVER['DOCUMENT_ROOT']."/db/session.php"); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> from each of my pages, will that take out the PHP include? Because even when I do that it seems to work just fine. I can't see the PHP include line in the source, regardless... so I don't really know if I delete it's reference when I delete that top bit of code or if it is being referenced from the dwt. file. Goodnesss me... too much to think about on a Sunday!
  21. Ok I tried an experiment creating the template with the include in there right from the beginning, same thing happens. For some reason adding the include is generating two Doc Types and Title areas. ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> </head> <body> </body> </html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><!-- InstanceBegin template="/Templates/4.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!-- InstanceBeginEditable name="doctitle" --> <title>This is the new title</title> <!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="head" --> <!-- InstanceEndEditable --> </head> <body> <table width="100%" border="1"> <tr> <td><!-- InstanceBeginEditable name="EditRegion3" -->halooooo<!-- InstanceEndEditable --></td> <td> </td> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td><!-- InstanceBeginEditable name="EditRegion4" -->howdeeee<!-- InstanceEndEditable --></td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> <td> </td> <td><!-- InstanceBeginEditable name="EditRegion5" -->EditRegion5<!-- InstanceEndEditable --></td> </tr> </table> </body> <!-- InstanceEnd --></html> How strange is that?
  22. Just doing some testing here with another template page. Strange... when I create the template and upload it, all is fine. It's when I go back and add in the: ><?php include($_SERVER['DOCUMENT_ROOT']."/db/session.php"); ?> That's when the trouble starts and that extra Doc Type is added on. See here: http://www.indiemanagers.com/template.htm View Source. When I first uploaded it without the PHP include it was fine. Any way to fix this? That PHP Include needs to be at the top of each page for the new site as we are adding in a database.
  23. I'm creating a new site using DW templates and have run into a funny bit of code weirdness. Pages are here: http://www.indiemanagers.com/members I created the template and then created pages using the template. (NOTE: 1st line has a php include line: <?php include($_SERVER['DOCUMENT_ROOT']."/db/session.php"); ?>) Uploaded the pages and for some strange reason I get two Doc Type headers and it puts in another Page Title "Untitled", which overwrites the proper page title. I tried to check in my code to see what was up and the only way to get rid of the double page title was to manually delete these lines from each page: ><?php include($_SERVER['DOCUMENT_ROOT']."/db/session.php"); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> I re-uploaded the pages after taking that top bit out and it works fine, but now whenever I update the pages from the Template, it overwrites the top part again making all the documents "untitled". It's almost like it's creating a page within a page, which is really strange. Any ideas why this is happening? Here is an example of the code (the funny bit is bolded): ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Untitled Document</title> </head> <body> </body> </html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><!-- InstanceBegin template="/Templates/ima_main.dwt" codeOutsideHTMLIsLocked="false" --> <head> <meta name="Description" content="The Indie Managers Association (IMA) provides a unique opportunity for independent music managers to exchange ideas, suggestions and opinions amongst themselves and others on issues surrounding their independent community." /> <meta name="Keywords" content="IMA, Indie Managers Association, Music, Music Manager, IMMA, Independent Music Managers Association, Managers, Management, Music, Independent Managers, Managers Association, Management Association, Music Organizations, Music Managers, Personal Managers, Road Managers, Tour Managers, IMMA, Music Conferences, Music Books, Music Directory" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" media="screen" href="http://www.indiemanagers.com/IMA_NEW/styles/main.css" /> <!-- InstanceBeginEditable name="doctitle" --> <title>IMA | About the Indie Managers Association</title> <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable --> <script language="JavaScript"> <!-- function mmLoadMenus() { if (window.mm_menu_0112023347_0) return; window.mm_menu_0112023347_0 = new Menu("root",87,14,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#ffffff","#cc9999","#663333","left","middle",2,0,1000,-5,7,true,true,true,0,true,true); mm_menu_0112023347_0.addMenuItem("About the IMA","window.open('http://www.indiemanagers.com/about.htm', '_parent');"); mm_menu_0112023347_0.addMenuItem("FAQ","window.open('http://www.indiemanagers.com/faq.htm', '_parent');"); mm_menu_0112023347_0.hideOnMouseOut=true; mm_menu_0112023347_0.menuBorder=1; mm_menu_0112023347_0.menuLiteBgColor='#ffffff'; mm_menu_0112023347_0.menuBorderBgColor='#333333'; mm_menu_0112023347_0.bgColor='#993366'; window.mm_menu_0110151610_1 = new Menu("root",75,14,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#ffffff","#cc9999","#663333","left","middle",2,0,1000,-5,7,true,true,true,0,true,true); mm_menu_0110151610_1.addMenuItem("Benefits","window.open('http://www.indiemanagers.com/membership_benefits.htm', '_parent');"); mm_menu_0110151610_1.addMenuItem("Registration","window.open('http://www.indiemanagers.com/amember/signup.php', '_parent');"); mm_menu_0110151610_1.hideOnMouseOut=true; mm_menu_0110151610_1.menuBorder=1; mm_menu_0110151610_1.menuLiteBgColor='#ffffff'; mm_menu_0110151610_1.menuBorderBgColor='#333333'; mm_menu_0110151610_1.bgColor='#993366'; window.mm_menu_0112010607_2 = new Menu("root",119,14,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#ffffff","#cc9999","#663333","left","middle",2,0,1000,-5,7,true,true,true,0,true,true); mm_menu_0112010607_2.addMenuItem("General Resources","window.open('http://www.indiemanagers.com/resources.htm', '_parent');"); mm_menu_0112010607_2.addMenuItem("For Artists","window.open('http://www.indiemanagers.com/artist_resources.htm', '_parent');"); mm_menu_0112010607_2.addMenuItem("For Managers","window.open('http://www.indiemanagers.com/manager_resources.htm', '_parent');"); mm_menu_0112010607_2.addMenuItem("Downloadable PDF's","window.open('http://www.indiemanagers.com/dl_pdf.htm', '_parent');"); mm_menu_0112010607_2.hideOnMouseOut=true; mm_menu_0112010607_2.menuBorder=1; mm_menu_0112010607_2.menuLiteBgColor='#ffffff'; mm_menu_0112010607_2.menuBorderBgColor='#333333'; mm_menu_0112010607_2.bgColor='#993366'; window.mm_menu_0110145936_0 = new Menu("root",94,14,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#ffffff","#cc9999","#663333","left","middle",2,0,1000,-5,7,true,true,true,0,true,true); mm_menu_0110145936_0.addMenuItem("Seminars","window.open('http://www.indiemanagers.com/seminars.htm', '_parent');"); mm_menu_0110145936_0.addMenuItem("Industry Events","window.open('http://www.indiemanagers.com/industry_events.htm', '_parent');"); mm_menu_0110145936_0.hideOnMouseOut=true; mm_menu_0110145936_0.menuBorder=1; mm_menu_0110145936_0.menuLiteBgColor='#ffffff'; mm_menu_0110145936_0.menuBorderBgColor='#333333'; mm_menu_0110145936_0.bgColor='#993366'; window.mm_menu_0112011018_0 = new Menu("root",97,14,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#ffffff","#cc9999","#663333","left","middle",2,0,1000,-5,7,true,true,true,0,true,true); mm_menu_0112011018_0.addMenuItem("Search Directory","window.open('http://www.indiemanagers.com/directory/search_directory.htm', '_parent');"); mm_menu_0112011018_0.addMenuItem("Add Listing","window.open('http://www.indiemanagers.com/directory/directory_register.htm', '_parent');"); mm_menu_0112011018_0.addMenuItem("Edit Listing","window.open('http://www.indiemanagers.com/directory/edit_listing_form.htm', '_parent');"); mm_menu_0112011018_0.hideOnMouseOut=true; mm_menu_0112011018_0.menuBorder=1; mm_menu_0112011018_0.menuLiteBgColor='#ffffff'; mm_menu_0112011018_0.menuBorderBgColor='#333333'; mm_menu_0112011018_0.bgColor='#993366'; mm_menu_0112011018_0.writeMenus(); } // mmLoadMenus() <!-- function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } //--> function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> <script language="JavaScript1.2" src="http://www.indiemanagers.com/IMA_NEW/navigation/mm_menu.js"></script> </head> <body onLoad="MM_preloadImages('navigation/about_f2.gif','navigation/contact_f2.gif','navigation/join_ima_f2.gif','navigation/manual_f2.gif','navigation/resources_f2.gif','navigation/events_f2.gif','navigation/management_directory_f2.gif','navigation/members_only_f2.gif','navigation/home_f2.gif')"> <table width="760" border="5" align="center" cellpadding="0" cellspacing="0" bordercolor="#cc9999" id="main_body"> <!--DWLayoutDefaultTable--> <tr> <td width=""><div align="right"><a href="http://www.indiemanagers.com" target="_parent"><img src="layout/masthead.jpg" alt="Click Here to Go to the IMA Home Page" width="740" height="146" border="0"></a> </div> <script language="JavaScript1.2">mmLoadMenus();</script> <table width="740" border="0" align="center" cellpadding="0" cellspacing="0"> <!-- fwtable fwsrc="nav_bar.png" fwbase="nav_bar.gif" fwstyle="Dreamweaver" fwdocid = "2006850332" fwnested="0" --> <tr> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="2" height="1" border="0"></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="48" height="1" border="0"></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="9" height="1" border="0"></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="62" height="1" border="0"></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="10" height="1" border="0"></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="68" height="1" border="0"></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="9" height="1" border="0"></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="54" height="1" border="0"></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="10" height="1" border="0"></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="76" height="1" border="0"></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="9" height="1" border="0"></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="55" height="1" border="0"></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="10" height="1" border="0"></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="153" height="1" border="0"></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="9" height="1" border="0"></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="97" height="1" border="0"></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="10" height="1" border="0"></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="47" height="1" border="0"></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="2" height="1" border="0"></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="1" height="1" border="0"></td> </tr> <tr> <td colspan="19"><img name="nav_bar_r1_c1" src="navigation/nav_bar_r1_c1.gif" width="740" height="2" border="0" alt=""></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="1" height="2" border="0"></td> </tr> <tr> <td rowspan="3"><img name="nav_bar_r2_c1" src="navigation/nav_bar_r2_c1.gif" width="2" height="13" border="0" alt=""></td> <td><a href="#" target="_parent" onMouseOut="MM_swapImgRestore();MM_startTimeout()" onMouseOver="MM_showMenu(window.mm_menu_0112023347_0,-3,20,null,'about');MM_swapImage('about','','navigation/about_f2.gif',1)"><img name="about" src="navigation/about.gif" width="48" height="10" border="0" alt="About the IMA"></a></td> <td rowspan="3"><img name="nav_bar_r2_c3" src="navigation/nav_bar_r2_c3.gif" width="9" height="13" border="0" alt=""></td> <td><a href="http://www.indiemanagers.com/contact.htm" target="_parent" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('contact','','navigation/contact_f2.gif',1)"><img name="contact" src="navigation/contact.gif" width="62" height="10" border="0" alt="Contact the IMA"></a></td> <td rowspan="3"><img name="nav_bar_r2_c5" src="navigation/nav_bar_r2_c5.gif" width="10" height="13" border="0" alt=""></td> <td><a href="#" target="None" onMouseOut="MM_swapImgRestore();MM_startTimeout()" onMouseOver="MM_showMenu(window.mm_menu_0110151610_1,-3,19,null,'join_ima');MM_swapImage('join_ima','','navigation/join_ima_f2.gif',1)"><img name="join_ima" src="navigation/join_ima.gif" width="68" height="10" border="0" alt="Join the Indie Managers Association"></a></td> <td rowspan="3"><img name="nav_bar_r2_c7" src="navigation/nav_bar_r2_c7.gif" width="9" height="13" border="0" alt=""></td> <td><a href="http://www.indiemanagers.com/management_manual.htm" target="_parent" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('manual','','navigation/manual_f2.gif',1)"><img name="manual" src="navigation/manual.gif" width="54" height="10" border="0" alt="Purchase the IMA Management Manual"></a></td> <td rowspan="3"><img name="nav_bar_r2_c9" src="navigation/nav_bar_r2_c9.gif" width="10" height="13" border="0" alt=""></td> <td><a href="#" target="None" onMouseOut="MM_swapImgRestore();MM_startTimeout()" onMouseOver="MM_showMenu(window.mm_menu_0112010607_2,-19,20,null,'resources');MM_swapImage('resources','','navigation/resources_f2.gif',1)"><img name="resources" src="navigation/resources.gif" width="76" height="10" border="0" alt="Helpful Resources and Tools for the Manager and Artist"></a></td> <td rowspan="3"><img name="nav_bar_r2_c11" src="navigation/nav_bar_r2_c11.gif" width="9" height="13" border="0" alt=""></td> <td><a href="#" target="None" onMouseOut="MM_swapImgRestore();MM_startTimeout()" onMouseOver="MM_showMenu(window.mm_menu_0110145936_0,-18,21,null,'events');MM_swapImage('events','','navigation/events_f2.gif',1)"><img name="events" src="navigation/events.gif" width="55" height="10" border="0" alt="Industry Events & Seminars"></a></td> <td rowspan="3"><img name="nav_bar_r2_c13" src="navigation/nav_bar_r2_c13.gif" width="10" height="13" border="0" alt=""></td> <td rowspan="2"><a href="#" target="None" onMouseOut="MM_swapImgRestore();MM_startTimeout()" onMouseOver="MM_showMenu(window.mm_menu_0112011018_0,38,22,null,'management_directory');MM_swapImage('management_directory','','navigation/management_directory_f2.gif',1)"><img name="management_directory" src="navigation/management_directory.gif" width="153" height="12" border="0" alt="Management Directory: SEARCH : LIST YOUR COMPANY"></a></td> <td rowspan="3"><img name="nav_bar_r2_c15" src="navigation/nav_bar_r2_c15.gif" width="9" height="13" border="0" alt=""></td> <td rowspan="2"><a href="http://www.indiemanagers.com/amember/member.php" target="_blank" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('members_only','','navigation/members_only_f2.gif',1)"><img name="members_only" src="navigation/members_only.gif" width="97" height="12" border="0" alt="To Registered Members Login Page"></a></td> <td rowspan="3"><img name="nav_bar_r2_c17" src="navigation/nav_bar_r2_c17.gif" width="10" height="13" border="0" alt=""></td> <td><a href="http://www.indiemanagers.com" target="_parent" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('home','','navigation/home_f2.gif',1)"><img name="home" src="navigation/home.gif" width="47" height="10" border="0" alt="Back to the IMA Home Page"></a></td> <td rowspan="3"><img name="nav_bar_r2_c19" src="navigation/nav_bar_r2_c19.gif" width="2" height="13" border="0" alt=""></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="1" height="10" border="0"></td> </tr> <tr> <td rowspan="2"><img name="nav_bar_r3_c2" src="navigation/nav_bar_r3_c2.gif" width="48" height="3" border="0" alt=""></td> <td rowspan="2"><img name="nav_bar_r3_c4" src="navigation/nav_bar_r3_c4.gif" width="62" height="3" border="0" alt=""></td> <td rowspan="2"><img name="nav_bar_r3_c6" src="navigation/nav_bar_r3_c6.gif" width="68" height="3" border="0" alt=""></td> <td rowspan="2"><img name="nav_bar_r3_c8" src="navigation/nav_bar_r3_c8.gif" width="54" height="3" border="0" alt=""></td> <td rowspan="2"><img name="nav_bar_r3_c10" src="navigation/nav_bar_r3_c10.gif" width="76" height="3" border="0" alt=""></td> <td rowspan="2"><img name="nav_bar_r3_c12" src="navigation/nav_bar_r3_c12.gif" width="55" height="3" border="0" alt=""></td> <td rowspan="2"><img name="nav_bar_r3_c18" src="navigation/nav_bar_r3_c18.gif" width="47" height="3" border="0" alt=""></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="1" height="2" border="0"></td> </tr> <tr> <td><img name="nav_bar_r4_c14" src="navigation/nav_bar_r4_c14.gif" width="153" height="1" border="0" alt=""></td> <td><img name="nav_bar_r4_c16" src="navigation/nav_bar_r4_c16.gif" width="97" height="1" border="0" alt=""></td> <td><img src="navigation/spacer.gif" alt="" name="undefined_2" width="1" height="1" border="0"></td> </tr> </table> <table width="90%" border="0" align="center" cellpadding="1" cellspacing="1" id="header_and_text"> <tr> <td><!-- InstanceBeginEditable name="Header Region" --> <h2>About</h2> <!-- InstanceEndEditable --></td> </tr> <tr> <td><!-- InstanceBeginEditable name="Main Text Area" -->The Indie Managers Association (IMA), formerly the Independent Music Managers Association (IMMA), was formed in August of 2002 as a private company based in Washington DC. The association was established with the understanding that there is a parallel and diverse music management community operating within today's industry that is inhabited by thousands of independent managers and companies. These independent managers and companies operate under a different set of rules and conditions from those that the major management companies operate under. <p>The role of the Indie Managers Association is to help shape this and the next generation of independent music managers. The role of music managers will become more important as the industry landscape becomes more complex by virtue of the increased opportunities in the field, including merchandising, sponsorships, national touring, international licensing, international sub-publishing, paid digital downloads, creative regional and national distribution and more. The IMA provides a unique opportunity for independent music managers to exchange ideas, suggestions and opinions amongst themselves and others through regular live chats. An important part of the association is its management manual. The Association's management manual is designed to give independent managers a detailed and comprehensive understanding of how the music business works. The manual is organized as a 'do-it' manual that allows managers to evaluate their progress and make sure they are doing all that they can do to achieve success for their artists and other clients.</p> <p>The Indie Managers Association includes in its membership all types of independent music managers: personal managers, road managers, business managers and tour managers. These members represent recording artists, songwriters, musicians and producers. Our vision is to empower and inspire the management community while restoring integrity to the image of the contemporary music manager.</p> <!-- InstanceEndEditable --></td> </tr> </table> <table width="90%" border="0" align="center" cellpadding="1" cellspacing="1" id="footer"> <tr> <td height="80"><hr align="center" width="100%" size="3"> ©2002-2005 IMA | <a href="http://www.mbstia.com/design.htm" target="_blank">Site Designed & Maintained by MBSTIA Design Division</a> | <a href="http://www.indiemanagers.com/privacy.htm" target="_blank">Privacy Policy</a> | <a href="http://www.indiemanagers.com/terms.htm" target="_blank">Terms</a> | Database Design by <a href="http://www.olifields.com/webdev.htm" target="_blank">OLIFIELDS</a><br> <a href="mailto:webmaster@indiemanagers.com?subject=Email for IMA Webmaster">Email IMA Webmaster</a> </td> </tr> </table></td> </tr> </table> </body> <!-- InstanceEnd --></html>
  24. Ah Ok.. duh I didn't use the Google Image search, just the regular web search. How very blonde of me. Sorry
  25. Ok well I think I did it. I got an icon extraction program and then I found this nifty little converter called "Icon To Any" by aha-soft and it seems to have done the trick! I think I have to improve my Googling skills tho...
×
×
  • Create New...