Question about region position on a page template

Hello all,
I'm trying to create a new page template but I can't create more than 8 Region Position on this.
Is there a limit on the number of Region Position?
Thanks
Paolo

Paolo,
eight is the limit. Why do you need more than that? In each region position you may put
your regions in separate columns.
Denes Kubicek
http://deneskubicek.blogspot.com/
http://www.opal-consulting.de/training
http://htmldb.oracle.com/pls/otn/f?p=31517:1
-------------------------------------------------------------------

Similar Messages

  • Few Questions About Migrating Site & Editing Many Pages at Once

    OK. First things first. My manager doesn't want me listing
    our company name in this post since we are currently trying to get
    out of our hosting contract and she doesn't want to jeapordize
    anything in case someone stumbled across the post by a search or
    anything. FYI: I have Dreamweaver CS3.
    So here's the deal. My company would like to move our site
    away from this proprietary WYSIWYG online editor we have. The
    current setup locks us into to this silly online editor for our
    site and doesn't allow access to our files on their server. This
    means that if I want to simply change the file name of a picture on
    our site, I have to log in to their editor and go through about ten
    stupid steps. The problem is, the site is dynamically generated.
    Every page on the site looks something like this at the end:
    default.aspx?pageid=9. Those links are permanently attached to
    specific pages and the content on the individual pages rarely
    changes. I tried using some offline downloaders to grab every page
    of our site in case we move it elsewhere. When these pages are
    downloaded, though, the file names change and it breaks all of the
    links.
    If I go into the code and change every individual link to
    other pages and style sheets I can get it to look good.
    So my first question is: is there a way to easily allow
    Dreamweaver to import a couple hundred dynamically generated pages
    and make them into static pages so that they just look like
    "xyz.com/products.html"? Fortunately, our site is not extremely
    large (maybe 250+ pages) so in an absolute worst case scenario I
    could post a lot of the pages by hand.
    My second question regards changing specific items across many
    pages. Our current site contains the ability to place little
    widgets into pages. This means that if we want a navigation bar on
    a hundred different pages, we just edit the one entry for the
    widget and every page changes. I'm sure this is possible in DW, but
    I spent an hour trying to search online yesterday trying to find
    info and didn't answer my question. Is this what templates are for?
    I saw people mentioning Find All, but this didn't seem like a
    perfect solution. I apologize if this is a very stupid question. No
    one needs to take the time to explain the exact process to me, but
    if someone could just tell me the name of the functionality and if
    they know a specific resource to learn more about it, that would be
    wonderful.
    Whatever this functionality is, would I have to start over from
    scratch with the pages? Or could I implement it with the current
    site that's already put together? I'd be happy to convert the
    site to static HTML if there's an easy way to change multiple pages
    at once other than Find All and Replace.
    Thank you so, so much for any help. I appreciate it. I just
    want to make sure these things are possible before we start the
    ball rolling down that path.

    I think I could answer your questions with just one answer so
    here it goes.
    What you need to do when making this type of mass move from
    an online editor to DW would be to first download a copy of
    everything you have just so you have a backup in case any mistakes
    are made.
    Next with the downloading of the files. You will need to log
    in via FTP in Dreamweaver or via your file manager on the control
    panel of your website. If you are unsure of where this is or how to
    log in via FTP, you may need to contact your host for the login
    information. Even though the files appear to be dynamic I do
    believe that most editors would just store the pages separately and
    just uses includes to make that work. However, if this is not how
    it appears, post back with the name of the editor that you were
    using.
    Next, take one of the files you have. Based on the
    description you are giving me it sounds as if they all look the
    same just with different content (nav bar aside). If this is the
    case you can create a template file in Dreamweaver. Within that
    template you should place the content that is the same for all of
    your pages. Then make one editable region for your content to go
    into. These links can be found from the main toolbar for creating
    editable regions and other template functions (which I believe
    includes the navbar).
    Also one thing to note with templates is that they will
    automatically fix links on the pages when you save the template to
    include new files via links. So you don't have to worry about
    updating all of the pages all of the time. The only thing you would
    need to update the individual pages for would be for the content on
    those pages.
    Hopefully this will get you started in the right direction.
    But as I said in the beginning if you have trouble getting the
    files off of the site post a bit more information about what you
    have and hopefully someone here will be able to point you in the
    right direction.

  • Where can I find more information about the jpeg files in pages templates?

    I'm using a pages template (the menu in the 08 version). I like the three graphic images that are on the menu, how can I find out more info about them and their source?
    I can find the file extension in the inspector, but even when I google that title I come up with nothing.
    Any suggestions?

    The images are buried deep in the apps packages.

  • Question about best way to build page

    I built a site by first designing it in Photoshop and then
    slicing it up, leaving an area for the main text for each
    individual page. I then brought the html and images into
    Dreamweaver and built a template, making an editable region in the
    table cell where the main text for each page will go. Here's a
    screenshot to give you a better idea...
    Screenshot
    Originally I set it up so that the editable region had a
    scroll bar to accomodate the amount of text for the page (I used
    overflow set to auto in the CSS). The problem is, the client
    doesn't want scrollbars and wants the page to dynamically expand
    vertically based on the amount of text for the page (with the
    woman's picture top aligned with the text and her bio link under
    the nav bar, and the 2 magazine photos along with her blurb and
    copyright pushed down to the bottom below the main text).
    If I don't use scrollbars and try to put more text than will
    fit into the cell of the editable region, it breaks the table and
    the nav bar gets all screwed up and looks like this...
    Screenshot
    2
    I'm at a loss, how can I set this up so the page will
    dynamically expand vertically with the text? Any suggestions? Is a
    table not the way to go? What's the best way of doing it?
    I'm open to anything at this point, I've been trying things
    on my own for hours with no results, any help is appreciated,
    thanks!

    xslamx wrote:
    > The Photoshop design is what the client approved and is
    expecting, so I'm kind
    > of stuck with it and can't really simplify it. Is that
    what you meant by
    > "start in Dreamweaver", changing the layout to make it
    simpler?
    >
    Its quite simple to recreate directly from within
    Dreamweaver. Below is
    the main html/css structure you require. Just a simple two
    column, one
    row table will do the job. Cut code below, paste into a new
    Dreamweaver
    document....add content and tweak a bit.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    <title>Untitled Document</title>
    <style type="text/css">
    body {
    margin: 0;
    padding: 0;
    font-family: verdana, arial, helvetica, snas-serif;
    font-size: 65%;
    background-color: #000;
    color: #fff;
    line-height: 140%;
    #mainTable {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    #leftCol {
    width: 600px;
    vertical-align: top;
    #leftCol h1 {
    font-size: 120%;
    padding: 12px 0 0 0;
    #leftCol h2 {
    font-size: 110%;
    padding: 12px 0 9px 0;
    border-bottom: 1px solid #ccc;
    #leftCol h3 {
    font-size: 100%;
    #leftCol h1, #leftCol h2, #leftCol h3 {
    margin: 0 0 5px 70px;
    width: 350px;
    #leftCol p {
    padding: 0 0 5px 0;
    margin: 0 0 0 70px;
    width: 350px;
    #mindyImage {
    float: right;
    margin: 12px 12px 0 0;
    border: 1px solid #fff;
    #list {
    margin-left: 70px;
    padding: 0 0 0 15px;
    width: 335px;
    #leftCol ul {
    margin: 0;
    padding: 0;
    #leftCol li {
    margin: 0;
    padding: 0;
    #rightCol {
    vertical-align: top;
    padding: 20px 0 0 0;
    #rightCol ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 120px;
    #rightCol li {
    margin: 0;
    padding: 0;
    list-style: none;
    #rightCol a {
    text-decoration: none;
    color: #8b7d6b;
    background-color: #eedfcc;
    display: block;
    text-align: right;
    padding: 4px 5px 4px 0;
    </style>
    </head>
    <body>
    <table id="mainTable" border="0" cellspacing="0"
    cellpadding="0">
    <tr>
    <td id="leftCol">
    <img src="makeUpStudioLogo.gif" alt="The Make Up Studio
    Inc."
    width="600" height="125">
    <img src="mindy.gif" id="mindyImage" alt="Mindy - the
    make-up artist"
    width="150" height="250">
    <h1>Introduction to make up Artistry for the aspiring
    Makeup Artist.</h1>
    <p>Having worked with students and clients for years,
    Mindy now offers
    a workshop-style lesson for the aspiring Makeup Artist.
    You'll get hands-on instruction to suits your needs and
    learn beauty
    bascics to give you the knowledge needed to start a
    progfessional
    career. The course will include:
    </p>
    <div id="list">
    <ul>
    <li>Kit supply basics, informational</li>
    <li>Introduction to brushes and tools</li>
    <li>Introduction to color theory</li>
    <li>Lighting basics</li>
    <li>Skincare and prep</li>
    <li>Basic beauty and corrective makeup</li>
    <li>Sculpting the perfect brow....tools and
    techniques</li>
    <li>Applying false eyeleashes</li>
    <li>Overview of all makeup uses</li>
    <li>Concealer and foundation techniques</li>
    </ul>
    </div>
    <h2>2-day beginner course-$600 (includes all materials
    needed)</h2>
    <h3>Career & Portfolio Development</h3>
    <p>This workshop covers the basics necessary for a
    carerr in makeup -
    including resumes, business cards, making and keeping
    contacts and
    portfolio development. The first
    few days will be devoted to technique. You'll then be
    supplied with
    models to create two distinct looks for your portfolio. Both
    of your
    designs will be photographed by one of the city's
    to fashion photographers. Each student will choose two
    photos from the
    shoot to promote themselves. This workshop is an exciting
    environment
    for the Makeup Artist to express their creativity
    for the purpose of promoting themselves.</p><br>
    <p><strong>This course is limited to working
    makeup
    artists.</strong></p></td>
    <td id="rightCol">
    <ul>
    <li><img src="curvetop.gif" alt="" width="120"
    height="12"></li>
    <li><a href="#">About us</a></li>
    <li><a href="#">Portfolio</a></li>
    <li><a href="#">In
    Philadelphia</a></li>
    <li><a
    href="#">Testimonials</a></li>
    <li><a href="#">Press
    Awards</a></li>
    <li><a href="#">Contact</a></li>
    <li><a href="#">Links</a></li>
    <li><img src="curveBottom.gif" alt="" width="120"
    height="12"></li>
    </ul>
    </td>
    </tr>
    </table>
    </body>
    </html>

  • Quick Question About Region/Track Parameters

    Hello, all. I just started working on the score to a feature, and it's been a while since I was on Logic (I have 7.2.3), so I forgot how to convert a midi region parameter - say, for example, a volume curve set while in the midi window on a virtual instrument - to the track itself.
    I know there's a specific menu command for this, but, search as I did, I couldn't for the life of me find it.
    Any help would be greatly appreciated.
    Thank you very much in advance,
    Javier Calderon

    It's in the main menu bar under Options -> Track Automation. You can use the "Move Current (or All) data to Track Automation" options there.

  • Newbie question about palettes positioning...

    By default, the swatch and layers palettes are open and located on the right of the screen... and while playing around with the program, I seem to have "unlodged" these windows so that the open document now goes UNDER the palettes. And it's very annoying. The palettes are now floating above the document, even if I move them back into their original space.
    How do I recreate the gutter that originally was holding these palettes?

    You can arrange each panel and group of panels in the workspace however you like with your mouse. Hold down left click and slide around!  Right click on a group icon and you will get a drop down menu of options. 
    You should be able to left click and slide it back into place to re-dock into the workspace, otherwise reset the work space by selecting whichever workspace preset you want to use.
    In the event you don't already know,   
    On the top of the Photoshop window on the right side, if you don't have them tucked away, should be some workspace presets. Esentials, Design, Painting, Photography, etc. If you do have them tucked away you can pull them out with your mouse.   You can also find the preset workspaces under  Window / Workspace >   
    Essentials is the default which will have the Color-Swatches-Styles group placed at the top of the workspace.
    The Design and Painting presets will also place the swatches panel back into the upper right side of the work space panel.
    You can also customize the workspace by selecting what you want in your workspace panel by clicking Window / and then checking everything you want in your panel. You can choose to save your customized work space via Windows / Work Space / New Work Space.  Give it a name and save

  • Question about printing by page count

    Hi
    I'm new to this and I have a question about printing our invoices by page count.
    We generate our invoice using Crystal 2008 we have invoices that can range from a single page to as many as 6 pages. I would like Crystal to preview/print the reports in order of how many pages are in the report. Example: print all single page invoices first then all invoices that are 2 pages and so on. Is this possible?
    Thank you in advance

    Hi Ido,
    Thanks for your input. This is more or less what Carl was suggesting yesterday and I gave it a lot of thinking. The problem here is that I cannot go with "good enough resolution" - I need perfect resolution.
    The reason for this apparently silly requirement (why would one sort a bunch of invoices by number of pages instead of Customer Number, as long as they end up in an envelope anyway?) is the proposed purchase of a folding/stuffing machine which could do very fast what now takes one person 4 days to achieve.
    One type of machine comes with three settings - fold/stuff 1, 2 or 3-page statements. You need to have three stacks with all the statements that have 1, 2 and 3 pages. The ones with more pages will have to be folded manually, but there are only about two dozen clients that give us that much business. You feed the machine one stack at a time and set it to process the respective number of pages. Any statement that falls accidentally in the other stack will either cause the whole rest of the stack to be mixed up, which is very bad, or cause one customer to receive his invoice and someone else's, which is just embarrassing. I cannot afford any of these scenarios.
    Given that the statement contains variable-length (and depth) messages that vary by month and by profit center, and it could also contain one or more groups of details, each with its own header, it is very risky to try to come up with magic numbers attempting to estimate the number of pages based on the number of detail lines. Someone will still have to eyeball very carefully the initial stack of statements in the areas where the number of pages increases by one and make sure that ordering by number of detail lines did not mix, for example, one report with two pages among two reports with one page. Of course, this increased scrutiny will be necessary only around the areas where the page number transitions from 1->2, 2->3 and 3->4, which is much better than trying to order by number of pages all 1500 statements, but still depends on one's manual intervention and focus and, as a result, makes me pretty uncomfortable.
    I have taken a look at the "Group Sort Expert". If you select the "All" option (all groups) and you had some kind of summary value then you could sort the report by that value. The idea was to create a hidden Average field over the TotalPageCount runtime variable (which will always equal the TotalPageCount for that customer, since it's the same for all the pages in that group) and use that summary field in the "Group Sort Expert", which would have solved the problem elegantly. Unfortunately, there is no way to create a summary field over a runtime variable. I even created a formula that just returns the TotalPageCount, but that formula did not show up in the list of fields available for summarization (while other formulas did).
    It looks like the reporting engine does not allow this type of "late-sorting". I wonder if it is possible at all, because in effect this would require the engine to execute an additional pass: first it should somehow generate the whole report grouped by Customer Number so it knows how many pages are in each group, then it should sort by the number of pages and only after that it could render the report. I'm not sure the engine can do this additional pass.
    I would be very curious to hear about the other (more complex) ideas you mentioned. For example, I have seen (in Crystal 2008) a checkbox allowing "sorting by a formula". I don't know how to write a formula used in sorting, but the basic question in the paragraph above still stands: does the engine even support such a feature?
    Thanks again.

  • Page Template in SharePoint 2013 Online ?

    Hi All,
    I am doing cross site publishing wherein currently my Publishing site showing some departments like HR,Admin,Finance and using content search webpart to show the contents of each department using single Item page (item.aspx).
    I heard about the new concept of page template; so my question is instead of using item page how can we use single page template to display the contents across multiple departments.
    Any help would be greatly appreciated.
    Thanks in advance,
    Dhananjay

    Cross Site Publishing, would typically be done via the Content Search Web Part and the display templates. Can you have a look at this, as it might be what you meant?
    http://office.microsoft.com/en-gb/office365-sharepoint-online-enterprise-help/configure-a-content-search-web-part-in-sharepoint-HA104119042.aspx
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Region position 2 with 2 parts.

    hello
    My pages are made like this :
    Menu region in region position 01
    Body pages in region position 02
    Now, in the body pages : there is some pages in witch the content ca be organized in two parts (in each part I can have a report).
    I know that I can not have a region within another region...
    How can I manage this type of pages/regions.
    thanks!
    Marie.

    Use 2 or more regions in Display Point Region Position 02, with different region templates as necessary to display titles, buttons etc.
    e.g. Region with items at sequence 10; region with report at sequence 20, using region template Region without Title or No Region so it appears seamless with the first region.

  • Question about background colors

    Greetings folks,
    I have a question about background colors using a DW template in CS4.The page in question is here: http://www.webrevamps.com/dw/assignment11.html
    On the left nav, I want the background color to extend throughout the entire sidebar. Not just where the text is. What am I doing wrong?
    And actually the same question applies to the main content area.
    Secondly, behind the graphic where the header is.... in DW it shows as a black background covering the entire header area, but that is not the way it looks when posted online. What am I doing wrong?
    Thanks!

    On the left nav, I want the background color to extend throughout the entire sidebar. Not just where the text is. What am I doing wrong?
    Nothing.  THis question is asked and answered several times a day.  Google "faux columns" to see a slick way to make it look like you have fixed this.
    Secondly, behind the graphic where the header is.... in DW it shows as a black background covering the entire header area, but that is not the way it looks when posted online. What am I doing wrong?
    No idea.  It looks exactly the same to me in CS5, nor do I see any reason why it wouldn't look the same in CS4.

  • Changing region position on submitting the page by clicking a  button.

    Hi,
    I have 3 regions in my APEX page.
    1. Region having 20 LOV's with the width between them as 300. The display point is "Page Template Body (1)"
    2. Region having 3 buttons.(Go, CLEAR,CALCULATE) The display point is "Page Template Body (2)" Template is "Region without title" and column = 2 and align = "center" in HTML table cell attributes
    3. Region having a report with 25 display columns.
    Now the problem is,
    a) When I click "GO" button , 25 column report displays and it goes beyond the page layout. Hence button also shifts to right(means center position of the page when it is extended by 25 column report). User cannot see the button.
    This button shpould retain its place. How to do this?
    b) When I click "GO" button , the gap between the LOV's increases and LOV's also shifts to the right side.
    These LOV should be in its place. and should not move on click of button when page submitted.
    How can i achieve this. ??
    Any suggestios would be welcome.
    Please help me.
    Thanks
    Alaka
    Edited by: Alaka on Jan 5, 2009 6:06 AM

    Hi,
    If I understand well your problem... You don't say what theme you are using, but usually regions have width=100%, meaning that they should use the whole width of the page (not just the visible part on the screen). Because of this, when the region containing the report extends to the right, it forces all other regions on the page to resize themselves accordingly, that is why your design is getting messed up.
    One way to fix it is to tweak the region templates (I would suggest making a copy instead of changing the existing templates). Simply remove the width=100% setting, or hardcode it to a fixed width (for instance, width=300px).
    It is a bit complicated to explain here exactly how to do this, but I hope this gives you an idea...
    Regards,
    Luis

  • Insert a report region in a page template

    Hi,
    i have a report region in the sidebar of a page which displays some values from a table.
    i would like to show this report in every page of my application. how can i insert this report in my page template?
    i know this report of mine should be displayed in #REGION POSITION 2# of my page template but... i don't know how to integrate it.
    thank you very much,
    matteo

    Hi matteo,
    You can put your report in page Zero.
    Every elements you put in page zero will display in all your application pages.
    However if you don't want the report to display in some page, like the login page, you must put a condition in the conditional display settings.
    Paulo Vale
    http://apex-notes.blogspot.com

  • Question about Page Builder behavior - how to get a "please wait message" ?

    Hi all together,
    I got a question about Portal Framework / Page Buider handling iView Integration.
    We are working with a lot of App Integrator iViews and often the pages includes with app integrator are loading longer than the rest of the portal. So there is the idea to put in a "please wait while loading message" for the enduser.
    I analysed the html code, the page builder is generating and foud out 3 diffrent approaches how the page buider is rendering the IFRAME with the integrated application configured with an app integrator iView.
    My question is how can I influence this behavior to put a "please wait while loading message"?
    Different types of iView integration in the client I have seen:
    a) direct loading of the content in the IFRAME (<iframe id="" ... scr="/mysource">)
    b) Filling the iframe with 'about:blank' and loading the content later by filling a form with JS
         ( <iframe id="" .... scr="about:blank">and after the iframe  <form id="" action="mysource" ...>
    c) Filling the iframe with a html file from the portal layout and loading the content later by filling a form with JS (similar to b)
         ( <iframe id=""" ....scr="/irj/portalapps/com.sap.test.mylayout/html/blank.html>
    I checked that variant b) is getting generated when loading a page with different components on the side (not only the app integrator iview) and variant c) is generated when just one app integrator iView is positioned (no portal page).
    Goal: To get the "please wait picture" I want to know how to get variant c) in cases of different elements on one page
    So I would be able to put this picture on the HTML-Page in the Portal layout (blank.html)
    Hope, someone with a deep portal / page builder know-how can help me out!
    Another way: Does anybody knows another way how to put a "please wait message" while app integrator application is not loaded yet?
    Thanks in Advance and kind regards,
    Jens
    Edited by: Jens Kohne on Nov 24, 2010 9:08 AM

    Hi Jens,
    there are several reasons why you don't get the loading animation:
    Web Dynpro ABAP: https://service.sap.com/sap/support/notes/1432358 -> missing configuration
    Wrong height size for iView: https://service.sap.com/sap/support/notes/1358494 -> alter configuration of the iFrame height (loading animation gets displayed, but is hidden)
    FPN, BSP, BEx: https://service.sap.com/sap/support/notes/1290995 -> AI isn't showing the animation because of performance considerations. I guess that is your case. Depending on your portal version this is a simple service configuration or involves some customization.
    br,
    Tobias

  • A question about Accordion in Muse on positioning

    A question about Accordion in Muse - e.g. I put an Accordion a web page with an anchor position and use a menu button to point to the location. However, when I resize the browser such that it is narrower than before, the Accordion actually moves towards the left side when I use the menu button to go to the Accordion. I don't want this, in fact, I would like the Accordion maintains a certain distance from the left of the browser's edge, instead of from the right. Could you please help?
    Perhaps I am not decsribAn example is from the Site of the day: http://corlessmason.com/#portfolio, when I resize the browser narrower, the panel of pictures maintains its position and it's only being cropped off, instead of being pushed towards the left - that's pretty much I would like to achieve.
    Thank you.

    actually I found the solution:
    Muse Vertical Website Shift
    it works perfectly now!

  • Question about set approval process on a page.

    Dear all,
    Here is my scenario:
    I created a page for HR department. There are 3 regions (HR Documents, News and Events) on the page for uploading files.
    3 workers in HR department are responsible for uploading their files into the 3 regions respectively.
    The question is that since each worker is responsible for each region only, is there a way to limit the ADD/UPDATE priviliage for a region to a particular worker so that other workers cannot access them.
    Also, can more than 1 approval process be defined on a page such that the ADD/UPDATE actions by the 3 workers can be approved by another 3 supervisors?
    thanks
    George (HK)

    Hey George:
    There is no way to do what you seek directly, however, if you make each region a page portlet of a stand alone page, then you can achieve exactly what you seek.
    Setup identical blank pages with regions configured however you need (you may want to use a template so changing a region layout or attribute display will automatically apply to each page). Give each user appropriate permissions and setup the desired approval path for each page. In page properties, make sure show as portlet is checked on the optional tab. Move the files form each region to the new pages and add these page portlets to the page where the files are currently located. If you turn on the edit bar for each portlet, the users can add files without having to drill down to the actual storage page
    Rgds/Mark M.

Maybe you are looking for

  • I tried attaching my Mac to my HDMI tv, there is picture but there's no sound, how can I fix this?

    Anyone have an idea how to fix the sound coming from the MAc to my TV?

  • Letter of credit in retail

    Hi all, I wonder why letter of credit functionality is not applicable for Retail system ( external vendor PO) ? as the following link said that its not applicable to apply LC in retail without mentioning the reason why it's not applicable: Standard F

  • Xformbuilder error ... Could not save document Name/Name-Schema.xml

    Hello everyone, We're using 7.00 SP14 and I have a problem with the xml forms builder on one of our systems. We're having a 3 system landscape - all three are on the same patch level etc. I was able to create a new xml form on one machine, unfortunat

  • Trouble with iPod setting screen

    Right, Ive got all my music on my 5G 30gb iPod, the problem is, I also have a movie I want to put onto my iPod but Im not having much luck with it. I successfully coded the movie using HandBrake, and its currently under "movies" in my library. Howeve

  • Mac pro screen

    hi im a macbook pro user... in future im planning to go for a mac pro, a great big question. the monitors are not cheap, is there any way that for some time i connect the mac pro to the macbook monitor you know... in the time i get the money for the