Forum Page Design

The latest page design does not work for graphics displays lower than 1024x768, you get overlapping headers. Something I mentioned in the past.
In IE9 you can hit f12 or go ro developer tools and under the size heading for IE to display differing resolutions. So this is what the forum page looks like at 1024x768 see the headers on the right overlap the headers on the left. Not good UI design at all.
This is what the forrum page looks like at at a size of 1280x768 - so the UI designers of this forum really have defined a minium of 1280x768 to be able to view without jumping through hoops to navigate. Makes you wonder who really tests this stuff?
Cheers

Yes they would, but it's not the smaller text that is the problem it is having two sets of links (Right Under Photoshop General Discussion that is the problem. Look at the 1024x768 image I posted the two halves of those links overlap.
But someting is not right with the overall design. A good design will detect the browser agent and serve up content based on that agent, so for IE9/Chrome etc you serve up format to match, and if you detect a mobile/smartphone browser you serve up the correct images, text etc to make it readable and usable.
If Yahoo can do it, anyone can, but you need to put thought into what you are serving content to, not rocket science and has been around for quite some time, so indeed not a new concept
MK

Similar Messages

  • Disussion Forum Pages Are Not Designed Well - What's Up?

    In the Discussions Forum, the fonts in Safari don't get smaller or bigger when the larger/smaller font button is hit. On this site the buttons compress the line spacing but don't reduce the font size. You can't make any of the Discussion Forum pages appear right in Safari. It seems that the problem is with the design of the Discussions forum pages, as other websites behave fine; when I want a larger font, I hit the button and things scale correctly.
    Curiously the smaller/larger font button in IE5.2 Mac works, and all of the Discussion Forum pages looks better.
    This is the messiest looking that I've ever seen the Discussion forum look. I haven't been in the forum for some months, so I don't know when it last behaved correctly. This is the kind of problem that I would expect if the pages were designed on a PC using MS products and never checked for compatibility with other browsers , and whatever they look like to Mac users is whatever shows up - it's their problem.
    Who's designing these forum pages, what software is being used to develop these pages, and who checks them for design and compatibility?
    I'm using all of the latest software (OS and Safari).
    Thanks - A very long time Mac user (18 years).
    iMac G4 Superdrive, 60GB iPod   Mac OS X (10.4.8)  

    I apologize. It's not the page design. I figured out how to fix this. It's due to a pref setting in Safari.
    In Safari, go to Advanced Preferences and uncheck the Universal Access (never use fonts smaller than 12). I don't know whether this was a default setting or I changed it to make other web pages stop loading the teenie weenie fonts that show up on some pages.
    Again sorry for the insults to the designers
    PG

  • Page designer show small view when using page template and cannot be run

    Dear Experts,
    I need to make some page templates.
    I have build 2 simple page templates, let say template0 & template1 which template1 using template0.
    It show no any problem until I close my Jdeveloper & reopen it.
    When I reopen template1, it show so small in designer (Jdeveloper window).
    Is there any wrong?
    I have build another template, just 1 template.
    When I used it at the first time, no any strange behavior occur.
    After ... (I don't exactly when), it give me the same view in my designer.
    Then I force to use my first tempate (template1 which used template0 inside), I cannot run my application at all.
    After wait several minutes, I found error log in my log messages.
    *#### Server Instance DefaultServer could not be started: Server Instance was terminated.*
    Above the message, I found another error messages:
    *Jun 7, 2009 5:40:19 PM ComponentMetadataHandler _error*
    WARNING: error parsing component tag in file: null/tag:xmlContent/id:dte_160d74a
    org.xml.sax.SAXParseException: <Line 69, Column 7>: XML-20100: (Fatal Error) Expected 'EOF'.
    *     at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:422)*
    Is there anyone that can help me to find out why this error occured?
    Should I raise this problem to metalink or just can post it in this forum?
    Many thanks for your supporting...
    N.B: Below I attach my template0 (AHM000.jspx) and template1 (AHM001.jspx)
    Best regards,
    Dominic Chandra
    AHM000.jspx
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:c="http://java.sun.com/jsp/jstl/core">
    <c:set var="ahmwebtemplateBundleAHM000"
    value="#{adfBundle['com.ahm.lib.view.template.AHMWebTemplateBundle']}"/>
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <af:pageTemplateDef var="attrs">
    <af:panelSplitter orientation="vertical" splitterPosition="60">
    <f:facet name="first">
    <af:decorativeBox theme="dark" topHeight="0px">
    <f:facet name="center">
    <af:panelHeader text="#{attrs.pageTitle}">
    <f:facet name="context"/>
    <f:facet name="menuBar"/>
    <f:facet name="toolbar"/>
    <f:facet name="legend">
    <af:panelGroupLayout>
    <af:outputText value="#{attrs.pageName}"/>
    <af:outputText value="#{sessionScope.userState.userName}"/>
    <f:facet name="separator">
    <af:spacer width="10" height="10"/>
    </f:facet>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="info">
    <af:statusIndicator/>
    </f:facet>
    </af:panelHeader>
    </f:facet>
    <f:facet name="top"/>
    </af:decorativeBox>
    </f:facet>
    <f:facet name="second">
    <af:panelSplitter orientation="vertical" positionedFromEnd="true"
    splitterPosition="20">
    <f:facet name="first">
    <af:decorativeBox theme="light" topHeight="0px">
    <f:facet name="center">
    <af:facetRef facetName="mainArea"/>
    </f:facet>
    <f:facet name="top"/>
    </af:decorativeBox>
    </f:facet>
    <f:facet name="second">
    <af:panelGroupLayout inlineStyle="text-align:right;">
    <af:outputText value="#{ahmwebtemplateBundleAHM000.VERSION} #{attrs.appVersion}"
    inlineStyle="color:Navy;"/>
    <af:outputText value="© 2009 PT Astra Honda Motor"
    inlineStyle="color:Navy; font-weight:bold;"/>
    <f:facet name="separator">
    <af:spacer width="10" height="10"/>
    </f:facet>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelSplitter>
    </f:facet>
    </af:panelSplitter>
    <af:xmlContent>
    <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
    <display-name>AHM000</display-name>
    <facet>
    <description>Main Area</description>
    <facet-name>mainArea</facet-name>
    </facet>
    <attribute>
    <attribute-name>pageTitle</attribute-name>
    <attribute-class>java.lang.String</attribute-class>
    <default-value>Page Title</default-value>
    <required>true</required>
    </attribute>
    <attribute>
    <attribute-name>
    pageName
    </attribute-name>
    <attribute-class>
    java.lang.String
    </attribute-class>
    <default-value>
    ahmxxyyynnnznn
    </default-value>
    <required>
    true
    </required>
    </attribute>
    <attribute>
    <attribute-name>
    appVersion
    </attribute-name>
    <attribute-class>
    java.lang.String
    </attribute-class>
    <default-value>
    1.0.0
    </default-value>
    </attribute>
    </component>
    </af:xmlContent>
    </af:pageTemplateDef>
    </jsp:root>
    AHM001.jspx
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:c="http://java.sun.com/jsp/jstl/core">
    <c:set var="ahmwebtemplateBundleAHM001"
    value="#{adfBundle['com.ahm.lib.view.template.AHMWebTemplateBundle']}"/>
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <af:pageTemplateDef var="attrs">
    <af:pageTemplate viewId="/template/AHM000.jspx">
    <f:facet name="mainArea">
    <af:panelSplitter splitterPosition="#{attrs.searchAreaPosition}">
    <f:facet name="first">
    <af:facetRef facetName="searchArea"/>
    </f:facet>
    <f:facet name="second">
    <af:panelSplitter positionedFromEnd="true"
    splitterPosition="#{attrs.infoAreaPosition}">
    <f:facet name="first">
    <af:facetRef facetName="mainArea"/>
    </f:facet>
    <f:facet name="second">
    <af:facetRef facetName="infoArea"/>
    </f:facet>
    </af:panelSplitter>
    </f:facet>
    </af:panelSplitter>
    </f:facet>
    <f:attribute name="pageTitle"
    value="#{attrs.pageTitle}"/>
    <f:attribute name="pageName" value="#{attrs.pageName}"/>
    <f:attribute name="appVersion" value="#{attrs.appVersion}"/>
    </af:pageTemplate>
    <af:xmlContent>
    <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
    <display-name>AHM001</display-name>
    <facet>
    <description>Search Area</description>
    <facet-name>searchArea</facet-name>
    </facet>
    <facet>
    <description>Main Area</description>
    <facet-name>mainArea</facet-name>
    </facet>
    <facet>
    <description>Info Area</description>
    <facet-name>infoArea</facet-name>
    </facet>
    <attribute>
    <attribute-name>pageTitle</attribute-name>
    <attribute-class>java.lang.String</attribute-class>
    <default-value>Page Title</default-value>
    <required>true</required>
    </attribute>
    <attribute>
    <attribute-name>
    pageName
    </attribute-name>
    <attribute-class>
    java.lang.String
    </attribute-class>
    <default-value>
    ahmxxyyynnnznn
    </default-value>
    <required>
    true
    </required>
    </attribute>
    <attribute>
    <attribute-name>
    appVersion
    </attribute-name>
    <attribute-class>
    java.lang.String
    </attribute-class>
    <default-value>
    1.0.0
    </default-value>
    </attribute>
    <attribute>
    <attribute-name>
    searchAreaPosition
    </attribute-name>
    <attribute-class>
    java.lang.Integer
    </attribute-class>
    <default-value>
    200
    </default-value>
    </attribute>
    <attribute>
    <attribute-name>
    infoAreaPosition
    </attribute-name>
    <attribute-class>
    java.lang.Integer
    </attribute-class>
    <default-value>
    200
    </default-value>
    </attribute>
    </component>
    <af:decorativeBox>
    <f:facet name="center"/>
    <f:facet name="top"/>
    </af:decorativeBox>
    </af:xmlContent>
    </af:pageTemplateDef>
    </jsp:root>

    Hi...
    Thanks for asking....
    As I put in my post before, I include template0 in my template1, as seen in template1 (AHM001):
    <af:pageTemplateDef var="attrs">
    *<af:pageTemplate viewId="/template/AHM000.jspx">*
    I use AHM000 inside AHM001. I use this approach to build many template based on one basic design.
    Actually, I don't think the problem is in page template usage because as I submitted paralel to Metalink, I've already not called template0 in template1 but I copy template0's contents to template1.
    Unfortunately, page designer show small view and below error messages still occured.
    *Jun 7, 2009 10:25:20 PM ComponentMetadataHandler _error*
    WARNING: error parsing component tag in file: /AhmTestTemplate-ViewController1-context-root/template/AHM001.jspx/tag:xmlContent/id:null
    org.xml.sax.SAXParseException: <Line 115, Column 51>: XML-20100: (Fatal Error) Expected 'EOF'.
    Fortunately my application can be run already altough the error message still logged.
    Many thanks,
    Dominic C.

  • Create Portal Page Design with Dynamic content in Moss2007(without using Visual Studio)

    Hi All,
    I am facing a issue while designing a page in MOSS 2007. I can't use custom code as the client doesn't want it to be used.
    The page is with dynamic content coming from sharepoint lists and picture library. I tried using SharePoint Listview after adding zones as per my page design..but was unsuccessful because I am unable to change its design and css styles in its xslt view.
    Plesae help me to find any alternative so that I can easily style my page with the dynamic content. Is there any way using Content editor webparts? Can we get List data in Content editor html as this can be easily styled. I googled and tried it by using javascript
    and jquery but again unsuccessful.
    Please help me with some solution.
    Thanks..!!

    I recommend your repost this in the WebLogic Portal forum.
    WebLogic Portal

  • Creating a Forum Page in Dreamweaver

    How do I create a Forum page in dreamweaver? I am not
    familiar with designing pages that website viewers may add content
    to.

    Dreamweaver has no facility for creating forums. Your best
    bet is to look at one of the free forum application packages, like
    phpBB for PHP or Snitz for ASP.

  • Forum Page

    Hi,
    I would like to create a forum in my members only page, I
    have found a template I would like to use here at this site.
    http://www.fireboardtemplates.com/index.php?page=shop.browse&category_id=8&option=com_virt uemart&Itemid=26
    1)The way they tell me to install it is by download the theme
    you want and unzip the file. (Done)
    2)Upload the unzipped folder using an FTP client, you will
    want to upload it into this directory:
    /public_html/components/com_fireboard/template/
    3) Now that your new template is on the server, you can point
    to it in the Frontpage configuration part of your Fireboard
    backend.
    The problem is that I am not using Front page extensions, how
    can i Utilize this with Dreamweaver any suggestions?
    Thanks in adavnce

    > I would like to create a forum in my members only page,
    I have found a
    > template I would like to use here at this site.
    >
    >
    >
    http://www.fireboardtemplates.com/index.php?page=shop.browse&category_id=8&opt
    > io
    > n=com_virtuemart&Itemid=26
    Those are premade page designs for a Joomla plugin that is a
    forum.
    Without Joomla and the Fireboard plugin, it is nothing. It
    ain't a forum.
    http://www.fireboard.ir/
    What serverside scripting language can be used on your
    hosting?
    Does your hosting have a Control Panel or CPanel?
    Have you looked in there for forum installers?
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Main forum page hosed on Safari

    Aside from the other format changes in the individual forums, here is a screen capture of what I see on the main Adobe Forums page.  I am perfectly willing to admit the problem is in part due to a problem in Safari.  However I question just how much testing was done before the latest change.  (No, it doesn't look like this when using FireFox.)
    For what it's worth (not necessarily a great deal) the w3c validator lists 68 wrrors and 46 warnings.  More testing please.
    MacPro
    22 in Apple Cinema Display
    OS X 10.7.4
    Safari 5.1.7 (7534.57.2)

    Bob_Peters wrote:
    Aside from the other format changes in the individual forums, here is a screen capture of what I see on the main Adobe Forums page.  I am perfectly willing to admit the problem is in part due to a problem in Safari.  However I question just how much testing was done before the latest change.  (No, it doesn't look like this when using FireFox.)
    For what it's worth (not necessarily a great deal) the w3c validator lists 68 wrrors and 46 warnings.  More testing please.
    MacPro
    22 in Apple Cinema Display
    OS X 10.7.4
    Safari 5.1.7 (7534.57.2)
    I see this in SeaMonkey, Camino, Firefox, OmniWeb, Opera, OperaNext,  Chrome, Safari, and iCab.

  • How to layout beans for single page design

    Hey guys. I'm designing a site that uses the Icefaces framework. I've been reading a book called Real World Java EE patterns. I'm kind of confused how to layout the pages. Normally I would have just a POJO class implement serializable for a bean. This bean would then back each page. With a single page design I'm going to have a bunch of elements on the page. Datatables, trees, inputs, calendars etc. Is it normal or best practice to have separate beans for each datatable, calendar, etc or put that all in one bean? I'm not sure how to approach this. Right now each element is a bean and I'm using the @Inject annotation to have the data table talk to the tree and vise versa. This creates really bad code and if I put this as a member of the class I will get a circular reference because the data table bean has to inject the calendar and the calendar has to inject the data table.
    Thanks for any help.

    'best' practice is to not follow blindly what other people say, but to reason yourself what works best for you. It has been stated many times before and I will state it again: best practice does not exist. Only personal opinions about what is best exist. Personal opinions are not facts.
    So choose what works for you. Is the code easy to maintain? Is it readable? Can you perhaps re-use parts of it? Then I'd say you have a winner.
    I'll give you my personal favorite. When working with a page that has input elements, I tend to have two or three beans. Replace XXX with a logical and context sensitive name.
    XXXForm - this is a simple request scoped bean that has the action and event methods and will hold some data for reading purposes for the view, possibly taken from a database.
    XXXStorage - this is a session scoped bean that holds information from the form; if it is an editing function I initialize it with the current state first. Storing this stuff in a session bean makes it very easy to do Ajax stuff and create input cycles that span multiple requests. Also when data is split in multiple pages, the storage class is the one to remember which page is being displayed.
    Optionally, I also have an XXXSearch object, which is a session scoped bean that stores search/sort/filter parameters. I make this session scoped so the information is remembered for the duration of the user's visit, meaning he can navigate away from the page in question, come back and all his choices will still be in place.
    So no, I don't have beans specifically for each component, although I might make simple POJOs to hold information gathered from several sources (for example, information gathered from several database tables). These beans are generally used to fill the rows of a datatable and are just created from within the form class, for example in a @PostConstruct annotated method.

  • After posting a question on the community forum page, will I be notified when an answer appears?

    After posting a question on the community forum page, will I be notified when an answer appears?

    Yes, it will be in your mailbox unless you setup not to receive.

  • Apex 5 Page Designer Suggestion and Bug

    Hi Apex Team,
    I would like to make a suggestion and report a bug related to the Page Designer.
    1. When editing the properties of an item on the Page Designer, there are two “CSS Classes” options, one under Appearance and another under Advanced (Show All options). My guess is they refer to the Item CSS Classes and HTML Form Element CSS Classes from the Component/Tree View; but this is not obvious for someone that comes new to Apex straight to the Page Designer. I would suggest renaming one of them with a more meaningful name to remove ambiguity.
    2. On the same item’s property on the Page Designer, by going to the List of Values Icon (^) of the CSS Classes or Custom Attributes, after the popup window opens, by clicking twice on the Go (>) button, the results are quadruplicated, even worse by quickly clicking multiple times. This does not happen for the Format Mask popup window.
    Thank you,
    Erick

    Hi Gerald,
    Saving the pivot view as primary default report works fine.  When you defined the pivot, did you save the setting as primary default settings (Actions > Save Report > Save As Default Report Settings, select primary)? Once you save, the report will display in pivot view when you come back to the page or reset the report.  If there is still an issue, please let me know the reproducible steps.
    Regards,
    Christina

  • I'd like to remove a thin line that is part of the page design in one of Aperture's photo books.  I can't seem to make it happen.  Any suggestions?

    I'd like to remove a thin line that is part of the page design in one of Aperture's photo books.  I can't seem to make it happen.  Any suggestions?

    The mouse that came with my Mac does not have a right click feature. When I try to highlight and click, it just opens the link I don't want anymore. What I want to do is remove unwanted links from the top bar. For example, I no longer use GoodSearch or myEarthLink, but I can't delete them. There are also some links that never should have found their way up there, and I don't know how they ended up there, and I can't remove them either. I've read through a ton of questions and answers, and I can't find one that addresses the problem. With my Safari browser, all I have to do to remove an unwanted link is to click and drag it to the trash. It doesn't appear to work that way with Firefox, to my chagrin. I hope this better explains my question. Maybe that will give you a better insight into a solution.

  • Forum pages scrolling extremely slowly

    Hi,
    Since a few days, the forum pages are scrolling very, very slowly in Firefox (and a little bit faster in IE, but it's slow anyway). I don't have any problem scrolling pages in other fora or web sites. This only happens when scrolling pages in the Adobe fora.
    Any change in the forum software? Any idea?
    Thanks in advance.
    Patrick

    pwillener wrote:
    Samoreen wrote:
    Never mind.It was a problem with the View | Zoom command.
    Actually it was extremely slow yesterday; it took me some three hours to answer about 10 posts in the Flash Player forum.
    For some reason it is much better today..
    Perhaps the eclipse?

  • IPhoto 5.0.4-Bookcover, page design and file titles

    I am putting together my first iPhoto book and am about ready to send it in. I have made all my pages in Photoshop CS2 and Photoshop Elements. They are all 10 x 8 inches and I want to publish a book with 50 pages-all with one photo per page.
    Cover-We do not want to use the Caption area as our cover picture has our caption built into our 10 x 8 format. Do I need to resize my picture before I download to iPhoto or will my 10 x 8 be resized at iPhoto to fit when it is placed in its spot? I do not want any other captioning in a separate box.
    Title Page-The Folio theme shows two text boxes available for the title Page. If what I want is set in the 10 x 8 size with all text we want in the "photo", do we need to do anything special for that or will our page work?
    Page Design-After looking at all the themes we thought Folio would work for us. We do not want a problem with the inside edges bleeding too far into the binding and cutting off part of our text or photos. Have we left enough to compensate for that by using the margins that we have? Is Folio the Theme that will give us the iffect we want?
    I was cautioned by a friend that I should be wary of using page titles that have dashes and slashes etc. in them as those symbols may cause issues with file recoginition. Advised to start using the underscore and not use spaces, etc...
    Is this something I should fix before I send to iPhoto?
    thank you for being there...I would like to be able to send this in by tomorrow morning.

    Chesley:
    Welcome to the Apple Discussions. In regards to the Cover, even though you don't put any text into the Cover text box that area will just be blank on the cover. Your photo will not expand to cover the entire photo area.
    The same holds true for the photo layout. The text boxes will be blank but the photos will not expand greater than the frame that's provided for the photo. Regarding size, it's recommended that the photos be in the 4:3 ratio for best fit into the frames provided on the pages. You can try the 8x10 and see if any gets cut off by the difference in size ratio.
    Regarding text, if you're putting your text into the jpg files for inclusion they the use of special characters should not be an issue. It's only when you use them in the title boxes.
    Before you order I suggest you go thru the order process but stop after the book has been assembled. Then follow these steps to find and copy the pdf file that iPhoto creates for uploading and printing. You can check the pdf file for placement, bleed, etc. On the large books that I ordered that pdf file had the layout marks included.
    How to Find the iPhoto Generated PDF File:
    1 - Start the ordering process and stop after the book has been assembled and you get to the Order pane where you select the cover color, copies, etc.
    2 - Go to the Finder and select the Go->Go to Folder menu item (CommandShiftG).
    3 - copy the following, “/private/var/tmp/folders.501/TemporaryItems/iPhoto” (for Panther the path is ‘/private/tmp/501/TemporaryItems/iPhoto“), and paste into the Go to Folder search box.
    4 - the iPhoto folder will be brought up. In it will be the PDF file that was generated by iPhoto. You can copy it (Option-drag) to the Desktop to review and/or save.
    Note: the iPhoto folder will not exist before you start the ordering process and is deleted after the order is completed or after you cancel the order and quit iPhoto.
    Good luck.

  • Slowdown in ASC forum pages.

    Has anyone noticed a marked slowdown in the speed with which ASC pages register.   Since yesterday's ASC maintenance, my forum pages take a good three or four seconds to show.   My other page usage is unaffected; browsers, inter files movement etc, is instant

    Hello ~Bee,
    Good to hear from you.   I get the feeling you are the official excuse wo/man for the maintenance department .   Moving furniture and all that.   Oddly enough I seem to suffer in quite opposite ways to you.
    Yesterday was not too bad, normal, one could say, but today has been noticeably slower and hence my post.
    Incidentally, I wrote to feedback suggesting they make some attempt to explain what they do.  I realise some things are commercially confidential but I have on occasions only found out when something shows to be missing.  No need for a document, a few friendly words would go down well.
    Is it too much to ask of them, I ponder.
    Keep well.

  • Photo book page designs

    Is it possible to export a page design from a keynote presentation to Aperture, to be used in photo books ? I think I've seen one tutorial like that, but I'm not sure ...
    And is it possible to share one photo book (with custom design) from Aperture to iPhoto ?
    Thanks,
    Simone

    I think you can export the Keynote pages as JPGs or PDFs and then import them into Aperture.
    And I know you can share Aperture designs, but I don't think you can use them in iPhoto because it doesn't allow for custom design as far as I know.

Maybe you are looking for

  • How to convert String date to java sql date

    I have an html form for entering the Date on retreving that value in a java servlet i get it as a string i want to convert that date to SQL date format so that i could use setDate() method of the java.sql.Date class to update the date value in the da

  • Unable to upload photos to my pc

    I am not able to upload older photos to my pc from my phone. The only photos that show up when I plug my phone in are new photos that I have just taken. I have over a 1000 photos and multiple videos that do not show up anymore. I never had this issue

  • A slightly different backlight question

    I've heard some other people have had a problem with the backlight of their iBooks turning off and then not coming back. I've had the same problem but it tends to happen when I adjust the screen. I'll push it back slightly and it will turn off. If I

  • CAN YOU COPY KEYWORD TAGGING HIERARCHY FROM ONE CATALOG TO ANOTHER?

    I use PSE 9 and I  HAVE SO MANY PICTURES THAT THE ORGANIZER RUNS SLOW.  I want to split into 2 or 3 catalogs and use the same keyword tagging hierarchy in each catalog.  I know how to write the tags to the picture files but when I do that and then lo

  • Can XP be installed on a new i7 macbook pro?

    can XP be installed on a new i7 macbook pro?