Someone help with the export of a book cover of three pages on a single page for CreateSpace?

Hello

Can someone help me to export a book cover of three pages in PDF single page InDesign? It has exported to PDF in three separate pages, probably because I created my document in the form of three pages originally .indd. I tried to load the PDF for CreateSpace but he rejects it as he wants as a page.

I really hope this is easily fixed as I can't bear the thought of go everywhere.

I would be very grateful for a quick answer because I'm going on vacation in 48 hours...

Thank you

Sean

PS - Thanks to Peter Spier for answering a previous question a few weeks; For some reason, I couldn't answer (say thank you). 'No available actions' was the message, or something in that sense.

Is it set up as a page three in the ID? If so, check the double option during export.

Tags: InDesign

Similar Questions

  • can someone help with the following code plsql errors...

    Hello

    If anyone can help with the following code... to get a successful outing.

    create or replace package lib_01 as

    procedure lib_proc01 (p_user_id in numbers, p_user_name in varchar2);

    end lib_01;

    create or replace package body lib_01 as

    procedure lib_proc01 (p_user_id in numbers, p_user_name in varchar2) as

    number of v_user_id;

    v_user_name varchar2 (50);

    number of v_avl_books;

    number of v_avl_days;

    date of v_end_date;

    date of v_return_date;

    Start

    dbms_output.put_line ('Enter User Name');

    dbms_output.put_line (' username :'|| p_user_name);

    Select user_id, user_name in v_user_id v_user_name of user_registration where user_name = p_user_name;

    If v_user_name <>p_user_name then

    dbms_output.put_line (' username is not.) Please submit full name ');

    end if;

    If v_user_id is null or v_user_name is null then

    dbms_output.put_line ("' user not found");

    validate_userLogin;

    on the other

    validate_issuedbooks (p_issuecount);

    end if;

    If v_issuecount < v_avl_books then

    issuebooks;

    on the other

    Number of return of late_fee (p_mem_id, p_extradays, p_latefee_total);

    end if;

    If paid_flag = "Y" then

    issuebooks;

    on the other

    dbms_output.put_line ("' book may be issued due to its maximum reached late fees");

    end if;

    end lib_proc01;

    procedure validate_userLogin is

    procedure reg_proc is

    procedure user_validate (p_id_proof in varchar2, p_id_no out varchar2) is

    v_id_proof varchar2 (20);

    v_id_no varchar2 (20);

    Start

    Select user_name, id_proof, id_no, v_user_name, v_id_proof, v_id_no of user_registration where id_proof = p_id_proof;

    If v_id_proof = "Adhar_Card" then

    dbms_output.put_line ('user a valid proof of ID');

    dbms_output.put_line (' and the id no. :'|| is p_id_no).

    on the other

    dbms_output.put_line ('Invalid ID evidence.) Please submit valid proof of ID ');

    end if;

    exception

    When no_data_found then

    dbms_output.put_line ('No Data found');

    end user_validate;

    procedure member_validate (p_mem_id series)

    v_mem_flag char (1);

    curr_date date: = sysdate;

    date of v_mem_enddate;

    Start

    dbms_output.put_line('Mem_flag:'|| v_mem_flag);

    Select mem_flag in the v_mem_flag of user_login where user_id = v_user_id;

    If v_mem_flag = 'n' or v_mem_flag is null then

    dbms_output.put_line ('The User do not have membership');

    on the other

    Select mem_id in the v_mem_id of user_login where user_id = v_user_id;

    dbms_output.put_line ('the user has membership');

    v_mem_id: = p_mem_id;

    Select mem_enddate in the member_login v_mem_enddate where mem_id = v_mem_id;

    If v_mem_enddate < curr_date then

    dbms_output.put_line ('Membership has expired' | v_mem_id |' on ' | v_mem_enddate);

    on the other

    dbms_output.put_line ('User a validity again' | v_mem_enddate);

    end if;

    end if;

    exception

    When no_data_found then

    dbms_output.put_line ("' no data found");

    while others then

    dbms_output.put_line (' another error.) Please find");

    end member_validate;

    Start

    insert into user_registration values ('& first_name ',' & last_name', null, ' & user_type',)

    address_ty ("& bldg_no",

    '& bldg_name',

    '& Street',

    ' & city ",

    '& State',

    '& zip'

    ),

    user_phone ',' & user_mail ',' mem_idproof', ' & id_no');

    Dbms_output.put_line ('user is properly registered');

    exception

    When no_data_found then

    dbms_output.put_line ("' data not found");

    end reg_proc;

    Start

    Dbms_output.put_line (' enter ID or user name ');

    Dbms_output.put_line (' username: ' | p_user_name);

    If v_user_name is null then

    Dbms_output.put_line ('user not found');

    reg_proc;

    Insert user_login SELECT user_id_seq. NEXTVAL, user_name, NULL, mem_id_seq. NEXTVAL, user_type FROM user_registration WHERE user_name is lower (p_user_name);

    Dbms_output.put_line (' because the user wants to have the membership? ");

    Dbms_output.put_line ('If Yes, please pay dues");

    INSERT INTO member_login SELECT mem_id_seq. CURRVAL, SYSDATE, SYSDATE + avl_days, 500, 'Y' of user_login ul, bl book_loan WHERE ul.mem_type = bl.mem_type AND user_name = p_user_name;

    END IF;

    exception

    When no_data_found then

    dbms_output.put_line ("' no data found");

    When too_many_rows then

    dbms_output.put_line (' too many lines).

    END validate_userLogin;

    procedure validate_issuedbooks (p_issuecount series)

    number of v_issuecount;

    Start

    Select user_login u, bl book_loan, avl_days, avl_books in v_avl_days, v_avl_books where bl.mem_type = u.mem_type and user_id = p_user_id;

    SELECT count (case when end_date < end return_date then p_mem_id) as invalidcount in v_issuecount from book_count where mem_id = p_mem_id;

    v_issuecount: = p_issuecount;

    dbms_output.put_line (' no. books that the user contains the :'|| p_issuecount);

    end validate_issuedbooks;

    procedure issuebooks is

    procedure book_avl (p_avl_now_flag in p_avl_date Boolean, date) is

    v_avl_now_flag char (1);

    date of v_avl_date;

    procedure reader_bookissue is

    Start

    insert into values drive (p_user_id, v_book_id, sysdate, sysdate, null);

    insert into book_count values(p_mem_id,v_book_id,sysdate,sysdate,null);

    Update book_availability set issued_to is "Reader" where book_id = v_book_id;.

    end reader_bookissue;

    Start

    Select book_name, b.book_id avl_now_flag v_book_name, v_book_id, v_avl_now_flag of the book b, book_availability b where b.book_id = ba.book_id and ba.book_id = p_book_id;

    If v_avl_now_flag = "Y" then

    dbms_output.put_line ('the book is available for issuance' | v_book_id);

    on the other

    Select mem_type in the v_mem_type of user_login where user_id = (select user_id from book_availability where avl_now_flag = 'n' and book_id = p_book_id);

    If v_mem_type = "Reader" then

    reader_bookissue;

    dbms_output.put_line (' the book is with Reader.) Please try tomorrow.') ;

    on the other

    dbms_output.put_line ('the book is member');

    end if;

    Select avl_date in the book_availability v_avl_date where book_id = p_book_id;

    v_avl_date: = p_avl_date;

    dbms_output.put_line (' the available date is: ' | p_avl_date);

    end if;

    end book_avl;

    Start

    insert into book_count values(p_mem_id,p_book_id,sysdate,sysdate+v_avl_days,v_return_date);

    Update book_availability set book_id = p_book_id, avl_now_flag = 'n', avl_date is to_date (sysdate + v_avl_days,' dd-mm-yyyy ""), issued_to = v_mem_type, user_id = p_user_id where mem_id = p_mem_id;

    commit;

    dbms_output.put_line ("' the book published successfully");

    end issuebooks;

    Number of function return late_fee (p_mem_id in number, p_extradays series, p_latefee_total number) is

    number of v_extradays;

    number of v_latefee_total;

    number of v_latefee_per_book;

    number of v_latefee_per_day;

    number of v_book_count;

    Start

    Select trunc (sysdate) - v_end_date in v_extradays from book_received where mem_id = p_mem_id and book_id = p_book_id;

    p_extradays: = v_extradays;

    v_latefee_per_book: = v_latefee_per_day * v_extradays;

    v_latefee_total: = v_latefee_per_book * v_book_count;

    p_latefee_total: = v_latefee_total;

    dbms_output.put_line ('The total AMT for not returned books' | p_latefee_total);

    end late_fee;

    end lib_01;

    Hello

    I checked the first 10 lines after the beginning and I could count already several errors.

    Is it an exercise or a real code, you must provide?

    Kind regards.

    Alberto

  • Can someone help with the scripts on this file?

    Hi, I hope someone with a bigger brain can help me here.

    I have an existing Flash CS3 file that makes up the result to http://www.infusion-set.com/Flash/eLearning/Inset30/inset30_eguide.html .

    The customer asked if I could add an extra tab at the top after that 'group' called 'Contact us' with link to an additional page. The design was done in ActionScript 2 with references to XML files for dynamic content because it has been done in other languages.

    I modified the XML file with the correct references to a new page and a .swf file that accompanies it to play in the field of animation.

    I tried a .fla version where I duplicated one of the existing tabs script, changed the XML references and changed the variables if necessary to "con or"Con"(which is to reach us). Unfortunately, he made the menu tab go completely off the page and was patently false in some way.

    Can someone give me a clue as to what to change here on the original file that I am a novice with ActionScripts, so ask me.

    For reference, I have attached the HTML files with scripts of original file and my incorrect version. The chronology is 103 images with the scripts placed in frame 1 and 102

    Thank you.

    Garry

    The buttons are all created using the same library object (but MC), except for the code you have in the revised file does not call on it for the con button.

    You calling on something with a name of 'con' link, which tells me that a quick check is not - then it is undefined in the code when you try to use it.  I found this by using trace (newConBut._x); After its _x value was assigned, as I said, you should try.   So the first thing you want to do is to change the following line from...

    var newConBut = _root.attachMovie ("con", "conbut", _root.getNextHighestDepth ());

    TO

    var newConBut = _root.attachMovie ("but", "conbut", _root.getNextHighestDepth ());

    so that it uses the but MC who is used to this end in the library.  So, you want to correct the assignment _x of the buttons and I think that you had previously...

    newConBut._x = 650 - newConBut._width;
    newRecBut._x = newConBut._x - newRecBut._width;

    Here is a picture of what these changes (note, without the XML file, I had to finagle things just to work, then the labels of biutton are not what they will be)...

  • Can someone help with the problems of storage for photoshop cc

    Hello

    Ive recently bought a new mac and have downloaded photoshop top. When I open the program and work on A2 size pages for my portfolio my storage used on my mac goes 92 GB free for only 12-8 GB free, what I read photoshop uses temporary when editing files (I don't know if that's okay) and so use temporary RAM.

    Is there anyway to stop that I sometimes get a message saying my storage scratch is full and I can do is no longer any work, please could someone with more experience let me know if there is a way to solve this problem, or if I simply have to share my new laptop for one that allows me to have more storage RAM.

    Thank you!

    In the screenshot below I've implemented an A2 document for printing.

    The size of the file is 99.6 MB, and the pixel dimensions are 4961 x 7016, which should work without problem.

    If you have several layers the file size, but it must always be easy to manage.

  • Problems with the export of PDF to TIFF (a PDF page export also several images in TIFF format)

    Using Acrobat X professional, I'm trying to convert a PDF to multiple page in multiple TIFF files - that is, each page of the PDF file is converted to a TIFF file (for example, a PDF file with 50 pages would cause 50 TIFF).

    I created a remedy so that I can possibly process batches of PDFs. My action in two stages:

    (1) flatten layers

    (2) export all images as TIFF

    -the files are exported to a folder on a network drive

    -file settings are: Monochrome = CCITT G4 / grayscale = LZW / color = LZW

    -color management: RGB = off / off = CMYK / grayscale = off

    -conversion: color space: determine automatically / resolution: 300 pixels/inch

    -extraction: exclude the lower images: no limit

    My PDF is searchable (OCR has been applied). I checked the file to see if it has all the layers - this isn't. The file was created with InDesign.

    Basically, once the action performed there are several exported for each page - TIFF files and when I open the TIFFs they are parts of each PDF page. For example, if a single PDF page has three images on it then three TIFFs are exported for each image instead of a TIFF that is identical to the single PDF page. Then, when I try to treat a PDF with 50 pages that I'm left with is a folder with 150 TIFF files (and not 50 TIFF files - a TIFF for each page of the PDF).

    Here is an example of how files are renamed due to export:

      • HD_08_Issue2_E_Page_02_Image_0001.tif
      • HD_08_Issue2_E_Page_02_Image_0002.tif
      • HD_08_Issue2_E_Page_02_Image_0003.tif
      • HD_08_Issue2_E_Page_02_Image_0004.tif
      • HD_08_Issue2_E_Page_02_Image_0005.tif

    I tried to use the action on a PDF file that had not been OCR'ed and I had no such problem. The only thing I can think is that it is the OCR which is the origin of each page of the file PDF to split into multiple images? The majority of the files that I need to convert PDF to TIFF had applied OCR.

    Any ideas? Thanks in advance!

    In a Save command, you can use the export to TIFF in the output Format.

  • Need help with the wireless internet Power Book G4

    Hi-I recently inherited a Power Book G4.  I have problems to connect to wireless internet.  According to the Profiler systems, it has an AirPort Extreme card, but there is no icon on the screen wireless.  Advice to connect would be appreciated!

    Thank you-

    Stephanie

    The icon in the menu bar can be hidden or displayed.  The setting is the system network preferences pane.  Where it says display, select AirPort.  There is a checkbox for the State of AirPort show the menu bar.  Since the AirPort icon in the menu bar, you can select the a local wireless network to join.

    This pane of system preferences, you can use the more specific configuration settings, although the default settings work often unless you use special parameters with your wireless router.

    AirPort Extreme Card maybe for 802.11b and gand not n.  If your wireless network is configured for 802.11n only, you will need to change this setting to allow to 802.11 g (on the wireless router).

  • Can someone help with the problems of email account? Messages from the console?

    vcyman , March 9, 2016 13:16

    I had ongoing issues with my Mail months including Spindumps and just doesn't look good, so I changed the e-mail settings in the past according to the directives of the ISP, but now the incoming server is grayed out, more it's time to see if my overall situation needs some changes. As I am researching the current issue of the evolution of the e-mail settings, I see the information that can be linked to a larger problem, so I'm including that in a larger context.

    I use my Web site for most of my email accounts and received error messages indicating that the certificate is not valid. I contacted Hostway and learned that they have their own encryption and don't require SSL, but they said Apple mail works best if I use their specific settings instead of those I have. The server settings entering my accounts existing messaging site are shaded out and immutable. What is the best way to make changes without causing more problems?

    I tried to move the mail account plist.to the trash and restart hoping that would disable the accounts but it didi not work. Or I sign out to iCloud and make changes?

    MORE INFORMATION

    In/Library/Application Support / Mail / Online Account Types/com.apple.updated.mailaccounts/MailAccounts.plist, the Account.plist includes an e-mail account which is Ameritech and not logged into my site.

    in Library/Mail/it is V2 and V3. V2 is V2/MailData/Accounts.plist. V3 contains no Accounts.plist. in MailData. I printed the Accounts.plist. and there are 22 pages of data. Each e-mail account is repeated at least three times and it seems connected to the when I made changes to the account settings in the past.

    This may be related to a larger problem because I have error messages related to the e-mail in the console.

    09/03/16 12:05:22.644 PM cloudd [429]: error SecOSStatusWith:-[50] error Domain = NSOSStatusErrorDomain Code =-50 'query lack the class name' (paramErr: error in user parameter list) UserInfo = {NSDescription = query missing class name}

    09/03/16 12:05:22.648 PM DCs [365]: securityd_xpc_dictionary_handler cloudd [429] copy_matching error Domain = NSOSStatusErrorDomain Code =-50 'query lack the class name' (paramErr: error in user parameter list) UserInfo = {NSDescription = query missing class name}

    09/03/16 12:05:22.648 PM cloudd [429]: error SecOSStatusWith:-[50] error Domain = NSOSStatusErrorDomain Code =-50 'query lack the class name' (paramErr: error in user parameter list) UserInfo = {NSDescription = query missing class name}

    09/03/16 12:05:22.649 PM Mail [634]: cannot load the draft for documentID: C265D900-C6A3-48B9-AF60-C83FE29A7AED

    09/03/16 12:05:22.705 PM Mail [634]: cannot load the draft for documentID: E1D3029B-C2BF-425E-8F67-32C190B420CF

    09/03/16 12:05:23.142 PM Mail [634]: CFNetwork SSLHandshake failed (-9807)

    09/03/16 12:05:23.144 PM Mail [634]: CFNetwork SSLHandshake failed (-9807)

    09/03/16 12:05:23.417 PM Mail [634]: CFNetwork SSLHandshake failed (-9807)

    09/03/16 com.apple.AddressBook.InternetAccountsBridge [501 12:05:23.432 PM]: looking for iCDP status IDDM 61149625 (checkWithServer = 0)

    09/03/16 com.apple.AddressBook.InternetAccountsBridge [501 12:05:23.435 PM]: error XPC while checking if iCDP is enabled for IDDM 61149625: error Domain = NSCocoaErrorDomain Code = 4099 "the connection to the service named com.apple.cdp.daemon was invalid." UserInfo = {NSDebugDescription = the connection to the service named com.apple.cdp.daemon has been invalidated.}

    09/03/16 com.apple.AddressBook.InternetAccountsBridge [501 12:05:23.435 PM]: connection Daemon invalidated!

    09/03/16 com.apple.AddressBook.InternetAccountsBridge [501 12:05:23.436 PM]: [AOSAccounts]: [__49-[ACAccountStore (iCloudAccount) icaAppleAccounts] _block_invoke]: accountsWithAccountType returned the error: Domain = com.apple.accounts error Code = 9 '(null) '.

    09/03/16 12:05:23.446 PM Mail [634]: CFNetwork SSLHandshake failed (-9807)

    09/03/16 12:05:23.716 PM Mail [634]: CFNetwork SSLHandshake failed (-9807)

    09/03/16 12:05:24.076 PM sandboxd [139]: com.apple.Addres (501) ([501]) deny com.apple.cdp.daemon mach-search

    09/03/16 12:05:24.626 PM Mail [634]: CFNetwork SSLHandshake failed (-9807)

    09/03/16 12:11:40.263 Safari [624] PM: KeychainGetICDPStatus: key :-25300

    09/03/16 12:11:40.263 Safari [624] PM: KeychainGetICDPStatus: status: power off

    09/03/16 12:49:52.821 PM Mail [634]: * the Assertion failure in French-[IMAPParseContext _parseStatusResponse], /Library/Caches/com.apple.xbs/Sources/Mail/Mail-3112/IMAP/Connection/Responses/ IMAPParseContext.m:956

    09/03/16 12:49:52.821 PM Mail [634]: exception IMAP response analysis: tried to parse a response from status without knowing the separator character.

    I'd appreciate any suggestions.

    Is your IMAP account?

    You have stored messages slot "on my Mac"?

    If create you your account in a new user, it works correctly?  (see below)

    See my answer in a similar debate. Let me know if you need more assistance.

    Re: The first time to open Mail.app: opens the window Import Mail Message - crashes during the infinite-import cycle how to break it?

    Re: Certificate error. When the message appears you must choose "see the certificate", then select "always Trust ' in keychain."

    CREATE A NEW USER

    Go to system-> Preferences, create a new user in users and groups.

    Place in the new user by logging in under the Apple in the menu bar.

    Log in to the new user.

    You can skip the connection with an Apple ID, unless you want to test an iCloud account. Select continue, then jump.

    Open Mail and add your account. If it's a POP account, make sure that you do not select "remove copy from server after retrieving a message," on the Advanced tab.

    You still see the issue?

  • Can someone help with the loading of a js library

    I try to write code to do drag and drop.  I'm the class of lynda.com and following directions.  I use a mac 10.x and animate the current edition of the edge.  I'm going to jqueryui.com and download the latest library, version 11.x.x.  I then unzip it and import it into scripts by using the button +.  The final result shows js/jquery-ui.min.js under scripts in the library.

    Lynda.com recommended I run the following action point under creationComplete code.

    {if (jQuery)}

    Alert ("Loaded");

    }

    I'm doing this, but when I tells the browser (chrome last) I don't get the alert.

    To check:

    I write the following code.

    SYM.$("h"). Draggable();

    I do not get the expected results in both cases; No warning and no draggable 'h' symbol

    Any advice would be appreciated.

    WWhat version to animate?

    If you later need to load jquery first, then jquery ui - .the order is important.

    Check out my sample on simple called edgeheroo.com draggable.

  • Problems with the export of

    Hello

    I had problems with the export feature in Photoshop 2015 CC. I think that the problems started some time around the most recent update, but it is possible it all started when I used the photo frame Script (filter > render > photo frame). I'm not sure. But as you'll see below, it is almost that the software attempts to create a setting when I try to export an image.

    In any case, when I try to use the export function, the image that appears in the dialog box is stretched and distorted.

    photoshop-problems-2.jpg

    I can resize the box and the image will then appear normal, but then when I click on "Export all", the screen looks like this:

    photoshop-problems-3.jpg

    The box save never actually appears. It's just a white box with a black column. It's almost as if the screen is not complete the drawing.

    And it seems that this problem starts even before I got to export in the form box. The beginning of Photoshop screen looks like this:

    photoshop-problems-1.jpg

    The file names (which I have gray here) are not complete. They end up just with a white line that reaches out to the right of the screen.

    This has happened for at least a few weeks now. Stop smoking out and restarting does not help. I tried to reset my preferences and that did not help. I tried to delete the preferences file and it still happens.

    BTW, the Save for Web feature works very well.

    I work on a Mac with the following attributes:

    photoshop-problems-4.jpg

    My Mac software is up to date, as well as Photoshop.

    Can someone help me understand what is happening and how to fix it?

    Thank you-

    Mary

    If you see a picture frame in the preview, but not in the exported file, I think that you have driver video card problems.

    If you go into Photoshop preferences > Performance and uncheck 'Use Graphics Processor', the problem goes away?

  • Need help with the lettering complex

    BMW Cert logo1.jpg

    Well, I try not to ask questions on this forum without trying things myself. I understand the time of other people very important. In any case, I took a class at a technical college and have a home classroom course that I'm doing right now. Unfortunately, at this time I need assistance. This logo needs to be recreated for vector art because it will be printed on a very large substrate. The customer has no access to vector art.

    I need help... I'm very proficient with the basic tools, the pen tool including. However, create complex lettering like that, I don't have a lot of experience with.

    The lettering is so my * right now. Also, I can imitate the gradient for bars decently, but get with the little rounded in angle gradient effect.

    I do not beg for help, but I might help! ?? I'm not looking for someone to do the work, rather to provide advice, so I can go my way through this. The customer contacted my boss today and he needs Monday for a meeting, so I'll have a project to do over the weekend.

    To print the black spot. Any advice/suggestions will be greatly appreciated. After work tonight, I'll go in my classroom in a book to pick up useful tips.

    Thank you all,

    Andrew

    There are many stylistic variations of this sort of thing. Your screenshot is too low to discern the exact treatment used for sure. Who says:

    This takes about 5 minutes and translates into a clean and economic construction with a minimum of access roads.

    That color is black spot.

    Two shades: Spot black and 20% tint of black spot.

    All paths shift (the inner paths of all the characters) are a single compound path and receive a fill of three-stop linear grad at 0 degrees.

    All original paths (paths outside of all the characters) remain separated and a three-stop linear grad to 120 degrees fill is applied (so each external character has its own grad which can be set individually).

    Small individual adjustment of the grads on each external character can match very closely the layout of tones of bevel of the original that you are trying to imitate. Keep things simple. Consider shading Emboss edges carefully and try to see them as linear graduates extending on the entire character and not as a pile small tedious individual details of packaging around the character. Then do shading with grad stops as little as possible. Understand how to "shake" or "refine" travel between the grad stops moving the gamma pointers that lie between each pair of grad adjacent stop biased towards a stop or another. More transitions - particularly on bevel veneers - the most 'sparkle '.

    JET

  • Need help with the blue screen issue "NAVEXI5. SYS, PAGE_FAULT_IN_NONPAGED_AREA ".

    Original title: need help with the blue screen issue
    My computer turns saying a blue screen: a problem has been detected and windows were shut down to prevent damage. The problem seems to be caused by the following file: NAVEXI5. SYS PAGE_FAULT_IN_NONPAGED_AREA he seems to have a different error whenever he turns to a blue screen. Can someone help me please.

    Hello

    1. Since when are you facing this problem?
    2. you remember to make changes to the system?
    3. do you get an error with this error code?

    I suggest to unplug external devices such as printer, scanner, etc. that are plugged into the system, and then restart the system and check if the problem persists.

    Method 1.
    I suggest you to do a check disk from the recovery console and check if the problem is resolved. Follow the steps mentioned below.
    a. start into the recovery console using the XP CD. Follow the steps mentioned in the article below.
    Description of the Windows XP Recovery Console for advanced users
    http://support.Microsoft.com/kb/314058
    b. perform a disk check.
    How to perform disk error checking in Windows XP
    http://support.Microsoft.com/kb/315265

    Method 2.
    I suggest you to start with the XP CD and then do a system restore. Follow the steps mentioned in the article below.
    How do I recover from a corrupted registry that prevents Windows XP startup
    http://support.Microsoft.com/kb/307545

    I hope this helps.

  • Help with the part number - paw index screen X230ti

    Can anyone help with the reference number and or the availability of the small 'legs' that sit in the slots on each side of the keyboard on a X230ti? They locate into the slots with the screen and prevent movement when the lid is closed.

    I have the same and among the small beasts broke and the screen tends to rotate when closed.

    Have searched for a parts list but cannot find the "paw" in any list that I found. Thank you

    Here is a picture of the X230t keyboard (and palmrest) framework. You can see the small 'legs' to belong to him.

    I hope someone from Lenovo will tell you how to order this part. EDIT: part number 04W6808.

  • Hello need help with the opacity mask.

    Hello need help with the opacity mask. I hope someone out there can help

    I inherited a logo that appears to use a Logo of OM has a shape with a grad. This grad at first sight is not used in the Grad scheme and there is not editable.  Looking at the transparency palette I find an OM (pic1) output option. If I choose what the grad on separates it from the page of the form, that is from there I can change/remove as required (Note2).

    However, sometimes (he did no change), I'll be back to the same original form and output option is grayed out and is no longer available. Or I go to the similar shape that has the same treatment and I can't go out OM (pic3)

    The only difference is the thumbnail in the transparency palette, which is strong in pic1 and rated on pic3. What Miss me?    I'm not clear what the advantage is simply OM using the Grad palette to apply a grad in my form, but until I can get rid of OM who is there, I can't comfortably apply to the grad I want.

    The white gradient LHS I have no problem with. I choose fortunately only and each time get the possibility of release of OM.

    Screen Shot 2015-08-06 at 12.26.48.pngScreen Shot 2015-08-06 at 12.00.10.pngScreen Shot 2015-08-06 at 12.01.16.png

    The other thing weird. When I select the white gradient. Sometimes, the exit option is in the palette without going through the drop-down list (Fig 4).

    Other times seems not that OM has already been applied, because the palette gives me the ability to mask rather than liberation (5 photos). Until I go to the drop down and then I find Release is an option after all.

    What is the difference here?   Not much of a problem, because either way I can release OM to be able to change the grad.

    The file is passed through several hands and play anywhere to try to resolve issues, and many stops and save slot, so something along the line was of course done a logo and not the other because of the difference, but I can't for the life of me see what that.

    Screen Shot 2015-08-06 at 12.44.21.pngScreen Shot 2015-08-06 at 12.44.36.png

    I hope someone can help. Very appreciated


    See you soon

    Dave

    Dave,

    I've (mis) understanding the issues, you can account for the box to the right in the main palette transparency (called thumbnail) here.

    Illustrator help | Transparency and blending modes

    represents the masking objects.

    Some of your screenshots show no object mask, so it only is not really a mask even if do the opacity mask has been clicked and there seems to be one in the layers palette, wherever you look.

    I think that it is perhaps the issue.

  • Making the ear of corn and need help with the ball.

    I do some corn on the COB for an illustration and I need help with the texture of the ball. I've been slowly making progress with gradient for kernels mesh, but I can't seem to recreate the look of the ball at all. I tried to recreate it in a rectangle by using the option in the menu object (1 row, 50 columns) gradient mesh and I'm trying with the fusion in object mode, but not lucky yet. Can someone help to put me on the right track to make the texture:

    http://images.clipartof.com/sweet-corn-on-the-cob-with-husk-royalty-free-vegetable-stock-photo-by-kennygadams-4501068853.jpg

    http://image.shutterstock.com/display_pic_with_logo/660550/660550,1298544740,8/stock-photo-ripe-corn-vector-illustration-on-white-background-71847955.jpg

    http://static5.depositphotos.com/1012047/533/v/950/depositphotos_5336961-Corn-oil.-Stylized-drop-of-oil-and-corn-cob..jpg

    I've been slowly making progress with gradient for kernels mesh, but I can't seem to recreate the look of the ball at all.

    Tank,

    You have published three images stylistically very different. The first is photographic and call probably (but not necessarily) for graduates of mesh. The other two are graphical treatments (and frankly, they're both rather flat; lack of depth).

    Illustration style extends the range of cartoonish in sketchy photo-realism and all the rest. The problem is you didn't show your own attempt so that anyone can have an idea of what you're trying to achieve the stylistic point of view.

    I just need to put in place so that the final step does not appear the whole box. The problem now is trying to make the style of the good brush to reproduce the effect...

    You seem to think you have to build a kind of linear construction and then find a way to reshape the shape of each part of the leaf. Yes, you pouvez approach it this way, but Illustrator users has often tend to be what aunt Molly would call "too clever by half."

    Not everything must be something semi intelligent auto or complex and tedious consruct involving brushes, envelopes, masks, etc, etc. Much can be accomplished by thinking that he just thanks to measure you draw directly economic paths and constructions, which take no more time (often less) and result in very tidy, simple files. Again, a lot depends on what you are trying to achieve the stylistic point of view. But here's an example that only took a few minutes to draw:

    If the above consists of:

    Three roads closed, 8 points each, with ordinary linear degrees

    Three mixtures of open path with three anchor points for each key path

    Six paths closed for shadows / highlights, with 19 points in total

    Mixtures being directly from the paths drawn comic forms, the spacing of the veins 'automatically' and intuitively follows the width from point of view of the worksheet.

    Rather than to build a boilerplate brush, colouring and the weight of each of the three main paths of the vein mixtures can be set individually at any time, simply directly by selecting the key path.

    JET

  • Help with the session variable PHP CS5.5 - Please

    Hi all

    I am needing a little help with the help of a session variable, and I hope someone can point me in the right direction.

    I created a PHP page that uses the Dreamweaver 'User authentication' feature and the basics of this works very well, to direct a user to the correct page depending on whether they are or are not a valid user. I want to customize the page 'user valid' with people, user name entered in the authentication of the user table... a seemingly simple task using a session variable, but I just seem not to be able to make it work!

    The generated code for the AU on page 1 is the following:

    <? PHP

    Validate request to connect to this site.

    If (! isset {})

    session_start();

    }

    $loginFormAction = $_SERVER ['PHP_SELF'];

    If (isset($_GET['accesscheck'])) {}

    $_SESSION ['PrevUrl'] = $_GET ['accesscheck"];

    }

    If (isset($_POST['txtfirst_name'])) {}

    $loginUsername = $_POST ['txtfirst_name'];

    $password = $_POST ['txtsurname'];

    $MM_fldUserAuthorization = "";

    $MM_redirectLoginSuccess = "member_update.php";

    $MM_redirectLoginFailed = 'login.php ';

    $MM_redirecttoReferrer = false;

    @mysql_select_db ($database_panto, $panto);

    $LoginRS__query = sprintf ("SELECT firstname, name OF web_access WHERE firstname = %s AND family name = %s",

    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    $LoginRS = mysql_query ($LoginRS__query, $panto) or die (mysql_error ());

    $loginFoundUser = mysql_num_rows ($LoginRS);

    If {($loginFoundUser)

    $loginStrGroup = "";

    If (via PHP_VERSION > = 5.1) {session_regenerate_id (true) ;} else {session_regenerate_id() ;}

    Declare two session variables and assign them

    $_SESSION ['MM_Username'] = $loginUsername;

    $_SESSION ["MM_UserGroup"] = $loginStrGroup;

    If (isset($_SESSION['PrevUrl']) & & false) {}

    $MM_redirectLoginSuccess = $_SESSION ["PrevUrl"];

    }

    Header ("Location:".) $MM_redirectLoginSuccess);

    }

    else {}

    Header ("Location:".) $MM_redirectLoginFailed);

    }

    }

    ? >

    First of all, the text highlighted in red above seems to be setting the session variable that I need. Is this correct?

    If so, what is the code that I need to put on page 2 to use this session variable? or

    I have to do something else on the page 1 to correctly assign the session variable?

    Would be very grateful for your expertise

    Mark

    It seems that you put the columns incorrectly in the user authentication server behavior. This is the SQL query that checks the credentials of the user:

    $LoginRS__query = sprintf ("SELECT firstname, name OF web_access WHERE firstname = %s AND family name = %s",

    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    You are looking for first name and last name, while you should look for the user name and password of the user.

    $_SESSION ['MM_Username"] is a session variable that stores the login name of the user. To use it in a page, all that is needed is the page start with session_start(). You can then echo the value to display.

    If you want to display the person's true name, you must create a recordset in the second page, use of $_SESSION ['MM_Username'] to search for the first name and the patronymic. Alternatively, you can change the code like this (I copied only part of it):

    $LoginRS__query = sprintf ("SELECT firstname, surname OF web_access WHERE firstname = %s AND password is %s",

    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    $LoginRS = mysql_query ($LoginRS__query, $panto) or die (mysql_error ());

    $loginFoundUser = mysql_num_rows ($LoginRS);

    If {($loginFoundUser)

    $loginStrGroup = "";

    $row = mysql_fetch_assoc ($LoginRS);

    $_SESSION ['full_name'] = $row ["FirstName"]. ' ' . $row ['name'];

    If (via PHP_VERSION > = 5.1) {session_regenerate_id (true) ;} else {session_regenerate_id() ;}

    Declare two session variables and assign them

    $_SESSION ['MM_Username"] = $loginUsername;

    $_SESSION ["MM_UserGroup"] = $loginStrGroup;

    You can then use $_SESSION ['full_name'] in a page which begins with session_start().

Maybe you are looking for