The number of created pages

Hello, gentlemen. I have a very important question. Before you begin to create a great website, I want to ask. Tell me, please, on the maximum number of pages I can count, When creating a website? Whether the program can handle 3500-5000 pages? Or do I need a cms? what wouldn't? Thank you.

Hi
Please view the Zak's response in the following thread
MUSE - max nr of pages

Similar Messages

  • Is there a limit to the number of App pages like the iPhone?

    On the iPhone there is a limit to 11 pages of apps showing. (I know, I know... that's a lot). If you have more than that number of apps on the phone they won't display, you have to use searchlight to find them.
    Is that the same with the iPad? Does anyone know if there is a limit to the number of pages of apps?
    Thanks

    The same limit applies to the iPad. The upcoming 4.0 version of the OS will address this issue by allowing you to put apps in folders:
    http://www.apple.com/iphone/preview-iphone-os/
    BTW, it's "Spotlight", not "searchlight". Just in case you want to do a search on that subject.
    Regards.

  • How to get the number of created document?

    Hi all,
    My first program in ABAP works very well. Thanks to all who helped me
    I would like only one function to it.
    The program read data from excel file and generates document using BDC. 
    I use this statement:
    call transaction 'F-65' using bdcdatafile
    I count the number of documents which have been generated or refeused because of error using the sy-subrc function.
    if sy-subrc <> 0.
        counter for errors
    else.
        counter for generated documents
    endif.
    Finally program displays these number on the last screen and the user knows if there everything is ok. For example this is a sample screen:
    1. OK.
    2. OK.
    3. Error.
    Number of imported documents (2)
    Errors (1)
    However, I would like to add one information to these screen. If the document is saved it gets its own number.
    Is any possibility to get this number for displaying?
    Maybe there is a function which returns this number.
    I want to get the scren like this:
    1. OK. Document No. 10000001
    2. OK. Document No. 10000002
    3. Error
    Best regards
    Arek

    The document number should be being passed back via a message.  You need to specifiy to return any messages in the messtab when calling the transaction.
    DATA: MESSTAB type table of BDCMSGCOLL WITH HEADER LINE.
    call transaction 'F-65' using bdcdatafile
                            messages into messtab.
    Messtab will have the messages after the call, you can then read this internal table and check for the success message, usually the document number is in the first variable field, MSGV1.
    Regards,
    Rich Heilman

  • HT4623 International Missed calls on 4s do not show 00s before the number, which creates the problem of call back. Is it a Tecnical fault or a Setting problem?

    International Missed Calls on my i phone 4s do not reflect 00s which creates a problem of a Call Back. Is it a Tecnical inadequacy or a Setting problem?

    It has righted itself. I am not sure how. But I turned off the Powerbook. And on the MacBook Air, I made sure to change the MAC number to the MacBook Air one.
    I restarted the MacBook Air. Now, the internet radio is working well, no rebuffering the stream every ten seconds.
    And when I turned on the Powerbook and tried the internet this time, I could not get connected.
    I think the bad internet connection on the MacBook Air was due to the fact that the internet was being shared by two computers. Funnily enough, the internet was OK on the Powerbook but was not good on the MacBook Air when I did that.
    So, it didn't turn out to be a MacBook Air problem but an internet provider problem.
    I will keep my fingers crossed that the MacBook Air internet connection keeps working fine.
    I think it's possible to use the internet on both computers simultaneously but the quality of the connection is poor on the MacBook Air when I do that. And when I turn off one of the computers, it is not possible to share an internet connection when I turn that computer back on again. I have to set up the MAC number of that computer again on the nespot site for it to access the internet. But if I do that, the internet quality on the MBA suffers.

  • The Process of Creating Pages and Regions within an Application

    Hi,
    Not sure if possible within Apex 2.2.1 but thought I'd ask whether there are any APIs available by where a page within an application together with a region could be created dynamically?
    Thanks.
    Tony.

    As is usual with this kind of thing the answer is of course no, and yes. You can't really generate ApEx regions or pages dynamically, since they are stored in the database along with all their items.
    However, as you probably know, you can show/hide regions conditionally and you can also create PL/SQL dynamic content regions. These are basically PL/SQL code that generates HTML output and you can do pretty much whatever you have the patience for with that option. Of course, you might end up losing some of the other niceties that ApEx provides - but that's maybe a fair tradeoff for having total control.
    Earl

  • Why does My Browser keeps Crashing on some pages?!!! and the number of those pages is increasing!

    It started couple of months ago. In the beginning it crashed only on some Youtube channels. Like if I clicked o a video that was on a proper channel like "BBC", the page loaded but in the middle it suddenly crashed with the error "Firefox has encountered a problem and needs to close". Then when I use to restart firefox it would say that it probably happened because of a new tab.
    Now I am fed up. The problem has grown from certain youtube channels now to Yahoo mail, some other news websites today even Facebook! It logs me in to Fb but if I open a Fb page in a new tab it crashes. Now I even can't use Fb. I don't know whats wrong. I've tried the Firefox help and got my Crash Signature and now am posting the most recent one along with this Q.
    Crash Signature: hang | mozilla::plugins::PPluginInstanceParent::CallPBrowserStreamConstructor(mozilla::plugins::PBrowserStreamParent*, nsCString const&, unsigned int const&, unsigned int const&, mozilla::plugins::PStreamNotifyParent*, nsCString const&, nsCString const...

    Start in Safe mode again and then click the option to '''Disable All Add-ons''' followed by "'''Makes Changes and restart'''",
    Then it's simply a case of re-enabling them one-by-one until the problem recurs. Then you know it was the previous one which is causeing the problem.
    The add-ons manager is accessible by clicking '''Tools '''| '''Add-ons '''| '''Extensions'''. Laborious I know but it's the only way of doing it.

  • How can i define the number of pdf-pages that will be print on each page?

    Hey everyone,
    im currently working on a handout for my prensentation.
    That handout will be downloadable for everyone.
    So, here is the problem:
    I have 24 pages in pdf. I want them to fit on 4 printed pages.
    In order to have everyone exactly 6 pdf-pages each printed page,
    it'd be nice to have a pre-setting for that.
    I found some settings for duplex-print but thats not what i need.
    Thank You!
    Jo

    ne, das weiß ich. mir gehts darum wie ich das als standard-druckeinstellung speichern kann...

  • Getting the number of pages in excel sheet or current page using OLE2

    Hi,
    I fill an excel sheet using CLIENT_OLE2 from Oracle 10g form,
    I want to get the number of pages in sheet or the number of current page,
    after searching for solution I found this example on VB:
    Sub GetPageCount()
    Dim iView As Integer
    Dim iHorizontalBreaks As Integer
    Dim iVerticalBreaks As Integer
    Dim iPageCount As Integer
    On Error Resume Next
    'go to the range and set PrintArea to the range name
    Application.Goto Reference:="ABC"
    ActiveSheet.PageSetup.PrintArea = Selection.Address
    'turn monitor flickering/updating off
    Application.ScreenUpdating = False
    'remember current View setting
    iView = Application.ActiveWindow.View
    'refresh the print area
    Application.ActiveWindow.View = xlPageBreakPreview
    'set view back
    Application.ActiveWindow.View = xlNormalView
    'turn monitor flickering/updating back on
    Application.ScreenUpdating = True
    'calculate the # of pages
    iHorizontalBreaks = ActiveSheet.HPageBreaks.Count + 1
    iVerticalBreaks = ActiveSheet.VPageBreaks.Count + 1
    iPageCount = iHorizontalBreaks * iVerticalBreaks
    How can I implement this using CLIENT_OLE2?
    Any assistance would be welcome.
    Thanks

    IF all the panels were exactly the same width (highly doubtful for a roll-fold) and IF ID supported 12 pages per spread (it doesn't) then it might be less work to make 12-page spreads and place the PDF twice, but since I think there's a really good chance you'll need to adjust the positioning for at least 22 pages, that seems doomed.
    I wouldn't even bother, in this case, with facing pages. Presumably they want this for the screen, so there's nothing gained from facing pages or multiple columns. You can either make the file with 24 pages and place the PDF 12 times for each page of the PDF, or place each page of the PDF once in a 2-page file, then copy the pages and reposition the image in the frame for each panel. The big thing here is to put the PDF into frames that are the same size as the new page (so they get cropped down to one-panel on each page). Then it's just a case of sliding the the PDF left or right in the frame to expose the next panel.

  • Is there a tool that reads the number of assigned RefNums (primarily Queues)?

    Hi-
    I have been troubleshooting a memory leak caused by queues, and have found the following link helpful:
    http://forums.ni.com/ni/board/message?board.id=170&message.id=85418&requireLogin=False
    My question is: Is there a tool that I can use that will show me how many refnums are opened in memory? Preferably with the references name? It would make verifying queue memory leaks and their eradication so much easier! If such a tool does not exist, could it be added to the VI profiler sometime in the future?
    Thanks!
    -Randy

    BUMP. I am curious too.  But I suspect not.
    A couple of things:
    Looking queues up by name creates a new reference to that queue (even if it exists).  So if you have a VI that runs for a long time repeatably looking it up by name, it will bleed the memory dry.
    Setting the "force destroy" of the release queue to true will destroy all references to that queue.  Freeing up that memory.
    As you are aware, I uses queues in my primary architecture.  I have run them in 30 plus day trials with no problems.  (I realize this is not helping you.) so by NI side implementation, there is no problem.
    I am not sure how much of a bear it would be, but you could wrap the "create queue" and log the number of creates that you are running. You can wrap the release queue, and see which are getting released.  Keep in mind if you "create" the same queue twice you will have two references open to that queue.  Force destroy closes both, otherwise, you are left with the remaining.  It is a management nightmare.  The latest incarnation of my statecase manager implements queue tracking. The nice part of this, is that I can actually pass events to any queue running, and save myself the trouble of looking it up by name.
    But you do have your work cut out for you, depending on the size of your program. 
    Good luck.
    Paul <--Always Learning!!!
    sense and simplicity.
    Browse my sample VIs?

  • Number of Layout Pages

    I'm trying to get two templates to print out while in the production order section -- my attempt at this is to merge the two templates to one document but the "Number of Layout Pages" in the document properties is blank and won't let me add in a second page.  Am I missing a critical configuration setting or something?
    Thanks,
    Carrie

    Is CurrentPage() available?
    Thanks,
    Gordon

  • Create page definition option on a method call

    I have been developing my first application using ADF with JDeveloper 12c.   After reading all of the documentation, it would appear that I should be able to create a page definition for a method call on a task flow, but when I right-click on my method calls, there is no option to do so.  What am I doing wrong?  Any help would be greatly appreciated.  Maybe I have a setting wrong or something.  Thank you all in advance.

    Hi Frank,
         Thanks for the response.  I did try to right click on the method call, the option to Create Page Definition is absent from the context menu.  That was my source of the problem which prompted me to write the thread.  However, your alternate solution of dropping the operation from the data control panel onto the method call worked like a charm.  It created the page def and bound the method to the call.   Thank you for that one.   I am still curious as to why the option on the context menu is missing for me.

  • OA Extension for opportunity create page - Multi Entity Extension

    Hello,
    i'm trying to achieve a multi Entity Extension.
    We are storing additional attributes in a custom table for opportunities. i'm trying to extend the existing Opportunity Create Page to create an other record in custom table.
    Here is what i've done.
    1. i've defined a new entity object for custom table
    2. i've defined a new view object for custom Entity
    i'm trying to figure out whether i can use a view link to link OpportunityCreateVO and custom view object. But jdeveloper is erroring out when i try to create a view link.
    Moreover i'm wondering whether i'll be able to achieve a multi Entity Extension?
    Any inputs will be helpful
    Thanks
    Mahesh

    Thanks for the hint. i could extend the VO and include both the enitity objects.
    According to the documentation, i've done the substitution and included new fields in the page using personalization. But unfortunately, row is not getting inserted in the table for the second custom entity object. Is there any additional step i'm missing out?
    Appreciate your inputs

  • Broken Link - Offline - Day 4 - Creating "Pages" with Flex states

    Hi,
    This is an excellent series!!
    When accessing the Day 4 - Creating "pages" with Fex States in offline mode, Adobe Media Player, complines "Playback failed - This media file is corrupt or malformed". Can you please fix it and let me know so that I can restart the download?
    Thanks.

    Hi,
         I'm also pacing the same issue. if click on the video in the Day 4 exercises. i don't know, what is the issue with that particular videos. and also pacing one more issue that design mode is not showing in my flash builder 4. if u have any ans plz help me out. PFA

  • Limit number of My Pages?

    I am beginning to work with 6.1 and I have not used PT since 4.5x and I see in the online help for the portal a reference to setting the number of "My Pages"
    Is this possible to do, as I can't seem to find any other references? If so where do I set the number (db, xml file or ???)
    Thanks
    Laurie

    I believe there is an upper limit of six additional My Pages that a user can add. I have not encountered a way to change that limit and don't see anything in the $PT_HOME\settings\portal\portalconfig.xml (the most likely config file that controls such settings) that would allow you to change this.
    john

  • Suggested number of print pages

    Is there a limit on the number of print pages RH9 can publish? I know it's gone up from 100, but I thought I read 700-800 pages. I can't seem to get past about 350 pages.
    Windows 7, RH9, Word 2010

    There is no specific limit that I am aware of. It's more about the content and your machine. Lots of images might not help.
    Generate to your local drive if you are not already doing that.
    350 should be OK and sometimes one topic can cause issues. Is it stalling at the same point? Have you tried using two layouts each with one half? At worst you may have to have two layouts and then combine them back in Word but trying that might identify a rogue topic if one layout still gives grief.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for

  • Sax Parser for loading XML file

    We have a requirment by which we need to load huge XMl file in our DB everyday. THe XML file format is like -- <?xml version="1.0" encoding="UTF-8"?> <root> <emp> <ename>aaa</ename> <sal>3000</sal> </emp> <emp> <ename>bbb</ename> <sal>5000</sal> </em

  • Clean pdf to html conversion

    I am searching for a clean conversion from pdf to html or xml. I know that there are many solutions, which follow the way of keeping the positions and layouts of several contents. But I am searching for a conversion tool, which converts into clean ht

  • Photoshop Save Dialog

    HI Just wondering whether anyone knows if Adobe are planning on replacing the ancient Open/Save dialog with the proper one from the Windows API, or whether there is a plugin which will change this? It really is irritating that they don't use it, as q

  • Error in SFP layout designer

    Hi, I am facing some problem in SFP - Layout it is showing some error "Could not start Layout Designer (see long text)" I have reinstalled the layout designer but still facing the same problem Please help me to sort out this problem. Thanks Krishna.

  • DynamicSiteName not all updating

    Site 1: Datacenter                                                       Site: 2 (Office)2 RODC's.  One acting as                                                                   DNS and DHCP Primary DC servers