Missing images error. help needed

Hey,
Since i had an issue with having iPhoto library on Airport, i moved it back and rebuilt library etc.
All is fine but there are about five photos that have been lost which is fine.
I dont mind the loss of these photos, but id like to get rid of these error messages.
Please see screenshot attached.
S

"copy imported items to the iPhoto library" is checked.
It wasn't when these files were imported.
Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.

Similar Messages

  • DESPERATE Image compression help needed!

    Hi,
    im doing image compression techniques for my final year project and desperatly need some code written in java to compress a image file using the huffman code. im using the BufferedImage class to store the image (jpeg) and need a a bit more code to do the huffman coding! i have tried most places on the net, but all they do is describe what it is! not how it is implemented!
    Thanks!

    If you are talking about just huffman coding, then it is pretty easy. However, if you are talking about writing a JPEG compression algorithm, it's not so easy. You have to take into consideration the sampling of Y to Cr and Cb, the quantization values, the huffman tables, headers, # of components, etc...
    Here are some links:
    http://www.cs.sfu.ca/undergrad/CourseMaterials/CMPT479/material/notes/Chap4/Chap4.2/Chap4.2.html
    http://archive.dstc.edu.au/RDU/staff/jane-hunter/video-streaming.html
    http://www.cs.sfu.ca/CourseCentral/365/li/material/notes/Chap3/Chap3.3/Chap3.3.html
    http://memory.loc.gov/ammem/pictel/mddp308.htm
    http://www.faqs.org/faqs/jpeg-faq/
    http://www.webreference.com/dev/graphics/compress.html
    http://vip.cs.utsa.edu/classes/cs1723s2000/robbins/recitations/HuffmanCaseStudy.html
    http://www.compressconsult.com/huffman/
    http://www.wotsit.org/
    http://xarch.tu-graz.ac.at/home/rurban/news/comp.graphics.algorithms/msg00050.html
    http://cvs.bioperl.org/cgi-bin/viewcvs/viewcvs.cgi/biojava-lims/third/JpegEncoder/JpegEncoder.java?cvsroot=biojava&rev=HEAD
    http://www.montefiore.ulg.ac.be/~briquet/imgsvr/JPEG.java
    The last two links provide implementations. I think the last link is probably the simplest
    implementation I've ever seen for JPEG. It works, but it's not great :)

  • Incomplete Image ERROR HELP!!

    So I'm stuck I have tried to burn a wedding dvd for a couple three times now and get the same error everytime. I have a 17" Macbook Pro with a phillips external hard drive that is holding the data. Everytime I burn the dvd once its done and has spat out the dvd is says image incomplete. Plays almost through the whole movie in the dvd player but then freezes towards the end. Please someone help me I'm absolutley stuck and need to get this fixed! THANK YOU!

    Hi
    Need more info:
    a. Free space on internal (start-up) hard disk ?
    b. How is the external hard disk formatted ?
    c. What brand of DVD disks ?
    d. Type of DVDs -R or +R or +/-RW ?
    e. QuickTime version ?
    f. Did You try to make a DiskImage and how did this play ?
    Yours Bengt W

  • AE CS4 Error Help Needed!!

    Hey  I get 3 errors everytime Ii run AE.
    1- failed to create process default activation context
    2- Microsoft C++ Runtime Library Runtime Error!! Error Code R6034 - An application has made an attempt to load the C runtime library incorrectly. Please contact the application's support team fow more information.
    3- Microsoft C++ Runtime Library Runtime Error!! Error Code R6030 - CRT not initialized. 
    Please Need Help!!

    83 :: xx are all resource errors, many times related to fonts as listed on my site. The logical conclusion therefore is that you have changed something outside AE, that is added a rubbish font or updated an external component like Quicktime. Still, as the others said, it's miraculous AE runs/ ran at al lon your system and you were actually able to use it.
    Mylenium

  • PHP error help needed

    I've worked through the Adobe tutorial, "Developing a web
    application with
    Dreamweaver"
    http://www.adobe.com/devnet/dreamweaver/articles/develop_web_application.html).
    Everything works fine until I get to the final step of
    testing the Record
    Insert form be submitting data. When I click the Insert
    record button
    instead of going to the View page I get these errors for each
    form field:
    Warning: mysql_real_escape_string()
    [function.mysql-real-escape-string]:
    Access denied for user 'ODBC'@'localhost' (using password:
    NO) in
    F:\Webs\cafe_php\TMPh4f4n13a5b.php on line 8
    Warning: mysql_real_escape_string()
    [function.mysql-real-escape-string]: A
    link to the server could not be established in
    F:\Webs\cafe_php\TMPh4f4n13a5b.php on line 8
    The warnings appear on the form page above the page itself.
    When I connected the database to the site the test worked.
    Here are the first 8 lines of code:
    <?php require_once('Connections/connTownsend.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType,
    $theDefinedValue = "",
    $theNotDefinedValue = "")
    $theValue = get_magic_quotes_gpc() ? stripslashes($theValue)
    : $theValue;
    $theValue = function_exists("mysql_real_escape_string") ?
    mysql_real_escape_string($theValue) :
    mysql_escape_string($theValue);
    Any suggestions?
    Walt

    First, thanks for helping.
    2nd, sorry to be so thick, this is all still Greek to me, but
    I have no idea
    where to insert
    with a die($rsInsert_query):
    Here is all the PHP code above the DOCTYPE:
    <?php require_once('Connections/connTownsend.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType,
    $theDefinedValue = "",
    $theNotDefinedValue = "")
    $theValue = get_magic_quotes_gpc() ? stripslashes($theValue)
    : $theValue;
    $theValue = function_exists("mysql_real_escape_string") ?
    mysql_real_escape_string($theValue) :
    mysql_escape_string($theValue);
    switch ($theType) {
    case "text":
    $theValue = ($theValue != "") ? "'" . $theValue . "'" :
    "NULL";
    break;
    case "long":
    case "int":
    $theValue = ($theValue != "") ? intval($theValue) : "NULL";
    break;
    case "double":
    $theValue = ($theValue != "") ? "'" . doubleval($theValue) .
    "NULL";
    break;
    case "date":
    $theValue = ($theValue != "") ? "'" . $theValue . "'" :
    "NULL";
    break;
    case "defined":
    $theValue = ($theValue != "") ? $theDefinedValue :
    $theNotDefinedValue;
    break;
    return $theValue;
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
    $editFormAction .= "?" .
    htmlentities($_SERVER['QUERY_STRING']);
    if ((isset($_POST["MM_insert"])) &&
    ($_POST["MM_insert"] == "form1")) {
    $insertSQL = sprintf("INSERT INTO comments (FIRST_NAME,
    LAST_NAME) VALUES
    (%s, %s)",
    GetSQLValueString($_POST['FIRST_NAME'], "text"),
    GetSQLValueString($_POST['LAST_NAME'], "text"));
    mysql_select_db($database_connTownsend, $connTownsend);
    $Result1 = mysql_query($insertSQL, $connTownsend) or
    die(mysql_error());
    ?>
    Walt
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > Walt - this is a good puzzle.
    >
    > All of your observations suggest that you have adequate
    permissions, yet,
    > this error says you don't -
    >
    >> Warning: mysql_real_escape_string()
    [function.mysql-real-escape-string]:
    >> A link to the server could not be established in
    >> F:\Webs\GoFreeFuel\TMP4r8sq1dpfl.php on line 8
    >
    > Let's take a look at your insert command - can you trap
    the insert process
    > with a die($rsInsert_query) command, right before the
    actually execution?
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "Walt F. Schaefer" <[email protected]> wrote
    in message
    > news:[email protected]...
    >> Murray,
    >>
    >> Here's an Update/Summary:
    >>
    >> 1. I have a MySQL database (localhost) I can see and
    manipulate via
    >> Navicat
    >> 2. In my site (in DW) I created a connection to that
    database. It tested
    >> successfully.
    >> 3. I created a recordset using that database. It
    tested successfully.
    >> 4. On a new page Insert > Application Objects
    > Insert Record > Record
    >> Insertion Form Wizard.
    >> 5. Save page and preview locally in IE6.
    >> 6. Input info in form and click Insert record.
    >> 7. Record IS added to table but every field is Null.
    >> 8. Errors for each form field:
    >> Warning: mysql_real_escape_string()
    [function.mysql-real-escape-string]:
    >> Access denied for user 'ODBC'@'localhost' (using
    password: NO) in
    >> F:\Webs\GoFreeFuel\TMP4r8sq1dpfl.php on line 8
    >>
    >> Warning: mysql_real_escape_string()
    [function.mysql-real-escape-string]:
    >> A link to the server could not be established in
    >> F:\Webs\GoFreeFuel\TMP4r8sq1dpfl.php on line 8
    >>
    >> As I can read from the database/table and the Insert
    record form DOES ADD
    >> a record it would seem I am connected to the db just
    unable to add data.
    >>
    >> What have I done wrong?
    >>
    >> Thanks.
    >> --
    >>
    >> Walt
    >>
    >>
    >> "Murray *ACE*"
    <[email protected]> wrote in message
    >> news:[email protected]...
    >>> OK - I think we will have to solve your database
    connectivity issues
    >>> first. What does your Connections file look
    like?
    >>>
    >>> --
    >>> Murray --- ICQ 71997575
    >>> Adobe Community Expert
    >>> (If you *MUST* email me, don't LAUGH when you do
    so!)
    >>> ==================
    >>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>> ==================
    >>>
    >>>
    >>> "Walt F. Schaefer" <[email protected]>
    wrote in message
    >>> news:[email protected]...
    >>>>> LOL - you are interpreting my code MUCH
    too literally. Change this -
    >>>> It's only because I don't have a clue. Hence
    the need to use this
    >>>> beginner's tutorial.
    >>>>
    >>>> I replaced to code as instructed. No
    improvement. Error messages:
    >>>>
    >>>> Warning: mysql_real_escape_string()
    >>>> [function.mysql-real-escape-string]: Access
    denied for user
    >>>> 'ODBC'@'localhost' (using password: NO) in
    >>>> F:\Webs\cafe_php\TMPgayzl14jqr.php on line 8
    >>>>
    >>>> Warning: mysql_real_escape_string()
    >>>> [function.mysql-real-escape-string]: A link
    to the server could not be
    >>>> established in
    F:\Webs\cafe_php\TMPgayzl14jqr.php on line 8
    >>>>
    >>>> Warning: mysql_real_escape_string()
    >>>> [function.mysql-real-escape-string]: Access
    denied for user
    >>>> 'ODBC'@'localhost' (using password: NO) in
    >>>> F:\Webs\cafe_php\TMPgayzl14jqr.php on line 8
    >>>>
    >>>> Warning: mysql_real_escape_string()
    >>>> [function.mysql-real-escape-string]: A link
    to the server could not be
    >>>> established in
    F:\Webs\cafe_php\TMPgayzl14jqr.php on line 8
    >>>> INSERT INTO comments (FIRST_NAME, LAST_NAME)
    VALUES (NULL, NULL)
    >>>> --
    >>>>
    >>>> Walt
    >>>>
    >>>>
    >>>> "Murray *ACE*"
    <[email protected]> wrote in message
    >>>> news:[email protected]...
    >>>>> LOL - you are interpreting my code MUCH
    too literally. Change this -
    >>>>>
    >>>>> $insertSQL = sprintf("INSERT INTO
    comments (FIRST_NAME, LAST_NAME)
    >>>>> VALUES
    >>>>> (%s, %s)",
    >>>>> GetSQLValueString($_POST['FIRST_NAME'],
    "text"),
    >>>>> GetSQLValueString($_POST['LAST_NAME'],
    "text"));
    >>>>> $insert_rsEmails = sprintf("INSERT INTO
    tblcontactdata SET emailValue
    >>>>> =
    >>>>> %s", GetSQLValueString($filter_rsEmails,
    "text"));
    >>>>> die($insert_rsEmails);
    >>>>> $rsEmails =
    mysql_query($insert_rsEmails, $selectData) or
    >>>>> die(mysql_error()); // insert this email
    into the database
    >>>>>
    >>>>> mysql_select_db($database_connTownsend,
    $connTownsend);
    >>>>>
    >>>>> to this -
    >>>>>
    >>>>> $insertSQL = sprintf("INSERT INTO
    comments (FIRST_NAME, LAST_NAME)
    >>>>> VALUES
    >>>>> (%s, %s)",
    >>>>> GetSQLValueString($_POST['FIRST_NAME'],
    "text"),
    >>>>> GetSQLValueString($_POST['LAST_NAME'],
    "text"));
    >>>>> die($insertSQL);
    >>>>>
    >>>>> mysql_select_db($database_connTownsend,
    $connTownsend);
    >>>>>
    >>>>>
    >>>>> --
    >>>>> Murray --- ICQ 71997575
    >>>>> Adobe Community Expert
    >>>>> (If you *MUST* email me, don't LAUGH
    when you do so!)
    >>>>> ==================
    >>>>>
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >>>>>
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >>>>> ==================
    >>>>>
    >>>>>
    >>>>> "Walt F. Schaefer"
    <[email protected]> wrote in message
    >>>>>
    news:[email protected]...
    >>>>>> Murray,
    >>>>>>
    >>>>>> Here's all the PHP code that
    precedes the DOCTYPE *after* inserting
    >>>>>> the code you provided:
    >>>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>
    >>
    >

  • Eclipse error | Help needed badly

    Hi,
    My Eclipse was working properly a couple of days back but suddenly It's stopped working and gives me an error : "workspace does not contain a main type,Do you have a public void run method"
    Now,I think the problem Is some how the jar's that I'm trying to upload aren't getting uploaded.
    I say this because a strange problem has arised and I think this might have to do with Eclipse giving the above error.
    This Is what I do to create a new java project
    -Open eclipse
    -save files to workspace
    -click on new > java project
    -Then,give the project a name and then click finish
    -after that I create a new class by right clicking on the project folder > new > class >give the class a name and then click finish.
    -after that I open workspace(thats on my desktop) click on the project folder make a new folder name It "lib" and upload the jar that I need for the project.
    -after this I go back Into eclipse and right click on the project folder and hit refresh,now I see the folder"lib" containing the jar Inside It.
    -I right click on the jar file and select "add to build path",and now theres the Issue comes In.
    I want the jar to Into the reference librarys,because the last time I got the jar In the reference library It worked.
    But this time I can't even manage to find where the reference library Is.
    so when I click on add to build path the jar Instead of appearing in the reference library (which Isn't there) just dissapears.
    I really need to fix this,because I cant test and write code until Its fixed.
    heres a snapshot of how my eclipse framework looks : [http://www.flickr.com/photos/38561743@N03/4122304046/sizes/o/]
    I tried to solve this on my own for hours and hours but It just Isn't working.
    please guys help,I need to solve this.
    Thanks,
    Edited by: Parastar on Nov 21, 2009 7:26 AM
    Edited by: Parastar on Nov 21, 2009 7:27 AM

    Parastar wrote:
    okay guys,I'v tried the eclipse forums for about 24 hours now.
    but no response,those guys are really really slow.
    please,some one here help me out.Quit begging. You've already been told this is not the place for this question. You're complaining about not getting an answer there, and begging people here to answer, as if that vindicates your decision to post here in the first place. But you haven't gotten your solution here either. Which is worse--no answer there, or a bunch of answers that don't help you here?

  • Multiplexing error  help needed

    HI,
    I see that I am not alone with this error. I have burned many 1.5 movies with no problems but was stumped this weekend.
    Is there a workaround that can solve the problem? I get the error when I get to the burn stage. I have ilife05 and am worried that this is the problem. Has apple,(or anyone) figured out how to use this program successfully?
    Help, I have another large project pending and would really like to use the ilife program.
    Thanks,
    Jeni

    I've recently had this problem when trying to make a disk image. Make sure you have at least twice the hard drive space as the project takes. I discovered that even though I was trying to create a disk image on an external hard drive with a decent amount of space, my IDVD Project was still on my computer hard drive which did not have twice the capacity of the Project. I copied the IDVD Project to the external hard drive and then was able to make the disk image and to burn a DVD.
    Hope this helps some.
    spb001

  • Invalid Extension error help needed...

    Forgive me, but I'm no where close to being cisco savvy in anyway, but I need some help.  I'm the only IT guy for a company of roughly 100 employees.  I have been given the responsibility of administrating the phone and voicemail system.  Needless to say, I'm sort of learning as I go.  Anyway, when people dial into our 800 number they first choose 1 or 2 for english or spanish.  After that selection they can press 1 to enter an extension.  Some extensions however are coming up with a message saying you have dialed an invalid extension and then they are forwarded to the operator.  I know those extensions exist, so I'm guessing I'm missing some rather obvious setting.  We have Cisco Unity 4.0 Build 4.0(4).  I'm not sure if any other info is needed but I'd be glad to provide it.  Thanks in advance.

    Cool.  I can work with that.  Do me a favor first.  Go here: http://www.ciscounitytools.com/Applications/CxN/PortStatusMonitorCUC7x/Help/Connection%20Remote%20Port%20Status%20Monitor.html
    Read up on this tool and read the Help file as well.  You can use it to call into Unity and when your call hits a port - you'll see it and be able to "watch" what Unity is doing as you progress thru the call.  It may not lead to exactly what's going on but 1) it can be educational and 2) it can help verify what Unity is seeing and doing compared to what you think should occcur.
    Hailey
    Please rate helpful posts!

  • Adobe Illustrator CS4 [TAdd] Error HELP NEEDED!

    I recently restored my HP Workstation and began the process of installing Adobe CS4. Everything seemed to be going smoothly until I clicked both Adobe Illustrator and Adobe Acrobat.
    Adobe Illustraitor presents the [TAdd] Error while it is loading up the font menu during it's opening.
    I've been looking all over for answers and so far haven't found any. Please help!
    Thanks

    I'm not sure about the [TAdd] error, but if it's crashing while loading fonts, it's likely to be corrupt font caches.
    http://www.illustratorhints.com/2010/05/cleaning-your-font-cache/
    If that doesn't help, then you can always try deleting your illustrator preferences, as they get corrupt from time to time as well.
    http://www.illustratorhints.com/2010/05/delete-preferences-file/

  • Evaluating PDF Assembler and getting the following errors - Help needed

    I am having following three issues when merging document using PDF Assembler Service:-
    Error # 1 (JobID: 20369)
    System.ServiceModel.FaultException: Caused by: com.adobe.livecycle.assembler.client.ProcessingException: ALC-ASM-S00-002: Failed to execute the DDX - error messages provided. Caused by: com.adobe.internal.pdfm.assembly.AssemblyException: PDFM_S02013: The "insertDocument" operation failed on "137.pdf".; nested exception is:
    com.adobe.livecycle.assembler.client.ProcessingException: ALC-ASM-S00-002: Failed to execute the DDX - error messages provided.
    Error # 2 (JobID: 19966)
    System.ServiceModel.FaultException: Caused by: com.adobe.livecycle.assembler.client.ProcessingException: ALC-ASM-S00-002: Failed to execute the DDX - error messages provided. Caused by: com.adobe.internal.pdfm.assembly.AssemblyException: PDFM_S02013: The "insertDocument" operation failed on "1033.pdf".; nested exception is:
    com.adobe.livecycle.assembler.client.ProcessingException: ALC-ASM-S00-002: Failed to execute the DDX - error messages provided.
    Error # 3 (JobID: 19419)
    The request channel timed out while waiting for a reply after 00:09:59.9920000. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.

    "Illegal start of expression" and "} expected" usually mean that your brackets don't match. Indeed, your declaration of the main method is missing a '}':public static void main (String[] args)
    { // where's the '}' that goes with this one?this list of common compiler error messages and possible causes is a good resource: http://www.mindprod.com/jgloss/compileerrormessages.html

  • ORA 12170 : Connection timeout error : Help needed

    Hi,
    The scenario is as follows: I have Oracle 11g R2 installed on a Windows Server 2008 (32-bit) server. The database SID is 'PGMS'. I am accessing (or want to access remotely) the Oracle database from the Visual Studio 2008 development environment (client environment) running on a Windows XP (SP3) platform. I have already installed the ODAC (Ver. 11.2.0.2.1) package for the Visual Studio environment.
    I have created a sample Windows Forms application that uses the Oracle data access components. The sample schema HR in the Oracle database has already been unlocked. This is the schema that I am using in the application.
    The issue that I am facing is that when I am adding the data connection in the Visual Studio environment; 'Test Connection' functionality returns the following error: ORA-12170 ... Connection timed out.
    I have checked the TNSNAMES.ORA file, and everything is as is mentioned in the Oracle documentation. It is as follows:
    PGMS=
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.161)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = PGMS)
    Kindly request the community to help me out in overcoming the error and in making the connection successfully. We have a System administrator but not a database administrator. The Oracle installation has been done by me.
    Thanks,
    Renj
    ----------

    Sunny, it's as follows:
    (1) SQLNET.ORA file contents are as follows:
    # This file is actually generated by netca. But if customers choose to
    # install "Software Only", this file wont exist and without the native
    # authentication, they will not be able to connect to the database on NT.
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    (2) LISTENER.ORA file content are as follows:
    # listener.ora Network Configuration File: C:\app\Administrator\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\app\Administrator\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\app\Administrator\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.161)(PORT = 1521))
    ADR_BASE_LISTENER = C:\app\Administrator
    Edited by: Renjith2 on May 9, 2011 3:17 PM
    Edited by: Renjith2 on May 9, 2011 3:22 PM

  • Error: ORA-12560 TNS : Protocol Error help need urgently

    HI
    i m working on win 2k adv server
    i installed orcale 8i
    and then i started sql plus
    and entered us id and pass : scott / tiger
    and also tried :system / manager
    but i m having this error
    plz tellme how can i solve it
    Error: ORA-12560 TNS : Protocol Error
    plz do it soon
    Nurali
    03002199037

    You're attempting to go across SQL*Net. I'm a unix guy so I can't help very much except to point this out.
    On Unix I'd either undefine the TWO_TASK environmental variable. Probably a reg entry on 2k.
    Or configure Sql*Net.
    Ken

  • Site linked on facebook has no thumbnail image - Admin. help needed

    hi, after looking thru the forum i've found 3 different posts asking how to make links posted on facebook come up with an appropriate thumbnail image, but none of them have an answer. Is it possible for a site built with iweb to do this, and if so, please tell us how. Thanks

    The only solution is to write a piece of code into the header of the page and that will tell facebook where to pull the title, description and the photo from. The code that needs to be inserted is below.
    THE PROBLEM - this solution doesn't work if you have built your site using iweb. Everyone that has iweb has responded to the solution (everywhere this is written about) has said this.
    Does anyone know another work around?
    The solution for anyone without iweb:
    <meta name="title" content="INSERT CONTENT HERE" />
    <meta name="description" content="INSERT CONTENT HERE" />
    <link rel="image_src" href="INSERT LOCATION OF PHOTO WEB ADDRESS HERE" />

  • Please help - image viewer help needed

    hi
    can anyone plase help
    I am building a CSS site and want a simple image viewer -
    just one image viewing in a box with >> and << buttons
    for the user to scroll through images. I know that dreamweaver has
    a built in Image viewer but it does not work properly. It will not
    go back to the first image after it has gone forward to the next
    images. Even the tutorial does this.
    Does anyone know why this happens or can anyone direct me to
    a good tutorial that will provide instructions for this?
    I know that there are many add ons to deal with this but it
    is only a small function that I should be able to produce myself.
    Many Thanks

    If you're building a CSS site you might not want to use
    Flash. Try Googling
    for "lightbox". If you have a development budget, you might
    also want to
    have a look at this:
    http://www.projectseven.com/products/galleries/ssm/ssm_01.htm
    Al Sparber - PVII
    http://www.projectseven.com
    Extending Dreamweaver - Nav Systems | Galleries | Widgets
    Authors: "42nd Street: Mastering the Art of CSS Design"
    "sarah louise water" <[email protected]>
    wrote in message
    news:fhocso$61t$[email protected]..
    > hi
    > can anyone plase help
    >
    > I am building a CSS site and want a simple image viewer
    - just one image
    > viewing in a box with >> and << buttons for
    the user to scroll through
    > images.
    > I know that dreamweaver has a built in Image viewer but
    it does not work
    > properly. It will not go back to the first image after
    it has gone forward
    > to
    > the next images. Even the tutorial does this.
    >
    > Does anyone know why this happens or can anyone direct
    me to a good
    > tutorial
    > that will provide instructions for this?
    > I know that there are may add ons to deal with this but
    it is only a small
    > function that I should be able to produce myself.
    >
    > Many Thanks
    >

  • Scratch disk error plus canvas image error help

    so i recently restored my computer back to factory settings .. so my computer doesnt even have any new downloaded app .. i download photoshop cs6 now im getting scratch disk errors ..which i dont see possible if my computer doesnt have anything on it (besides what it came with) my hard drive has 276 gb i only used 33 .. so why am i having this problem?? i made an external hard drive and that has 8 gb ... also its moving very slow .. also its telling me i cant make an new canvas size 1920 x 1020 with an resloution of 300 which i know is possible because i done it before so if anybody can tell me what im doing wrong or how i can fix this problem please .. i need photoshop for work . and this is impossible  .. im using  windows 7 toshiba

    Without going into much detail, the scratch can grow to humongous sizes.  In general, figure on 50 to 100 times or more the size of your largest file multiplied by the number of files you have open.
    My preference is not to work with less than 200 GB of contiguous, unfragmented available drive space for scratch on a physically separate, dedicated, internal hard drive as my primary scratch disk.
    Also consider that if you rely on your boot drive for primary scratch disk, Photoshop's scratch is sharing that space with the swap files of the OS.
    That's one of the issues, and it can be be made much worse if you have a faulty drive.  A badly fragmented drive would also be a big problem.
    As for that external drive with a pathetic 8 GB of remaining available space, you should back it up, store it in a safe place, a get a new one.  Any time any one of your hard drives gets to be 80% full or more, you are already in a heap of problem.  With that little space left, you should make sure it's not being used even as a secondary scratch disk.
    Hard drive real estate is very cheap these days.

Maybe you are looking for

  • Performance tuning

    Hi guys! I'll be always in favour to you if u could really help me this out.The program displays all the Sales order(RMA's) who's series starts with number 6 in our company ie for Return Manufacturing Authoriazation.What ever the orders which are ret

  • HT201210 Can anyone help about a message that comes up on a ipod??

    When I try to update my apple ipod it will go almost all the way but then brings up a meaage error unknown! When I go to see what problem it might be nothing seems to me wrong!! Please help my daughter needs and wants to play her ipod!!

  • Any documents related to oracle APPS DBA

    Any documents related to oracle Apps talk about flex fields please post the link

  • Podcast subscription setting won't work manually

    iTunes 7.2 (windows xp) I have set podcast subscription setting to "Manually" check for new eps and "Do Nothing" when new eps are found. However, Podcast subscriptions still attempt to download the latest podcast automatically. Is there a way to make

  • Multiple channel DAQ-1200

    I am trying to acquire data from to channels in differential mode. Though the test panel shows the data as expected when I use a modified version of SCANsingleBufSync, I seem to be acquiring the same data on both channels, none corresponding. Any adv