Responsivness

I am trying to put a heavily animated menu into a fluid grid layout.
I have set the background image to scale and that works fine but how do I make symbols scale and move relatively to it?
I can do one or the other but not both.
I also have a problem with centering the stage.
If I bring in a webpage I have built Animate doesn't have a Stage layer and I can't use $("#Stage").css("margin","auto").
If I create a new Animate doc and put in the centering code on the Stage layer then the code on the timelines within my symbols no longer works. They are all animated buttons which run through without stopping at the stop code triggers as soon as the page loads. They work prior to entering the centering code. The center function doesn't work either.

We have 2 Touch 2G's and have no issues getting wifi connections anywhere there is either an open wifi or one that we have a password for. We get connections at the mall, doctors offices, family wifi's, etc. Don't know whatall the fuss is about. Including the Touch I had for about a week, we have had 3 Touch's and no problems.

Similar Messages

  • How can i pin a picture so that it is responsive like the boxes in muse and not stays static?

    I want to include a reponsive picture in muse but dont know how to make it.
    Thanks for help-

    I am not really sure, if I understand you right. But try this:
    Don’t place a picture, but draw a box and use the "Fill" command to put a picture into it.
    (Don’t click onto the color swatch, but onto the blue link "Fill".)
    In this case responsivness should work.

  • How can I publish a project so that the link to embedded flv is not lost?

    When publishing an Adobe Captivate 3 project, the embedded flv file does not play.
    How can I publish a project so that the link to embedded flv is not lost?

    I am not really sure, if I understand you right. But try this:
    Don’t place a picture, but draw a box and use the "Fill" command to put a picture into it.
    (Don’t click onto the color swatch, but onto the blue link "Fill".)
    In this case responsivness should work.

  • IPod Touch 2G w/OS3.0: WiFi + BT observations and issues

    I have an iPod Touch 2G with OS3.0. I have had the Touch for about 5 months and had a great experience using OS2.x. I upgraded to 0S3.0 the day it was released and have recently begun experimenting with Bluetooth connectivity. I've noticed a general overall slow-down in OS responsivness after installing OS3.0, but some of that has been reduced by freeing memory occasionally using iStat. Still, I often get brief (0.1s to 10s) but annoying periods of seeming lock-up with no touch-screen response when browsing play lists, surfing the internet etc. I should mention that I have about half (8G of 16G) of my storage (NAND) memory used. DRAM usage is more or less out of my control and often runs between 2M and 21M free depending on how recently I have "freed memory" using iStat.
    When using BT with WiFi disabled I get predicable reasonable performance. No pauses or gaps in audio playback. Good sound quality. Great range for BT.
    When using WiFi with BT disabled I also get reasonable performance. I get up/download speeds limited only by internet connection bandwidth which is 5-7 Mbps download and about 500-700 kbps upload at my home on my cable modem connection as recorded by Ookla Speed Test. I get 1.4Mbps both directions at work where we have a T1 connection to the Internet. My home download numbers decrease slightly (500 kbps)if I play a song (thru built-in speaker or ear buds) during the test. I attribute this to CPU utilization, but I can't be sure without more testing.
    When I have BT and WiFi enabled at the same time, I begin to experience some problems....
    1 - If there are no BT devices in range (BT is on, but not connected to anything) I don't notice any issues. However, if I stream audio to a BT device, I see a noticable slow-down in WiFi performance. I see home WiFi downlowad speeds drop to 500kbps (a 10x reduction) and upload speeds decrease to 300kbps (2x reduction). I have not tested this at work yet, but plan to do so. I'm not totally sure that this is a "problem" exactly as it could simply be BT and WiFi packets colliding with one another and / or sharing bandwidth on the wired interface between the radio IC and the CPU and / or a CPU bandwidth limitation.
    2 - If I steam audio to a BT device while outside WiFi coverage (or between coverage zones) the audio will often times pause for anywhere from 0.1 to 1.0 second at a rate of about one pause per minute or more often. As soon as I connection to a WiFi network, the pauses go away. This is definitely a problem. It is very reproducable and one that I hope Apple will investigate and correct in a future OS revision.
    For now I try to keep my BT and WiFi use mutually exclusive where possible. If I do use them at the same time, I make sure that I'm in a good WiFi coverage zone with reasonable internet connection.
    If anyone else has experiece with WiF + BT useage on a 2G Touch with OS3.0, please report it so that (hopefully) Apple will have data to use for fixes in upcoming OS updates.
    Doug

    I just recently updated my iPod Touch 2G with OS3.0 and I also notice that the speed of my internet got slow when I use my iPod. I haven't tried the BT yet. Everytime I use my iPod using internet, mails or video streaming, I always test my internet speed using the speedtest app by Ookla when it was still at its 2.X firmware. Its the same speed as I check using my computer. Internet speed is 1Gbps.
    But now, after upgrading it to OS3.0, the internet connection is slow. Download speed now is at its half. Upload speed is the same I think. I tried checking my devices such as the modem cabels and the WiFi config and the settings are still the same. I even tried to play with my WiFi setting and set it to Wireless G mode only, but the output is still the same.
    I've check also the forums that's posted at the intenet and it says there that you could try these steps:
    1. Try to power cycle the iPod - Same result. WiFi connection speed still the same.
    2. Check if the WiFi has a WiFi address - Checked that under settings>general>about. It does have a WiFi Address and also the BT.
    3. Try Reset Network Setting - I also tried that but nothing's change. Same speed as before.
    I even tried to download another speed test app. But still the output is the same. I don't know what is causing the issue of the new firmware but the I the new features it. Hopefully there is someone there from Apple that could take a look at this.
    As for now, I'll stick with the previous firmware.
    Rey

  • Slideshows in responsive design

    Making responsiv designs in Dreamweaver has become easy but if you want to make a webpage with a full page slideshow optimized for ordinary screens and high resolution screens (Retina) you must have images of a rather large size. So if you have images that fit eg. the new 30" Apple Retina display an Iphone must download the same images and downsize them to fit the phone display. What I'm concerned of is the pageload time. I know that Muse automatically downsize images in the different layouts but Muse doesn't do true responsive design.  My question is then - is it possible to have the same slideshow pointing to different folders with images of more appropriate sizes?
    Or is the solution that you make 2 or 3 slideshows on the same page and then in CSS hide (display: none) the slideshow that is not needed? But if an element is hidden, isn't it loaded anyway?
    Or are there other solutions?
    Best regards Jørgen

    Never tried this myself but I guess appending the images using jQuery based on screen width might work: If screen width is more that 500px the appropriate 'desktop' img is appended to its <li></li> container, else a smaller image is appended to it.
    Might be a good reason this won't work just thinking off the top of my head. (I don't know if all the images are download when the document is ready or just those that conform to the screen width.) Someone will have a view.
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta ="charset=UTF-8">
    <title>Untitled Document</title>
    <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
    <script>
    $(document).ready(function() {
    if ($(window).width() > 500) {
    $(".slide_1").append("<img src='desktopImages/slideshow_1.jpg' />");
    $(".slide_2").append("<img src='desktopImages/slideshow_1.jpg' />");
    $(".slide_3").append("<img src='desktopImages/slideshow_1.jpg' />");
    $(".slide_4").append("<img src='desktopImages/slideshow_1.jpg' />");
    $(".slide_5").append("<img src='desktopImages/slideshow_1.jpg' />");
    $(".slide_6").append("<img src='desktopImages/slideshow_1.jpg' />");
    else {
    $(".slide_1").append("<img src='mobileImages/slideshow_1.jpg' />");
    $(".slide_2").append("<img src='mobileImages/slideshow_1.jpg' />");
    $(".slide_3").append("<img src='mobileImages/slideshow_1.jpg' />");
    $(".slide_4").append("<img src='mobileImages/slideshow_1.jpg' />");
    $(".slide_5").append("<img src='mobileImages/slideshow_1.jpg' />");
    $(".slide_6").append("<img src='mobileImages/slideshow_1.jpg' />");
    </script>
    <style>
    ul {
        margin: 0;
        padding: 0;
    li {
    margin: 0;
    padding: 0;
    list-style: none;
    </style>
    </head>
    <body>
    <div id="slideshow">
    <ul>
    <li class="slide_1"></li>
    <li class="slide_2"></li>
    <li class="slide_3"></li>
    <li class="slide_4"></li>
    <li class="slide_5"></li>
    <li class="slide_6"></li>
    </ul>
    </div>
    <!-- end slideshow -->
    </body>
    </html>

  • Disable swapping for specific process?

    Hi!
    Is there some way to disable swapping for a specific process? I wanted to disable it for my web servers, so their responsivness would be better.
    Cheers!

    Theoretically if the user's not in the audio group, he shouldn't have access to sound devices.
    $ ll /dev/snd/
    total 0
    drwxr-xr-x 2 root root 80 Oct 2 19:30 by-path
    crw-rw----+ 1 root audio 116, 2 Oct 2 19:30 controlC0
    crw-rw----+ 1 root audio 116, 8 Oct 2 19:30 controlC1
    crw-rw----+ 1 root audio 116, 7 Oct 2 19:30 hwC0D0
    crw-rw----+ 1 root audio 116, 13 Oct 2 19:30 hwC1D0
    crw-rw----+ 1 root audio 116, 14 Oct 2 19:30 hwC1D1
    crw-rw----+ 1 root audio 116, 15 Oct 2 19:30 hwC1D2
    crw-rw----+ 1 root audio 116, 16 Oct 2 19:30 hwC1D3
    crw-rw----+ 1 root audio 116, 4 Oct 4 09:12 pcmC0D0c
    crw-rw----+ 1 root audio 116, 3 Oct 4 10:13 pcmC0D0p
    crw-rw----+ 1 root audio 116, 5 Oct 2 19:30 pcmC0D1p
    crw-rw----+ 1 root audio 116, 6 Oct 2 19:30 pcmC0D2c
    crw-rw----+ 1 root audio 116, 9 Oct 2 19:30 pcmC1D3p
    crw-rw----+ 1 root audio 116, 10 Oct 2 19:30 pcmC1D7p
    crw-rw----+ 1 root audio 116, 11 Oct 2 19:30 pcmC1D8p
    crw-rw----+ 1 root audio 116, 12 Oct 2 19:30 pcmC1D9p
    crw-rw----+ 1 root audio 116, 1 Oct 2 19:30 seq
    crw-rw----+ 1 root audio 116, 33 Oct 2 19:30 timer

  • Full width responsive layout in Muse

    I'm working on a website for a client and they want a site that has full browser width content however I can't seem to get my objects to span the whole browser and resize properly in relation to browser window size. I figured out how to make a rectangle stay put but not the rest of the content. I tried grouping my other objects (text, menus slide show, etc) with the base rectangle but that just threw the rectangle off and it no longer fully spans the browser.
    Can Muse even do what I need it to do or am I going to be forced to use a different product???
    TIA!

    At the top of this page you find tje search command. Search for "responsiv" and you find what you are looking for.

  • Lightroom 4.1 Develop Module Preview Problems

    Hi All,
    I have been using LR4 and now 4.1 since beta and subsequently the first release and now 4.1RC. I too have been irritated by the lack of responsivness compared to LR3.6 but in 4.1 it does seem to have improved. BUT the problem I am seeing is that the preview image in develop module chnages to a lower res and muddier looking version as I drag most of the various adjustment sliders, once the slider is realeased the image refreshed to a better resolution version. This happens in all panels from Basic to Detail and even Effects.  It is almost as if Adobe are increasing the apparent speed by applying the adjustment to a low res embedded file first and then to the full RAW data in the background.  On detailed images it is more irritating that the slow develop module in LR4.0 as it makes adjustments impossible to preview until the slider has been deslected.  The same occurs if you select the slider setting digits and advance using the cursors.  Very frustrating indeed.  I will be going back to LR4.0 and fingers crossed that this is resolved when LR4.1 is reeased in full.
    My PC is fairly good, Win 7 64bit with Quad Intel 9550 cpu (2.83Ghz) with 8Gb ram, GTX-260. I have the same problem at work with a dual cpu (8 cores total) Zeon 5365 (3.0Ghz) and 12Gb Ram & Quadro FX4600. The problem does not seem to manifest in the second display preview but this is laggy and obviously not any use for setting local adjustments.
    Anyone else had a similar issue to this? I cant find any reference to it on the web or these forums.
    BGhibby

    I have exactly same symptoms as Dave Mayfield.
    Except I moved images to sub-folders and renamed them, from within Lightroom.
    After it locked up, it did not show sub-folders in Library and all the images have question marks on them. If I show it where the file is in Explorer, it does not show any changes.
    I Imported one folder and it could see the images in the folder.
    Some were without any changes.
    Some were the final edited configuration, but not change history shows in Develop. It is if it kept an Exported fersion.
    HELP!
    Jack Lane

  • Logging and Capturing

    As a result of this thread: http://discussions.apple.com/message.jspa?messageID=3857627#3857627
    I did a test of various ways to capture footage into FCP. Sorry for saying this again but I’m new to FCP - after 20 some odd years editing with proprietary, Avid and Premiere Pro NLE’s. I mention this [again] because it is hard to teach an old dog new tricks, and some of the bias that I’ve gathered along the way might show up in the way I approached this.
    I have four one hour HDV tapes recorded on a Sony HC1; I used the same camera that created the tapes to down convert and capture standard definition NTSC anamorphic DV. Each taped averaged about 70-80 clips.
    Tape 1
    The first tape I logged the clips using the controls in the log and capture window. Fairly straightforward, but the HC1 was not very responsive to the J/K/L keys and the image in the capture window was very low resolution during scrubbing and searching. This made the process of logging slower than it should be. Once logged, batch capturing was fairly quick [about 1:12:00:00 to capture a 60 minute tape] and pretty much what I expected.
    This was not a very efficient way to capture 70-80 clips, a lot of time wasted with pre and post roll. If you had fewer, 20-50 this might be the better way to capture but for what I was doing this was my least favorite way.
    Tape 2
    After entering the clip information into the log window I hit K key and capture “Now” button and captured the entire tape. I was a little concerned at what would happen when timecode ran out at the end. Nothing happened, it stopped and the clip appeared in the capture bin – all was good.
    Once captured I created a custom Browser window with only the columns I wanted to log and make subclips: [following Steve Braker’s instructions]
    1) Loaded the master clip into the viewer.
    2) Set in and out points for the first clip.
    3) Command-U to create a subclip.
    4) Re-named the subclip, added description and label.
    5) Click in Viewer and
    6) Repeated steps 2-5 until 70 clips later it was complete.
    Steve suggested deleting or moving the master clip, however checking the folder in the finder where the master clip was store revealed that this process didn’t produce individual clips. Apparently the subclips are simply pointers to the master file so I didn’t delete it.
    This process was surprisingly fast but I still ended up with a single file that was approximately 5GB’s which made this process almost useless for working with subclips in Motion2 for example.
    Tape 3
    Marked an [in and out] in 20 minute intervals to create three master clips for this reel.
    1) Loaded the master clip part 1 of 3 into the viewer.
    2) In the Mark menu selected DV Start/Stop
    3) After FCP placed markers at the scene breaks I “clicked the disclosure triangle” next to the master clip to reveal all of the markers in the Browser.
    4) Selected all of the markers to highlight them
    5) Chose Modify>Make subclip after which the subclips appeared in the same bin as the master clip and markers [note* at this point I checked my hard drive to find there was still only one contiguous master file for these subclips.
    6) Re-named each subclip, added description and label and then placed them in a separate bin and placed the subclips that I didn’t want to keep in a bin to be deleted. [temp trash]
    7) Highlighted the subclips that I wanted to convert to Independent clips
    8) Chose File>Media Manager
    9) Chose Use Existing from the “Media referenced by selected clip” drop down.
    10) Selected the “Delete unused media from selected clips.”
    11) Chose Clip Names from the “Base media file names on” drop down (Oops, sorry that’s for a PC) pop-up menu.
    12) Un-checked the “Duplicate selected clip and place into new project.” This placed the independent clips in the same folder on your hard drive as the master file for the subclips. I suspect although I did not test it that if I had this checked I could choose a different folder?
    13) Held my breath and clicked OK!
    14) That’s when FCP started treating me like a total idiot “are you sure you want to do this, you’d better be because there’s no going back. Are you really, really sure…” Anyway for me since this is the only project on this machine I didn’t even read the warnings [yes I am an impatient idiot] **** the torpedoes full steam ahead..
    15) Done! NOT Quite yet. You’d think that since I un-checked the “Duplicate selected clip and place into new project,” that FCP would be smart enough to place the new clips in my project window. Didn’t happen, had to control click and import files.
    This process requires a bit more explanation. I had 16 subclips that I converted to independent clips, after which I deleted all associated subclips and markers. When I imported files there were only seven clips in the folder where the master clips was saved [now deleted as part of this process].
    On further inspection all of the footage that I wanted was there, HOWEVER, by using the DV Start/Stop to create markers and then using those markers to create subclips if there are two or more clips with continuous timecode it consolidates them into one contiguous clip thereby defeating the purpose of creating the subclips in the first place. I’m guessing but if I hadn’t deleted some of the subclips I didn’t want to convert I would have ended up with the same large file with a different name.
    The manual recommends that you delete the master clip from the Browser before converting the subclips into individual clips. I was suspicious of the need to do this so I left it and after the conversion it did what I expected, became offline. It was a good thing because I could use it to recapture. Also, any logging with description and labels etc is history it is not included in the new independent clip.
    Tape 3 Part 2
    I won’t bore everyone with going through the steps I’ll just explain how this one was different.
    1) I didn’t use the DV Start/Stop option, instead marked I/O separately leaving at least 2 frames between edits to make sure there was discontinuous timecode.
    2) I also didn’t bother naming or logging at this point and left whatever ridiculous name the subclip process assigned.
    3) The settings in the Media Manager were all set from the previous conversion hit OK [this time read the warnings which would have done nothing to correct the previous attempt].
    4) 12 subclips went in and 12 new independent clips came out.
    5) Once I had the new clips I logged and added descriptions and labels etc…
    Although this sounds like a very convoluted process, and it is certainly much more difficult than it needs to be, by the fourth tape it was predictable and quite fast.
    I will say though that because FCP consolidated any continuous clips without warning you really have to pay attention to detail. And it would be nice if we could use the log & capture window for this process so any descriptions, labels etc would be carried forward to the new clip.
    Certainly not as easy to accomplish as it is in PPro but definitely possible. There might be more functionality that I just missed, if so please let me know. Anything that can be done to simplify this would be helpful.
    Mac Pro. 5GB RAM. 1TB SATAII RAID 0.   Mac OS X (10.4.8)   FCP 5.1.2

    When you delete the master clip from the browser, you aren't deleting the media file it referenced. So the subclips reference that same original captured QT movie, it's just not in your project.
    It will work. try it. It's how I've been working for about 6 years now. I don't have problems with subclips at all doing anything I want to with them.
    Subclips are nothing more than reference files that reference a portion of a master clip. A Master clip is nothing more than a reference to the media file that you're capturing... it's not the media it's a reference to it.
    Subclips are how FCP was really intended to be logged I think. I don't like long captures at all, and would prefer to actually capture the way you did the first time... but because it takes longer, I usually don't have time to do things that way. However, if you do things that way, you can add descriptions etc. to the logged clip in the Log and Capture window, if that helps your workflow.
    The responsivness you lack with your HDV camera is because it's HDV... HDV doesn't contain all of the pixels of every frame, so to see a single frame the computer has to do a lot of processing to show it to you. It's an MPEG stream, which uses whole frame information every 8 or 15 frames only. The rest of the frames are the difference between the frames only on the recorded tape, thus the work and slow response to HDV logging and capturing.
    P2 on the other hand, would make ALL of this MUCH easier to deal with. For one thing, each take is an individual file, and it's an all I frame format so it's easier for the computer to deal with. It renders 8 times faster than HDV does... no "conforming" necessary.
    Jerry

  • Aperture with MBP?  Feedback, does it bog down system?

    I am looking for feedback on Apeture with a MBP 2Ghz CD with 1.5g RAM.
    I am tempted to purchase it, but am concerned about clogging up my system. I am a professional Photographer who has a large library of work. My experience to date with these types of programs has been fairly poor. Iphoto *****, Lightroom is ok... does this improve. I have read as many reviews as I can, but am looking for first hand feedback.

    On an original MBP with only 1gb of ram it is quite trying on my patience sometimes,I would recommend buying as much ram as your machine can take as this seems to be the most influencing factor.My experience is that aperture is generaly not too bad,but don't try to use any other app at the same time!I believe this is due to Aperture hogging all the ram.
    Try the trial,don't let it store your files in the aperture library,don't allow automatic preview building or at least keep preview size to a minimum (it will still generate thumbnails in any case).I fare better when Aperture is the only app running,I find that even after quitting A that any apps that were open simultaeneously seem to take a while to recover their normal speed,opening them fresh after quitting A seems to produce better results in terms of responsivness.

  • Somehow music showed up in video area, viedo now only plays choppy audio

    So I turned on my Ipod this morning, and noticed that when I accessed the Ipod Video section that the responsivness went way down.
    It took about 10 seconds to get to the menu inside of Videos, then inside my movies, there are a whole bunch of songs that don't belong there. Furthermore, the movies also contain files that used to be in with TV Shows, and all my titles in TV Shows are now alphabetized, the season breakdown has disappeared.
    When I click on a video, it takes a good 20 seconds to load, and then, only the audio plays, and not the video.
    Seriously, this Ipod is not even 2 months old. It should not be doing this...
    Any ideas?
    Thanks.
    JM

    I want to update this.
    I got home tonight and plugged in my ipod to see what was happening in my itunes interface.
    All files show up as music, even the video. Which is weird, because on my ipod iteself video shows up in the video directory, it is just mixed in with audio files.
    If I play the video files, then the video screen in the browser will popup and play the video fine.
    As far as I can tell, I cannot drag stuff from music into video, so I am totally lost.
    Someone has probably experienced this before, so please, anybody, HELP.

  • How can I create Service Request ?

    Hi,
    I registered oracle account in order to create a service request. And the Customer User Administrator responsived 'Approved'.
    But now I can't see 'Create SR' button. I'm just able to access SR List.
    How can I access 'Create SR' button ? Help me !

    Make sure that in your role (step 2) is checked "Can Create" for Service Request.

  • What is the best setting for previews in aperture for creating DVDs ?

    Hi,
    I would like to send clients DVDs of the photo shoots by dragging over the preview jpegs into iDVD. Not having a clue about the quality I should set for the previews [ in aperture preferences] could any one give some idea what preview size `I should be using for fairly decent quality. I should state I do not own a Television set and never will, so cannot test for myself. Seeing as widescreen is the most poular type of goggle box I intend to set IDVD to the widescreen dimensions.
    Also does the size and quality of previews affect the overall responsivness of Aperture?

    Congratulations on your avoidance of TV - I wish I could.
    The most expensive High definition sets around at the moment have a resolution that can display 1080 horizontal lines, so anything greater than this would seem to be a waste.
    Depending on who you believe the definition of "High Definition" as it refers to TV begins at 720 horizontal lines and extends up to 1080 lines. This is considerably less than what any half decent computer monitor can display.
    If you set your previews to the one with an asterisk you will be perfectly matched to display fullscreen on your computer monitor, and as I said above this should be better than most TVs. If you set a step or two lower thaen you probably won't have any problems on most TVs.

  • Connecting iPod causes major system slowdown

    I bought the iPod a week ago, and this behaviour has been consistent from the first time I plugged it into the Windows XP SP2 computer. When the iPod is plugged in, the service "iPodService.exe" starts up and then the entire computer grinds to a halt. I've looked at the Task Manager and noticed that both "iPodService.exe" and "Services.exe" are tying up all available resources. If I choose "iPodService.exe" and end the process, "Services.exe" immediately drops to 0% and the system goes back to a normal level of functioning and responsivness. Ending iTunes doesn't seem to cause "iPodService.exe" to release, which is why I had to force the ending of that process.
    Any suggestions are really welcome. I don't think that I should be having to go through this everytime I want to update/charge the iPod.
      Windows XP  

    Hi,
    Try to restore your iPod to the factory setting with iTunes 7, if does not work, likely there may be some problems on your OS. And you may need to reinstall the XP on your PC again.
    But before doing these, please try to connect your iPod with other PC, see if it causes the same problem

  • [Need Help] Which rMBP congifguration should i settle with for College ?

    So i need so guideance ;
    i am planning on purchasing a rMBP for my college carreer and as many are, i am stuck with the configuration page.
    - i am VERY concerned with the longevity of my investment, i want it to last me at least four years
    - i am a stickler for immediate responsivness of my machine. if i turn on, start up, power off, open an application, there must be NO delay.
    im set on purchasing a 13 inch , and its uses will entail writing papers, long periods of usage (8+ hrs) surfing the web, maybe playing some java games and what not.
    should i go with a
    256 GB SSD 8GB RAM
    256 GB SSD 16GB RAM
    512 GB SSD 8GB RAM ?
    do i really need 16 GB RAM and a 512 SSD ?
    i dont know which configuration would satisfy my conditions. im familiar with computers and hardware and im not concerned with the integrated GPU , or the dual core i5 vs the quad core i7
    and do these upgrades justify the price hike ?
    id really appreciate some feed back.

    1. Enterprise, about the same dl as personal, so why not.
    2. Win2k Pro will do nicely(dont bother with Server, unless u need server for other purposes as well)
    3. JDeveloper is good, however as a newbie i think u should start out in notepad or alike.

Maybe you are looking for

  • Error while Appending a  work-area in a table

    Hi Experts, Requirement :- I want to append a row in the the table but the work-area with which i am appendign the values is of different type than the target so i am getting error . Code :- APPEND WA_SOURCE TO RESULT_PACKAGE Error :-  A line of RESU

  • X200 does not turn on

    Problem: Laptop tries to turns on only when battery is inserted, but only LEDs flash once. When battery is removed, laptop does not trying to turns on, and the LED 'AC power status' does not illuminate (but it must illuminates) This happend when I re

  • Nsurlsessiond - what is this and why does it use alot of data?

    Hello Firstly I was in a public library, uploading to my dropbox account, and all of sudden my network speed indicator/ montior showed heaps of download and fast too. but i was not downloading anything. I was upping to my dropbox account. In activity

  • Table Problem - Fields repeat on every row

    Hi there, I have a dynamic table, which adds rows with the click of a buttn, using AddInstance. My first problem is that when I try to enter data in my second row (or any after the first) whatever data I enter refreshes the data on the previous rows,

  • Is it possible to working in Java Stored Procedures with OCI driver?

    Hello ALL. Could you help me... Is it possible to working in Java Stored Procedures with OCI driver? I want to try to do some workaround... I need to work with following parametrs from Java Stored Procedures: DriverManager.registerDriver (new oracle.