Help - 20 pages gone missing in my thesis!!

I'm writing my thesis and have been working on it on and off. Last time I worked on it, I did some cut and paste and proof-reading. When I came back to my paper days later, it was 20 pages shorter! Most likely I have forgotten to paste what I cut, otherwise I have no idea what the problem is. Is there any way of finding these pages again? Or possibly tracing an older version of the thesis somewhere?
I'm using Microsoft Word for Mac '98 edition, because I sometimes need to send the document to my PC-using advisor, and it works best this way.
As you can probably tell from my question, I'm a very 'simple' ignorant user, which is why no clever updating has been done to my old, beloved blue iBook. Any help would be much appreciated, but needs to be thorough and in 'plain English'

Hi,
Pro primo, in order to avoid the risk of overwriting duplicates or file parts, do completely refrain from using the computer in question until you have investigated all options.
Begin by looking for any recovery possibilities offered by your word processor. Study the manuals carefully. Also, this, this or perhaps this web page may contain some information of interest. Otherwise, try the Microsoft support pages and/or forums.
If text recovery is not possible via Word 98, you may be able to find at least portions of previously saved file copies via something similar to UnErase in Norton Utilities.
No need now to tell you about the importance of continously made back-up copies. These can be done in many ways, e.g. by using CD-R discs and USB flash drives. If necessary, email the files to another computer first.
Good luck!
Jan

