Compressor for JVC files, good work takes time?

Hi,
I am using Compressor to convert my JVC footage (*.TOD, 1080P output) into ProRes 422 (HQ) before importing into FCP 7 (being "native" to FCP). Trying to keep the quality maximal.
Up to now I found no other way than to first convert to h264 *.MOV (for which PavTube TOD Converter gave me much better results than MPEG Streamclip, but maybe I got lost between those millions of settings). Then I use Compressor 3.5 to further convert to ProRes. Files have been compressed first (about one third of original size), but during the Compressor process they get decompressed again (about ten times). Wonder if I loose a lot of quality in the process?
Besides, Compressor is taking forever to do the job. Once the batch is running, it is relatively fast (multithreading is still another age), compared to preparation of the batch, even on low priority. Dropping more than ten files onto the droplet makes it stop responding for 15 minutes, then submitting takes another five. Is there a better way to make the process smooth and quality preserving?
Has any of you experienced users a clue for me? I would be very grateful, meanwhile I keep crawling on with my superfast Mac.

Hi Zak,
Sorry for not coming back before, I was away for some time. Thanks for your answer. I tried very many settings in MPEG Streamclip, but most interesting will be to set up both MPEG Streamclip and PAVTube TOD Converter with the same settings. I took a clip of a Newspaper page plus fast movement of the camera, full daylight.
MPEG Streamclip:
1. Codec h.264, Qual 100%, B-frames, rate 25, Size 1920x1080 (16:9), Interlaced scaling, Reinterlace Chroma, Upper field first, then
2. Codec Apple PrpRes 422 (HQ) other settings same (except B-frames, greyed oput), then
3. Codec XDCAM EX 1080i50, B-frames, frame rate 50, others same
versus PAVTube TOD Converter
4. Codec h264 HD Video, 1920x1080, Rate 12000, frames 25, audio aac, 48 kHz, Bitrate 320000, Channels 2
Results:
1. Sharp, but interlace lines visible, motion blur
2. Sharp, but interlace lines visible, motion blur less
3. Less sharp, no interlace lines visible, motion blur
4. Sharp, no interlace lines visible, motion blur less.
It is clear to me, that 4. gives the better results. Be my guest to repeat the experiment, you can download a fully functional copy of PAVTube on http://www.pavtube.com/tod-converter-mac/ Only thing is a watermark in your output.
Please advise me if there are any flaws in my approach, I will be grateful for suggestions how to get (even) better results.
Re Compressor, it does its job well, but why the long waits, there must be smart programmers with Apple who can do better, or am I doing something wrong? I use a droplet which starts the program by itself. But twice submission plus waiting takes an hour for a complete folder of some 1,5GB of clips.

