Portfolio default document seems random...

Hey all, I have a portfolio project that is being stuborn. It has a welcome screen that works just fine. Once the user clicks the Get Started and the Welcome disappears the project starts on a page that is NOT the first in the list. I have them sorted just fine, but it starts on the 5th document, not the first. Any thoughts on how I get this to start on page 1?
Thanks

Jongware: "You change the default for new documents the same way as just about everything else in InDesign: change it with no documents open. In the case of a default new document size, close all documents, then call up the Document Setup dialog. Set you size and OK the dialog. Done."
I don't get that behavior. If I call up Document Setup, set the size, and OK the dialog,  then close the document, the new setup is not saved. I think it's better to call up Document Setup, set the size, and then click the Save Preset button; save the Preset as [Default] in the pop-up menu so that it overwrites the previous Default setting.

Similar Messages

  • Why does text on certain portions of websites, usually when adjacent text contains special characters, become jumbled into seemingly random sets of characters that are not in any way jumbled when viewing the source of the webpage? How can I fix this?

    When viewing most text on most websites, it displays properly. However, there are two instances where text will either tend to, or consistently, become jumbled into a mess of seemingly random characters. Oddly enough, these seemingly random characters are not, in fact, random. The same weird character will be used to replace the same regular English text character consistently across the entire area that has been jumbled.
    The two instances where this tends to occur most often, or consistently in some cases, are, first, when a paragraph or particular section of formatted text contains special characters, such as Chinese or Japanese characters, or accented letters. When this happens, usually the paragraph that contains the special characters is completely jumbled, while the rest of the text on the page will have intermittent jumbling on a word or two. Most often, the word "the" is jumbled in this case.
    The second instance where this happens is when a website uses specially formatted text in some form or another. I, not being an expert at web development, am not sure what kind of formatting causes it, but I can provide consistent examples in lieu of my experience:
    - Example 1:
    [http://img408.imageshack.us/img408/9564/firefoxcharencodingissu.jpg]
    Example 1 shows a portion of a screen-shot of the website "Joystiq.com". Every single article title on the front page of this blog is consistently jumbled, while the text of the article itself remains untouched. Please note that when this jumbled text is highlighted, it is visible un-jumbled in the right-click menu as well as in the source code of the page. Other consistent instances can be found within many search fields on various websites. For instance, the search bar located at the top right of "Kotaku.com" consistently displays jumbled characters both on its default text of "Search" and on any text that is typed into the search box itself.
    - Example 2:
    [http://img822.imageshack.us/img822/9564/firefoxcharencodingissu.jpg]
    Example 2 shows both the jumbling of the paragraph containing the character "☆" as well as the subsequent peppering of the rest of the article's text with small jumbled words. Below this is the DOM Source of the selected text which shows how the text itself is being rendered properly within the site's source. Additionally, for convenience, I have edited on to the bottom of the image a small snippet of what the search bar on the same page looks like. Notice how the grayed-out text that normally would read "Search" is instead jumbled.
    This issue has been plaguing my browser for the past year or so, and I had hoped that it would go away with subsequent Firefox updates. It has not gone away.
    Thank you for reading! Please help!

    This issue can be caused by an old bitmap version of the Helvetica or Geneva font or (bitmap) fonts that Firefox can't display in that size.
    Firefox can't display some old bitmap fonts in a larger size and displays gibberish instead.
    You can test that by zooming out (View > Zoom > Zoom Out, Ctrl -) to make the text smaller.
    Uninstall (remove) all variants of that not working font to make Firefox use another font or see if you can find a True type version that doesn't show the problem.
    There have also been fonts with a Chinese name reported that identify themselves as Helvetica, so check that as well.
    Use this test to see if the Helvetica font is causing it (Copy & Paste the code in the location bar and press Enter):
    <pre><nowiki>data:text/html,
    Helvetica<br><font face="Helvetica" size="25">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</font><br>
    Helvetica Neue<br><font face="Helvetica Neue" size="25">abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ</font>
    </nowiki></pre>
    You should reset the network.http prefs that show user set on the about:config page.<br />
    Not all websites support http pipelining and if they do not then you can have issues with images or other problems.
    See also http://kb.mozillazine.org/Images_or_animations_do_not_load#First_steps

  • My Final Cut Pro render files seem to end up in seemingly random locations.

    I find my Final Cut Pro render files seem to end up in seemingly random locations on the HDD. for example, they will appear in a sub-folder of an unrelated project. I would like my render files destination to be in a sub-folder for the project I am working on. How do you tell Final Cut where to put the render files? Can't figure it out.

    By default they are put inside your scratch folder, so if you change the scratch disk and forget to change it when you switch to a different project, your render files will be put inside the other project's scratch folder.
    You can change this by going to Final Cut Pro > System Settings. If you click the Set button below your current scratch disk (not the one next to it) you can assign a second location just for the video / audio renders if you desire (this must be on a different disk though).

  • Default Document Size

    I recently was working on a design for a #10 commercial envelope in InDesign. Ever since then, it seems that #10 envelope has become the default document size that InDesign selects when I create a New File. How can I change the default new document settings?

    Jongware: "You change the default for new documents the same way as just about everything else in InDesign: change it with no documents open. In the case of a default new document size, close all documents, then call up the Document Setup dialog. Set you size and OK the dialog. Done."
    I don't get that behavior. If I call up Document Setup, set the size, and OK the dialog,  then close the document, the new setup is not saved. I think it's better to call up Document Setup, set the size, and then click the Save Preset button; save the Preset as [Default] in the pop-up menu so that it overwrites the previous Default setting.

  • Office 365 Files REST API - Get direct children in the root of the default document library

    I'm trying to work with Office 365 Files REST API which works just fine except one thing that I'm struggling with.
    What I need for my application is to make an explorer like browse capability for OneDrive for business Document Library.
    My problem is that I don't know how to get the direct children in the root of the Document library
    The API request
    GET ../_api/files will
    retrieve all files and folders in the default document library, including files and folders from sub-directories.
    What I need is basically the functionality of the API request
    GET ../_api/files(<folder_path>)/Children
    that works also for the root folder of the Document library. The problem is that I couldn't find a way set <folder_path> as the root folder. 
    I found out that the API call ../_api/web/getfolderbyserverrelativeurl(<folder_server_relative_path>)/Folders and _api/web/getfolderbyserverrelativeurl(<folder_server_relative_path>)/Files works as expected resulting the only the direct
    children of the root folder if the folder_server_relative_path is the path of the document library. The problem with this API call is that it's requires server relative path of the (default) document library (which i don't have) and the result has a different
    schema compared to the ../_api/files REST API call.
    Can somebody help me with this problem?
    David

    First thanks for the fast answer. Let me explain my use case in more details.
    I'm trying to work with the new summer release of the
    Office 365 API tool for Visual Studio 2013 (update 3)
    I found no reasonable way to retrieve the direct children of the root folder from my One Drive for business Document Library using the newly added SharePointClient library.
    The API call of `SharePointClient.Files` will retrieve all the files and folders from the whole document library including sub-folders. So in order to get only the direct children I have to page through all the documents and folders and analyze their URL, which
    is not acceptable for my application scenario. For a sub-folder I can get the direct children like this: `SharePointClient.Files["<folder_id>"].ToFolder().Children` This is what I need but it can't be applied to the root folder.
    So what I did I've checked what REST API calls this library makes and I've tried to find out if there is a way to achieve my goal at least using direct REST API call. It seems like the functionality is missing from the REST API itself. 
    The http://site
    url/_api/web/lists/GetByTitle(‘libraryname’)/items API call also retrieves all the items hierarchy from the library (including items from sub-folders) and the result XML "schema" (fields and the meaning of the ID) differs from the one used
    by the calls by SharePointClient library. (for example the "Id" is a number when the /items is called but when
    /_api/files is called the "Id" is the relative path to the document library)
    Basically what I need can be achieved with the call to http://site url/_api/web/lists/GetByTitle(‘libraryname’)/rootfolder/files and http://site
    url/_api/web/lists/GetByTitle(‘libraryname’)/rootfolder/folders but again the schema of the result differs from the one used in SharePointClient
    library. This means that in order to get  the direct children of the root I will need to re-implement a good part of the SharePointClient library. It seams like there is 2 kind of REST API is implemented. ( missing  "Id" and "url"
    fields, etc)
    Also there is no convenient way to get the Name or the GUID of the default document library which the SharePointClient.Files
    (https://site_url/_api/file) automatically
    uses. The DiscoveryContext.DiscoverCapability for "MyFiles" doesn't gives any hint either.
    David

  • Defaulting document types for a particular company codes.

    Dear All,
    Is there a way to default certain document types to particular company codes, so that when ever if we enter that particular company code then automatically the default document types has to come. I tried to check for configurations but could not. Please let me know how to achieve this scenario.
    Regards
    Srikanth

    Hi,
    No, does not seem possible to me without development...
    Regards,
    Eli

  • Change default document size in PDF

    The default document page setting in my PDF is set as 36"x24". I am not able to print the same in A4 even after making it ti fit to A4. ANy solution to change the default document size to A4

    CreatePDF, perhaps?  Try the forum at http://forums.adobe.com/community/createpdf

  • Change Default Document Size Attribute

    I understand that I can make a custom attribute that displays the size in KB, MB, etc -
    But I want to know how to edit the default Document Size attribute - surely that is possible?

    @Steve – you are totally clear what you are doing and what you like to do.
    But I fear an automatic setting that is creating the page size according to an asset's size does not exist right now.
    I can change the size of a new document beforehand, if no document is open and create a new size in the document's properties dialog with the keyboard shortcut alt + cmd + p (in my German InDesign on Mac OSX 10.7.5). But you have to know in advance what size that should be.
    Example: If I chose A3 instead of A4 (my default) when no document is open and double click an asset in a CC Library the asset will be placed in a one page document sized A3.
    1. Changing the size (no document is open) in my German UI of InDesign CC-2014.2:
    2. Double click and the result is according to the settings I made:
    Uwe

  • Can't create a default document in iis for an mvc application

    I know!  This post doesn't belong here, but resetting a password in asp.net or iis.net requires a much more brilliant person than myself.  Long story there, just trust me...
    I'm hoping some kind (and smart) soul will have had experience with this, and will respond despite it being in the wrong forum.
    I have a website written in MVC.  I need to temporarily have a second website hit the same content, but default to a different page. I attempted to override the routing by adding the following to the tag to the RouteConfig file, and also tried the next
    line in the web.config file.  I'm getting a 403 when I hit the website.
    routes.IgnoreRoute("");
    Also added this to web config... and ended up getting a 500 internal server error.
    <add name="StaticFile" path="*" verb="*" type=""  modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule" scriptProcessor="" resourceType="Either" />
    So the question is, how do I get an MVC web application used default document instead of routing?  Thanks!

    Try the MVC forum on forums.asp.net, that would be the best place to get a good answer.
    -Igor

  • How do you make fla file the default document to test the project?

    my default document is the swf file.  help me please.

    You create your flash application in Flash Professional by creating new FLA file and editing it. The output (flash application) of this proces is SWF file. Which is then played by Adobe FlashPlayer.
    When you test your project, the SWF file is exported and then opened by flashplayer.
    FLA is your source file and you keep it on your computer for later editing.
    SWF is your actual application and you deploy (copy) it on the server or wherever you intend to deploy your application.
    If what you're trying to say is that you wish to debug your application, then test it not by pressing Ctrl+Enter, but Shift+Ctrl+Enter.

  • "Untitled" as default document name for new documents

    I have one installation of Adobe Illustrator CS2 in a Mac with which I have the following problem:
    Whenever I go to File->New, to create a new document, the default document name is blank, and it should be "untitled".
    Is there a way (without reinstalling) to correct this? (turn the default blank document name to "untitled" default document name, for new documents)
    Thank you.
    Juan Poniachik

    On what Mac? If it's on a new Mac with Snow Leopard, I would guess it is one of those compatibility issues of new OS vs. legacy software. If so, you can't change any of that. Other than that I can only think of trying to edit the document templates...
    Mylenium

  • Since I upgraded to Mavericks X, I don't have "permission" to open my photo files in Time Machine.  Other documents seem to work fine.

    Since I upgraded to Mavericks X, I don't have "permission" to open my photo files in Time Machine.  Other documents seem to work fine, and I am the only "administrator".  

    Is the iPhoto library in your home folder, or have you moved it somewhere else?

  • How to set a default document type in EasyDMS?

    Hello,
    I want to set default document type for some users. Whenever they check in a file a defined document type should be chosen.

    Hi,
    Just to explain, whenever we checkin , first the document type is determined and then the file is added. So at the beginning the system cannot know the file format or workstation application.
    So from my point of view maybe a solution could be to use the BADI DOCUMENT_MAIN01 with method BEFORE_SAVE to change the document type in reference to the involved entries in table DOCFILES.
    I hope that this information could be useful for you.
    Regards,
    Deepak Kori

  • My document seems to be in three distinct sections. I think that because the thumbnails have three distinct yellow frames around them. Can I merge these into one document?

    My document seems to be in three distinct sections. I think that because the thumbnails have three distinct yellow frames around them. Can I merge these into one document?

    Gill,
    The three sections are one document. There are usually good reasons for Section Breaks, so you'll want to be sure that you really need to delete them. To get rid of the Section Breaks, just place your cursor at the top of the page following the break and press Delete until the Section Break goes away. It should take only one click for each case.
    Jerry

  • Query of Default Documents/Reports

    Dear All,
             I want to get the Query of Default Documents/Reports , like Purchase Analysis (Purchasing Reports), Open Item List (Sales Reports) etc.
    Thanks,
    Ghazanfar Ahmed

    Hai!
    To view System Report Queries (Purcahse Analysis,TB ..)
    You can able to see this through SQL Trace.
    Open SQL Management Studio.
    Open Tools>Sql Server Profiler.
    Open File>New Trace.
    This will continously trace the changes done in SQL.
    Open the Purcahse analysis report now in SAP B1. U will get the query from Trace Window
    Regards,
    Thanga Raj.K

Maybe you are looking for

  • Creation of substitution for populating field like segment

    Hi Friends, It is an  requirement with my client as they have a customized field called Customer Segment Not like SAP standard Segment and they want to populate customer segment in all the records or all the documents posted. Luckily, they have only

  • How to cancel auto save option

    Hi All, When using OWB, it is very tricky when close a windows the change was auto saved without ask whether want to save. do you guys have any idea about that? Thanks

  • Change from screen processing to list procesing

    Hello, I am working in a program where I have changed from screen processing to list processing, in the PBO of screen '0600', that way: module screen_0600 output.   SET PF-STATUS '0600'. <b>  LEAVE TO LIST-PROCESSING AND RETURN TO SCREEN 0.</b>   per

  • Healing Brush Tool Problem

    How can I stop being kicked out of my Photoshop Elements 3 pr ogram whenever I use my healing brush tool?

  • Dashboard with QaaWS - cannot access external data

    Hi all, I built a dashboard with 3 qaaws, all based on one universe which is base on one bw-query. All works fine for the group: Administrators. If I take the Users out of the Adminstrators group, i get the message that the external data cannot be ac