Complex Question

I cannot delete the <a href="single-project.html line because it controls another feature in my webpage.  I am trying to copy the code I have in FIGURE 2 where you will see it as highlighted in bold in FIGURE 1 so that I can make a hover option referencing CSS  to change a photo from black and white to color as you will see in FIGURE 2 I reference the CSS code I wrote to accomplish that.  The CSS code is in FIGURE 3. Repeat I cannot delete any part of FIGURE 1?
FIGURE 1
  <!-- jCarousel -->
  <section class="jcarousel recent-work-jc">
   <ul>
            <!-- Recent Work Item -->
    <li class="four columns">
     <a href="single-project.html" class="portfolio-item">
      <figure>
       <img src="images/portfolio/portfolio-05.jpg" alt=""/>
       <figcaption class="item-description">
        <h5>Nature Vs. Zombies</h5>
        <span>2D Games</span>
       </figcaption>
      </figure>
     </a>
    </li>
FIGURE 2
<!-- 960 Container -->
<div class="container">
   <div class="sixteen columns">
    <h3 class="margin add-top"></h3>
   </div>
    <!-- 1/4 Column -->
    <div class="four columns">
     <a href="css/style.css" class="portfolio-item isotope">
      <figure>
       <div class="picture"><img src="images/portfolio/Branding2.jpg" alt="Branding"/><div class="image-overlay-link"></div></div>
       <figcaption class="item-description">
        <h5>Building</h5>
       <span>Creativity & Reinvention</span>
       </figcaption>
      </figure>
     </a>
    </div>
