Images in LOV

I have a forms of an employee where i have to select employees from the LOV in this form i also want to show employess picture,
I tried to show it through LOV, but when i query using BLOB column it says that INVALID SQL QUERY
Plese if any one can help me that can we show images from an LOV if not that what is other way that i can show picture along with other information like an LOV in a form.
Kind Regards
Maz

You never created any Forms module ?
Create one form (say nammed lov_xxx). create one based block on your table that includes an Image Item. That item mapped to the BLOB column that holds youir image). Create a When-New-Form-Instance trigger that queries the block at startup. Add one button that select the LOV row, or handle something on a mouse doubleclick trigger, that code filling a GLOBAL variable that you get back in the calling form, then exiting the LOV form.
Francois

Similar Messages

  • Image in a post element text : urgent

    hello.
    I am simulating a lov popup field (display description, return key..) because I am building the popup page manually...
    All works fine, I have a text field witch receive the key and display a description, I am concatening an image (in the post text element), when I click on this image My lov popup is openeing...
    My problem is : the image witch is right to the text field must be stuck to this text field ( I have a space between them),
    Any idea please ?

    lila,
    We can look at your application on htmldb.oracle.com where you reproduce this problem. Just post the app ID and we'll take a look.
    Scott

  • JDeveloper 10.1.3.3 ADF Swing - Images not rendering after deployment

    Hi,
    I have deployed my ADF Swing application in production in very simple 2 tiers architecture.
    One executal jar on my desktop and
    The database running on a Linux server.
    When I run MyApp.jar from my desktop, none of my images is rendered and LOV buttons do NOT work.
    The same application runs against the same dabase from Jedev environment shows images and LOVs work fine.
    Thank for your your help.

    I suppose that you use Java WebStart to deploy your application.
    The issue might be that you're using absolute path to load images into the application (c:\something\something.jpg). When you start your app in webstart, it doesn't allow the application the acces to the disk using absolute path. Even if it did, you wouldn't find your images in the same folder as they are on your disk.
    You should load images like this:
    ImageIcon icon=new ImageIcon(this.getClass().getResource("images/something.jpg"));
    This presumes that you store all your images in "images" package (folder).
    You can read more here:
    http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/development.html#retrieving

  • Is it possible to open multiple images in Photoshop as smart layers?

    Hi All,
    After searching, I think I know the answer to this but thought I'd check, we have background plates with main images and love the open multiple images as layers option - but can you open multiple images as multiple smart object layers?
    Cheers

    This might work.
    Edit: But it is a lot less sophisticated than the Load Files into StackScript.
    // select folder and place contents as smart objects;
    // 2013, use it at your own risk;
    if (app.documents.length > 0) {
    var myDocument = app.activeDocument;
    // select files;
    if ($.os.search(/windows/i) != -1) {var theFiles = File.openDialog ("please select files", '*.jpg;*.tif;*.pdf;*.psd;*.bmp', true)}
    else {var theFiles = File.openDialog ("please select files", getFiles, true)};
    if (theFiles.length > 0) {
    for (var m = 0; m < theFiles.length; m++) {
              var theLayer = placeScaleFile(theFiles[m], 0, 0, 100);
    ////// get psds, tifs and jpgs from files //////
    function getFiles (theFile) {
        if (theFile.name.match(/\.(eps|ai|jpg|tif|psd|pdf|)$/i)) {
            return true
    ////// place //////
    function placeScaleFile (file, xOffset, yOffset, theScale) {
    // =======================================================
    var idPlc = charIDToTypeID( "Plc " );
        var desc5 = new ActionDescriptor();
        var idnull = charIDToTypeID( "null" );
        desc5.putPath( idnull, new File( file ) );
        var idFTcs = charIDToTypeID( "FTcs" );
        var idQCSt = charIDToTypeID( "QCSt" );
        var idQcsa = charIDToTypeID( "Qcsa" );
        desc5.putEnumerated( idFTcs, idQCSt, idQcsa );
        var idOfst = charIDToTypeID( "Ofst" );
            var desc6 = new ActionDescriptor();
            var idHrzn = charIDToTypeID( "Hrzn" );
            var idPxl = charIDToTypeID( "#Pxl" );
            desc6.putUnitDouble( idHrzn, idPxl, xOffset );
            var idVrtc = charIDToTypeID( "Vrtc" );
            var idPxl = charIDToTypeID( "#Pxl" );
            desc6.putUnitDouble( idVrtc, idPxl, yOffset );
        var idOfst = charIDToTypeID( "Ofst" );
        desc5.putObject( idOfst, idOfst, desc6 );
        var idWdth = charIDToTypeID( "Wdth" );
        var idPrc = charIDToTypeID( "#Prc" );
        desc5.putUnitDouble( idWdth, idPrc, theScale );
        var idHght = charIDToTypeID( "Hght" );
        var idPrc = charIDToTypeID( "#Prc" );
        desc5.putUnitDouble( idHght, idPrc, theScale );
        var idLnkd = charIDToTypeID( "Lnkd" );
        desc5.putBoolean( idLnkd, true );
    executeAction( idPlc, desc5, DialogModes.NO );
    return myDocument.activeLayer;

  • Love this but can I do something like this using Fireworks?

    Hi all,
    Saw this site recently and really liked the background, http://www.rareview.com/ the subtule colours and gradients etc. I do not want to recreate this in Flash I am looking to hopefully do this in Fireworks for my site.
    I would love to use the image attached and add very subtle colors and gradients to this. Am I pushing it with Fireworks? I have Photoshop and never really got into it, its just to complicated for its own good ;-)
    Any thoughts or advice would be great.
    Thanks, P.

    Yes I do have Firefox and I see what you mean. Hmmm I guess if you know these things it is very simple, posted this in Flash also and it has been pointed out there also.
    I am toying with the idea of either trying this as a static image in Fireworks for my site or even venturing into trying to create a similar effect using Fireworks then Flash.
    Attached is the image I love and would like that as the main image with only a third of it being displayed behind a solid header or footer, do you think in Fireworks I could add the type of subtle rainbow and vapor effect with gradients over the image?
    My strengths have never been good with gradients and messing with colours in both Fireworks and Photoshop, I tend to make so much work for myself I then end up hating the result ;-)

  • How can I use images from Jar files

    Hi,
    I would like to use the images provided by ADF if any on my UI like pencil Icon for Edit, pushpin for freeze and so on.
    How can I refer them in Image source. Custom images I have stored in my pubilc_html directory and using them.
    Do I need to unzip that to my project public_html directory ?
    Thanks,
    Satya

    Hi Satya,
    you can reference those images via the ADF resources servlet once you know the correct URL to an image.
    For example, in 10g the pencil icon is called lovi.gif, so its full URL will be
    http://host:port/context-root/adf/images/oracle/lovi.gifand you can use it in an af:objectImage like
    <af:objectImage source="/adf/images/oracle/lovi.gif" />Hope this helps,
    Patrik

  • HTML tag problem when adding Google rich snippets in templates?

    The new Google plus Rich Snippets allow us to add a schema tag like this example:
    <html itemscope itemtype="http://schema.org/Article">
    I can do this on my .html pages but as soon as I make any changes to the .dwt template for the page it reverts all of the tags back to <html>
    How do I stop this happening?
    I have tried:
    Changing preferences in Dreamweaver's default code rewrite settings to "'Never Rewrite Code' for HTML document type " but this does not appear to fix things.
    Very frustrating as I have lost days of work.
    Any help would be appreciated
    many thanks
    Craig

    I've done what you have said (I think) however something is not quite right. I am asssuming that I need to add the schema below the <BODY> tag if I make the changes to the template as you have suggested.
    This is my practice page which is in a template:
    http://www.psychics.co.uk/lovepsychic/index.html
    Following the Adobe instruction on the forum: High at the top of the header section we get this code:
    <!-- InstanceParam name="GRS" type="text" value="itemscope itemtype=&quot;http://schema.org/Product"" -->
    For the customised body tag we get this:
    <body itemscope itemtype="http://schema.org/Product">
    Then on the left column of the page and below the navigation and below the <body> I have added this:
    <!-- Start Google snippet -->
    <h1 itemprop="name" content="Love Psychics Readings">Love Psychics - Psychic Love Predictions Online</h1> 
    <img itemprop="image" content="http://www.psychics.co.uk/images/schema/love.jpg" src="/images/stars.gif" width="160" height="76" alt="Psychics and Mediums Network"></img> 
    <p itemprop="description" content="Getting a reading with love psychics to find out about relationships, love, romance, marriage and family. Article about our Love psychics readings onlineservices.">Copyright Psychics &amp; Mediums Network - QKE Ltd.</p>
      <!-- End Google snippet -->
    I must be getting close but it just shows the normal Google plus stuff.
    I need to get your microdata markup into the body of the document somewhere - otherwise Google will use the something like <title> and <meta description>  tags and guess at an image.
    Any idea where I am going wrong or is it a quirk in Dreamweaver?

  • Sort incoming files?

    Is it possible to have files from different devices automatically sent to different folders?
    Like, I have my phone, and my camera sending paired with my iMac, and I'd like to send files from my camera straight to pictures automatically, and files from my phone to downloads. Is that possible at all? Would I need to download a new app, and does such an app exist?
    Cheers.

    Welcome to the Apple Discussions, GameFreak7744
    Is it possible to have files from different devices automatically sent to different folders?
    Yes
    Like, I have my phone, and my camera sending paired with my iMac,
    and I'd like to send files from my camera straight to pictures automatically,
    and files from my phone to downloads.
    The *sending paired with my iMac* is a little vague. !http://discussions.apple.com/images/emoticons/confused.gif! Did you mean paired with Bluetooth?
    *straight to pictures* ? !http://discussions.apple.com/images/emoticons/confused.gif! Do you mean the Pictures Folder?
    Is that possible at all?
    Yes
    Would I need to download a new app, and does such an app exist?
    No download is required (or needed) because you own a Mac
    I could explain how to do this but first I have a question for you! Do YOU want to KNOW or do YOU want to LEARN how to do *Mac Stuff* ? !http://discussions.apple.com/images/emoticons/cool.gif!
    Unlike Windows, you Mac has the ability to HELP you LEARN as you go 'Mac Help' is available from the 'Desktop's Finder' and in EVERY Application or Utility that 'MAC OS X' has!
    If you've got a question, just ask 'Mac Help' for the answer. In a few days you'll spend more time *LEARNING How You Can* and less time *NOT KNOWING If You Can*
    !http://discussions.apple.com/images/emoticons/love.gif!
    To start 'Mac Help' 'Double-Click' the 'Finder Icon' from the 'Dock' at the bottom. Then 'Click' on 'Help' on the 'Top Menu Bar'. 'Click' in the 'Search' field and type in 'bluetooth' and then press 'Enter/Return'. 'Click' on 'Show All Results' and start READING!
    Later ... Buzz
    !http://homepage.mac.com/buzzlightgear/.Pictures/HomePage/Buzz.tiff!

  • Aperture or photoshop equivalent

    Hi all,
    On a tight budget here and can't afford Aperture at the moment and my old photoshop applications don't work on my new imac.
    Does anyone know of a freeware application that mimics either of these applications? I don't need a wildly sophisticated programme just something that lets me play with the size and or pixels of a photo and the ability to send it as different files.
    Thank you in advance.
    Jamie.

    Hello, Jamie
    Quote: "Does anyone know of a freeware application that mimics either of these applications?"
    Have you tried "Preview" which is part of OSX? Many users do not know it has nice basic editing capabilties and filters like sepia and such. Go up to the Preview menu and have a look at them.
    You might also try from the Finder OSX software downloads which will take you to OSX software downloads here:
    http://www.apple.com/downloads/macosx/
    Choose Imaging & 3D
    love & peace,
    victor

  • HUD Snap to edge on secondary viewer

    Love full screen view - especially using my main screen to browse and my second screen as "alternate" to view a single image.
    Love the new "snap-to-edge" feature on the HUD....
    except I can only get it to snap to the edge of the main screen - but where I really need it is the edge of my alternate screen next to the single image I am viewing
    Anyone found a way to achieve this?
    Robert

    Perfect. I'd not seen that anywhere in the interface... but I do see it in the manual... thanks!!
    Since you brought up keyboard shortcuts, here's a follow up regarding keyboard layouts and Aperture. I use the Dvorak keyboard layout... sometimes I have to resort to the Querty key placement to use Aperture shortcuts, other times not. So, for example, to jump to full screen I can hit the Dvorak f and it works fine. However, to crop using the c key the Dvorak c does not work... to use that shortcut I have to resort to the Querty c key. Any clues?

  • Capture a photo from a video

    I have downloaded 8 and 16 MM film videos into iMovie via Elgato Video Capture. I am able to make and edit all the videos that I want regarding the 8,000 feet of film that I had transferred. As they are family videos dating back to the late 1940's, I would like to capture some pictures from some frames in the video but cannot find out how to save a picture. If anyone has knowledge as how to capture a single frame as a picture to iPhoto, please let me know.

    Micaela
    That's a shame.
    The easiest way to do this is with Quicktime 7. Get the clip to the shot that you want to take a photo of, then FIle>Export. Use the setting Move to Picture.  Use to options button to select format and compression. Now this assumes you have the PRO version. I don't think it is available on the regular version.
    The next easiest way is with iMovie HD ( the old version of iMovie). Just use File>Save As then change the file type to get your picture.
    If you have iMovie 11, it is not quite as good. Create a new project with a short clip containing the scene you want. Now use Share>Export Using Quicktime. Select 'Movie to Image Sequence' as the format. Click the options to select the file format (eg JPEG). Create new folder before you hit save to turn your clip into a sequence of images.
    Love
    Swiggiliewoo

  • 15" retina or 15" mbp (2011)

    just picked up a canon 7d and use a 27" apple led (non-thunderbold).  i use a 13" aluminum macbook (not pro) and going through the large images on the screen can take some time.  editing pics in iphoto can be a chore and i'm looking into purchasing aperture.  13" specs are 4gb ram, 7200 rpm HDD.
    this is my first dslr and just starting out w/ viewing/editing raw photos.  i have an older 15" mbp that i was curious if it will work ok w/ these images.  problem is it's 5400 rpm HDD and so i'm probably going to swap in the HDD from the 13".  also, i believe this mbp's ram maxes out at 8gb.  will 8gb be enough?
    do you think it's worth it to upgrade to the 15" retina?  if so, will 8gb be enough?  or should i get a bto w/ 16gb ram?  i had a terrible experience ordering my iphone 5 online and i'm hesitant to order from apple online again, which is why i'd rather purchase in the store.  long story short, it took 1 month and several calls on the phone w/ apple to get my refund for the iphone 5, yet couldn't get a new iphone b/c i had to wait for them to refund my money and reverse my upgrade.
    i just for the life of me, wonder why they don't stock any 16gb ram retina's in the store...but i digress...
    just some background, i'm just starting out w/ photography and picked it up as a hobby.  trying to find out which is a good (not too pricey) software to organize and edit photos.  some magazine i read suggested aperture.

    I've been (amongst other things) a semi-pro photographer in my life and although now I just pursue it part-time annd as a hobbiest, I think that I've adjusted well to using RAW image files (love Lightroom - have never tried Aperture) and a real computer workflow for my photography.
    I have a late 2011 15" MBP purchased in March of 2012 and I love it. Wouldn't even consider moving to a Retina model at this time. I also have the 27" Apple Thunderbolt Display, calibrated using a Spyder4Elite, that I use 90% of the time so, for me, the Retina display would just be a waste.
    The nice thing about the non-Retina models is that you can upgrade to 16GB yourself, as well as replace the HD with a larger HD or an SSD. I've 16GB of RAM installed and various Thunderbolt, FW800 and USB drives attached. The only problem that I forsee with the 27" Cinema Display model is that you're going to have to 'give up' the single TB port on the non-Retina model for your Display. With the Retina model, you have two TB ports and you could use one for your display and the other for TB drives, hubs, etc.
    If I were you, I'd look closely at both the specs of both machines, the upgradeability of both machines and a side-by-side comparison of both at an Apple Store. There are pros and cons of each, for you.
    Good luck on your quest!
    Clinton

  • Challenge #167

    I asked for submission to the Challenge and Wendy has kindly sent in
    some wonderful images. So with much thanks to Wendy Williams we have
    a great Challenge please lets have lots of fun doing this Challenge.
    http://www.cavesofice.org/~grant/Challenge/Challenges.html
    Present and Past Challenges will remain Until tomorrow at 7:00 pm
    the then
    the Present will be Past and new images will be posted.
    * Important notice to all the new people in this forum. This is not a
    close shop you are all invited to submit an image. If you don't
    think you
    are good enough this is your first mistake, I think most have found
    that
    working on the Challenge has improved their personal level. So young
    and
    old, hot shots and cool dudes now is you time to post.
    Grant
    Home Pages: http://www.cavesofice.org/~grant/Challenge/index.html
    Challenge Pages: http://www.cavesofice.org/~grant/Challenge/
    Challenges.html
    Creativity is so delicate a flower that praise tends to make it
    bloom, while
    discouragement often nips it in the bud. Any of us will put out more
    and
    better ideas if our efforts are appreciated.
    Alexander Osborn (1888 - 1966)

    Alex ... Great animation in No 1 ... and love the new faces in No 2. You have done a good job on both of them . By the way I like my new hat !!
    Anne ... Great work on Old Father time you have some really good effects and textures in there. How did you do it??
    Bill ... What a good effect they make excellent orbs and what an interesting effect you have done on the background. How did you do that?
    Ben ... Nice work on the Inn Sign .. its very realistic. No 2 did make me smile its very well done and such an imaginative theme.
    Bob ... that is way scary. I certainly wouldn't like to meet him on a dark night :). How did you do the extra bits for the wings?
    Dave ... Great blending ... its has a very surreal feel to it.
    Chris ... Oh wow that reaper is very grim. Nice touches like the little red eyes. Great reconstruction job on No 2 it is so well done, same thing with the images in No 3. That one is really funny ..
    Kev ... Like the bell theme. Its rather apt ...
    Malcolm ... Very nice effect and I especially like the sepia tones. How did you do the whole thing?
    Marilyn ... What a delightful and original image ... like the way you have pulled it together as a sea wall. Neat one with No 2 and very topical !! How did you do the background.
    Pauline ... It makes a great image and almost looks like a printed effect. How did you do it?
    Alice ... Clever idea making the whole thing into a bell and what a neat animation :)
    Red ... Took me a while to spot all the statues in your image. Love the way you have hidden them and blended them into the background. Mr favourite has to be the one in the water .. Good work on the two in the train too :)
    Rita .. Really imaginative theme and it works well. Good work on the reconstruction. I especially like the way you have turned it into a story. The Easter Egg in No 2 is excellent and how did you get the bells to look like that ... they are great.
    Robin ... That is so good !! ... I would love to know how you got that effect.
    Robyn ... Oh those colours are amazing in No 1. It almost glows in the dark ... looks brilliant. How did you do it??. Neat effect in No 2 and what great good gilding.
    Tony ... Nice newspaper effect and I especially like the way you have kept some of the colour in it.
    Tab ... Wow beautiful work on adding the text to the wall ... its looks so realistic. The whole thing makes such a good effect.
    Tom ... Beautiful blending in both your images ... it is just excellent and they look really good.
    Ward ... How did you do that !! ... it looks brilliant. Such a colourful effect. No 2 is a great idea and you have done a great job on it.
    Wendy

  • Challenge #148

    Ward Grant is the presenter of this week's Challenge and for those that want
    colour you have colour. Good luck. With a bit of luck I will be finished
    my shut down before the end of this challenge.
    Since my hard disk failure I have had some wonder Challenges
    suggestions submitted by a few people . I need more suggestions from more
    people to be able to mix up the choices. Please send me *your*
    suggestions for the Challenges. Part of what makes the Challenge great
    is your input. Also please don't forget he Photo Challenge as
    presently I have only one suggestion although it is a great one but I do
    need more.
    http://www.cavesofice.org/~grant/Challenge/Challenges.html
    Present and Past Challenges will remain Until tomorrow at 7:00 pm the then
    the Present will be Past and new images will be posted.
    * Important notice to all the new people in this forum. This is not a
    close shop you are all invited to submit an image. If you don't think you
    are good enough this is your first mistake, I think most have found that
    working on the Challenge has improved their personal level. So young and
    old, hot shots and cool dudes now is you time to post.
    Grant
    Home Pages: http://www.cavesofice.org/~grant/Challenge/index.html
    Challenge Pages: http://www.cavesofice.org/~grant/Challenge/Challenges.html
    Creativity is so delicate a flower that praise tends to make it bloom, while
    discouragement often nips it in the bud. Any of us will put out more and
    better ideas if our efforts are appreciated.
    Alexander Osborn (1888 - 1966)

    Thanks for everyone for their great entries this week. This is one of the rides at the inside amusement park at the Circus Circus Casino in Lost Wages.
    ALEX: Nice use of the frog in your animations. Your #2 has a 60s light show effect to it.
    BARBARA: Love the color scheme throughout the series. I think #3 is my favorite of the series. How did you get such crisp folds?
    BEN: I love the contrast between the soft butterfly and the
    harsh symbolism of the chaotic world. Nicely done.
    BOB: I love the colors in your #1. Nice flashing lights in
    #2.I like the way you pulled the triangle patterns and colors
    from the columns into your #4.
    CLIFF: The essence of minimalism
    DAVE: Another good mixture of the frog and animation.
    MARILYN: Great cut-out on the parasol. Is this what they mean by "giving the cold shoulder?"
    MARY LOU: Loved the way you preserved the details in
    your toppers in #1. Nice chip stack with the CHAOS logo
    in #2.
    MIKE H: I get dizzy just looking at your #1. What filter did
    you use? Are frogs in a queue the same as ducks in a
    row?
    MIKE R: I missed the No Dangling sign the first time I
    looked at this. Nice blending of the hands with the track.
    RITA: I liked the way you incorporated the lines into the
    background. How did you create such a wonderful looking
    plant?
    ROBERT: Work good enough to hang in a museum...oh,
    wait, it is.
    ROBIN: How did you get such dramatic swirls? It looks like
    a floating top being sucked into a water vortex.
    TAB: Nice way to emphasize the frog--also liked the way
    the outside is now night. How hard was that to change?
    TERRY: Your #2 is my overall favorite this week. I love the
    texture and the colors. Is this a jump of pleasure or
    desperation?
    TOM: Two nice images. Love the theme of #1, but how did
    you get such a wonderful relief look for #2?
    TONY: My hat's off to you in #1. I love the butterfly and
    flowers in #2. Did you create the butterflies from scratch or
    are they somehow stretched and bent from the original?
    WENDY: I like the way your series gets progressively
    darker. How did you get such clean color changes with so
    many crossed lines in the background?

  • Challenge #180

    Chris Rankin has supplied this weeks Challenge and it is an urban
    gorilla sort of thing. I think it should be gobs of fun so please
    enjoy it.
    http://www.cavesofice.org/~grant/Challenge/Challenges.html
    Present
    and
    Past
    Challenges will remain Until tomorrow at 7:00 pm the then
    the Present will be Past and new images will be posted.
    * Important notice to all the new people in this forum. This is not a
    close shop you are all invited to submit an image. If you don't think you
    are good enough this is your first mistake, I think most have found that
    working on the Challenge has improved their personal level. So young and
    old, hot shots and cool dudes now is you time to post.
    Grant
    Home Pages: http://www.cavesofice.org/~grant/Challenge/index.html
    Challenge Pages: http://www.cavesofice.org/~grant/Challenge/Challenges.html
    Creativity is so delicate a flower that praise tends to make it bloom, while
    discouragement often nips it in the bud. Any of us will put out more and
    better ideas if our efforts are appreciated.
    Alexander Osborn (1888 - 1966)

    I had some free time this afternoon so I thought I would throw in some comments for this week's entry. A great starter image and the usual great creative use of the image in this week's entries.
    Alex: Nice group of entries. I think my favorite is #3 with the swirling clouds and outline of the heads. I'd hate to meet #4 when he is mad.
    Anne: I missed the shark fin the first time I looked at #1, but that is a nice touch. Neat theme idea with the fight poster idea in #2.
    Ben: Nice job in removing the teeth for your before image in #1. Great way to work in the See No, Hear No, Speak No Evils in your #2.
    Bill: Nice way to work in the former Hawaiian dancers into this week's theme.
    Bob: Stark, simple and effective use of the theme. When does it hit the theaters?
    Charles: Nice cutout and removal of the light pole and wire and blurring the background.
    Dave: Good job with merging the head and body. Is that you?
    Donald: Great colors and image. Love the way the circles in the image flow into each other. Nice background with the blue/gray rays.
    Ellen: Very nice use of just a small part of the image to create a central theme. The rain and background sunset makes me not want to be on that road anytime the creature is moving about.
    Helen: I thought the gorilla was large, but he looks puny next to that monster man. Do you know how tall the man statue is? Good blending of the two images.
    Kimi: Is that the re-write of the "Three Bears" story into the "Four Apes"? Nice perspective in the relative heights of each ape. I was hoping someone would use the King Kong theme in their entry this week. I don't remember King Kong smiling as nicely in the movie.
    Malcolm: Wow, that really draws your eye to the center of the picture. What filter is that?
    Marie: A nice family out for an outing. Nice blending of the various hair styles. Are those hand drawn or did you use the Special Shapes?
    Maryilyn: What a great use of the shirt patterns for the background. Looks like the silkworms were really busy for this shot. How did you get the folds at each end?
    Melissa: Love the quilts, especially #2. How did you get such realistic stitching; that must have taken quite some time.
    Nancy: They always say lighting is attracted to the tallest item. How did you get such neat lighting bolts. Love the stand up hair.
    Pauline: Great coloring page idea in #1. I always have trouble getting the right perspective in laying something flat on a table, but you did an excellent job. I thought of a snow scene as your #2, but I could not bring it off. You did a great job. How did you make the snow, both falling and the accumulation.
    Red Sky: A fitting tribute to a music icon. For those you might not know, Syd Barrett was the founding force behind the the band Pink Floyd, who recently died. Ah, the classic car reappers-is that who I think that is driving?
    Rita: Was it the recent heat that lead to a quick skinny dip? Love the way you made the shirt-was that the Liquify Filter?
    Robin: Nice balloon effect in #1. Another re-use of the recent Hawaiian dancers and palm fronds in your #2. Great frame-how did you make it?
    Tab: "Dude, I was hanging 10 on the lip of this gnarly pipe and then, like, total wet." Great way to use the shirt colors for the frame. A real Hawaiian feel to the whole image. A kinder, gentler King Kong in #2 with some updated aircraft. It took me a second to see your signature signature.
    Tammy: Love the proud Daddy as son slides by. Great idea.
    Tom: I heard of being outstanding in your field, but you seem to be out-standing-in-a-field. Love the Big Boy icon as his playmate and the foreground blurring to add some depth of field (sorry, no pun intended on that one).
    Tony: As we said earlier, love the look of lapping water in your image.
    Wendy: Nice way to work your image into all your entries, as you often do. I like the smooth round head with the orange hair wings. Nice use of the "raised box" accent for each image.

Maybe you are looking for

  • Comparisons between Pages, Word, Nisus...

    Hi everyone, I am comparing full-featured word processing programs, because I am finally leaving Word. (Word 2008 is unbelievably ugly and badly designed; it's almost as bad as the infamous Word version 6.) I need a full-featured word processor, and

  • Double clic to play a song

    I use itunes for several years. I began with PC and for 1 month I have a Mac. To have a music in my playlist, it was necessary just double-click. But with the version itunes 8.0.1 of my iMac, I have to double-click several times before having the son

  • Can't scroll up

    I read previous discussions on this subject but no-one seems to provide a satisfactory answer.  I'm using an intel imac with OSX 10.6.8, safari 5.1.7 with a plugged-in mouse. I can scroll down in safari but not up. The same problem exists in itunes.

  • Alert Configuration can not log on!!

    hi gurus: I click  Alert Configuration or Alert Inbox  in RWB, a window popup ask for user id and password,  user id and password of SAP NetWeaver Application Server [XID/000]u201D i input user name with SAP_ALL authotization, but can not logon,  if

  • Apple display calibration tool messes everything up?

    So I recently had my display clamshell replaced on my mbpr 15" for the bright mura spots that I had. I noticed when I got it back that I must've gotten a samsung display because everything was just a tinge too yellow. I prefer it to the cool bluish w