Bleed Size, Trim Size, Type Size?  Help!!!

Hello, quick question, I'm normally a web designer but we have a couple of print jobs in.
I've been asked for the following.
Bleed size, (281x216mm)  fine
Trim size, (275x210mm) fine
Type size......  (257x172mm) um...
Is this the area in which the type should sit....?  If so, that sort of screws up my designs....
Thanks in advance, TD

I would interpret that Type Size dimension as the "safe area" in which all important information should be located, but it would help to know more about the project since the dimension listed is quite a bit smaller than would be generated by subracting the bleed allowance from the trim size (how you normally calculate the safe zone), and would suggest margin settings instead.

Similar Messages

  • I updated my 3gs and it wiped all my apps, now when trying to rebuy the apps it is asking for a postcode(i live in ireland where there are none)and it also will not accept my payment card type.any help greatly appreciated

    I updated my 3gs and it wiped all my apps, now when trying to rebuy the apps it is asking for a postcode(i live in ireland where there are none)and it also will not accept my payment card type.any help greatly appreciated

    I cannot find this 300GB "Backup" in the Finder, only in the Storage info when I check "About This Mac".
    You are probably using Time Machine to backup your MacBook Pro, right? Then the additional 300 GB could be local Time Machine snapshots.  Time Machine will write the hourly backups to the free space on your hard disk, if the backup drive is temporarily not connected. You do not see these local backups in the Finder, and MacOS will delete them, when you make a regular backup to Time Machine, or when you need the space for other data.
    See Pondini's page for more explanation:   What are Local Snapshots?   http://pondini.org/TM/FAQ.html
    I have restarted my computer, but the information remains the same. How do I reclaim the use of the 300GB? Why is it showing up as "Backups" when it used to indicate "Photos"? Are my photos safe on the external drive?
    You have tested the library on the external drive, and so your photos are save there.  
    The local TimeMachine snapshot probably now contains a backup of the moved library.  Try, if connecting your Time Machine drive will reduce the size of your local Time Machine snapshots.

  • Web Service trims off type-names?

    Hi,
    I'm trying to set up a web service on OAS, and have come across a strange problem which I can't figure out. The problem is that the result I get from the web-service doesn't follow the WSDL which was generated by JDeveloper. Some of the type-names of my complex types seems to be "trimmed" off.
    For instance, I've got one complex type called (see the WSDL at the end of my post):
    "com_ibm_no_slf_wesla_value_ws_LandbrukseiendomDetaljerDTO"
    but my webservice returns it as:
    "com_ibm_no_slf_wesla_v_LandbrukseiendomDetaljerDTO"
    And the length of this type-name seems to differ when I try to deploy the webservice on different environments (development, test, etc). If I try to deploy the web-service without the pre-generated WSDL, the "on-the-fly"-generated WSDL also has trimmed-off type-names.
    Is there some kind of setting for the maxlength of this name or something?
    Any ideas are very much appreciated :)
    Thanks,
    Morten
    Here are some details of my webservice.
    I've got a regular java-class which I want to expose: EnterpriseWSBD, with an interface IEnterpriseWS.
    My web.xml contains the following:
    <web-app>
    <description>Web Application</description>
    <servlet>
    <servlet-name>EnterpriseWS</servlet-name>
    <servlet-class>oracle.j2ee.ws.StatelessJavaRpcWebService</servlet-class>
    <init-param>
    <param-name>class-name</param-name>
    <param-value>com.ibm.no.slf.wesla.bd.ws.EnterpriseWSBD</param-value>
    </init-param>
    <init-param>
    <param-name>interface-name</param-name>
    <param-value>com.ibm.no.slf.wesla.bd.ws.IEnterpriseWS</param-value>
    </init-param>
    </servlet>
    <servlet-mapping>
    <servlet-name>EnterpriseWS</servlet-name>
    <url-pattern>/EnterpriseWS</url-pattern>
    </servlet-mapping>
    <session-config>
              <session-timeout>35</session-timeout>
    </session-config>
    <mime-mapping>
              <extension>html</extension>
              <mime-type>text/html</mime-type>
    </mime-mapping>
    <mime-mapping>
              <extension>txt</extension>
              <mime-type>text/plain</mime-type>
    </mime-mapping>
    </web-app>
    My WSDL contains the following (generated by JDeveloper):
    <definitions
    name="EnterpriseWS"
    targetNamespace="http://com/ibm/no/slf/wesla/bd/ws/EnterpriseWSBD.wsdl"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:tns="http://com/ibm/no/slf/wesla/bd/ws/EnterpriseWSBD.wsdl"
    xmlns:ns1="http://com.ibm.no.slf.wesla.bd.ws/IEnterpriseWS.xsd">
    <types>
    <schema
    targetNamespace="http://com.ibm.no.slf.wesla.bd.ws/IEnterpriseWS.xsd"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://www.w3.org/2001/XMLSchema">
    <complexType name="com_ibm_no_slf_wesla_value_ws_ForetakFinnDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="orgnr" type="string"/>
    <element name="hentLbrAdresse" type="boolean"/>
    <element name="hentBedriftsknytninger" type="boolean"/>
    <element name="hentEierknytninger" type="boolean"/>
    <element name="hentRoller" type="boolean"/>
    <element name="visOpphorte" type="boolean"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_ForetakDetaljerDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="orgnr" type="string"/>
    <element name="navn" type="string"/>
    <element name="enhetsType" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="aktiv" type="int"/>
    <element name="registrertIMva" type="int"/>
    <element name="adresse" type="ns1:com_ibm_no_slf_wesla_value_ws_AdresseDetaljerDTO"/>
    <element name="eiendomsknytningListe" type="ns1:ArrayOfcom_ibm_no_slf_wesla_value_ws_EiendKnytningDTO"/>
    <element name="rolleListe" type="ns1:ArrayOfcom_ibm_no_slf_wesla_value_ws_RolleDetaljerDTO"/>
    <element name="bedriftsknytningListe" type="ns1:ArrayOfcom_ibm_no_slf_wesla_value_ws_BedrKnytningDTO"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_CodeFactoryDTO" jdev:packageName="com.ibm.no.slf.wesla.value" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="codeValue" type="string"/>
    <element name="description" type="string"/>
    <element name="domain" type="string"/>
    <element name="shortDescription" type="string"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_AdresseDetaljerDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="adresseLinje1" type="string"/>
    <element name="adresseLinje2" type="string"/>
    <element name="adresseLinje3" type="string"/>
    <element name="poststed" type="ns1:com_ibm_no_slf_wesla_value_PoststedDTO"/>
    <element name="stedUtland" type="string"/>
    <element name="land" type="ns1:com_ibm_no_slf_wesla_value_LandDTO"/>
    <element name="telefon" type="string"/>
    <element name="telefax" type="string"/>
    <element name="mobiltelefon" type="string"/>
    <element name="epost" type="string"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_PoststedDTO" jdev:packageName="com.ibm.no.slf.wesla.value" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="nyttPostnr" type="string"/>
    <element name="postnr" type="string"/>
    <element name="poststed" type="string"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_LandDTO" jdev:packageName="com.ibm.no.slf.wesla.value" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="landKode" type="string"/>
    <element name="landNavn" type="string"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_EiendKnytningDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="eierType" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="eiertilknytning" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="landbrukseiendom" type="ns1:com_ibm_no_slf_wesla_value_ws_LandbrukseiendomDetaljerDTO"/>
    <element name="person" type="ns1:com_ibm_no_slf_wesla_value_ws_PersonDetaljerDTO"/>
    <element name="foretak" type="ns1:com_ibm_no_slf_wesla_value_ws_ForetakDetaljerDTO"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_LandbrukseiendomDetaljerDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="landbrukseiendomId" type="int"/>
    <element name="hovedNr" type="ns1:com_ibm_no_slf_wesla_value_ws_HovednummerDTO"/>
    <element name="bruksnavn" type="string"/>
    <element name="aktiv" type="int"/>
    <element name="grunnkrets" type="int"/>
    <element name="koordinatKilde" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="koordinatSystem" type="int"/>
    <element name="nord" type="int"/>
    <element name="ost" type="int"/>
    <element name="arealtall" type="ns1:com_ibm_no_slf_wesla_value_ws_ArealtallDTO"/>
    <element name="eiendomsknytningListe" type="ns1:ArrayOfcom_ibm_no_slf_wesla_value_ws_EiendKnytningDTO"/>
    <element name="bedriftsknytningListe" type="ns1:ArrayOfcom_ibm_no_slf_wesla_value_ws_BedrKnytningDTO"/>
    <element name="grunneiendomListe" type="ns1:ArrayOfcom_ibm_no_slf_wesla_value_ws_GrunneiendomDetaljerDTO"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_HovednummerDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="kommuneNr" type="string"/>
    <element name="gardsNr" type="int"/>
    <element name="bruksNr" type="int"/>
    <element name="festeNr" type="int"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_ArealtallDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="jord" type="int"/>
    <element name="skog" type="int"/>
    <element name="annet" type="int"/>
    <element name="fulldyrket" type="int"/>
    <element name="overflatedyrket" type="int"/>
    <element name="innmarksbeite" type="int"/>
    </all>
    </complexType>
    <complexType name="ArrayOfcom_ibm_no_slf_wesla_value_ws_EiendKnytningDTO" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:com_ibm_no_slf_wesla_value_ws_EiendKnytningDTO[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_BedrKnytningDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="brukerType" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="driftstilknytning" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="drift" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="fratraadt" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="prodlopenr" type="int"/>
    <element name="eierskifteDato" type="string"/>
    <element name="bedrift" type="ns1:com_ibm_no_slf_wesla_value_ws_BedriftDetaljerDTO"/>
    <element name="foretak" type="ns1:com_ibm_no_slf_wesla_value_ws_ForetakDetaljerDTO"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_BedriftDetaljerDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="orgnr" type="string"/>
    <element name="lbrBedriftId" type="int"/>
    <element name="lopenrD" type="int"/>
    <element name="navn" type="string"/>
    <element name="daJordD" type="int"/>
    <element name="aktiv" type="int"/>
    <element name="landbrukseiendom" type="ns1:com_ibm_no_slf_wesla_value_ws_LandbrukseiendomDetaljerDTO"/>
    <element name="bedriftsknytningListe" type="ns1:ArrayOfcom_ibm_no_slf_wesla_value_ws_BedrKnytningDTO"/>
    </all>
    </complexType>
    <complexType name="ArrayOfcom_ibm_no_slf_wesla_value_ws_BedrKnytningDTO" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:com_ibm_no_slf_wesla_value_ws_BedrKnytningDTO[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_GrunneiendomDetaljerDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="hovedNr" type="ns1:com_ibm_no_slf_wesla_value_ws_HovednummerDTO"/>
    <element name="type" type="int"/>
    <element name="aktiv" type="int"/>
    <element name="etablertDato" type="string"/>
    <element name="eierforhold" type="int"/>
    <element name="arealtall" type="ns1:com_ibm_no_slf_wesla_value_ws_ArealtallDTO"/>
    </all>
    </complexType>
    <complexType name="ArrayOfcom_ibm_no_slf_wesla_value_ws_GrunneiendomDetaljerDTO" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:com_ibm_no_slf_wesla_value_ws_GrunneiendomDetaljerDTO[]"/>
    </restriction>
    </complexContent>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_PersonDetaljerDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="fodselsnr" type="string"/>
    <element name="fornavn" type="string"/>
    <element name="etternavn" type="string"/>
    <element name="aktiv" type="int"/>
    <element name="status" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="adresse" type="ns1:com_ibm_no_slf_wesla_value_ws_AdresseDetaljerDTO"/>
    <element name="eiendomsknytningListe" type="ns1:ArrayOfcom_ibm_no_slf_wesla_value_ws_EiendKnytningDTO"/>
    <element name="rolleListe" type="ns1:ArrayOfcom_ibm_no_slf_wesla_value_ws_RolleDetaljerDTO"/>
    </all>
    </complexType>
    <complexType name="com_ibm_no_slf_wesla_value_ws_RolleDetaljerDTO" jdev:packageName="com.ibm.no.slf.wesla.value.ws" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="rolleType" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="fratraadt" type="ns1:com_ibm_no_slf_wesla_value_CodeFactoryDTO"/>
    <element name="prioritert" type="int"/>
    <element name="person" type="ns1:com_ibm_no_slf_wesla_value_ws_PersonDetaljerDTO"/>
    <element name="foretak" type="ns1:com_ibm_no_slf_wesla_value_ws_ForetakDetaljerDTO"/>
    </all>
    </complexType>
    <complexType name="ArrayOfcom_ibm_no_slf_wesla_value_ws_RolleDetaljerDTO" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:com_ibm_no_slf_wesla_value_ws_RolleDetaljerDTO[]"/>
    </restriction>
    </complexContent>
    </complexType>
    </schema>
    </types>
    <message name="getEnterpriseDetails0Request">
    <part name="searchDTO" type="ns1:com_ibm_no_slf_wesla_value_ws_ForetakFinnDTO"/>
    <part name="userId" type="xsd:string"/>
    <part name="password" type="xsd:string"/>
    </message>
    <message name="getEnterpriseDetails0Response">
    <part name="return" type="ns1:com_ibm_no_slf_wesla_value_ws_ForetakDetaljerDTO"/>
    </message>
    <portType name="EnterpriseWSBDPortType">
    <operation name="getEnterpriseDetails">
    <input name="getEnterpriseDetails0Request" message="tns:getEnterpriseDetails0Request"/>
    <output name="getEnterpriseDetails0Response" message="tns:getEnterpriseDetails0Response"/>
    </operation>
    </portType>
    <binding name="EnterpriseWSBDBinding" type="tns:EnterpriseWSBDPortType">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="getEnterpriseDetails">
    <soap:operation soapAction="" style="rpc"/>
    <input name="getEnterpriseDetails0Request">
    <soap:body use="encoded" namespace="EnterpriseWS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    </input>
    <output name="getEnterpriseDetails0Response">
    <soap:body use="encoded" namespace="EnterpriseWS" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    </output>
    </operation>
    </binding>
    <service name="EnterpriseWS">
    <documentation>
    * Business Delegator.
    * - Enterprise
    </documentation>
    <port name="EnterpriseWSBDPort" binding="tns:EnterpriseWSBDBinding">
    <soap:address location="http://localhost:8888/lregws/EnterpriseWS"/>
    </port>
    </service>
    </definitions>

    Thanks for the notice, Bryan.
    This is actually a bug, and it is actually connected to the length of the APPLICATION NAME pluss the response-xml and the file path of the application (i think).
    There are currently two workarounds:
    1) Make the application-name longer than a given value (think this is based on the path of the application, not quite sure yet). Just try different long names. This will prevent the response-xml to be truncated
    2) Make type-names shorter (duh :p).
    I had to use approach 1, since I should not change my wsdl.. other people are already using it
    This probably doesn't explain this strange behaviour good enough, but hopefully you'll get your webservices to work :)
    Morten

  • Bleeds and Trim Marks

    So I am desinging a business card for a company I work for. The company we are sending them off too obviously needs to have the bleed and trims marks. The only thing I can't figure out is how do I make the bleed marks visible to them? When I print the document it shows me the trim marks but since I have a white background, it looks as if there is no border. Should I add a border to the actual Artboard?

    You can use the automated marks
    If you want to draw your own trimmarks
    file >> document setup>> set the bleed amount - you will see a red line showing you where the bleed ends

  • My ipad 3 freezes then switches itself off when i begin to type, please help.

    my ipad 3 freezes then switches itself off whenever i begin to type, please help!

    http://docs.info.apple.com/article.html?artnum=58583
    just regular FireWire cable (6-6 pin) - when you use target mode, computer acts as if it was external hard drive and supposed to show up on another Mac's desktop as a drive - you could use Disk Utility on another Mac and format the PowerBoook.
    if there is some hardware problem though, sometimes target mode won't work.
    also, maybe try some other OS disc just in case your OS CD is defective somehow.

  • IMP 00022  failed to process parameters, type IMP HELP=Y for help TOAD

    Hallo!I am totally new to Toad.I would like to import data in csv format with 2,000,000 rows into an Oracle 11gR2 table.The database is hosted on HP-UX Itanium.I am using Toad 9.6.0.27 running on Windows 7 Professional.
    I have followed the instructions below to achieve this
    1.     Open DBA→Sql Loader Wizard
    2.     Choose "build a new control file". Next.
    3.     Click "Add". Choose your comma-delimited or tab-delimited file. Next.
    4.     Click "Add". Choose your table.
    5.     If you are loading a comma-delimited file, type a comma in the "all fields delimited by" combo box. If you are loading a tab-delimited file, select "TAB" from the "all fields delimited by" combo box. Next.
    6.     Choose a "load method" noting the following:
         TRUNCATE will erase whatever is in the table before loading.
         INSERT will insert data if table is empty but will return an error if table has any data in it.
         APPEND will insert data without deleting any existing data. You might get duplicates this way but it's a good method if you're trying to get that last line that somehow got munged for some reason or another.
    7.     If your file has column headers in its first row, type a 1 in the skip box. Next.
    8.     Type a control file name in the control file name box. Next.
    9.     Choose either "execute now" to load the data now or "just build the control file" to build the .ctl file. Once you have the ctl file theoretically you don't even need TOAD, as you could just use sqlloader on any machine that has sqlloader and can connect to the database. But why would you want to. :) I choose execute now.
    I have loaded SQL*Loader into Toad as below as I have Oracle 10g Developer installed on my machine
    Go to View - Options - Executables. Insert path to SQL*Loader utility (and any other you need/use), for example " C:\DevSuiteHome_2\BIN\imp.exe".
    Unfortunately,when I choose execute now,I get the errors below
    LRM-00101: unknown parameter name 'control'
    IMP-00022: failed to process parameters, type 'IMP HELP=Y' for help
    IMP-00000: Import terminated unsuccessfully
    How can I resolve this?Thanks.

    Thanks Hemant.I have selected the sqlldr file from <ORACLE_HOME>/bin from an Oracle 11gR2 installation in my client machine.However when I run the SQL*Loader from Toad,the error below appears
    SQL*Loader-500:
    Unable to open file (C:\ORACLE RESOURCES\charles csv excel files\CATM_CHECK_LEAVES_UPLOAD_BR009.dat)
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: The system cannot find the file specified.
    SQL*Loader-2026: the load was aborted because SQL Loader cannot continue.
    I am trying to load a .csv file into Oracle.Why is it asking for a .dat file?
    Please help.

  • Twin Frozr R9 290 owners, need replacement fan size help please

    Hello,
    Unfortunately both of my fans on my Twin Frozr 290 have started to rattle when passing 55% fan load. This is disappointing, though not shocking given the type of fans they use.
    I've tried contacting MSI support asking for them to send me two, however they are unwilling to help.
    Does anyone know the fan size and fan mounting pattern size (distance between mounting holes), and additionally where I can source them?
    I know the model number on the fan is PLD08010S12HH, however I struggle to find any within UK or Europe.
    Thank you

    from the look of that description they are probably from a card someone bought that was using them for GPU mining and wasn't using the stock cooler/s but probably changed the stock one for a water cooler/s and is selling the parts separate off the cards original cooler as spares!
    New other (see details): A new, unused item with absolutely no signs of wear. The item may be missing the original packaging. (bold and underlined area is a give away that they are reclaimed Unused with no signs of ware!?!?!?!?!?!!! that is a auto red flag they have been taken off a card!)

  • Scroll bar goes crazy and active window jumps around in size - Help

    I've got iTunes 7.0.5 installed. If I use iTunes for any length of time, my system goes crazy. The scroll bar on whatever program I make active goes up and down like mad, while the content of the active window shrinks and magnifies in size multiple times a second. It's very bizarre and consistently happens only when I run iTunes for some length of time. I have no problem if I choose Windows Media Player. It's very disturbing, as I can no longer use iTunes. Any help in knowing how to fix the problem, or even to trouble shoot it further, would be greatly appreciated.

    Here are a couple of thoughts on the Timeline scrolling and other possible display issues:
    1.) make sure that you have the very latest video driver - the very latest
    2,) if you have Vista, turn Aero and Sidebar off
    3.) if you have Window Blinds, get the very latest version
    4.) if you have an InteliPoint mouse driver, try removing it, and using the standard Windows mouse driver instead*
    5.) if you have a laptop and both the touch-pad and a mouse are installed and ON, turn the touch-pad OFF
    These are some suggestions that might affect your display issues.
    Good luck,
    Hunt
    * The MS InteliPoint has caused many display issues with Adobe products. Most often, these have manifested themselves in flashing GUI's and similar, but other odd behaviors have been experienced. If the removal of InteliPoint does help, try the very latest version, but be ready to revert to the standard Windows mouse driver.

  • Export file size help...output seems way too big

    I have a 12 minute movie with audio, video and stills in it.
    Currently when I export it the file is 865MB...  I need it to be less than 100 with decent quality.  It is a tutorial video that will be downloaded from the web.
    Can you please give me some direction on how to do this?  On what variables to change etc.  I know if I exported this out of Camtasia Studio, it would be around that 100 or less bench mark .... problem is I don't know what the settings for the Camtasia preset are.
    I am using the following setup:
    Quicktime Format
    Summary:
    Output:
    1400x790, 15(fps), quality 100
    48000 Hz, Stero, 16 bit
    H.264
    Source:
    Sequece, 01-OverviewSWKit
    1920x1080 (1.0), 24fps, Progressive, 00:12:03:12
    48000 Hz, Stereo
    Settings:
    Video Codec:  H264
    Basica Settings:
    Quality 100
    Width/height (1400 x 790
    Aspect: Square pixels (1.0)
    Render at maximum depth - "UN"-checked
    Depth: 24 bit
    Advanced Settings
    Key Frame every 1 frame - "UN" checked
    Optimize stills - "UN" checked
    Frame Reordering "UN" checked
    Bitrate setting:
    Limit data rate to xxxx  "UN" checked
    Use Maximum Render Quality - "UN" Checked
    Use Previews "UN" Checked
    Use Frame Blending "CHECKED"

    Well, with the Apple H.264 encoder in a QuickTime container, you're a bit limited to the number of things you can tweak to decrease final file size. Using a more advanced H.264 encoder, like the free x264, will give access to many of the more "high-tech" bells and whistles that are part of the H.264 standard. One potential would be to tick the "Key frame every # frame" box and try a few values there, usually at multiples of your frame rate. Key frames are "whole" frames that take up much more space in the final file size, and decrease their frequency might help slightly decrease file size, though it will also affect quality.
    Short of changing the dimensions of your destination video, decreasing the frame rate, or changing the bitrate of the video and audio streams, you will eventually reach a limit of how much you can push one parameter or another. You might try using H.264 in the Format (not codec) dropdown; this will give you a bit more control over encoding to an H.264 MP4 file. Unless you specifically need a QuickTime MOV, you might find you get better results with the H.264 MP4.
    These are of course just the options in Premiere itself. Once you go outside the castle walls, you can find a whole bunch of other options, though they usually come at a steeper learning curve. The big thing to remember is that there is no free lunch when it comes to encoding; you have to give a bit here to gain there, and it's all about setting thresholds of what you're willing to accept.

  • Crazy File Sizes - Help!

    Hello,
    I have a multi-part question about multi-page PDFs.  Two things are happening to me quite a lot with Acrobat and PDF creation, and I need some help figuring out what's going on.
    Thing 1:
    I will receive a bunch of scanned music, each page scanned separately as a separate PDF ... and each one sent in its own separate email, resulting in 30-40 emails at a time ... from another user.  Each PDF page that gets sent to me tends to be somewhere around 500K.  My task is to use Acrobat to combine the incoming scans into a multi-page PDF.  The actual creation of the multi-part PDF is no problem.  Getting Started > Combine Files into PDF is a straightforward move, and that's what I do.  But the resulting multi-page PDF is HUGE.  I've tried optimizing, I've tried saving it as a Small PDF ... neither of those things do much at all.  I'm seeing file sizes around 5,000K by the time I'm done with an average-sized multi-page instrumental part (about 5-6 pages of music). 
    A big file size isn't necessarily a big deal, but I have to distribute these multi-pagers via email (that is the only electronic format that doesn't feel like alien technology to the people on the distribution list) and sending these big files in emails tends to be problematic.  Slow downloads, file size limits exceeded, etc. ... this big file size thing is really annoying. 
    I suspect the massive file size is caused by how the initial user scanned in the pages of music, but I can't control what the initial user does; I just have to work with what arrives.  Is there any way that I can fix this?
    Thing 2:
    I noticed that when I used the basic set-up at Fedex/Kinkos and, using a scanner and Acrobat, scanned 8.5 x 11 copies of some music as a black and white document, combining my scans into one PDF as I went and optimizing them, a file that would have been around 6,000 K coming from the other initial user and being paged together by me ended up being 568 K using this method.
    When I used my camera as a impromptu scanner and used the CamScan application to take a picture of a document and save it as a PDF, I was getting pretty ridiculous file sizes, 400-500 K a page.  Sam issue as with the PDFs coming from the initial user.
    What is going on?  Is there something in the scanning method that affects how big the file is?  Is a flatbed scanner and Acrobat the only way to get small PDF sizes?
    Thanks for any help you can provide...

    yes it dus thanx so much.. man i dont no y i didnt see that in the first place :p i must be blind

  • Is it possible to MANUALLY change Display Resolution (screen size) HELP!!

    Forgive me if this has been covered already, but I have tried to look here and
    there for an answer
    My screen for my iMac-G4 blew out long ago, I had a another screen (a Dell CRT-
    flatscreen) hooked up and IT blew out a few days ago, I just bought an LCD
    flat screen, but it needs a 1680 x 1050 resolution (WIDE screen(?)and my
    iMac-G4 only goes to 1024 x 768 in the "Display" controls. So all my desktop
    images are "scrunched" or "stretched".
    So is there a "MANUAL" way of configuring the screen size to a "standard"
    size within this Mac? or do I need to find a standard size screen?
    . . . HELP!!!
    You can also write me (preferably at) at:
    [email protected]
    I VERY MUCH appreciate any help- please realize too, that I am an IDIOT when it
    comes to computers, I just paint on this thing (as part of my job as a freelancer
    on the side), and WAS in the middle of a job for a client
    Thanks again,
    -MAVIII

    Hello and Welcome to Apple Discussions. 
    Apple limited the graphics cards in iMac G4s to the native resolution of the built-in LCD i.e:
    15" iMac G4 - 1024 x 768
    17" iMac G4 - 1440 x 900
    20" iMac G4 - 1680 x 1050.
    Even when connecting a second display this could only mirror the internal at the same resolution. For the following iMac G4's it's possible to install a firmware hack to open up the full capabilities of the graphics cards:
    17" 800MHz
    17" 1GHz
    15" 1GHz
    17" 1.25GHz
    20" 1.25GHz
    using an application called Screen Spanning Doctor. This is risky but I guess you haven't got much to lose at this point. I've only ever heard of one Mac user actually failing to do the process right though.
    You can always use Firewire Target Disk Mode to recover you client's files to another Mac.
    I'd be interested if SwitchResX works too. I only have external displays much smaller than my iMacs so can't test it from that perspective.
    cheers
    mrtotes

  • Window Size Help!!!!!!

    hi can anyone help me figure out how to make my opening page
    (home page) open
    up in browsers to exact size,no surrounding space.
    I want it to open almost like a pop up or flier.
    The "open a new browser feature" opens the regular index
    page and another
    window with the same image fitted. I only want one window to
    pop up with the exact flier size 525px x 813px no extra
    space around borders.
    please help!
    Thank you!

    The very first page I come to on your site will open to the
    dimensions 'I'
    choose to have my browser set to. You don't get a say in the
    matter.
    However, if you then decide to change my browser size when I
    start clicking
    around in your site, then two things will probably happen -
    a. I'll leave
    your site, or b. I'll get brassed off, and leave your site.
    If you still
    insist on trying to control how I see things on 'my' monitor,
    then you will
    probably want to look at the Behaviour panel, and choose the
    Open Browser
    window option. Up to you.
    Brendon
    "tacgraphix" <[email protected]> wrote in
    message
    news:ei68ck$j4r$[email protected]..
    >
    >
    > hi can anyone help me figure out how to make my opening
    page (home page)
    > open
    > up in browsers to exact size,no surrounding space.
    > I want it to open almost like a pop up or flier.
    > The "open a new browser feature" opens the regular index
    page and another
    > window with the same image fitted. I only want one
    window to
    > pop up with the exact flier size 525px x 813px no extra
    space around
    > borders.
    >
    > please help!
    >
    > Thank you!
    >

  • TABLE --- BLOCK SIZE - HELP

    Hi,
    Good day to all.
    There are totally 4 tables(EMP, DEPT, STORE_INFO,WAREHOUSE_INFO) which has the range partition been applied.(Partition is on the date range for current date i.e. for every 1 day the partition will be automatically created)
    There is a timer concept been applied such as the purge should automatically be done based on the days we pass.
    But I can see the information in my table as “11 – Which indicates that the table is overloaded”.
    For my surprise; for all the tables (NUM_ROWS and BLOCKS is NULL) except “EMP” table for which the NUM_ROWS IS NULL and BLOCKS size is 1,540,356.
    1)     Will this be an issue during purge?
    2)     Why NUM_ROWS is NULL and BLOCKS size is showing high.
    Please help....

    Thanks Hemant for your prompt reply.
    Sorry and forgot to mention that this information is for our records "11 - Status which moves when table is overloaded".
    Actually i was in an assumption that "because of the BLOCK SIZE" the table overloaded issue was getting raised.
    Is the below code right?
    When i am running it; it says the
    Error
    ===
    ORA-20000: TABLE "MOQ"."EMP" does not exist or insufficient privileges
    ORA-06512: at "SYS.DBMS_STATS", line 2105
    ORA-06512: at "SYS.DBMS_STATS", line 5210
    ORA-06512: at "SYS.DBMS_STATS", line 5243
    ORA-06512: at line 8
    DECLARE
       num_rows      NUMBER;
       num_blocks    NUMBER;
       avg_row_len   NUMBER;
    BEGIN
       -- retrieve the values of table statistics on MOQ.EMP
       -- statistics table name: EMP    statistics ID: TEST1
       -- MOQ - SCHEMA_NAME
       DBMS_STATS.get_table_stats ('MOQ'
                                  ,'EMP'
                                  ,NULL
                                  ,'EMP'
                                  ,'TEST1'
                                  ,num_rows
                                  ,num_blocks
                                  ,avg_row_len
       -- print the values
       DBMS_OUTPUT.put_line (   'num_rows='
                             || num_rows
                             || ',num_blocks='
                             || num_blocks
                             || ',avg_row_len='
                             || avg_row_len
    END;Or only DBA has the privileage?
    Please help

  • Export size - HELP

    I have edited a video which is just over a hour long when I export it it is 40 gig and therefore won't fit on a DVD. I'm new to this and must be obviously doing something stupid. A dvd of a film has so much more than my 1 hour film so why can't I export at a size that will fit on a DVD. I'm exporting as a quicktime movie.
    Any help appreciated

    Don't worry about file size at this point. Your DVD authoring program will compress and encode. About two hours of video will fit on a standard DVD. (I recently finished a 2:08 project which fit.)
    I assume this is HD footage. Export a QuickTime Movie from FCE (do not use QT Conversion) and bring the resulting file into iDVD (or the authoring program of your choice). (The DVD will be standard-definition.)

  • Clip size help please.

    I have loaded a 12GB file into Imovie from my DV camera.
    I now want to split the file into a number of clips that will be the right size for burning to disk.
    To test, I took a 3 minute clip from the original 60 minute (12GB) file but it's size remains at 12GB.
    How do I get the 3 minute clip to reflect the size that it should be?

    There are two different things to take into consideration here:
    1. "..I took a 3 minute clip from the original 60 minute (12GB) file but it's size remains at 12GB.."
    iMovie HD 6 is a "non-destructive" editor. In the original versions of iMovie, when you cut a clip and discarded the rest then all the unwanted material really was thrown away; so taking a 3 minute clip out of a 60 minute chunk and throwing away the rest left you with a much smaller 650 megabyte mini-clip. But that meant that if you later changed your mind you couldn't 'restore' what you'd thrown away in order to adjust the cut.
    In iMovie HD 6 all the original material always remains: when you make a cut, iMovie simply writes a note to itself to tell itself which section(s) of the original material to play, but the whole of the imported DV still sits there in the background, readily available in case you want to make adjustments to your chosen clip(s). That makes it possible to keep on 'Undo'ing mistakes, not just undoing the last cut you made.
    So if you trim a 60 minute clip down to 3 mins the whole original 12GB file size still remains.
    If hard disc space is tight and you definitely want to discard the original file(s), just Export the clip(s) you've chosen, and that will create a new file which is only as big as the exported material. You can then throw away the original import ..thus cutting your storage space from 12GB to 650MB, for example.
    2. "..I now want to split the file into a number of clips that will be the right size for burning to disk.."
    If you mean that you want to burn the clips to store them and want to store them on 4.7GB DVDs as data, then the clip sizes will have to be small enough to fit. A 4.7GB DVD will hold roughly 20 minutes worth of DV files.
    But if you want to burn a movie DVD of the clips you've chosen ..a DVD which will play in a normal DVD player and show your clips on a TV, then you don't need to worry about file sizes. That's because a movie DVD stores video in a compressed format called MPEG-2, and iDVD will look after the compression so that you can fit almost 2 hours of material onto a video DVD.
    (..A 90-minute Hollywood movie easily fits onto a standard 4.7GB DVD because it's compressed ..but only 20 mins of a normal DV file would fit on a 4.7GB DVD..)
    So, iDVD will handle all the compression to fit a movie onto a DVD as long as the movie is just under 2 hours long. So don't worry about cutting down file sizes, and don't worry that a 3 minute segment of a 1 hour DV import still looks like 12GB. You only need to consider "running time" if you're making a movie to put on a DVD. No matter what the apparent file sizes, if your movie runs for 110 minutes then iDVD will unnoticeably compress it so that it'll fit on a 4.7GB DVD.

Maybe you are looking for