Problems with Cold Fusion Forms

Hey Everybody -
Pretty new to these forums and cold fusion in general. I
created a number of forms in cold fusion for a school. They sign up
for classes and when they fill out ALL text fields they
successfully submit the form and they see a success page. Sounds
great right? well kind of.
If a user doesnt fill out the entire form, and submits it
gives them an error with coldfusion errors. So I am faced with a
few choices. I can either: have the form forward them to an error
page instead of the coldfusion error, or if there's a way I can
fill in the null values so that there isnt a problem with nulls. I
want to have validation but I want it in a seperate page since I
dont have the room to add errors in the form itself.
Any help would be great. Thanks in advance.

I always do ALL my form validations with a client-side JS
**and** with server-side CF.
I don't use <cfform>, I know <cfform> is
dependant on the java version the user has installed on their end.
I know I came across quite a few issues where on one machine the
<cfform> worked fine, and on another it konked out.
Anways, this is one of my most basic forms:
=============================================
PAGE1.cfm
<html>
<head>
<script>
function validate() {
var IA = document.ContactUs;
var errorMSG = "";
if(IA.FullName.value == "") {errorMSG += "Full Name\n";}
if(IA.Email.value == "") {errorMSG += "Email\n";}
if(errorMSG != "") {
alert("The following fields are required:\n\n" + errorMSG);
return false;
</script>
</head>
<body>
<form name="ContactUs" action="page1_x.cfm" method="post"
onSubmit="return validate();">
<table>
<tr>
<td align="right">Name: </td>
<td align="left"><input type="text" name="FullName"
maxlength="50" size="25"></td>
</tr>
<tr>
<td align="right">Email Address: </td>
<td align="left"><input type="text" name="Email"
maxlength="50" size="25"></td>
</tr>
<tr>
<td align="right">Comments: </td>
<td align="left"><textarea name="Comments"
cols="20" rows="5" id="comments"></textarea></td>
</tr>
<tr>
<td colspan="2">
<input type="submit" name="SubmitContact"
value="Submit">
<input type="reset" name="Reset" value="Reset">
</td>
</tr>
</table>
</form>
</body>
</html>
=============================================
=============================================
page1_x.cfm
<cfif isdefined("FORM.SubmitContact") and FORM.FullName
NEQ "" and FORM.Email NEQ "">
<!--- is all is OK, do whatever it is you want to do.
--->
<cfelse>
<!--- if the submit button was no clicked, fullname and
email (required fields) not filled out, send them back to the form
--->
<cflocation url="page1.cfm?status=1" addtoken="no">
</cfif>
=============================================
Now, there is sooooo much more you can here for a full blown
error-proof script. You can also check if the e-mail is a valid
e-mail (server side), and if the field is a numeric field (like zip
code, phone number, etc) then check if that field is valid, etc.
This is just a run-of-mill simple form and validation
submission using both client-side JS and server-side code.

Similar Messages

  • Problem with Cold Fusion and SQL Express

    I can connect to this database with EMS but have this error
    when I try to connect through ColdFusion. Any ideas?
    Connection verification failed for data source: SEAN
    java.sql.SQLException: [Macromedia][SQLServer JDBC
    Driver][Macromedia][SQLServer JDBC Driver]The requested instance is
    either invalid or not running.
    The root cause was that: java.sql.SQLException:
    [Macromedia][SQLServer JDBC Driver][Macromedia][SQLServer JDBC
    Driver]The requested instance is either invalid or not running.
    Best Wishes,
    Dave

    Thanks CJ and TSB,
    I did find that the TCP/IP was disabled but still have an
    error when I try to connect.
    Connection verification failed for data source: K
    java.sql.SQLException: [Macromedia][SQLServer JDBC
    Driver][Macromedia][SQLServer JDBC Driver]The requested instance is
    either invalid or not running.
    The root cause was that: java.sql.SQLException:
    [Macromedia][SQLServer JDBC Driver][Macromedia][SQLServer JDBC
    Driver]The requested instance is either invalid or not running.
    Any other ideas?
    Thanks,
    Dave

  • I am having a problem with Windows Fusion installed on a MacBook.

    I am having a problem with Windows Fusion installed on a MacBook OS 10.  When attempting to use a Browser, (either IE, or Chrome), under Windows Fusion, I cannot browse to ANY page except Gmail.com.
    I checked all security settings, and found no problem. Neither browser will allow me to do ANYTHING other than go to Gmail.com!!!
    I am not sure if I have some virus on my Windows side, because Google and Safari both work perfectly on my Apple side, just not when running Windows Fusion.
    Is there some setting I am missing, or do you think I have malware/virus issues?? My Internet connection is DEFINITELY working fine - I can send, receive, open, and close all my email on Gmail only, and can navigate freely on Gmail, but cannot get to any other site even hyperlinked to Gmail.
    Any help would be greatly appreciated.
    Thank you very much.

    HartEJ wrote:
    ...Neither browser will allow me to do ANYTHING other than go to Gmail.com!!!...
    If you've already tried my previous suggestions, it may be that something has tampered with the DNS settings in your Windows VM, which might bypass the settings your Mac uses. Assuming you're using Windows 8, these instructions explain how to check and change the DNS settings. There's also a link in those instructions listing a variety of suggested DNS settings. If you do try changing the settings, record what the settings currently are in case you want to return to them.

  • My Client is having a serious problem with the Contact Form Widget

    My Client is having a serious problem with the Contact Form Widget that I can not figure out how to correct.
    I created a website for a client and inserted a Contact Form widget on their 'Contact Us' page. Whenever anyone uses the form, the e-mail my client receive shows my e-mail address as the sender. So, when they 'reply' to the e-mail, the reply is sent to me and not the person who sent the original message. This creates a major problem in that I get barraged with e-mail replies while my client's potential customers go without a response.
    When I look at  'Site Manager > System E-Mails > Workflow Information > E-mail From Address' on the site's Admin Console, it shows my e-mail information. Is this is what needs to be changed?  If it is, what needs to be placed in that field so that the e-mail my client receives shows the senders e-mail information in the 'From' field.  My client wants to be able to click reply and have the message sent to the right party. They would be very upset if they have to cut and past the senders e-mail address from the body text on every contact they receive.
    Their feeling is that if I can't find a way to make the contact form work the way it should, then it's useless to them.
    Can anyone help me figure this out? I really don't want to disappoint my first client.

    Are you on a plan that has the CRM feature that stores your customers' data? If so, the idea of the contact form is that you'll receive a notification that there's been an inquiry filled out on your contact form and there should be a link in that email notification that leads to the "Case" that was created when that customer filled out a contact form.  You can click that link and visit the case for that customer in your BC site and reply to them from there so that all of the correspondence is logged in the CRM for safe-keeping and for your records.
    If your client finds this is too much work to login to BC to reply every time, then you should check to see if you have the "Customer Service Ticketing" feature on your hosting plan.  This is a feature where you create a dedicated email account (like [email protected]) and the BC system will automatically login to that email account and pull any emails in that inbox and convert them to a customer case for the sender of the email and then it will send out a notification via email to any of the BC Admin users you delegate as "Customer Service Agents".  Since the CST integrates with the BC CRM it lets you reply directly within the email-- but when you reply it will be going to that same email address dedicated to the CST but once the CST service checks your email again and sees that you replied to this inquiry it will log your reply against the customer's case and sends your reply via email back to them so that all the correspondance gets logged on BC's CRM but you can still reply via email.
    There's no way to use the default web forms to update the "From" or "Reply-To" address.. it must come from an approved email address to avoid spam issues.  On most web services you cannot change the "from" address anyway but usually you can at least specify the "Reply-To" address so that when someone hits "reply" in their email client it will reply to whoever you setup as the "Reply-To" address.
    Here's some more information about CST: http://kb.worldsecuresystems.com/kb/customer-service-ticketing.html?bc-partner
    I don't think the CST feature is in the webMarketing BC plan-- I think it's only in the webCommerce plan so if you have less than an webCommerce plan you have to tell your client to reply through BC by clicking the link in the notification they get.  You can justify it by saying its one or two more steps but it keeps the entire convo on record in their CRM for easy referral later.

  • Problem with navagation of forms

    Hi everybody
    I have a problem with navigation of forms
    I have two forms say a and b.In form a i have a button and i want, when i press that button the form b should open.I wrote when_button_pressed trigger for that button in form a as open_form('b'); Raise form_trigger_failure;
    When i run form a and press the button form b is not opening.It is giving me a message as 'form b cannot be opened'
    Can somebody tell me where i am wrong.I have compiled b.
    TIA
    Prajakta

    Why are you using Raise form_trigger_failure;
    You don't need it.
    Try doing open_form('b.fmx');
    If this doesnt work
    I think your problem is that the fmx file for form b is not in the path to be found.
    make sure to include the direcoty in the forms60_path or have it in the same directory as form a.

  • How to convert/download videos embedded with cold fusion?

    Does anyone know of a free video conversion software that will convert and download online videos embedded with cold fusion ("cfmid=?") format/extension?  I tried a few online sites and they do not support that format yet.   Please help.  Thank you so much!
    Judy

    Actually COLD FUSION was a hoax a few years ago. COLDFUSION is the app.
    If you need content from a web site, talk to the developer.
    fwiw - Since ColdFusion is an Adobe app, you should try asking your question on that forum. This one is here to primarily support Shake.
    Have fun.
    x

  • Very big problem with JSF about FORM and "id=" for HTML form's elements and

    I have discovered a very big problem with JSF about FORM and "id=" for HTML form's elements and java instruction "request.getParameterNames()".
    Suppose you have something like this, to render some datas form a Java Beans :
    <h:dataTable value="#{TablesDb2Bean.myDataDb2ListSelection}" var="current" border="2" width="50%" cellpadding="2" cellspacing="2" style="text-align: center">
    <h:column>
    <f:facet name="header">
    <h:outputText value="Name"/>
    </f:facet>
    <h:outputText id="nameTableDb2" value="#{current.db2_name_table}"/>
    </h:column>
    </h:dataTable>
    Everything works fine...
    Suppose you want to get the name/value pairs for id="nameTableDb2" and #{current.db2_name_table} to process them in a servlet. Here is the HTML generated :
    <td><span <span class="attribute-name">id=<span class="attribute-value">"j_id_jsp_1715189495_22:0:nameTableDb2">my-table-db2-xxxxx</span></td>
    You think you can use the java instructions :
    Enumeration NamesParam = request.getParameterNames();
    while (NomsParam.hasMoreElements()) {
    String NameParam = (String) NamesParam.nextElement();
    out.println("<h4>"++NameParam+ "+</h4>);
    YOU ARE WRONG : request.getParameterNames() wants the syntax *name="nameTableDb2" but JSF must use id="nameTableDb2" for "<h:outputText"... So, you can't process datas in a FORM generated with JSF in a Servlet ! Perhaps I have made an error, but really, I wonder which ?
    Edited by: ungars on Jul 18, 2010 12:43 AM
    Edited by: ungars on Jul 18, 2010 12:45 AM

    While I certainly appreciate ejb's helpful responses, this thread shows up a difference in perspective between how I read the forum and how others do. Author ejb is correct in advising you to stay inside JSF for form processing if form processing is what you want to do.
    However, I detect another aspect to this post which reminds me of something Marc Andreesen once said when he was trying to get Netscape off the ground: "there's no such thing as bad HTML."
    In this case, I interpret ungar's request as a new feature request. Can I phrase it like this?
    "Wouldn't it be nice if I could render my nice form with JSF but, in certain cases, when I REALLY know what I'm doing" just post out to a separate servlet? I know that in this case I'll be missing out on all the nice validation, conversion, l10n, i18n, ajax, portlet and other features provided by JSF".
    If this is the case, because it really misses the point of JSF, we don't allow it, but we do have an issue filed for it
    https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=127
    If you can't wait for it to be fixed, you could decorate the FormRenderer to fix what you want.
    I have an example in my JSF book that shows how to do this decoration. http://bit.ly/edburnsjsf2
    Ed

  • Spry With Cold Fusion + Tutorials

    Hi,
    I want to try Spry with cold fusion . Can anyone help me on
    getting some tutorials?

    >
    http://www.adobe.com/devnet/dreamweaver/articles/edit_data_in_ajax.html
    A more advanced demo application, without tutorial, but with
    more advanced
    features, is now available here:
    http://www.massimocorner.com/spry/dynamic_spry.zip
    Massimo Foti, web-programmer for hire
    Tools for ColdFusion and Dreamweaver developers:
    http://www.massimocorner.com

  • SQL server with Cold Fusion?

    Hi everyone,
    I am supposed to write a website, that its database is SQL
    server and about 80,000 - 100,000 records in there.
    is it OK to go with cold fusion? OR better to go with .NET
    for faster and more reliable speed?
    I would appreciate your help.

    The app server generally doesn't care so long as it supports
    the DB driver. If the database is designed properly, the DBMS will
    be doing most of the "grunt" work.
    Any enterprise level app server can process a large database,
    so go with your strengths, and SQL server will do you just fine.
    I also wouldn't say .NET is faster ... I've seen my share of
    sites using .NET that are slow as molasses. Your server
    configuration will determine that more often than the app server,
    so long as it is an enterprise level app server ... both of which
    .NET and CF are.
    We run a SQL server for many clients and all are on CF ...
    one table alone has over 250,000 records in it. What and how you
    output will determine the speed between the 2, not how many records
    it can handle.

  • What's happening with cold fusion?!

    first, this very page is throwing js errors in both ie8 and firefox 24.0  , i can't reply to any posts
    then, with all this flurry of security breaches on gov websites running cold fusion, do we have a comprehensive white paper showing how to plug all the security holes that were uncovered?

    Thanks Carl,
    when clicking the reply link on the forum, in ie8 i get:
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1;
    Trident/4.0; (R1 1.6); .NET CLR 2.0.50727; .NET CLR 3.0.04506.30;
    .NET4.0C; .NET4.0E; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729;
    InfoPath.3)
    Timestamp: Mon, 18 Nov 2013 15:26:45 UTC
    Message: Not implemented
    Line: 1616
    Char: 13546
    Code: 0
    URI:
    http://forums.adobe.com/4.5.6/resources/scripts/gen/220b1b06a29f901e1d24252ac800883e.js
    and in fireFox:
    ReferenceError: $ is not defined
    https://www.adobe.com/account/sign-in.adobedotcom.html?returnURL=%2Fcfusion%2Fmembership%2 Findex%2Ecfm%3Floc%3Den%5Fus%26nl%3D1%26ref%3Dlogin
    Line 70
    ion amariutei | [email protected] | 212-578-1011
    From:
    Carl Von Stetten <[email protected]>
    To:
    ion <[email protected]>
    Date:
    11/18/2013 11:19 AM
    Subject:
    what's happening with cold fusion?!
    Re: what's happening with cold fusion?!
    created by Carl Von Stetten in Advanced Techniques - View the full
    discussion
    Site seems to be working fine for me.  As to plugging security holes,
    there are two things you need to do:
    1.      Keep your servers updated with the latest patch(es).  If you are
    on CF10, use the built-in automatic updater.  If on CF8 or CF9, take a
    look at David Epler's Unofficial Updater project.
    2.      Follow the appropriate ColdFusion lockdown guide for the version
    you are running.
    For CF9:
    http://www.adobe.com/content/dam/Adobe/en/products/coldfusion/pdfs/910
    25512-cf9-lockdownguide-wp-ue.pdf
    For CF10:
    http://www.adobe.com/content/dam/Adobe/en/products/coldfusion/pdfs/cf1
    0/cf10-lockdown-guide.pdf
    -Carl V.
    Please note that the Adobe Forums do not accept email attachments. If you
    want to embed a screen image in your message please visit the thread in
    the forum to embed the image at
    http://forums.adobe.com/message/5851524#5851524
    Replies to this message go to everyone subscribed to this thread, not
    directly to the person who posted the message. To post a reply, either
    reply to this email or visit the message page: [
    http://forums.adobe.com/message/5851524#5851524]
    To unsubscribe from this thread, please visit the message page at [
    http://forums.adobe.com/message/5851524#5851524]. In the Actions box on
    the right, click the Stop Email Notifications link.
    Start a new discussion in Advanced Techniques at Adobe Community
    For more information about maintaining your forum email notifications
    please go to http://forums.adobe.com/thread/416458?tstart=0.
    The information contained in this message may be CONFIDENTIAL and is for the intended addressee only.  Any unauthorized use, dissemination of the information, or copying of this message is prohibited.  If you are not the intended addressee, please notify the sender immediately and delete this message.

  • Problems with Submitting the form

    Hey Guys,
    I have a form with 7 different fields. my form is connected with the database. once the user fills out the information and clicks on submit the entry should be saved in the database.
    Everything is working fine. i can establish connection with the database. my only problem is that when i click on submit its not adding the entry in the database. I think i have problems with this command
    <form method = "post" > . Any helpo will be really appreciated. I am posting some part of the code.
    <%!
      public void jspInit() {
        try {
          Class.forName("org.apache.derby.jdbc.ClientDriver");
          System.out.println("JDBC driver loaded");
        catch (ClassNotFoundException e) {
          System.out.println(e.toString());
    <body>
    <%
    String name, unit, title, supervisor, region, dept, date;
    %>
    <p align="center"><b><font size="5" face="Arial">LOGIN REQUEST FORM </font></b>
    <form method="POST">
    <p align="left"><b><font size="2">                           
         </b>Name:<b> <input type="text" name="name" size="20">   </b>Title   <b>
         <input type="text" name="title" size="20">         </b> Dept <b>         
         <input type="text" name="dept" size="20"></b></font></p>
         <p align="left"><font size="2"><b>                 
         </b>Supervisor: <b> <input type="text" name="supervisor" size="20"> </b>Region<b> 
         <input type="text" name="region" size="20">  </b>Business Unit<b>
         <input type="text" name="unit" size="20"></b></font></p>
         <p align="left"><font size="2"><b>              </b>
         Effective Date:<b> <input type="text" name="date" size="20"></b></font></p>
         <input type = "reset">
         <input type = "submit">
         <%
         name = request.getParameter("name");
         unit = request.getParameter("unit");
         title = request.getParameter("title");
         supervisor = request.getParameter("supervisor");
         region = request.getParameter("region");
         dept = request.getParameter("dept");
         date = request.getParameter("date");
         boolean error = false;
         String message = null;
         try {
              Connection con = DriverManager.getConnection("jdbc:derby://localhost:1527/sample");
              System.out.println("Connection Established");
              Statement s = con.createStatement();
              String sql = "SELECT name FROM users" +
              "WHERE name='" + name + "'";
              ResultSet rs = s.executeQuery(sql);
              if(rs.next()) {
                   rs.close();
                   message = "The username <B>" + encodeHtmlTag(name) + "</B> has already been taken. Please select another name.";
                   error = true;
              else {
                   rs.close();
                   sql = "INSERT INTO user" +
                   "(name, unit, title, supervisor, region, dept, date)" +
                   "VALUES" +
                   "('" + name + "'," + " '" + unit + "'," + " '" + title + "'," + " '" + supervisor + "',"
                   + " '" + region + "'," + " '" + dept + "'," + " '" + date + "')";
                   int i = s.executeUpdate(sql);
                   if(i==1) {
                        message = "User Added";
              s.close();
              con.close();
         catch(SQLException e) {
              message = "Error " + e.toString();
         catch(Exception e) {
              message = "Error" + e.toString();
              error = true;
         %>
    </form>
    </body>
    </html>

    Even if there was an exception being thrown, you wouldn't see it because you're catching it but not doing anything with the message:
    catch(SQLException e) {
              message = "Error " + e.toString();
         catch(Exception e) {
              message = "Error" + e.toString();
              error = true;
         }Try changing this part to:
    catch(SQLException e) {
              message = "Error " + e.toString();
                    e.printStackTrace();
         catch(Exception e) {
              message = "Error" + e.toString();
              error = true;
                    e.printStackTrace();
         }

  • I have problems with buttons and Forms in my trial proof of Indesign CC, how can I fix it?

    I have problems with buttons and Forms in my trial proof of Indesign CC, how can I fix it?

    Moved to InDesign forum.
    You can start by telling us what the problem is.

  • Problem in Cold Fusion MX

    we have an issue displaying content that is under a database,
    with a datatype ntext. CF don't give us any error but it just don't
    display the field that is in a ntext datatype.
    Is there a way to get Cold Fusion to display the content that
    is under that datatype?
    Everything goes well with CF5 but with CF7, that problem
    appear??? Help anyone???

    I have correct the problem by placing the ntext value last in
    the select statement... that is king of weird... doesn anybody know
    another way to correct that problem???
    You have to put:
    <cfquery datasource="dsfusion" name = "voir">
    select
    id,titre,chronique,images,date_parution,heure_parution,signature,domaine,chroniqueur,cour riel,grande_images,commentaire,approbation,para1,para2,para3,para4,para5,para6,para7,para8 ,para9,para10
    from contenu
    where id = #identification#
    </cfquery>
    instead of
    <cfquery datasource="dsfusion" name = "voir">
    select * from contenu
    where id = #identification#
    </cfquery>

  • Problem with vmware fusion 3.1.3 after upgrade to Lion

    Greetings,
    I have some problems with my vmware fusion 3.1.1 after my update to OS X v10.7.
    i used a MacBook pro 17'' half a year old.
    I used VMWare Fusion 3.1.3 and bootcamp to. I have make no backup bevore i upgrade.
    The path of my virtual machine couldn't be found and so the virtual maschine didn't start after this upgrade.
    I hope that i musn't reinstall my virtual Windows 7 machine.
    I'am searching for a resulution and found this:
    http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=display KC&externalId=1003483
    Cannot open the disk '/Users/<User Name>/Library/Application Support/VMware Fusion/Virtual Machines/Boot Camp/dev/disk0s3/Boot Camp partition.vmwarevm/Boot Camp partition.vmdk' or one of the snapshot disks it depends on.
    But i would save the virtual machine bevor i reinstall VMWare Fusion 3.1.3.
    Have anyone a idea how i found my virtual machine.
    Greetings from Germany
    Kim

    According to: http://roaringapps.com/app:61 Version 3.1.3 has issues with Lion.  There is a 2011 beta that works better.

  • Problem with Master -Details forms in seperate pages

    Hi ,
    Below is the scenario:
    I have Institution and a department tables where there is a foreign key relation between the tables. So now i have two entity objects for the 2 tables and 2 view objects(DepartmentView,InstitutionView) from the entity objects.
    I also have a view link between them.I made a master-detail relation between them in the datamodel using the view link.So my appmodule now has getters for the department view,institution view and viewlink.
    I now have a jsp page "createInstitution.jsp" which contains a form for the institution , i have a "next" button on the same jsp which calls a method in my appmodule class .This methods just inserts the record into the Institution view. In this method i am able to see what the user entered in the form by getting the viewrow record like the below code :
    InstitutionViewRowImpl newInstitutionRow=(InstitutionViewRowImpl) getInstitutionView().first();
    The next button navigates to the next page "listDepartments.jsp" which contains the list of departments that are added. This page has a button "Add Department" which takes to to the "addDepartment.jsp" page which shows a form for adding a department. This page also has a button which calls a method in app module class. The method just inserts the record into the view(DepartmentView)
    Here when i say
    DepartmentViewRowImpl newDepartmentRow=(DepartmentViewRowImpl ) getDepartmentView().first();
    the newDepartmentRow is null.
    Also on the addDepartment.jsp form , i had used a output field to see what the parent id was and interestingly the parent id is 75 which is first institution in the database. It should have been "-10" , a temporary id assigned.
    Can someone please tell me what is the problem with my approach?

    I don't understand why you are using a method on your button to insert the record into the table - An Oracle ADF Form will do the insert for you by default without any coding.
    See the create pages in these tutorials:
    http://www.oracle.com/technology/products/jdev/11/cuecards/adf_set_21/ccset21_ALL.html
    http://www.oracle.com/technology/obe/obe11jdev/11/dev_ui/developuserinterface.html#t2s5
    The method that you are calling just returns the first record in the rowset - I don't see how it has anything to do with actually inserting the data into the table.

Maybe you are looking for

  • How do I change the network password without a base station?

    I do not have an airport base station. My roommate has a PC connected to a router via ethernet and I created a wireless network on the same router via airport. Now I've hopelessly forgotten the password and I can't figure out how to reset it or chang

  • 12 hours in the store, many promises, and still no resolution

    Verizon is obviously not equipped to handle any business during their transition to ShareEverything.   I went into a Manhattan Verizon store at 9 am yesterday, trying to switch my Verizon telephone number to a different Verizon account.  It was impor

  • All songs are gone.  Can I get them back?

    Hey everyone! O.K. My step-daughter was here for the summer, She got a nano for her b-day and I put all of my songs on her iPod nano. Then she went back to her Mom's and she pluged it into her friends computer(which had iTunes but no songs). A ballon

  • System Preferences crash (on text-to-speech settings)

    Every time I try to change text-to-speech settings under System Preferences, it crashes. I was trying to change it because I was experiencing crashing in Skype, and Skype recommended I change the default voice for text-to-speech. All my data on this

  • MacPro 1.1 DVD burner fails to burn-.

    I had to burn a DVD of videos and Powerpoint presentation when I coudn't find my 16Gb thumbdrive. I haven't burned a DVD since the last release of iDVD from iLife. I was surprised I couldn't just burn a data file from the desktop. I've used blank DVD