Similar Messages

  • Please help, jsp page wants missing ";" but not to good with jsp?

    I have a JSP page called ftplogin.jsp
    I want the jsp page to call a ftpbean.
    It will pass server, username and login into the ftpbean.
    It will then set the directory and finaly retrieve a a document from it.
    The ftpbean works but my jsp page doesn't. Please help with compilation problem?????
    Please also tell me if the syntax of accessing the bean is correct?
    <!-- ftplogin.jsp -->
    <html>
    <head>
    <title> FTP Login </title>
    </head>
    <body>
    <%@ page import= "ftp.* " %>
    <jsp:useBean class="ftp.FtpBean" id="ftpbean" scope="session" />
    <%
    try
    String servername = request.getParameter("serverName");
    String username = request.getParameter("username");
    String password = request.getParameter("password");
    ftpbean.ftpConnect(servername, username, password);
    catch(Exception e)
    %>
    Sorry but your must have entered an incorrect login ingotmation.
    You are not allowed to login.
    Please leave the ftp portal.
    <%
    %>
    <h1> Welcome to the FTP Login. </h1>
    <FORM ACTION="ftplogin.jsp" METHOD=post>
    Please login
    Enter name of server:
    <input type="text" name="servername"><br>
    Enter user name?
    <input type="text" name="username"><br>
    Enter password
    <input type="text" name="password"><br>
    <input type="submit" name="Submit info">
    </FROM>
    <%=
    try
    // set the directory
    ftpbean.setDirectory("/home/eland/u6/k3074/w0109699/simple-bean");
    catch(Exception e)
    System.out.println(e);
    %>
    <%=
    try
    // Get the binary file '????' and save it to hard disk
    // the name will be 'local_file_name' .
    ftpbean.getBinaryFile("accessbean.jsp", "local_file_name", this);
    catch(Exception e)
    System.out.println(e);
    %>
    <%=
    try
    ftpbean.close();
    catch(Exception e)
    System.out.println(e);
    %>
    </body>
    </html>
    Location: /myJSPs/jsp/grid-portal-project/ftplogin.jsp
    Internal Servlet Error:
    org.apache.jasper.JasperException: Unable to compile Note: sun.tools.javac.Main has been deprecated.
    C:\tomcat\jakarta-tomcat-3.3.1\work\DEFAULT\myJSPs\jsp\grid_0002dportal_0002dproject\ftplogin_1.java:110: Missing term.
    out.print(
    ^
    C:\tomcat\jakarta-tomcat-3.3.1\work\DEFAULT\myJSPs\jsp\grid_0002dportal_0002dproject\ftplogin_1.java:110: ')' expected.
    out.print(
    ^
    C:\tomcat\jakarta-tomcat-3.3.1\work\DEFAULT\myJSPs\jsp\grid_0002dportal_0002dproject\ftplogin_1.java:120: Missing term.
    ^
    C:\tomcat\jakarta-tomcat-3.3.1\work\DEFAULT\myJSPs\jsp\grid_0002dportal_0002dproject\ftplogin_1.java:120: ';' expected.
    ^
    C:\tomcat\jakarta-tomcat-3.3.1\work\DEFAULT\myJSPs\jsp\grid_0002dportal_0002dproject\ftplogin_1.java:121: Invalid expression statement.
    ^
    5 errors, 1 warning
         at org.apache.tomcat.facade.JasperLiaison.javac(JspInterceptor.java:898)
         at org.apache.tomcat.facade.JasperLiaison.processJspFile(JspInterceptor.java:733)
         at org.apache.tomcat.facade.JspInterceptor.requestMap(JspInterceptor.java:506)
         at org.apache.tomcat.core.ContextManager.processRequest(ContextManager.java:968)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:875)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
         at org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10Interceptor.java:176)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:516)
         at java.lang.Thread.run(Thread.java:536)

    Please note I have solved the compilation problem.
    But now getting runtime error. Here is the error:
    Error: 500
    Location: /myJSPs/jsp/grid-portal-project2/ftplogin.jsp
    Internal Servlet Error:
    javax.servlet.ServletException
         at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:460)
         at jsp.grid_0002dportal_0002dproject2.ftplogin_1._jspService(ftplogin_1.java:128)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java)
         at org.apache.tomcat.facade.ServletHandler.doService(ServletHandler.java:574)
         at org.apache.tomcat.core.Handler.invoke(Handler.java:322)
         at org.apache.tomcat.core.Handler.service(Handler.java:235)
         at org.apache.tomcat.facade.ServletHandler.service(ServletHandler.java:485)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:917)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
         at org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10Interceptor.java:176)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:516)
         at java.lang.Thread.run(Thread.java:536)
    Root cause:
    java.lang.NullPointerException
         at java.net.Socket.(Socket.java:282)
         at java.net.Socket.(Socket.java:118)
         at ftp.FtpBean.ftpConnect(FtpBean.java:323)
         at ftp.FtpBean.ftpConnect(FtpBean.java:293)
         at jsp.grid_0002dportal_0002dproject2.ftplogin_1._jspService(ftplogin_1.java:91)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:119)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java)
         at org.apache.tomcat.facade.ServletHandler.doService(ServletHandler.java:574)
         at org.apache.tomcat.core.Handler.invoke(Handler.java:322)
         at org.apache.tomcat.core.Handler.service(Handler.java:235)
         at org.apache.tomcat.facade.ServletHandler.service(ServletHandler.java:485)
         at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:917)
         at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833)
         at org.apache.tomcat.modules.server.Http10Interceptor.processConnection(Http10Interceptor.java:176)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:516)
         at java.lang.Thread.run(Thread.java:536)
    Here is my directory structure for ".jsp" and ".html" pages:
    C:\tomcat\jakarta-tomcat-3.3.1\webapps\myJSPs\jsp\grid-portal-project2
    Here is my directory structure for java classes,
    C:\tomcat\jakarta-tomcat-3.3.1\webapps\myJSPs\WEB-INF\classes
    ftp
    ftp\FtpBean.java
    ftp\FtpBean.class
    Here is the modified source code:
    <html>
    <head>
    <title> FTP Login </title>
    </head>
    <body>
    <%@ page import= "ftp.* " %>
    <jsp:useBean class="ftp.FtpBean" id="ftpbean" scope="session" />
    <%
               String servername = request.getParameter("serverName");
               String username   = request.getParameter("username");   
               String password   = request.getParameter("password");
               ftpbean.ftpConnect(servername, username, password);
    %>
    <h1> Welcome to the FTP Login. </h1>
    <FORM ACTION="ftplogin.jsp" METHOD=post>
    Please login
    Enter name of server:
    <input type="text" name="servername"><br>
    Enter user name?
    <input type="text" name="username"><br>
    Enter password
    <input type="text" name="password"><br>
    <input type="submit" name="Submit info">
    </FORM>
      <% 
               ftpbean.setDirectory("/home/eland/u6/k3074/w0109699/simple-bean");
      %>
      <%
               ftpbean.getBinaryFile("accessbean.jsp", "local_file_name");
      %>
      <%
                ftpbean.close();
      %>
    </body>
    </html>

  • Pages gone missing during order process

    Very strange happenings! I created a photo book. It followed one of the themes that was provided. When I selected BUY BOOK, it went through the process and it deleted a couple of the pages! Now the end of my book has a caption that makes no sense because one of the pictures relevant to the caption is missing. Why would this happen?

    How many pages were in the book? You can contact Apple at http://www.apple.com/support/photoservices/ and tell them about the problem. They have been very good at making amends for problem books. Be sure to preview the book as Larry pointed out before reordering. I always do a Print to PDF of the book so I have a permanent record of the book before ordering.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There's now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

  • Help please - tracks gone missing.

    With about 50 or so of my tracks in iTunes, although they are all listed together with artwork, when I select any of them to be played I am now told that they can't be used as the original file can't be found. They also seem to have gone from my computer. However they are all present and playable on my ATV.
    Is there a method whereby I can transfer the 'missing' tracks from my ATV back to iTunes?

    Pooh2286 wrote:
    Well, the backup didn't show the one I previously synced before the latest. It went all the way back to three weeks ago and I've no idea why. I've tried using iPhone extractor but still wasn't able to find my recent photos. Are they lost?
    To see the old backups, go to: itunes, edit, preferences, devices, list of old backups.

  • Dongle information on MyBT account page gone missi...

    I had not used mt broadband BT dongle for three months and then made a £10 payment but the facility to convert the tenner to a data bundle has disappeared of MyAccount page.
    Been given the run arround for three weeks now but no joy in getting it re-established.
    Tryed re-regestering the dongle as advised only to be told 'already regestered.
    I know....................I know!
    Any help please - I know from other postings I am not alone.
    Solved!
    Go to Solution.

    Hello Bagginsatsea and welcome to the forums,
    After logging in, under the My BT page:
    https://www.bt.com/appsconsumeraccount/find.do?use​rLoginEventSuccess=true
    On the right hand side above the picture of the MacBook laptop and below the My BT tab is a drop down menu with "Switch account" written next to it. *Hopefully* you will have two options in the dropdown - one that will be your normal landline account and one will be your Mobile dongle account.
    Hope this helps,

  • Pages gone missing and items un-editable  Error (WWS-32100) & (WWS-20000)

    Hi,
    We have Oracle Portal 9.4 installed and have members of staff editing items and creating pages and web sites.
    This morning we have suddenly developed the following error;
    An unexpected error has occurred (WWS-32100) Error (WWS-20000) An unexpected error has occurred (WWS-32100)
    This error occurred when someone was editing a page and when someone was editing an item. The item was then unavailable for an undetermined length of time.
    Both problems went away without work being done on Portal or any rebooting?
    The page and items are now working fine as if there was never problem? Can anyone explain what the problem is?
    Thanks,
    Karl

    Hero,
    You may want to try the following SQL to recreate your intermedia index manually:
    1) Create the indexes using the following command in sqlplus while logged into the portal schema:
    set serverout on
    declare
    l_message varchar2(2000);
    begin
    wwv_context.createindex(p_language => 'us', p_message => l_message);
    dbms_output.put_line(l_message);
    end;
    null

  • Where can I get help re: a file missing from Pages in iCloud?

    Where can I get help re: a file missing from Pages in iCloud?

    If the file was also on a mac, then there was a local copy of the file in ~/Library/Mobile Documents.  If you use Time Machine or any other backup program on your computer, then try restoring the file(s).  Similarly the same thing would be done on a PC, but I'm not sure where the icloud local copies are kept.

  • My facebook home page is missing:top news, most recent, app requests, game request,and friends on chat....can anyone help?

    After I updated Firefox I started having these issues...my Facebook home page is missing the following items: Top Stories, Most recent, App request, Game request and Friends on chat. Also the posts are all outdated, out of order, and they repeat themselves.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    See also;
    *https://support.mozilla.org/kb/Problems+using+Facebook+in+Firefox

  • Pages has disappeared from my Doc. I recently installed Open Office, is this why Pages has gone missing?

    Pages has disappeared from my Doc and from my systems preferences.  I can't find Pages at all.  I recently installed Open Office, is this the reason my Pages has gone missing?

    I know iBooks aren't backed up and that iCloud just backs up the purchase history, but I'm not sure about pdfs being backed up. Some people say they are:
    https://discussions.apple.com/message/23211222#23211222
    It's probably safer to assume it doesn't backup pdfs. You could store your pdfs (for safekeeping) in an app like Dropbox.

  • Web pages are missing their default scrollbars - help

    Web pages are missing their scroll bars.
    To be clear — I can create scroll bars for any element
    within a page — no problem.
    It’s that each pg itself which by default should come with its own scrollbars has none.
    So if a viewer can’t see the entire page the viewer has no means to
    horizontally or vertically scroll to see the off-screen portion of the page.
    I’ve talk to the adobe tech support about the scroll-less pages.
    They said the problem is beyond their expertise and lies in the code itself.
    They advised me to reach across this platform for the answer.
    The problem is consistent on all browsers.
    I ran the pages thru Dreamweaver’s browsers’ lab. Pages varied slightly with each
    Browsers, on the whole looked good. BUT a portion of the image on the right side 
    was cut off and the scrollbars were not available on the Adobe Browsers Test Lab page.
    No errors were found when run thru Dreamweaver’s Browser Compatibility.
    I reviewed the code but I have no idea what I’m looking for.
    See For Yourself, the website with no scrollbars: voicesforthearts.com
    Howard Blume
    [email protected]
    max os x  system10.6.6
    Dreamweaver 5  

    While you are at it Howard, I noticed a METATAG in your BODY section.... it's already in the HEAD section.
      <div id="logonavbar">
        <ul>
          <li><meta name="description" content="" />

  • When reopen Premier Pro CC, get message "missing media for these clips".  I haven't moved files or anything.  Please help.

    When reopen a project in Premier Pro, I get the error message "missing media for these clips" and a listing of every file in the project.
    When try to view, just get thumbnails with question marks.
    What am I doing wrong?
    Thanks

    Is the media on an external drive?

  • My contacts have gone missing and my mail account isn't connecting to the server and just says iCloud. Help!!

    My contacts have gone missing and I my mail isn't connecting to the server and saying 'no mail'.
    It is only showing my iCloud Mail box. What can I do to fix this?

    Sounds like you've lost internet connectivity.   Are you on cellular or wifi?

  • /private/var/tmp has gone missing!  ***?!?!?!?

    Please, I need help on this one. I had an iBook G4 crash on me, then get as far as the white Apple screen with pinwheel before freezing. I tried running Disk Utility off of an OS X install disk, and it found no volume structure errors. However, when I tried repairing permissions on it, Disk Utility was reporting that the directory /private/var/tmp has gone missing, and it could not repair permissions.
    What gives? How can the whole directory get fried? How can I replace it? I've already tried doing an archive and install, but the OS X installed won't let me do an archive and install, probably because this folder is missing.
    Can anyone help?

    Get Prosoft Data Rescue to recover the data to an external hard disk. Shut down the computer, disconnect the drive any other third party peripherals and then next after that do an erase and install of the operating system. You will probably want to use a CD burner to burn off less frequently used data on occasion at least a couple times so that your hard drive does not fill up with unessential stuff. Some more tips on backing up are on this page:
    http://www.macmaps.com/backup.html
    Disclaimer: Reference to links I make to my Macmaps.com website are a for your information only type reference. I do not get any profit from this page, and it is open to the public.

  • Contact info and iCal events gone missing

    A few weeks ago, I entered an Calendar event with an alarm on my iPhone to remind me of a meeting later that day. A while later, I was looking though Calendar and realized this new event was gone, so I re-entered it, made sure it was correct, closed Calendar and re-opened it, double checked and it was still there. An hour later, it had disappeared again.
    I use MobileME to sync all my iPhone data. I sync my iMac too, but it was in my office turned off. Since then I realized that a number of events that were entered on my iPhone have gone missing ... but not all of them. Software versions on my iPhone 3G, iMac, et al are all current.
    To make matters appear worse, now that I'm paying closer attention to synched data, I realize that some (again not all) Contact information entered on the iPhone is also being lost. Its annoying when its just a special ringtone (I know these can get reset) but its actually harmful when its a new phone number that gets overwritten with the old one and you don't realize it until its gone.
    I have turned off all syncing between MobileME and the iMac ... that did NOT fix the problem, plus its a pain in the *. But it does demonstrate that its most likely a problem between MobileME and the iPhone. I've been patient with all the MobileME "teething problems" esp as long as Apple was demonstrating its duty of care to fix things. But now I'm back to paying for my service, and it doesn't seem to work as advertised!!
    Any suggestions how I can regain confidence that the information I load into my iPhone will still be there at the end of the day?

    I just had the opposite problem. Synced my iPhone 3G to iTunes (current versions) and ALL contacts from my Address Book on my computer disappeared. iCal was OK. I do not sync contacts or calendars wirelessly. Chat help assisted me in restoring an old .Mac copy to my computer, but my confidence in syncing is LOW. Chat help seemed to suspect iTunes or the iPhone. Ironically, dependable contact and calendar syncing was the main reason I bought an iPhone.
    Short term I'll be backing up my Address Book (File > Backup) and Calendar right before doing ANY syncing, iPhone or .Mac/MobileMe. I'm a 20 year Win pro who switched to Mac/OSX about 7 years ago, and this has been my first time feeling a little "micro-softy".

  • Page is missing meta language information

    I was looking in my Bing Webmaster Info, in the SEO Analysis, and got this-
    The page is missing meta language information.
    The Meta Language information is used as a hint to help us understand the intended language and country/region the page content applies to. This can help if your site is not hosted in the country/region. Use the “content-language” meta tag to embed the culture code in the <head> section of your page. For example, <meta http-equiv="content-language" content="en-gb"> indicates that the page is in English and intended for the the United Kingdom. Alternatively, you can use <html lang="en-gb"> or <title lang="en-gb">.
    Recommended Action-
    Use <meta http-equiv="content-language" content="ll-cc"> tag in the  <head> section of your page, where "ll-cc" stands for the culture code of the language and country/region the content applies to. Alternatively use the lang="ll-cc" attribute on either the <html> or the <title> tag .
    Looks like I have 148 pages missing this language, My question is, can I add or correct this this using CS3?

    Hi,
    You may add the meta language information from Adobe Contirbute CS3 by launching an external editor application like Notepad or Adobe Dreamweaver (in case you have it installed) from within Contribute.
    To do so, you may follow the below steps:
    1. Browse to the specific page in Adobe Contribute and then click File > Actions > Edit Page Source In External Application.
        Contribute displays the External Application Editing page and starts an external editing application like notepad.
    2. At this moment, you would see the page source code open for editing in Notepad.
    3. You may now make changes as necessary, and then save your changes using File > Save and close the file or application.
    4. Now, Click "Publish" button in Adobe Contribute to publish your changes.
    You may also refer the below blog post for a detailed description on this feature.
                       http://blogs.adobe.com/contribute/2010/05/edit_web_page_source_in_an_ext.html
    Please be careful when you edit web page source—you can easily alter style and formatting and get unexpected results. If you are unsure about editing the source directly, talk to your Contribute administrator.
    Hope this would helps in asnwering your questions.
    Regards,
    Sharad

