question of theory of Colo

I know that we are in an additive color system, but it would be great to have a view on traditional subtractive to System. To ensure the complementary red green, the complementarity of the blu would be orange and so on... In fact I do not see this correspondence to kuler now.

Color harmony is largely independent of the color model used to describe the way in which a specific color is represented. A STL, LAB, RGB and CMYK color model, is simply a digital system for the representation of a single color. If a color is in the ranges of all these systems, then the color looks even in each system, even if the figures to represent would be different. If you mix paint, it is certainly a theory on how combine colors complementary, but for the calculation of the harmonies of colors digitally, it is mainly based on the hue of the STL.

Kuler calculates color harmonies in a modified HSB space. If you specify a color in RGB, LAB, or CMYK, Kuler converts this color STL and then calculates the harmony. The HSB space is changed to make the free traditional colors opposite each other (red/green, blue/orange, yellow/purple). Harmony of color several programs call it has "artistic color harmony". An unedited HSB wheel would produce different compliments. This is often called the scientific harmony wheel.

Tags: Adobe Capture

Similar Questions

  • Tecra 8200 upgrade?

    Hi it :-)

    I just bought used Tecra 8200 PIII850MHz 20 GB HARD drive, 256 MB of RAM and AI have a question - in theory, if I flashed the latest BIOS, what is the frequency of maximum CPU which can insertend in the laptop (PIII 1 will, work with it, or maybe just 1 GHz 2 GHz?)? What about HDD - will it work with 40 GB (or more) Toshiba HDD? The specs found on the Web from Toshiba site say about 30GB HDD, but I hope that they are a bit outdated ;-)

    Greetings to all
    Michael Kornacki

    Hi MicKor,

    the maximum frequency of the processor is 1.0 Ghz
    and the maximum of 30 GB HARD disk memory

    Good bye

  • JPEG 1 second script to mov

    Hi, I am totally new to scripts for After Effects, but I want to get this:

    I have a folder full of JPEG images;

    I would like to convert each in 1 second QuickTime movie in DVCPRO.

    is it possible to achieve this with a script for After Effects?

    Thank you.

    OK, here's a new configuration that is much more organized and easier to read with comments. To the top, you will see a section called 'START VARIABLES to CUSTOMIZE'. This is where you enter your information. I added a bit of other control options, such as the length of the model, model framerate, the AE will be created, folder names file extensions can be of several types, as well as the old options to make it to the folder and local folder. Questions in theory have been addressed (fingers crossed). Give it a try and see if it works better. I have tried successfully CS6 and CC.

    /*

    fileToCompToQ © 2014 Version 1.0 Developer: David Torno

    Built to colombazaa (Elena) on the Adobe forums script.

    This script matter files based on specified file extension types, place in a model to match the size and then add to render queue.

    */

    {

    function fileToCompToQ() {}

    try {}

    / * DECLARE VARIABLES * /.

    var localFolder, renderToFolder, outputModuleName, jpgAEFolderName, compAEFolderName, newJPGParentFolder, myImportedFiles, newCompParentFolder, newCompParentFolder, grabFiles, grabFilesLength, extAry, compFrameRate;

    / * VARIABLES BEGIN TO CUSTOMIZE * /.

    localFolder = new Folder ("~/Desktop/test/");     The folder object. Must end with a slash.

    renderToFolder = "~/Desktop/Export/";                    Path to folder as string. Must end with a slash.

    outputModuleName = "Lossless."               Name of case-sensitive output Module

    jpgAEFolderName = "ImportedFiles";          Name of the folder for imported files

    compAEFolderName = "NewComps";     Name of the folder for comps, resulting

    extAry = new Array ("jpg", "jpeg");               Array of strings. Here are the extensions of file types that you want to import.

    compFrameRate = 24;                                   Frame for the newly created comps rate. Must be an integer or float.

    compDuration = 1;                                        The duration of the delay, in seconds, that will be the new compositions.

    / * END VARIABLES TO CUSTOMIZE * /.

    / * START PROCESS * /.

    If (localFolder! = null & localFolder.exists == true) {}

    app.beginUndoGroup ("fileToCompToQ");

    grabFiles = localFolder.getFiles ();     Retrieves all files

    grabFilesLength = grabFiles.length;

    Processing files

    app.project.items.addFolder (jpgAEFolderName);     Create the folder

    newJPGParentFolder = findItem (jpgAEFolderName);     He recorded for later use

    extensionFilterAndImporter (grabFiles, grabFilesLength, extAry, newJPGParentFolder); Important files and puts them in a folder

    myImportedFiles = storeFileObjsIntoArray (newJPGParentFolder);

    Process of comps

    app.project.items.addFolder (compAEFolderName);

    newCompParentFolder = findItem (compAEFolderName);

    createCompsAddToQ (newCompParentFolder, myImportedFiles, compFrameRate, compDuration);

    renderQueueSettings (renderToFolder);

    writeLn ("all done");     Adds the Info Panel this text as a way to seewhen the script is done work.

    app.endUndoGroup ();

    }

    / * END PROCESS * /.

    FUNCTIONS.

    / * function findItem()

    Arguments:

    itemName: name of the file in After Effects to find. Must be a string.

    */

    function findItem (itemName) {}

    try {}

    allItems var = app.project.numItems;

    for (var i = 1; i)<=allItems;>

    curItem = app.project.item (i);

    If (instanceof FolderItem curItem & curItem.name == itemName) {}

    Return curItem;

    }

    }

    } catch (err) {alert ("error at line #" + err.line.toString () + "\r" + err.toString ()) ;}}

    }

    / * function extensionFilterAndImporter()

    Arguments:

    grabFiles: an array of file objects

    grabFilesLength: the value must be an integer

    extAry: array of strings

    newParentFolder: string

    */

    function extensionFilterAndImporter (grabFilesLength, extAry, grabFiles, newParentFolder) {}

    try {}

    var fileName, extPrep, ext, extAryLength, importOpt, newFile;

    extAryLength = extAry.length;

    for (var i = 0; i)

    fileName = grabFiles [i] p:System.NET.mail.MailAddress.DisplayName

    extPrep = fileName.split(".");

    Ext = extPrep [extPrep.length - 1] .toLowerCase ();

    for (var e = 0; e

    If (ext is {extAry [e])}

    writeLn (fileName);

    importOpt = new ImportOptions (grabFiles [i]);

    newFile = app.project.importFile (importOpt);     Import in project file

    moveItemToFolder (newFile, newParentFolder);     Move the file in the parent folder

    }

    }

    }

    } catch (err) {alert ("error at line #" + err.line.toString () + "\r" + err.toString ()) ;}}

    }

    / * function moveItemToFolder()

    Arguments:

    projectItem: must be an AVItem

    parentFolder: must be a FolderItem

    */

    function moveItemToFolder (projectItem, parentFolder) {}

    try {}

    projectItem.parentFolder = parentFolder;

    } catch (err) {alert ("error at line #" + err.line.toString () + "\r" + err.toString ()) ;}}

    }

    / * function storeFileObjsIntoArray()

    Arguments:

    sourceFolder: must be a FolderItem

    */

    function storeFileObjsIntoArray (sourceFolder) {}

    try {}

    var itemAry, itemsInFolder, itemsInFolderLength;

    itemAry = new Array();

    itemsInFolder = sourceFolder.items;

    itemsInFolderLength = itemsInFolder.length;

    for (var i = 1; i)<=itemsInFolderLength;>

    itemAry [itemAry.length] = itemsInFolder [i];

    }

    Return itemAry;

    } catch (err) {alert ("error at line #" + err.line.toString () + "\r" + err.toString ()) ;}}

    }

    / * function createCompsAddToQ()

    Arguments:

    myImportedFiles: an array of file objects

    FPS: must be an integer or float.

    */

    function createCompsAddToQ (compAEFolderName, myImportedFiles, fps, length) {}

    try {}

    var myImportedFilesLength, curFile, extFind, filename newComp;

    myImportedFilesLength = myImportedFiles.length;

    for (var c = 0; c)

    curFile = myImportedFiles [c];

    extFind = curFile.name.toString ().lastIndexOf(".");

    Filename = curFile.name.substring (extFind, 0);     File extension deletes

    newComp = app.project.items.addComp (FileName, curFile.width, curFile.height, 1, duration, fps);     Creates the new model

    newComp.layers.add (curFile);     Adds the file for comp

    app.project.renderQueue.items.add (newComp);     Adds the model to renderQueue

    moveItemToFolder (newComp, compAEFolderName);     New comp moves to the folder

    }

    } catch (err) {alert ("error at line #" + err.line.toString () + "\r" + err.toString ()) ;}}

    }

    / * function renderQueueSettings()

    Arguments:

    renderToFolder: must be a FolderItem

    */

    function renderQueueSettings (renderToFolder) {}

    try {}

    var rqItems, rqItemsLength, curRQItem, compName.

    rqItems = app.project.renderQueue.items;

    rqItemsLength = rqItems.length;

    for (var q = 1; q)<=rqItemsLength;>

    curRQItem = rqItems [q];

    compName = curRQItem.comp.name;

    newFilePath = renderToFolder + compName;

    if(curRQItem.Status == RQItemStatus.Queued) {}

    curRQItem.outputModule (1) .applyTemplate (outputModuleName);     Output of games module

    curRQItem.outputModule (1) mpfprojectdir\dev10\src\csharp\projectbase.file = new queue (newFilePath);     Sets of file name and make the path to the folder

    }

    }

    } catch (err) {alert ("error at line #" + err.line.toString () + "\r" + err.toString ()) ;}}

    }

    } catch (err) {alert ("error at line #" + err.line.toString () + "\r" + err.toString ()) ;}}

    }

    fileToCompToQ (this);

    }

  • A question of database theory.

    A theoretical question:

    will add a lot of unnecessary fields in each table never lead to performance problems when the database grows in multi million records and there are great number of read/write on the database operations?

    example: Table1 - fields-> customerID, customerName, garbage1, garbage2, garbage3, garbage4, garbage5, garbage6, garbage7

    When the real need is Table1 - fields-> customerID, customerName.

    Crusoe says:
    A theoretical question:

    will add a lot of unnecessary fields in each table never lead to performance problems when the database grows in multi million records and there are great number of read/write on the database operations?

    example: Table1 - fields-> customerID, customerName, garbage1, garbage2, garbage3, garbage4, garbage5, garbage6, garbage7

    When the real need is Table1 - fields-> customerID, customerName.

    First of all, the tables have "fields". They have columns.

    And the answer to your question is... (drum roll, please)... "it depends".

    If all columns are not null, probably no impact. If they are filled, so needless to say you will get fewer lines per block, which requires more reads block to get a set of lines.

    This probably depends on several issues, but that's what comes to mind first.

    I guess the first follow-up question is - if the columns are not necessary, why they have been defined in the first place - or more likely, given the question, why they are considered?

    Published by: EdStevens on Sep 20, 2012 06:40

  • Little help General and question about layout theory

    Hello... any help appreciated:

    I am a photographer who has always been a person DIY.  I built a Web site for my work on my own using Dreamweaver and some tutorials online.  He comes back, it works (although a little slow), but the code would, I imagine, most of you take your computers and whiten your knuckles.  In short: it works on the tape, Staples and ideas of jerry-rigged.

    I've watched more tutorials and am rebuiding the site, trying to clean up the code and the site.

    I have a number of questions and issues that I have not been able to solve on my own and so I turn to this site.  I'll post a few initial questions here and even more in the following days.

    I sincerely appreciate the time and help you would be willing to offer.

    1. when I try to preview in Firefox, my computer switches to Firefox, but the site is not displayed.  All that appears is what was the last page I looked at Firefox.  This does not happen for Safari, Opera, etc..

    2 I watched videos on the site, built the site largely with a layout of the Tables and then a page turns with the Table in a template for the pages that follow.  I guess it's a frequently asked question: most people set out sites this way to make... or with the ApDiv?  I feel I'm learning a foreign language by the book... now I wondering how people REALLY speak.  My site is www.tomgriggs.net (look at the code at your own risk).  I provided that in the hope that, if you take a look, you might see a way to layout would work for me better than the other.

    3. What is recommend for my table, wide... I'm focusing on the photogarphers and others who usually have large screens and I want to maximize the space I have for my pictures, but I also want to most people when they visit my site to get the site on their screen.  The solution would only be a percentage based tabular presentation?

    I'll save the other for another day or post questions.  I appreciate any response you have!

    1. There is a known issue with Firefox 3.6.x and preview based on the browser.  It is noted in the Mozilla bug database and has been approved for publication in the next version.  I got the bug number in an old post, but I don't know off the top of my head.

    2 tables are a deprecated feature in Dreamweaver and have been removed from CS4.  So I recommend against learning in this way.  Œuvres of absolute positioning for some cases, but if you want a layout pass little matter that someone has the resolution you will end up with an elastic layout using percentages.  You can use div tags PA in it to achieve some effects.  But most of the time it should be used in some sort of container because otherwise your site will have different appearances according to the resolution.

    That your site is concerned, many will run your site through a validator: http://validator.w3.org/ - HTML, http://jigsaw.w3.org/css-validator/ - CSS.  At the moment your site validates 100% with CSS and has only a single error in HTML format (other errors are related).  Your "and must end with a ' / > '."  Apart from that, everything is in order.  Personally, I like the simplicity of your Web site, although I think you could add a little more to the grey background by integrating one of your images in the background.

    3. return to the table.  Closer look at your code and I see that you have a table around your content with a width of 1134.  Personally I trash and follow these steps:

    Here, all the power to the table remains

    If you get away from the table and move to div and layers, so you can make your more elastic page mentioned in the #2 response.  This code inside the body tag would give you a width of 90% of the visible area and auto margin: 0 would set the margin at the top and bottom of the page to 0 while the auto Center the page horizontally in the window of the browser.  As stated previously, layout tables are obsolete and will be not available in the latest versions of DW from CS4.  So I highly recommend moving ahead of them if you can.  The following resource is a good starting point for CSS ( http://www.w3schools.com/css/ ).  Think about the design of web sites in this way, just said HTML what should appear, CSS says what it should look like when it appears. Based on your current layout, it wouldn't be hard to reproduce this with fewer lines of code using basic CSS layout compared to the current table layout.  If you need an example, I could try to stick something together.  It may take a few days if.

    And if you have any other questions, feel free to post them.   Most of the users here are more than willing to lend a hand.

  • Late 2010 11 inch MBA vs purpose 2011 MBA Question

    Hi all!

    I have internal data of MBA 11 inches by the end of 2011 and the body of a late 2010 and 11 inches (model A1370) MBA. So, can I replace the inner workings of the MBA 2010 with those of MBA 2011? I mean, is the size of the logic on board, battery, interior components match in these two models? Thank you in advance!

    In theory, it should work. It's a question of if the screws holding the different parts are in the same place. I'm not familiar with Air as well a Macbook. Like the Macbook in 2006 and 2007. As you can change the parts in people. Since the body is essentially the same.

  • Questions about Satellite M50 130

    Hi all!

    I just got my first Toshiba NB - could not decide between them or another but heard so many horror stories about others, I went to Toshiba and I am very happy.

    However, two questions please:

    (a) the laptop is VERY hot to the touch - what is usual and it's dangerous.
    (b) my model has a 14 '' Trubrite screen, but the quality of the photos on it for DVD movies is poor compared with a DVD player - is this rare? and you can only watch the DVD from a certain angle of the screen - once again, it is because of the screen trubite?

    Thank you very much

    Congratulations on your new laptop.

    in response to your questions

    (A) the fact that you say it is to warm, although VERY is not a problem. If you said it was very hot, then I'd be concerned. Machines are designed to shut down and turn off if then become hot. Although I'd be worried if you said it was hot around the battery area. So, if you can let us know where it's hot?
    (B) when you say poor, how do you say. In theory, they should be better than a TV because of best image signals. Have you tried more than one DVD?

    HTH

  • Question about the Installation of Windows XP on Portege 3500 home

    I have a second hand Portege 3500 with WXP tablet 2005 Server Pack 2 market version, but without the original disks. However, recently had a virus that did something to Prime the area on the hard disk. I have removed the virus but now get unexpected core dumps memory and system restarts when you try to connect to the internet.

    Question: can I go down a level and safely install ordinary WXP software to work around the problem or the acquisition of new version of WXP Tablet and reinstall the software to circumvent the problem of core dump?

    Installation of an operating system on this laptop, it's the hardest thing I have ever tried to do. Once start you, you will notice that there is no device boot attached to this pc. To install windows, yourself, the only options are to buy the cdrom drive for this laptop toshiba external or install via a network.

    The toshiba cdrom drive is now quite obsolete, more expensive and the external device only that the laptop starts from (I tried with the other external cdroms, DVDs, disks usb keys and hard). It seems extremely difficult to boot from lan unless you already manage it infrastructure of the company. It is possible in theory, but after 3 weeks I still hadn't thought about her.

    My solution at the end of the day was to send it to my local toshiba support center and ask them to re - install for me (he happened to have one in stock toshiba cdrom burners). I got the installation cd, so I guess you will need get these images from toshiba as well (or buy another os).

    Good luck!

  • Question of secure area

    First of all, it's kind of a good idea and it seems to work pretty well. However, if you put a few apps in the secure area and it turn off in the Open box, you can always reactivate in the Open box. It's that you can't hide the existence of certane apps, only the date in them.

    Is this correct?

    You have a secret bank account with Bank XYZ, and you want to hide that you use XYZ internet banking, app of the area open, or that you want to hide your apps from your friends or your family - you can really do with the current implementation, if I'm right.

    PS: I get it, that date will remain secure and protected, but you cannot completely hide your applications in the area of oppen ussage.

    Finally, question if you have a virus or malware in the box open, in theory, this should not affect your securitised area? If the infected applications are disabled?


  • HP OfficeJet 7612: Scanning through questions flat

    Good day to all,

    I am a technician to the printer of the client who has been recently bought and installed. Insofar as the drivers and Setup, everything was a success and the customer, but also the other members of the staff were all able to print and scan. Analysis via the touchscreen interface was successful as well as scanning HP desktop utility.

    I recently received a call from the client yesterday, indicating problems when you try to scan A3 paper through the plateau. The document analysis but for some reason, he will be absent from the parts of the original document. It will not analyze the full length and width of the document. What happens when analysis via the touch screen interface; "Scan to PC".  has started to solve problems using my MacBook Pro (no one was using a desktop PC and using my camera allowed me to be the printer as well as not disturb the customer to do its job).

    When I did a scan on the A3 document via my Macbook, he did the samething. So I expanded (if I remember correctly) this 'more details' button that allowed me to choose the size of the scanning, which then allowed the analysis complete of the A3. I went to the Office of customer and analyzed through the utility that has given a proper analysis of the document. I then went back to the interface touchscreen, to digitize and curiously, the scan came out good. There is no option to select the size of the (as far as I've seen) so I didn't pay anything. I made repeated sweeps and they came out all now own. It affected also copy A3 documents because the scan took the whole docment. I made a copy and he now printed the entire document successfully.

    For me, it was a little confusing because all of a sudden, it's working fine now and I know that I did nothing. So when troubleshooting another question, there, I took the officer's cell phone to test. I decided to test the scanning on the laptop as well as with the A3 document via the touch screen, and the same problem occurred. The scan using the HP utility on the laptop produces a correct analysis. Did the scan via the touch screen, and the scan came out good.

    So what I did to get a document format letter to analyze the cause I have a theory that I wanted to test. Analysis of the doc size letter, via Scan to PC on the printer , product, if you want, an A3 size scan. The digitized document correctly letter size, but there was like a white around the document border, creating for the missing part of an A3 size document. I scan on the laptop via the HP utility and selected the letter size, carried out the analysis and it came out good. Going back to the printer to use the scan to PC has produced a correct analysis of a PDF letter size. I then put in the A3 and did the Scan to PC again and it has not produced an appropriate analysis in question. That the part of the letter of the A3 document was scanned.

    Conclusion:

    Analysis via the tools on the PC, gives a successful analysis. Whereas, the scan to pc via the interface on screen touchscreen printer gives the question. If a person did a scan of the letter, and then a second person scan an A3, the printer scans only the part of the letter of A3 paper. If someone did a scan of the letter after a previous A3 scan, the paper will be scanned but the extra part of the A3, will be seen as a huge white border.

    For me as a technician speaking and seeing that this issue is irritating (shocking but always irritating) and much more for those who use the printer to scan; so you can imagine the mindset they are whenever they try to do their analysis and deal with this problem.

    I overlooked anything? Is there something that can be done about it? Thank you :-)

    Spoiler (Highlight to read)

     
     

    Hello

    Thank you for using the HP Forums.

    You are absolutely right, the "Scan to Computer" takes the setting of the last known software (utility) HP scan setting.

    No work around known but this behavior is on most HP printers.

    Thank you.

  • General question about DHCP network configuration

    In the past, I've always set up printers on network with a static IP address. With the proliferation of networked printers and progress in the printer driver software, I wonder if the static configuration is always recommended and necessary.

    Let's say I have install an Officejet 6500 wireless printer configured for DHCP and it gets an address 192.168.1.7. To continue, the printer driver is installed on the computers all networked and the printer port is listed as HPxxx192.168.1.7. After a break from running, say that the address assigned dynamically changes printer 192.168.1.5, leading to the question... to will the computers still be able to print to the printer who has now a new IP address? Basically, is the intelligent print driver so that he will direct the print jobs to the new address without additional configuration? (perhaps the answer varies depending on the printer model and the operating system of the client)

    I have installed HP network printers on a regular basis in a variety of operating system environments. So the question in more specific general. I don't feel a particular problem at this stage. But when I configure network printers in the future, an answer to the question will be useful.

    Thanks in advance.

    It depends on.  On older printers a static IP address is very important on the latest not so much. It is really dependent on the platform on which rests the HP software.  HP printers currentlyon market, in theory, do not need static IP addresses.

    In addition, when you set a static IP address, I always put one outside DHCP pool.  If the range is the range (.2 a.254) I reduced the scope and then put printers outside the pool.  This way there is never any conflict.

  • OfficeJet 570: Question of scanning Officejet 5740

    I have problems with scanning.  I just bought this printer in February 2015.  I'm trying to figure out how I can use the document feeder to scan.  When I put the documents in the document feeder and press scan and then choose the network computer to that I want to scan, the document feeder will not feed documents on the glass.  The scans to scan (with no document on the glass) and I get an empty scan sent to the computer as a .jpg file.  I want the scans to appear as .pdf.  So, in theory, it's a 2 part question.

    1. how to scan using the document feeder?

    2. how to save the analysis to a .pdf file?

    Hi @MrsP1 , welcome to the forums there.

    I read your post on scan concerns you have with the help of the ADF to scan, and also to change the file format.

    You must have the full features software installed on your computer to change these settings for your computer and then launch analysis.

    Please see this previous post in forums about the same problem, I did:

    My HP 8610 will not scan in JPG format

    Here's the direct link to download the full software for your Windows 7 system: 5740 Officejet HP e-All-in-One Printer full feature software and drivers series

    I hope this helps, let me know what happens!

  • INSPIRION 3543 - question about jack combo

    Hi, I have a question about a laptop Inspiron 3543. He installed the combo input jacks, and I need to use the line of input and output audio.

    Question 1: Is - it enough for me for this purpose a headphone splitter - 2 jack x ordinary?

    Question 2: Is this laptop allows you to adjust the entry on the line in mic?

    Sorry for the broken English, but I write with a translator: D

    dayer41
    Question 1: Is - it enough for me for this purpose a headphone splitter - 2 jack x ordinary?

    Hello. Jack combo on the Inspiron 15 3543 is intended to be used with standard stereo headphones, or with headphones (stereo headset with a built-in mono microphone).

    In theory, a dispatcher or an adapter with a plug out of SOCKET (tip, ring, ring, sleeve) can be used with a combo Jack. A plug from SOCKET looks like this:

    However, we have received many messages from people saying that the adapter did not work for them. Some people have posted and said that the adapter works for them.

    Note that the entry of a combo Jack is mono. There is no way to make it be a stereo input.

    dayer41
    Question 2: Is this laptop allows you to adjust the entry on the line in mic?

    You can set the input mic in sound properties volume (Control Panel > Sound). Open the properties of the sound, and then click the recording tab at the top. Right click on the Microphone. Click 'properties '. Click the tab at the top levels to find the sliders to adjust the volume of the mic input.

    It is similar to this image, except that you must click on 'Levels', not 'listen '.

  • Question: two tables in a pool, load balancing, etc.

    Hello

    So I'm sort of confused about how it works.  I know I can put two tables that are part of the same group in the same pool, and I know I can create a volume that spans the two tables and the EQL will spread the volume also between two boxes, etc etc.

    My question, I guess that is the reliability...  Have I missed something or that seems like a "RAID 0" type thing between two EQLs?  I mean, if the volume is divided between the two boxes, how can I ever do a reset on a box?   What happens if one of the EQL breaks down?  What I lose this entire volume?

    What Miss me?   Or is it how it really works?

    I'm kind of fear put anything in production where a failure on a device would kill everything like that.

    Any explanation would be appreciated.

    The button is named "restart" and launch of a failover of the MC Eve always. Yes, there is no complete reboot option or task.

    Well... is the same "risk" to have a storage with multiple heads and a few shelves of extension. If storage with Betclic or groups on disc on shelves and you lose a comprehensive shelf, you're in trouble.

    In theory the risk increases if you put more members to a pool, because a volume divided on 3 volume by default. But it is a softlimit and you can adjust the distribution of volume more or less members. If you have a volume that is large and 3 members cannot provide this ability, he can go 4 or more members. The largest volume spreads i never saw in all 8 members.  Spread of the volumes between the members, that's how EQL scales on.

    If you do not as you turn this option off or copy your data with SyncRep option.

    Kind regards

    Joerg

  • A few questions for the first blackberry development

    Hello

    First of all, my apologies for this being placed in the Java section, it seemed, the nearest section of what it is, but please move if need be.

    We have an application in development for the iOS platform that uses some geolocation and Web services.  We believe that we should have a version for the blackberry also platform, so we're looking in this evolution.  However, not being not to developers or users of blackberry, the different options for creating an application are quite overwhelming.  My questions are the following:

    (a) what language (Java?) is the most compatible?  Ideally, we would like to write the backend once, don't have to change the interface for devices of the curve through to the new playbook.  Java is also based on all of these devices?  None of us have any idea of Adobe Air, this is probably out of the question.

    (b) what are the operating systems are supported by what?  The curve I picked up seems to have Blackberry OS5 on it.  All operating systems support Java everything too, and whose support wifi location and cell tower map (the curve does not have a GPS unit).

    (c) I understand that during the development in Java there is a blackberry UI api, that's fine.  However, what version of Java is supported?  Is - this SE6, or we are talking about mobile Java here?

    (d) distribute the Apps.  The Blackberry App World seems to be the best route.  Do most people use?  It seems that the Blackberry is not restricted like iOS devices in how applications can be distributed.  Is there any other App stores (e.g. Amazon for Android?).  I guess it would be silly not not to enumerate the BB App World.

    Thanks in advance, any help is much appreciated.

    S.

    It is a really difficult game of questions.

    (a) Yes is the short answer.

    The long answer involves noting that the PlayBook does not directly support Java, and development platforms only available to this end are currently Adobe Air and Web works.  I can't give you a good explanation, since I dabbled only in them, but in summary,

    (a) with Web works you are essentially creating a Web application using HTML and JavaScript, with some JavaScript interfaces to the native operating system

    (b) air seems to me be in another development environment where screens and treatment are defined in a "Scripting" language that runs on the device.

    Work Web development is possible on the current BlackBerry phones as well, although I have no idea how compatible the two are - in other words how much you would have to change to a PlayBook Web app works works on the Palm and vice versa.

    I suggest you ask a similar question in the forums for these two platforms and see what they say.

    Anyway, there is a train of thought that phones current based Java will stop at some point, and phones will become based QNX, as PB.  So right now, if you want to learn something, then Web works.  But the works Web will be able to do what you want?  I don't know, but I don't know that Java is.

    But whatever the customer, you should be able to write the backend once.  Everything should speak http towards it.

    (b) there is not a BONE by device. Most devices come out with only one level and can be upgraded, usually at the next big release.

    Take a look at this good:

    http://us.BlackBerry.com/developers/choosingtargetos.jsp

    OS 5.0 in theory supports the location of the cell tower.  I say in theory because I never had to work in the United Kingdom.  But I have not tried very hard.  In my view, WiFi is available in the OS 6.0.

    (c) blackBerry support J2ME, with a significant number of extensions.  Think of it as Java 1.4 without all the useful bits, but the then RIM tried to add their useful in bits.

    (d) cannot speak for others, but BB App World is all I use.  Tried another one and didn't get anywhere.  YMMV.

    I hope this helps.

Maybe you are looking for