FIGURE 3
.picture img{
filter: grayscale(100%);
-webkit-filter:grayscale(100%);
transition:filter 600ms ease;
-webkit-transition: -webkit-filter 600ms ease;
.picture img:hover {
filter:grayscale(0);
-webkit-filter:grayscale(0);

Think about it for two seconds. Why modify your HTML around your CSS and add redundant elements to the DOM?? It's messy and creates more work for you going forward.
You should always tailor CSS to HTML not the other way round!
If you make a change to the CSS file you have to change 2 lines, to modify your html you will have to change every block? For every image you have added!
Fig3 works because it's selecting the img tag that's wrapped with a .picture div as you don't have picture div in fig 1 it has nothing to select so add one.
  <!-- jCarousel -->
  <section class="jcarousel recent-work-jc">
   <ul>
            <!-- Recent Work Item -->
    <li class="four columns">
     <a href="single-project.html" class="portfolio-item">
      <figure>
<div class="picture">
       <img src="images/portfolio/portfolio-05.jpg" alt=""/>
</div>
       <figcaption class="item-description">
        <h5>Nature Vs. Zombies</h5>
        <span>2D Games</span>
       </figcaption>
      </figure>
     </a>
    </li>

Similar Messages

  • Complex question on resizing, layers, and digitizing from scans

    Hi,
    I purchased acrobat pro to help me compile my research documents - scans, photos of archival document pages, book copies, etc. - into clean and efficient pdfs. For instance, I buy an ethnography in hardcopy, I jot notes in the margins, and then scan the entire book. (I do not buy ebooks because I don't get the satisfaction of writing in the margins, so this is not an option.) When I scan the book, I will try NOT to OCR my margin notes, as this often bloats the document; having an image of them is fine enough. I then have a digital version of the source I can access from the cloud, make digital notes, extract some lines of text to cite, etc. (I have posted elsewhere of the problem I experience on a Mac using the Preview or Skim apps.)
    With these things in mind, the issue I am having is how to resize a single page or pages of a large (460 pp.) document. This might be the perfectionist in me, but it drives me crazy when I have scanned pages that are 8 x 12.50 inches, 7.99 x 12.15 inches, 7.86 x 12.45 inches, and 8.03 x 12.43 inches (and my hunches tell me that whatever app the document is viewed on, whether on an iphone, laptop, etc., it makes the machine work a little harder to present visually a non-standardized document). For me, at least, such documents are also jittery when scrolling in Acrobat Pro and Acrobat Reader. One would intuitively think that the "Reflow" tool would magically fix this, that it would magically make the text and/or images fit a standard page size, but alas it doesn't.
    I've tried to follow some of the discussions online, but I've found them either not pertinent to Acrobat XI or not really speaking to my issue since I am NOT trying to print a 460 pp. document just to re-scan it. So I have tried to go into crop and change the page sizes to custom, this doesn't work. When doing this, I notice that the page image changes sizes and position, but the embedded text remains the same size and stays in the same position - so the two somehow get unsynced in size and position. Weird. Perhaps this is an issue I can resolve by re-running OCR or just making sure that I create the pdfs as an "searchable image, exact?" This could take much time and effort, so advice on this particular item would be helpful.
    Additionally, let me give some more background about this specific file giving me grief. I have one page that I had to insert from a digital pdf obtained from my library. (My hardcopy page has way too much scribbling to OCR properly.) For anyone who has university access to digital ebooks, you will know the library allows you to "Print" a given sample of pages, usually a max of 50-60 pp. When these pages go to "Print," you can save them as pdf. Either way, the technology used puts a header and footer on each page, usually with the date, time, website source, loggin info, etc. 1st question: when this happens, are different "layers" produced (i.e. a flat and large white sheet w/ header and footer being a background "layer" while the text or page image is another layer on top of it)? Can someone help me better understand this process so that I can manipulate the elements better? 2nd question: I have tried to delete the image of this large white header/footer "layer" (as I'm calling it). Apparently it gets cropped out of view fine. But the damn thing is still there - can't I remove that "layer" and simply resize the second "layer" of the text image to fit the size of the pages before and after? And can I do it without having the text image and the embedded fonts un-sync? That seems like a simple request!
    Many thanks for any input. This is likely the first in a series of posts to help me standardize my use of Acrobat Pro and my workflow! I can provide a copy of the page (extracted, if you wish) in question.

    If you are on a campus network, I would not network attach your hard drive unless you either plan on sharing the data on it or setup some sort of firewall.
    The easiest way to do what you want would be to:
    1) Get a normal home wireless router and attach it to the campus lan (check your campus computer policy to make sure you won't get shot for this)
    2) Configure the router to do 'DHCP' on the WAN side (that will be towards the campus lan and act just like if it were the PC you have attached now).
    3) Configure wireless on the router and ensure it is secured (WPA Personal encryption with a decent key)
    4) Attach both your computers to the router either by wireless or wired. They will now have '192.168.x.x' addresses more than likely rather than the campus IPs since that is now on your routers WAN.
    5) Enable File Sharing and Printer Sharing on the mac mini.
    6) Under Security on the mac mini, you should probably turn on your firewall as well if it isn't already. There should be a hole poked in it for file/printer sharing already.
    7) You should now see the mini from your other system under Finder since you're on the same network. If you can't, hit Option-K and type in 'afp://192.168.x.x/' where x.x is replaced with the IP address of your mini.
    ... and that should be it. From there, it's just a matter of adding printers, etc. which you should be able to do once you are connected fairly easily.

  • Simple answer needed to complex question

    I said "simple" because, although a Mac user for many years, I have no knowledge of the tech angle (which gets me in trouble regularly.)
    In the last few days, my Safari started getting very slow on my iMac. I searched the forums and saw a suggestion that I discard a couple of files as well as "start in a safe mode" which required I do a restart with the shift key depressed.
    Here is where the strangeness began. Upon a restart after the safe mode, it would fire up, then after a minute or so, it would shut down. This happened a number of times.
    This is what I did: I started from my install disk and it fired up fine. I ran Disk Warrior and it resolved some issues, but said I had problems that could not be corrected.
    I had installed Application Enhancer a week or so ago and had no problems with the restart.
    Yes, I do have a number of 3rd party things, but have not suffered the failure to start that I now have.
    I guess my question is this: Have I done something that cannot be undone by starting in "Safe Mode" and if so, how do I undo what has been done? Also, what is safe mode and could it have corrupted something?
    By the way, I do not shut down any more or restart. I just let it sleep so that it will continue to run.
    Please, any suggestions (other than the obvious "reinstall Leopard") would be greatly appreciated.
    Thanks in advance!

    Which iMac do you have (would be helpful if you updated your signature)?
    I just recently read a post where several people had major problems with Applications Enhancer and needed to uninstall that app to get rid of the problems.
    When you ran Disk Warrior, what exactly did it fix and what were the problems that could not be resolved? Can you post or copy the screenshots/messages?
    Here's a link to the Apple article explaining safe mode:
    http://support.apple.com/kb/HT1564?viewlocale=en_US

  • Complex question about masks - help needed please

    Hello folks,
    new to this forum and new to After Effects.  I hope you can help me achieve a particular animation.
    The result I want is to move a pair of glasses across the frame and through the left lens of the glasses, the background image is made clearer.
    I have 3 layers.  The bottom layer has one image (the image in focus), the middle layer up has another image (the same image as the bottom layer but out of focus), the top layer has an image of a pair of glasses.
    I want to, first of all, select the area within the left lens of the glasses and make this a mask and have it move when the glasses move across the frame.
    Is there an easy way to select a complex area like you have in Photoshop?
    I then want this mask to subtract the middle layer image to reveal the background layer.
    The mask would move with the pair of glasses.
    How do I make the mask apply to the middle layer to cut it out to reveal the bottom layer?
    Thanks in advance.

    While you are reading the links Szalam gave you (I recommand you to read them all), here is how you could achieve this.
    Create a new solid on top of your glasses, roughly the size of your lense (just a little bigger than the area you want to mask out).
    Then use the pen tool to draw a mask with the shape to be used as a "hole" for your second layer. Be sure to have your solid layer selected before drawing the mask.
    You will now a have a solid layer on top of your glasses with the shape of the lens. To make it follow your glasses, parent it to the glasses using the parent dropdown menu in the timeline, next to your layer's name.
    Now in the stack, move your solid on top of your out of focus layer. Then select your out of focus layer, display the matte/mode column and in the matte dropdown select alpha (or alpha inverted). AE will then use your solid layer as a mask to cut out your out of focus layer.

  • Complex question (for me)

    Okay, so I have a question regarding my wireless network.
    I have an Airport extreme base station (n-capable) which is my main wifi hub in my house. my internet cable plugs into my base station.
    I have an airport express (also n-capable) which has till now, helped extend my wireless network to get the wifi network into a room which was out of the signal range of the base station.
    This has worked flawlessly till now. However, I have a new desktop (without any wireless internet capabilities) now in the same room as my airport express.
    I was wondering if it was possible to have my base station give my wifi signal to my airport express, and my airport express to catch that wifi and give internet to my desktop via an ethernet cable?
    So to put it clearly, this is my required flow of internet:
    base station ---wirelessly--> airport express ---via ethernet--> desktop
    I have read the WDS system in the Apple FAQ, but it didnt seem to clearly state whether this would be possible.
    If this is possible through a WDS, please let me know =) I wanted to confirm this before messing around with my airport utility settings.
    Thanks
    Message was edited by: racmodi

    Hello racmodi. Welcome to the Apple Discussions!
    If you currently have the 802.11n AirPort Express Base Station (AXn) configured to extend the wireless range of the 802.11n AirPort Extreme Base Station (AEBSn), then the AXn's Ethernet port is already enabled for wired clients to gain network/Internet access.

  • Okay I have Kinda Of A Basic Complex Question... How Do You Install Leopard On Tiger???  PowerPC Only!!!!  No Other Mac Computers...

    I was recently given a Power Mac G5 (PPC) by a friend of mine to be able to use for our multimedia business. The PPC came loaded with Mac OS X Tiger 10.4.1.  Now my first dilemma was that when I went to install Logic 8 on the system I recieved an error message that "this version of logic requires a minimum of pro application update 4.0 and prokit version whatever" either way it didnt work.  I wasn't really bothered by this at first until I realised that finding pro application update 4.0 would be about as hard as finding waldo.  Eventually after hours of looking I located the update on of all places the Apple site I initially started searching on all to find out Tiger 10.4.1 does not meet the minimum requirements to install this update.  So I came to the conclusion updating my OS to Leopard 10.5.8 would be the best possible outcome and hopefully meet the minimum requirements to run Logic 8.  My friend just happened to have a .dmg file  from his previous installation of OS X Leopard 10.5.8 on his other PPC which I had to burn to a disc (using THIS PPC) in order to be able to boot.  Which brings me to where Im at right now.  I cant get the disc to boot no matter what I try.  Please help!

    The folks in this link indicate 4.5 will work. 
    https://discussions.apple.com/thread/2269512?start=0&tstart=0
    & notice there is a logic pro forum.
    & the link didn't work for me
    another site found this link.
    Here is ProKit 4.5
    http://download.info.apple.com/Mac_OS_X/061-4098.20080204.bpYt5/ProKitUpdate4.5. dmg
    Apple has been purging older downloads.  It's a drag.
    You can somethings find things if you know the exact name:
    ProKitUpdate4.5.dmg
    Restore Tiger 10.4 & Leopard 10.5  DVDs are available from Apple by calling 800-767-2775 as of January 20, 2013. Collect your Mac's serial number.  Prepare you credit card for a workout. There is a reasonable fee.
    https://discussions.apple.com/thread/4720126?tstart=0
    Requirements for Mac OS X v10.5
    http://support.apple.com/kb/HT3759
    You want the lastest version of Firefox?  Use the TenFourFox g5 clone.
    TenFourFox -- It's a port of the latest FireFox to run on older hardware and software.
    "World's most advanced web browser. Finely tuned for the Power PC."
        --  works for me on 10.4.  Supports 10.5
    http://www.floodgap.com/software/tenfourfox/
    alternative download site:
    http://www.macupdate.com/app/mac/37761/tenfourfox
    Turn on pipelining.  This will allow Firefox to make simaltaneous requests to the server.  Chrome has pipeling turned on. Some sites could fail to load with pipeling set on. The site will be old. See "Increase pipelining" in:
    http://www.hongkiat.com/blog/firefox-optimization-tips/
    OmniWeb uses the lastest Safari framework.  The open source WebKit. Other browsers like Safari and iCab use the OS version of WebKit.  The OmniWeb downloaded dmg includes it's own copy of the latest WebKit.
    http://www.omnigroup.com/products/omniweb/
    Safari 4.1.3 for Tiger
    http://support.apple.com/kb/DL1069

  • How shall i do it ? Complex question about how to use the airport express or time capsule ?

    Hello All,
    Right now i have an access point:
    1/ A mercury router (cheap and old)
    2/ Airport Express
    Do you advice me to use it to replace my cheap old router (mercury) or to pair it with this main old router ? (however i tried to without any success)
    3/ Time Capsule
    Can i use it to relay the signal from the Airport Express to extend the range  of the wifi?
    Can i use it to stream music to my B/W M1 speakers directly ? (I will connect by USB the BW M1 to the time capsule) and would like to be able to play music this way. Is this in anyway possible ?
    Many thanks for your reply !

    ok, i might be wrong but here goes:
    you should attach your modem to your time capsule: your time capsule will act as not only your time machine but also your main wireless transmitter.
    you set it up using "Airport Utility" which is inside the "utilites" folder, which is inside your applications folder.
    this connects your mac wirelessly to the internet.
    to stream music to your speakers you then set up the airport plug to (a) join the existing network (which you set up on the time capsule) and then (b) set it up to stream music to your speakers. again, this is done using "airport utility". do it AFTER you have set up the time capsule.
    you will then be able to use itunes to stream music to your speakers. from itunes on your computer you will be able to chose from the bottom right hand side of the window whether you play the music on your computer or wirelessly into your B+W speakers...
    some notes:
    1. you won't be able to connect the airport plug by USB to your speakers as the airport plug doesn't have a USB output. It has only analogue and optical.
    2. although your time capsule has USB you cannot stream music into it or through it. there's some basic guidance here:
    http://www.apple.com/wifi/
    3. you may find that the sound quality [if you are playing apple lossless files or wav files) isn't as good as if the speakers were connected directly to your mac via USB.  this should be especially noticable because your speakers are so good!
    if the music you play is only mp3 or the stuff purchased from itunes then it shouldn't make too much of a difference.
    4. keep an eye out on the B+W website: there may come a time when you won't even have to use the airport plug, and you will be able to stream music straight to the speakers. i know that B+W have just done that with the new Zepellin speaker that they make.
    hope this helps...

  • Kinda complex question

    now here is what i wanna do..running logic 8 on imac and i wanna do live shows ( mainly doing ebm or electronic music ) now here is what i was thinking of doing..using a non apple laptop with ableton and itunes..now on my imac putting most of the music on itunes ( kinda stripped down so i can do ALITTLE live playing ) so can i get MY music from the imac itunes on my non apple laptop so i can run it live in the background as i use ableton for the live sound?

    Ahh you mean you want to hook up an Apple to another non Apple Laptop like noding them so that they play the same stuff in sync? I don't think that's possible but I might be wrong
    Message was edited by: Sampleconstruct

  • Complex question, i dare you to help me.

    I. in the procces of transfering a 6.3mb file from garageband to itunes. put a blank in. i was excited to get this on a disc. I did everything quickly. my labtop after i calmed down, the labtops cd drive is acting up. i wanna burn this to a disk. itunes wont read my blank. and when i restart the computer it tells me that there is a disc in the drive and asks me if i want to eject, or ignore it. and when i ignore bucause i got the blank out. on putting it back in Itunes still won't acknowledge a blank in the cd drive. the computer doesn't see it either. meaning when you go to mac<drive< nothing. help?

    All blank media costs money to buy ...
    +the cd drive is not reading any blank discs. its responding to discs with info on them tho+
    If you're so sure the drive is "broken" then best talk to Apple about it, but I doubt it (it reads fine) and that's why I have suggested testing it (burning) with a Verbatim blank disc.

  • Complex Question on Networking

    I am at school, and I have a Mac Mini (Tiger, to old to run leopard, pre-remote version) and I would like to use it to plug my external USB harddrive into, and also to plug my canon printer into, so that I can access both from my Macbook. I don't plan to have anything else attached to the mac mini, i just kinda want to use it as a server. I live in a dorm, and my macbook is plugged into the wall-network. My macbook accesses the network wirelessly. Before I upgraded to Leopard I was about to remotely access my external via go menu- connect to server and typing in the address of the mini. however, I can no longer do that, and I have never been able to find my printer connected to the mini from my macbook. What "sharing" do I need on, and how can I do this?

    If you are on a campus network, I would not network attach your hard drive unless you either plan on sharing the data on it or setup some sort of firewall.
    The easiest way to do what you want would be to:
    1) Get a normal home wireless router and attach it to the campus lan (check your campus computer policy to make sure you won't get shot for this)
    2) Configure the router to do 'DHCP' on the WAN side (that will be towards the campus lan and act just like if it were the PC you have attached now).
    3) Configure wireless on the router and ensure it is secured (WPA Personal encryption with a decent key)
    4) Attach both your computers to the router either by wireless or wired. They will now have '192.168.x.x' addresses more than likely rather than the campus IPs since that is now on your routers WAN.
    5) Enable File Sharing and Printer Sharing on the mac mini.
    6) Under Security on the mac mini, you should probably turn on your firewall as well if it isn't already. There should be a hole poked in it for file/printer sharing already.
    7) You should now see the mini from your other system under Finder since you're on the same network. If you can't, hit Option-K and type in 'afp://192.168.x.x/' where x.x is replaced with the IP address of your mini.
    ... and that should be it. From there, it's just a matter of adding printers, etc. which you should be able to do once you are connected fairly easily.

  • COI Complex Question.

    To put it in example there is one legal consolidation group (ABC) and  another  consolidation groups  (XYZ,123 )which does not require to be included in legal consolidation. Group XYZ is accounted by equity method and group 123 is not requiring any consolidaiton but in same system for management help purpose.
    When the joint venture is started it will be under legal consolidation group and it will be consolidated using ‘Purchase method’. But JV’ A1’ is completed the  major % of ownership will be transferred from ABC to another groups(XYZ) which exist in the same system. After divesture the Joint venture ‘ A1’ will is accounted using Equity method for ABC, but XYZ needs to account using ‘Purchase method’.  If I change the accounting technique for A1, then it will not be consolidated in XYZ also. But XYZ also need to run the consolidation for their purpose in same BCS system.
    How to ensure that A1 company is consolidated in XYZ , after major sale off by ABC.

    4> So only if we report using virtual cube the logic will be correctly read? Suppose if we want to datamart the data to another cube and report will not read the logic? I will be facing this scenario.
    Does it means that intercompany elimination will eliminate all AR/AP irrespective accounting method?.
    For example A & B have accounted in ECC for intercompany AR/AP transaction. 'B' is data is maintained in ECC, but it is not consolidated since 'Equity method is assigned to it.  Will the eliminatin will take placein BCS?
    If so how the virtual cube logic will help in interpreting in consolidation reporting.

  • HELP: Somewhat complex question on backing up to external HD.

    Hi,
    I am Running a MacPro Dual core Xeon 2.66 and running Leopard and Snow Leopard on 2 different HDs.
    I am using TM to back up each to 2 different External CalDigit VR Mini's using eSATA.
    I also wanted to have a Bootable BU of each OS drive in case of drive failure.
    I used a 1 TB CalDigit VR set to RAID 1 and partitioned it 550GB/500GB one partition for each OS drive backup.
    I made what was supposed to be a bootable clone of the SL drive using CCC.
    To test it I restarted while holding down the option key... Only the drives for Leopard and Snow Leopard showed as boot choices. The cloned partition on the external CalDigit that supposedly had a bootable copy of SL did not appear.
    I rebooted into SL and found that while my internal drives appear on my desktop with icons that look like Hard Drives, the 2 partitions on my external CalDigit look like yellow rectangles with firewire symbols on them... I figure that this might have something to do with the MacPro mot seeing them as bootable on startup.
    I partitioned the external drive in Leopard and the CalDigit shows as GUID though each individual partition does not. Can separate partitions on external drives not be set up as bootable backups or have I not set the backups up properly, ergo the Yellow drive icons on the desktop?
    Any ideas?

    There are very very few controllers for Mac Pro that are bootable.
    Some Mac Pro can use #5 & 6 SATA ports run external; else there is USB and FireWire.
    You have a good image of the system, you can even put images on sparse disk images. And you can restore those as needed.
    The most important boot volume I find to have around is a small emergency partition for running maintenance programs. And only takes ~20GB.
    The external enclosure may prevent booting even if it is on SATA ports using #5 & 6 ports.
    Some external cases are not supported by 2-channel cards like Sonnet E2P to begin with.
    CCC keeps being updated. I switched over to SuperDuper after yrs of use of CCC.
    Snow Leopard made changes to partitions, and to RAID, and I strongly recommend any RAID or drive even if it is to boot Leopard or both, to be formatted with the latest version of Disk Utility.

  • Multiple Images Questions

    Hi,
    I am a total beginner with Flash however I have bought a
    template for my website and wish to make some additions to it.
    Basically when the template loads up it always has a main
    image present and the page options down one side. What I would like
    to do is have multiple images set for the opening image so that
    everytime you enter the site you will view a different main image.
    I'm sorry if I haven't explained this correctly. If you
    follow this link www.gsa.ac.uk and hit refresh a few times you
    should get what I mean.
    Is there some sort of online guide I can follow to do this ?
    Thanks
    Euan

    Aperture excels at converting your digital negatives from RAW, organizing them in any way you want, and developing each Image to be as good as you can make it.  It is not, however, a graphics program -- the difference being, primarily, that graphics programs are built from the ground up to perform compositing.  Photoshop, and the like, are excellent at compositing.  Aperture is not.
    The answers to your questions:
      1.  No.
      2.  This is actually a more complex question than it seems.  With Aperture you can Lift adjustments from any Image and Stamp them onto any other Images.  For panoramas, however, what you want is not "the same exposure _adjustment_", but rather the same final exposure.  There is no way to do this, afaik, in Aperture.  Good panorama stitching programs will make adjustments for you to even out the shot-to-shot variation in exposure.  You should not use any automatic exposure modes when capturing the pictures you intend to stitch together.
      3.  Let the panorama program do it for you.  I make RAW captures, convert and stack in Aperture, export as TIFFs, create the panorama (I've used Hugin  -- open source and free -- and found it excellent for my modest needs), import it into Aperture and set it as the Stack Pick.  I use Aperture to make adjustments to the imported panoramic Image.
    Message was edited by: Kirby Krieger -- link added.

  • Which specific forum to post my question?

    Hey Everyone,
    I am trying to determine the correct forum to post my issue in. I have been noticing some class-loader issues recently in our log files under JDK 1.5, and I wanted to post my errors and start a deeper conversation if there were any solutions that exist.
    Can anyone point me to the right forum to post my issue to?
    Thanks in advance!
    --Asif Ahmad                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    A4orce84 wrote:
    Well I assumed Java Programming was a forum dedicated to Java programming related questions (What are Arrays, etc.)That's what it's mostly about, but since your question doesn't fit in any other API-specific forum, that's your best bet.
    This is a fairly complex question dealing with class-loaders, dead-locking in systems, etc.Class loading and dead-locks are pretty much related to the language.

  • I had an Intel-iMac fried by lightening. UPS, surge protectors but it happened as I was reaching to unplug.  Cold now.  Could it just be the power supply?  Can I replace that myself?

    This is the full question since I couldn't get it all in the box. 
    I have some complex questions regarding an iMac, a Time-Machine backup, and iTunes on an iPod.
    I live about halfway up an extinct volcano about 12 miles north of San Jose Costa Rica.  Some months ago, we had a thunderstorm and as I reached to unplug my computers lightening struck about 50 meters from my house.  I had an iMac with a 3-Tb external backup drive, a PC laptop and a laser printer on the same power strip.  There was a definite surge and the light brighten and then power was lost for a few minutes.
    When power was restored, the PC and the laser printer seemed to work fine but the iMac was cold.
    First questions:  Is is possible that the power supply was fried and not other essential parts?  Would it be worthwhile to replace the power supply?  Can I, with limited experience and tools do it or need I take it to a technician?  My concern is that if the hard-drive is good, there is personal information on it that I don't want to risk.
    Next question:  Do I need to replace the hard-drive before taking it for service?  How hard is that, can I do it? I have seen videos of the drive replacement on-line.
    Those are my iMac questions, now the questions about backup restoration.
    If there is a saving grace with this it is that the Time-Machine backup seems fine although I have only accessed the data through Finder.  I replaced the iMac with a Macbook Air with significantly less mass storage and I can't just move files to the Macbook.  My problem is that I have an iTunes library of some 10,000 songs on the backup and until recently on a 160 Gb iPod which was old and it crashed.  I have replaced the iPod but have not tried to restore the iTunes library to it because of my confusion about how to do that.  Can anyone tell me how I might do that or give me any insight into the process?
    Thanks for any help you can give.

    Is is possible that the power supply was fried and not other essential parts?  Would it be worthwhile to replace the power supply?  Can I, with limited experience and tools do it or need I take it to a technician?  My concern is that if the hard-drive is good, there is personal information on it that I don't want to risk
    Quite possible, but working on iMacs is not easy, & PSU might be prohibitive.
    Hopefully the Drive might have info on it, but even pulling that out can be a chore.
    If you don't know the model, find the Serial# & use it on one of these sites, but don't post the Serial# here...
    http://www.chipmunk.nl/klantenservice/applemodel.html
    http://www.appleserialnumberinfo.com/Desktop/index.php
    How to find the serial number of your Apple hardware product...
    http://support.apple.com/kb/HT1349
    I have replaced the iPod but have not tried to restore the iTunes library to it because of my confusion about how to do that.  Can anyone tell me how I might do that or give me any insight into the process?
    I'd get an external drive & restore the whole works to it, then boot from the External drive.

Maybe you are looking for