Maybe you are looking for

  • Using JSP to run batch file - command launches excel but doesn't open file

    I have written a jsp on a server which runs a batch file. Every command line in the batch works fine except the following: CALL "C:\Program Files\Microsoft Office\Office\Excel.exe" C:\Temp\spreadsheet.xls I can see that a command prompt has been open

  • Photosmart c310 not printing or copying color

    hi, my photosmart c310 is not printing color even though settings are correct on computer and cartridges are full. i tried to photocopy a color doc and it wouldn't even copy in color. I don't know hwere to look to fix. thanks

  • Missing Editor buttons

    This is the 4.1 trial version of Contribute CS3. On the top panel, I select Edit Page, the editable page displays after Contribute does it's copying and manipulating of the files, but the top panel displays two rows of gray where the Text Bold, Itali

  • Datepicker set Maximum value

    All, I had this question come up recently. "Can we make it so user's cannot select a date after Today?" I found this blog: http://blog.whitehorses.nl/2010/04/16/oracle-apex-4-0-new-date-picker/ It states in there this info: The settings Minimum Date

  • Recommendations for xd card reader

    I'm a new Mac user and just recently discovered that I cannot simply insert my XD memory cards into my laptop.  Before I go spend money, I was wondering if anyone has a good recommendation for a card reader that they've used with success?  I would re