Similar Messages

  • Mac Finder previews for .AI files not working

    [I'm using fully updated OS X 10.8.5, using Illustrator CS6 16.0.4]
    In the Finder, all my .AI files show up only as a generic AI file icon. Trying to Preview the files in the Finder also only show the generic icon.
    I've tracked down the QuickLook Generator locations, and found that I've got a generator named "illust.qlgenerator". But when I run in the Terminal.app this command: "qlmanage -t <ai file>" tells me this:
    [WARNING] Plug-in at file://localhost/Library/QuickLook/illust.qlgenerator/ is 32bit
    [ERROR] Can't load plug-in at file://localhost/Library/QuickLook/illust.qlgenerator/: The bundle “PDF” couldn’t be loaded because it doesn’t contain a version for the current architecture.
    That Quick Look Generator is only 32-bit, which seems to be causing problems.
    When I moved it to a different folder to disable it, then the native PDF.qlgenerator takes over, and puts the obnoxious grid behind the previews.
    Problems with the OS X PDF QuickLook generator:
    Obnoxious grid behind the actual content instead of resizing to maximize the thumbnail
    Native .AI files saved without PDF compatibility show no preview, just "This is an AI file without PDF content"
    To get the preview, saving with PDF compatibility would double the file size. Double.
    And I still get the grid.
    Is there a native Illustrator QuickLook Generator? I don't want to uninstall and reinstall CS6 just to find there's no difference. Does CS6 install any better previews than I'm getting? Another Mac user with the same setup shows beautiful full-color previews of the same AI sample files without requiring PDF compatibility or the obnoxious grid. 
    Thanks
    Darryl Z

    Hi Monika,
    Unfortunately, I neglected to mention that because I work with very large illustrations with many layers, paths and nested symbols the PDF preview is not very fast.
    I prefer not to save a complete pdf inside my AI files because it multiplies the file size which I find slows the cloud synchronisation of the very large files I work on.
    A quick raster preview would be the most performant option, lazy loading any available pdf or ai render if the item was enlarged.
    Thanks,
    Luke

  • AVI import fails for older files but works in iMovie

    I have two sets of AVI files, one from early 2000 and newer post 2008.
    Both groups of files import fine into iMovie 11.
    however, only the newer group imports into FCP X.
    I can convert the older files to MOV using QT, but this won't work well for many files.
    Seems if iMovie can read, so should FCP X.

    I have had a similar problem, where maye 8 out of 10 AVI format moves will download into iPhoto, but the rest simply never get there. I did get 107 out of 109 files OK but have seen worse. I can tell you about which camera it is, how I connect and so on, but first, this:
    A small sidebar in the Bugs & Fixes column of the April, 2007 Macworld magazine (see page 89) mentions that: "the likely cause is a problematic third-party QuickTime Plug-in." and advises the reader to check for and remove plug-ins not installed by OSX.
    I took the same camera and imported all 109 pics from my camera on a separate account of the same machine (20" i-mac but I don't think this is relevant) and got all 109 f 109 files just fine.
    So, I think "problematic third party QT plug-ins may be a good call. Need to investigate this some more, but its a flaky problem and Macs are supposed to "just plain work".

  • Thank you for all your good work!

    I just checked the statistics of the lens profiles downloadable from the Adobe Lens Profile Downloader. There are a total of 411 user submitted profiles. Here are the break downs of the total:
    Canon 158
    FujiFilm 7
    Nikon 132
    Pentax 11
    Panasonic 2
    Ricoh 1
    Sigma 4
    Sony 96
    Keep up the good work. We like to thank all who contributed to the efforts!
    -Simon

    there was a system settings that didn't allow the separate window report executing

  • Reading from a file. How to ask the user for file name at run time????

    I have the code to read from a file but my problem is how to prompt the user for the file name at run time.
    import java.io.File;
    import java.io.FileNotFoundException;
    import java.util.InputMismatchException;
    import java.util.Scanner;
    public class FileRead {
        public static void main(String args[]) {
            Scanner scan = null;
            File file = new File("Results.txt");
            String number;
            try {
                scan = new Scanner(file);
                while (scan.hasNext()){
                number = scan.next();
                System.out.println(number);}
            catch (FileNotFoundException ex1){
                System.out.println("No such file");
            catch (IllegalStateException ex2){
                System.out.println("Did you close the read by mistake");
            catch (InputMismatchException ex){
                System.out.println("File structure incorrect");
            finally{
                scan.close();}
    }Any hints would be greatly appreciated. Thank you in advance

    I have read through some of the tutorials that you have directed me too and they are very useful, thank you. however there are still a few things that i am not clear about. I am using net beans 5.0 I have placed a text file named Results.txt into the project at the root so the program can view it.
    When I use the code that you provided me with, does it matter where the file is, or will it look through everywhere on the hard drive to find a match?
    This code compiles but at run time it comes up with this error
    run-single:
    java.lang.NoClassDefFoundError: NamedFile
    Exception in thread "main"
    Java Result: 1
    BUILD SUCCESSFUL (total time: 3 seconds)
    import java.util.Scanner;
    import java.io.*;
    class NamedFileInput
      public static void main (String[] args) throws IOException
        int num, square;   
        // this Scanner is used to read what the user enters
        Scanner user = new Scanner( System.in );
        String  fileName;
        System.out.print("File Name: ");
        fileName = user.nextLine().trim();
        File file = new File( fileName );     // create a File object
        // this Scanner is used to read from the file
        Scanner scan = new Scanner( file );     
        while( scan.hasNextInt() )   // is there more data to process?
          num = scan.nextInt();
          square = num * num ;     
          System.out.println("The square of " + num + " is " + square);
    }his is the code that i used. It is the same as the code you posted for me (on chapter 23 I/O using Scanner and PrintStream) Sorry im just really stuck on this!!

  • Master data: maintain "Goods Issue Processing Time" in R3 and CIF it ?

    Hello,
    we want to use the so called GIPRT (Goods Issue Processing Time) in the APO material master (Tab: GR/GI) to schedule SNP PREQs. I can maintain the field in APO but finally I'm looking for maintaining it in the conencted R3 material master (MM02). I see a field in R3 called MARC-GI_PR_TIME but after scanning the material master customizing I think you can't add that to any dynpro in MM01/02/03.
    I wonder if this field (MARC-GI_PR_TIME) in R3 is truly meant for maintaining the Goods Issue Processing Time in R3 and transfering it to SCM via the CIF or whether its there but has no function or is maintained somewhere else in R3. Any idea ?
    Workaround obviously would be to maintain the field in APO directly - but that's what I want to avoid since 99% of master data are coming from R3.
    Regards
    Thomas

    Hi Thomas,
    You can implement user exit EXIT_SAPLCMAT_001 and can write code based on your requirement ( May be you want to transfer this GR time for some of the products only). You can push the values by this user exit for any field in APO.
    Thanks,
    Abhilasha

  • Best free / cheap software for zipping files?

    Is there any free / cheap software recommended for zipping files that works well with a Mac?

    OS X includes an utility to compress and decompress ZIP files. It's called "Archive Utility" and it's stored on /System/Library/CoreServices, but you have to modify some settings.
    To access to this utility, open a Finder window, select Go menu (on the menu bar) > Go to Folder, and type /System/Library/CoreServices. Then, open "Archive Utility".
    By default, this app compresses files in a CPGZ file, but you can modify this. Go to Archive Utility menu (on the menu bar) > Preferences, and choose "Zip archive" next to "Use archive format".
    Then, to compress files, just close the Preferences window, and go to File menu (on the menu bar) > Create Archive. Finally, choose with the Command key the files you want to compress, and press "Archive", so a ZIP file will be created

  • Does Airport time capsule work well as a storage for large files, such as RAW Photos and HD Video?

    If Airport time capsule can work as a storage device, how reliable is it?  Are downloads into Airport dependent on internet speed, or on the time capsule wifi?

    If Airport time capsule can work as a storage device, how reliable is it?
    The Time Capsule was designed to be used for Time Machine backups, but can equally be used for storage. Like any network storage device it is relatively reliable. However, you should always have a good backup strategy for important files.
    Are downloads into Airport dependent on internet speed, or on the time capsule wifi?
    Data transfer rates "into" the Time Capsule are dependent on a number of factors. Which factors depend on the original source of the files. Regardless, the common factors will be the TC's internal hard drive interface and data write speeds of the drive itself.

  • Changing names for compressor files, nothing works yet.

    I've read different posts on how people have to change the name of the file before compressor will complete any sort of compression.
    Happened to me too constantly. So I'd just change the name once I got that red exclamation mark and then it would just finish compressing just fine.
    This time I changed the name before I clicked submit.
    The name of the file was Animal Control.
    But before clicking submit I named it Animal Control Audio, and Animal Control Video for both files.
    And I still got the stall out with the red exclamation mark.
    This is no good since I feel like I can now no longer rely on Compressor if I need go go somewhere.
    Thanks for any solution to my misunderstanding of the program.

    I'm having a hard time understanding your question. When exactly are you getting the exclamation mark warning, before or after submitting?
    If you're watching the History window in Compressor after submitting your encoding batch, then QMaster writes a file with the name you specified. In this case, when Compressor is still the front-most app, it will see that new file being written in your destination directory, and will put up the exclamation mark ... this is normal behavior.
    Also, have you tried setting a different destination to see if this clears up whatever problem you're having?

  • In the product/app Adobe Acrobat reader mobile.it would be good to have layer support working for pdf files.

    In the product/app Adobe Acrobat reader mobile.it would be good to have layer support working for pdf files.

    http://winsupersite.com/article/windows8/windows-8-tip-change-file-associations-144102

  • 3?'s: Message today warning lack of memory when using Word (files in Documents) something about "idisc not working" 2. Message week ago "Files not being backed up to Time Capsule"; 3. When using Mac Mail I'm prompted for password but none work TKS - J

    3 ?'s:
    1  Message today warning lack of memory when using Word (files in Documents) something about "idisc not working"
    2. Message week ago "Files not being backed up to Time Capsule";                                                                                                                                             
    3. When using Mac Mail I'm prompted for password but none work
    Thanks - J

    Thanks Allan for your quick response to my amateur questions.
    Allan:     I'm running version Mac OS X Version 10.6.8     PS Processor is 2.4 GHz Intel core 15 
    Memory  4 gb  1067   MHz  DDr3  TN And @ 1983-2011 Apple Inc.
    I just "Updated Software" as prompted.
    Thanks for helping me!    - John Garrett
    PS.
    Hardware Overview:
      Model Name:          MacBook Pro
      Model Identifier:          MacBookPro6,2
      Processor Name:          Intel Core i5
      Processor Speed:          2.4 GHz
      Number Of Processors:          1
      Total Number Of Cores:          2
      L2 Cache (per core):          256 KB
      L3 Cache:          3 MB
      Memory:          4 GB
      Processor Interconnect Speed:          4.8 GT/s
      Boot ROM Version:          MBP61.0057.B0C
      SMC Version (system):          1.58f17
      Serial Number (system):          W8*****AGU
      Hardware UUID:          *****
      Sudden Motion Sensor:
      State:          Enabled
    <Edited By Host>

  • Best Sequence settings for JVC Everio files (TOD format)

    I own a JVC Everio camcorder, and I recorded some videos if Full HD (1920 X 1080).  I loaded the TOD files to my computer and converted them to MPEGs using the bundled PowerDirector program.  When I play these HD MPEG files in Windows Media Player, they look fantastic.  Very smooth color and no pixelation.
    I loaded these files into a Premier Pro CS4 project because I need to perform some simple editing (trim in/out points, small rotation, and color correction).  I created a sequence using the AVCHD 1080p square pixel preset, which has the following settings:
    AVCHD 1080p square pixel
    29.97 frames/second
    Square pixels
    Progressive scan
    30 fps Drop-Fram time code
    48kHz audio
    I-Frame Only MPEG
    Maximum Bit Depth, Maximum Render Quality
    When I play the video files using either the Source or Project Monitor, the quality of the files appears degraded compared to what I see through Windows Media Player.  I'm concerned that I'm not using the correct settings to best work with this source video format.
    Should I change either the Program or Sequence settings to optimize for this file format, or is Windows Media Player performing some magic in the background?
    Thanks,
    Matthew
    Specs:
    Premier Pro CS4 4.2.1
    Windows 7 Professional 64-bit
    Intel Core i7 860 @ 2.67 GHz (having some overheating issues, so no overclocking)
    8 GB DDR3 RAM
    ATI Radeon HD 5700 Graphics Card

    This ARTICLE might offer some tips on the TOD files.
    Good luck,
    Hunt

  • CreateFile() taking a long time for small files on disk (sometimes)

    Ever since upgrading a server of mine from Server 2008 R2 to Server 2012, I've been having trouble with shared files not serving quickly at times.  I've traced the problem all the way back to the local machine.  CreateFile() can take up to a minute
    to return for small (few KB) files on disk, but it doesn't happen all the time.  It happens more when the file is being requested by a lot of clients via network shares.
    Here is an example.  The top shows an example of a long request while the bottom shows a normal request.
    I'm curious if anyone might know the cause for this sort of issue.  I would think read cache alone would prevent this sort of thing from happening, and even if it had to come from disk each time I don't understand how it could take so long.  The
    disks are basically unloaded during these times.
    This problem only seems to occur for files being served over the network.  If I start randomly loading a copy of these files with even 128 different threads, I don't get any sort of weird contention issues if the file is local and not shared.  Maximum
    service times peak at 0.009s.  SMB must be blocking the files somehow?  As soon as the file is shared across the network, I start having the weird blocking issue even for local file requests on the server when the requests are to the local path of
    those shared files.

    No change in behavior with Server 2012 R2 and years of patches since I first posted.
    I recently finished building and configuring a new storage server based on Server 2012 R2 Standard.  Initially I thought that whatever was wrong must have been fixed in 2012 R2 since performance was good all week.
    Over the weekend I moved the one remaining share from the old 2012 server to the new 2012 R2 server.  The old server is the one that had had SMB2/3 disabled.  The new server I had just left configured as default with SMB2/3 enabled and hadn't had
    any trouble.  This is the share I originally posted about in 2013 which has around 1.2 million small text files.
    Starting this morning as employees started coming in and working, problems were immediately noticed.  Slow performance was back and with a vengeance.  I've disabled SMB2/3 on the 2012 R2 server now.  It's disappointing that an issue like this
    can go unnoticed and unpatched by Microsoft for so long.  I don't have an unusual usage scenario.  I have a mix of Windows 2000, XP, 7, and 8.1 clients that access the file server.  Only XP, 7, and 8.1 clients access the problematic share.
    I noticed this time around that the event log is flooded with SMBServer 1006 events saying that authentication failed for users accessing shares.  I guess the clients auto-retry in a transparent fashion since clients typically don't have an issue other
    than random-length delays--outright failures are rare.  The shares gives the specified users full access as do the disk permissions for the share's folder.  There isn't any logical reason for an authentication failure other than some systemic flaw.
    Unfortunately, I don't have any answers.  I wanted to keep this thread up to date however for other users in the future to reference.

  • How To Make mozilla.cfg, override.ini, all-companyname.js, Files To Work Once And For All For All Users

    I'm currently trying to apply a fix to the firefox browser (version 23.0.1) on over 250 computers. Setting default webpages, disabling annoying prompts like the default browser and importing bookmarks, and erasing the history on shutdown, or startup. This is very easily done modifying the pref.js file, but I will not edit that file, it's out of the question. Another FF update will erase or overwrite all of my modifications.
    I run a computer lab in the university that is locked down using a Net Support School console. You don't need to look that up. Basically all websites are restricted except the ones the ones I whitelist. The websites we use have extensive API's for JS, CSS, Java, PHP, etc... We utilize technology in order for students to use graphing calculators, video's, and taking module test from these white-listed websites, like Pearson, or Aleks. Now with that said, cookies, and stored profile history become a problem, and on some day's up to 25% of the students using the computers need their entire history deleted in order for a page to load. I think I fixed this problem permanently by whitelisting backend sites importing plugins, and API's etc, that I found from the developers console. Whatever. What I've learned from all of this is that Firefox can be very customizable utilizing the "...\Mozilla Firefox\mozilla.cfg" and the "...\Mozilla Firefox\defaults\prefs\all-companyname.js" (or custom.js) The problem, is no matter what I try I can't get these to work. The closest I got was here:
    http://www.intrntpirate.com/?p=615
    Again, even that ^^ didn't work. I followed these directions to a "T". What is wrong with the above information provided in the link? Why is firefox making harder and harder for us to optimize it for massive deployments across a corporation and a university? I'm not going to do any fancy hacks to avoid the main issue. I need mozilla.cfg, and the all-companyname.js, and the override.ini files to work, if and only if they are still relevant.
    These are what my files look like so far:
    name: all-lmc.js<br />
    location: C:\Program Files (x86)\Mozilla Firefox\defaults\pref\<br />
    pref("general.config.filename", "mozilla.cfg");<br />
    pref("browser.startup.homepage", "https://(some url)");<br />
    name: override.ini<br />
    location: C:\Program Files (x86)\Mozilla Firefox\<br />
    [XRE]<br />
    EnableProfileMigrator=false<br />
    <br />
    name: mozilla.cfg<br />
    location: C:\Program Files (x86)\Mozilla Firefox\<br />
    //<br />
    lockPref("privacy.sanitize.sanitizeOnShutdown", true);<br />
    lockPref("privacy.sanitize.promptOnSanitize", false);<br />
    lockPref("browser.shell.checkDefaultBrowser", false);<br />
    lockPref("toolkit.telemetry.enabled", false);<br />
    lockPref("toolkit.telemetry.prompted", 2);<br />
    lockPref("toolkit.telemetry.rejected", true);
    I've tried using, and not using, the automatic mozilla configurator. I've tried changing lockPref to pref. Nothing works. Not the override.ini, not the all-lmc.js, and not the mozilla.cfg. I've wasted hours reading through blogs of experts telling us to modify files that don't exist, or beating around the bush. I'm done researching. If you have the answer or want to help me figure this out just remember to keep it simple. Please. I ultimately want to package all the config files, with a how to, in a zip folder onto our shared drive. To have FF customized and ready to deploy to different departments across campus.

    Thanks very much for your help, but I'm still overlooking something. I double checked to make sure that I did not have a hidden .txt file extention. I then decided to abandon the lock on preferences idea until I get it working. I converted my mozilla.cfg file back to plain text. I made sure I do not have an extra blank line at the end of each file. The syntax looks good, as far as I can tell. I'll copy and paste what I have so far. Did I have the file locations correct posted above? Also, if you feel i can delete some lines of text in my mozilla.cfg file I'll be happy to do so.
    mozilla.cfg
    <pre><nowiki>//
    pref("privacy.sanitize.sanitizeOnShutdown", true);
    pref("privacy.sanitize.promptOnSanitize", false);
    pref("browser.rights.override", true);
    pref(“app.update.auto”, false);
    pref(“extensions.blocklist.enabled”, false);
    pref(“extensions.shownselectionUI”, true);
    pref(“browser.shell.checkDefaultBrowser”, false);
    pref(“toolkit.telemetry.enabled”, false);
    pref(“toolkit.telemetry.prompted”, 2);
    pref(“toolkit.telemetry.rejected”, true);
    pref(“app.update.auto”, false);
    pref(“browser.download.useDownloadDir”, true);
    pref(“browser.search.update”, false);
    pref(“signon.autofillForms”, false);
    pref(“signon.rememberSignons”, false);
    pref(“browser.download.manager.scanWhenDone”, true);
    pref(“browser.formfill.enable”, false);
    pref(“xpinstall.enabled”, true);</nowiki></pre>
    channel-prefs.js
    pref("app.update.channel", "release");
    override.ini
    [XRE]
    EnableProfileMigrator=false
    all-lmc.js
    pref("general.config.filename", "mozilla.cfg");
    defaultPref("browser.startup.homepage", "data:text/plain,browser.startup.homepage=http://bbc.co.uk");
    Again, thank you very much for your time. Do I create my own browserconfig.properties, and firefox.js? Also, I forgot to mention I'm running Windows 8.

  • Time machine hard drive for transfering files from 2010 MBP to rMBP

    Hello!
    I have a couple of questions here!
    I will be getting the rMBP in the next few weeks so want to do a bit of housekeeping before transferring across.
    1) What is the best way to clear my current MBP of files and applications that i dont use and are just taking up space? I currently have a 256GB hard drive with 8GB free - there should be no reason for this as my large audio/ Raw photo/ video editing files are on an external hard drive. So i think there must be a lot of flotsam and jetsam on there that needs to be removed as i don't want to carry that from computer to computer!
    2) Is Time machine the best option for this kind of service?
    3) Can anyone recommend an external hard drive for the job? I don't want to rely on thunderbolt ones at the moment so would it just be any usb hard drive seeing as Apple has sodded of firewire?
    Cheers
    K*

    OK, I'll bite:
    1) you can just delete the documents that you don't use by throwing them in the Trash. To delete apps and all associated files (and some will disagree with me or suggest another application) I recommend using AppDelete. I believe it's $13 or so but I have used AppZapper and AppCleaner as well but find that AppDelete finds all associated files.
    2) After you've rid yourself of your 'junk' files, I recommend using Time Machine on a dedicated or partitioned hard drive for backups. When you get your new machine, you can just use Time Machine to restore all of your settings, apps, documents, etc. For everything you ever wanted to know about Time Machine, see  http://pondini.org/TM/FAQ.html.
    3) A USB drive is definitely the way to go. I would recommend the G-Drive series from Hitachi here. They have all sorts of connections, including USB 2.0 and Firewire 800. When Apple (finally) releases their Thunderbolt>FW800 adapter, you'll be ready. Others might recommend USB 3.0 drives for the speed but I've seen too many posts of, in particular, Western Digital USB 3.0 drives that have problems with the 2012 Macs to go the USB 3.0 route right now. Maybe someone will jump in and recommend a USB 3.0 drive that they actually have working on a 2012 MBP?
    Good luck,
    Clinton

Maybe you are looking for

  • Reg: PO text

    hi, how to get the relationship between eeko,ekpo and po text table , to display the po text in the output. (po text from: mm03). already developed a report to display the output joining ekko and ekpo. regards chandra

  • Moving GIF images

    Hi Earler I had Golive and could make moving GIF images in a timeline. Can ayone tell me how it works in Dreamweaver CS4? ...from the beginning.. Sten, Boras, Sweden

  • Spry - Javascript Error!

    Hello everyone! I included an spry accordion in my latest site. The accordion is working fine but it has a javascript error: element has no properties var child = element.firstChild; This is in the 'SpryAccordion.js', I haven't touched this .js, anyb

  • Can JSP connect to Microsoft SQL server?

    Hi, i'm having problem of looking for a tutorial or any information about how to link jsp to microsoft sql server. I hope that i can get some information on can i do this and how to do it. If possible, please to give some guide on where i can find th

  • Product rejestraction on new hardware

    Hello, I had registered my Adobe Photoshop CS 5.5 to my old computer, but unfortunately my hardware was crashed. So i can't deactivate phostohop in my old computer. How i can register Adobe Phostohop CS 5.5 on my new computer ?? Thanks.