N00b question about UCM/Stellant

Hi,
I'm a total UCM/Stellant n00b so please forgive me if these questions seem very basic.
I've successfully installed Oracle Content Server 10gR3 (10.1.3.3.3). I was able to create a new content item which is just an image. However, I am having trouble publishing it to a file system. A Google search indicated that I may need the Content Publisher module to do any publishing. I searched Oracle’s content management download site and can’t find anything on Content Publisher.
Do I need this "Content Publisher" thing to publish to a file system or am I missing something more obvious?
Thanks,
Chris Bucchere
http://www.thebdgway.com

Well, other CMSs that I've used tend to work like this:
1) You build a form
2) You build a presentation template
3) You fill out the form with data
4) You associate the form with the appropriate presentation template
5) You hit "publish" (or something to that effect)
When the "publish" occurs, the CMS grabs the data you entered in the form, formats it using the presentation template and generates a resulting piece of static content, be that an HTML page, a Word document, or whatever.
When I say "publish to the file system" I essentially mean that in Stellent I've accomplished steps 1-4 and I can't figure out how to do step 5 without going back and installing additional products like "Content Publisher," whatever that is. I just want to be able to see the resulting static HTML from a "publish" action on my file system somewhere. That's all.
Again, forgive me if I'm being ignorant. I've worked with Hablador (Plumtree Publisher), Radiant CMS and a few others (including a homegrown CMS that I built in Ruby on Rails), but I've never used Stellent before.

Similar Messages

  • N00b question about the ABS

    Hey, I am new to Arch and I'm about to install it on my machine (used it a bit in a virtual machine) and I have a small nooby question about the ABS.
    According to the wiki: https://wiki.archlinux.org/index.php/Arch_Build_System
    "Running abs as root creates the ABS tree by synchronizing with the Arch Linux server."
    Does this mean that the ABS tree (not the package) is always downloaded from the official Arch Linux servers, never from any of the mirrors?

    jomasti wrote:
    ANOKNUSA wrote:makepkg is part of the abs package.
    You might be confusing that with makeworld. makepkg is included with pacman.
    Anyway, gregor, you are confusing the AUR with ABS. Although, what you are saying is still possible via the source files when looking up a package on https://www.archlinux.org/packages/. But with both, using a program or using the respective page is a personal choice.
    Yup, you're right.  My mistake.

  • N00b questions about the 5530 XpressMusic: Nokia M...

    Hello,
    Got a Nokia 5530 a few days ago. It's my first "smartphone", although I've owned other Nokia regular handsets before.
    I got Nokia Messaging working, but it was cumbersome. I thought Nokia Messaging would show up as an application, but it's kind of hidden when you set it up. At least, if you display e-mail on the home screen, you have access to your e-mail.
    I also downloaded (from the 5530's interface) and installed some Ovi Store applications, but now, every time I try downloading one, I get "download failed."
    I installed Nokia PC Suite and Ovi Suite. They both appear to be able to sync data, but only PC Suite appears to install applications to the 5530, but Ovi Suite doesn't? What else is Ovi Suite good for, other than syncing? When I access the Ovi Store on the Web, I can only send a text link about the app to my phone.
    Should I just restore factory settings on my 5530 and start over?
    Sorry for so many questions!
    Solved!
    Go to Solution.

    Hi, I don't use Nokia messaging, prefer the standard email system, works fine. With Ovi store try removing and re-install. To install apps with Ovi suite right click on the file you want to install and select 'open with' then select Ovi Suite. You can also access Ovi store through your phones browser and download direct. If you use Hotmail I would also recomend the MSN app from Ovi, works really well .Finally if all else fails a hard reset fixws most problems but it is a pain re-setting up your phone, and back up first !
    Good Luck
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • N00b question - about O/C g4ti4200 no hw mods...

    Is there any tool that you can overclock your card like at Leadtek....?
    3d TurboExperience?
    THX , and sorry for n00bized question :D

    just use coolbits with nvidias drivers
    http://www.overclockers.com.au/techstuff/a_coolbits/

  • Few questions about UCM in workflow and migration

    1)For workflow is there a way to search for items not yet released, if not could someone maybe point me to a way customize the "Active Workflows" page to change the column.
    2)While migrating some tables for drop down selection I noticed the table transfered but not the data in the table. I was using the Confid Migration Admin tool to do this and I was wondering if I'm missing something.

    1)For workflow is there a way to search for items not yet released, if not could someone maybe point me to a way customize the "Active Workflows" page to change the column.You can search all items in the Release Manager applet. Could you specify what items you would like to search for? (use-case?) Note that OOTB only reviewers and/or admins should see the item in a certain workflow step.
    You can certainly customize workflow pages to modify columns (add/remove/rename, etc.). It's an iDocScript customization of few includes (I can send you names, if you will.). But what is the link between these two requirements?
    2)While migrating some tables for drop down selection I noticed the table transfered but not the data in the table. I was using the Confid Migration Admin tool to do this and I was wondering if I'm missing something.
    Could you specifically describe what was your config in CMA and what table you intended to migrate? In general, I'd believe you need to use the Archiver, not CMA - see http://docs.oracle.com/cd/E23943_01/doc.1111/e10792/c08_migration.htm#CHDJAABJ (read the whole chapter for further details)

  • N00b question about PKGBUILD and sed

    Hi, i find sed being used in quite a few PKGBUILDs but i dont really understand what it does after see the the man page and stuff...
    for example,
    # Maintainer: Link Dupont <[email protected]>
    # Contributor: Link Dupont <[email protected]>
    pkgname=cedega
    pkgver=4.4
    tgrel=1
    pkgrel=2
    pkgdesc="Transgaming's flagship product, allowing Windows games to run on Linux"
    url="http://www.transgaming.com/"
    license="non-free"
    depends=('x-server' 'python' 'pygtk')
    install=
    source=("${pkgname}_${pkgver}-$tgrel.i386.tgz" "point2play-small-2.0.1.tgz" "transgaming-fontinstaller-1.0.tgz" "cedega.sh" "transgaming-mozctlinstaller-1.0-1.i386.tgz" "http://downloads.transgaming.com/misc_d … pengl32.so")
    build() {
        cd $startdir/src
        mkdir -p $startdir/pkg/opt/cedega $startdir/pkg/etc/profile.d
        mv $startdir/src/usr/* $startdir/pkg/opt/cedega
        sed -e "s|/usr|/opt/cedega|" -i $startdir/pkg/opt/cedega/bin/Point2Play
        sed -e "s|/usr|/opt/cedega|" -i $startdir/pkg/opt/cedega/bin/cedega
        sed -e "s|/usr|/opt/cedega|" -i $startdir/pkg/opt/cedega/bin/tg-font-install
        sed -e "s|/usr|/opt/cedega|" -i $startdir/pkg/opt/cedega/bin/tg-mozctl-install
        rm -rf $startdir/pkg/opt/cedega/share/gnome/
        rm -rf $startdir/pkg/opt/cedega/share/icons/
        rm -rf $startdir/pkg/opt/cedega/lib/menu
        cp $startdir/src/cedega.sh $startdir/pkg/etc/profile.d/
        # Apply hotfix that fixes OpenGL rendering in World of Warcraft
        cp $startdir/src/libopengl32.so $startdir/pkg/opt/cedega/lib/transgaming_cedega/winex/lib/
    md5sums=('20592555c86cae4f4638e69281b80a8d' '8c3a22d57b897ecc9c6ec82ec9df0c6b'
             '9be0cf8bdd62658f46c52fdcba4be34e' '98078ba55a7f7f50750181adea924621'
             'fdb94eadf8c681e7e84a8c8235562274' '56d6f04788bbf0355e309e2eff4f4b4d')
    what exactly does sed do for example in this above PKGBUILD?

    its substituting /opt/cedega/ in place of /usr/ in each of the files on the right.
    s is substitue
    | is the seperator
    i is insert into file
    e is execute these commands

  • N00b question about bashrc completion

    lets say i wanna auto complete with .torrent files when i type btdl (tab), i put this in my bashrc file
    complete -f -o default -X '!*.+(torrent|TORRENT)' btdownloadcurses.py btdl
    however i want to do more than this. i want the listed candidates to be sorted by date. So for example when i have 14 torrent files in my current directory, when i enter
    btdl (tab)
    i want the files displayed by pressing to be displayed in order of date of modification of the file.
    can anyone kindly teach me how to do this.
    i suspect its just an additional -something option in the above line?

    IceRAM wrote:
    Hmmm.. I wasn't aware bash could do such magic with its completion... must investigate further...
    Thanks for bringing this up on the forums.
    Yeah it's part of the bash_completion package... I don't know the syntax myself... but there's a million examples in /etc

  • Oracle UCM (Stellant) CMS

    Hi All,
    I need some explanation about Oracle UCM (Stellant) CMS and Personalization of web sites using WebLogic Server.
    Thanks,
    Venkata Sarvabatla

    The following documentation can give you a primer on Personalization using WebLogic Portal. With WebLogic Portal 10.3, you can use Oracle UCM as the content server from which content is surfaced to portal users using the Personalizaiton capabilities.
    Introduction to WebLogic Portal Pesonalization Capabilities:
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/interaction/index.html
    Introduction to the WebLogic Portal Virtual Content Repository Capabilities:
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/cm/index.html
    Information on integrating UCM with the WebLogic Protal VCR:
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/ucm_adapter/index.html
    The advantages of Oracle's UCM offering speak to themselves and you can read about them on the Oracle Technology Network site (http://www.oracle.com/technology/products/content-management/ucm/index.html). With WebLogic Portal, UCM offers a highly scalable and feature rich content/document management system that can serve multiple usages within your enterprise.
    Brad
    Edited by: Brad Posner on Jun 18, 2009 7:15 AM

  • Questions about your new HP Products? HP Expert Day: January 14th, 2015

    Thank you for coming to Expert Day! The event has now concluded.
    To find out about future events, please visit this page.
    On behalf of the Experts, I would like to thank you for coming to the Forum to connect with us.  We hope you will return to the boards to share your experiences, both good and bad.
     We will be holding more of these Expert Days on different topics in the months to come.  We hope to see you then!
     If you still have questions to ask, feel free to post them on the Forum – we always have experts online to help you out.
    So, what is HP Expert Day?
    Expert Day is an online event when HP employees join our Support Forums to answer questions about your HP products. And it’s FREE.
    Ok, how do I get started?
    It’s easy. Come out to the HP Support Forums, post your question, and wait for a response! We’ll have experts online covering our Notebook boards, Desktop boards, Tablet boards, and Printer and all-in-one boards.
    We’ll also be covering the commercial products on the HP Enterprise Business Community. We’ll have experts online covering select boards on the Printing and Digital Imaging and Desktops and Workstations categories.
    What if I need more information?
    For more information and a complete schedule of previous events, check out this post on the forums.
    Is Expert Day an English-only event?
    No. This time we’ll have experts and volunteers online across the globe, answering questions on the English, Simplified Chinese, and Korean forums. Here’s the information:
    Enterprise Business Forum: January 14th 7:00am to 12:00pm and 6:00pm to 11:00pm Pacific Time
    Korean Forum: January 15th 10am to 6pm Korea Time
    Simplified Chinese Forum: January 15th 10am to 6pm China Time
    Looking forward to seeing you on January 14th!
    I am an HP employee.

    My HP, purchased in June 2012, died on Saturday.  I was working in recently installed Photoshop, walked away from my computer to answer the phone and when I came back the screen was blank.  When I turned it on, I got a Windows Error Recovery message.  The computer was locked and wouldn't let me move the arrow keys up or down and hitting f8 didn't do anything. 
    I'm not happy with HP.  Any suggestions?

  • Have questions about your Creative Cloud or Subscription Membership?

    You can find answers to several questions regarding membership to our subscription services.  Please see Membership troubleshooting | Creative Cloud - http://helpx.adobe.com/x-productkb/policy-pricing/membership-subscription-troubleshooting- creative-cloud.html for additional information.  You can find information on such topics as:
    I need help completeing my new purchase or upgrade.
    I want to change the credit card on my account.
    I have a question about my membership price or statement charges.
    I want to change my membership: upgrade, renew, or restart.
    I want to cancel my membership.
    How do I access my account information or change update notifications?

    Branching to new discussion.
    Christym16625842 you are welcome to utilize the process listed in Creative Cloud Help | Install, update, or uninstall apps to install and evaluate the applications included with a Creative Cloud Membership.  The software is fully supported on recent Mac computers.  You can find the system requirements for the Creative Cloud at System requirements | Creative Cloud.

  • Questions about using the Voice Memos app

    I'm currently an Android user, but will be getting an iPhone 6 soon. My most used app is the voice memos app on my Android phone. I have a couple questions about the iPhone's built-in voice memos app.
    -Am I able to transfer my voice memos from my Android phone to my iPhone, so my recordings from my Android app will show up in the iPhone's voice memos app?
    -When exporting voice memos from the iPhone to computer, are recordings in MP3 format? If not, what format are they in?
    -In your opinion, how is the recording quality of the voice memos app?

    You cannot import your Android voice memos to your iPhone's voice memo app.  You might be able to play the Android memos and have the iPhone pick up the audio and record it.
    Here is the writeup about sending voice memos from the iPhone to your computer (from the iPhone User Guide):
    App quality is excellent.

  • Re: Question about the Satellite P300-18Z

    Hello everyone,
    I have a couple of questions about the Satellite P300-18Z.
    What "video out" does this laptop have? (DVI, s-video or d-sub)
    Can I link the laptop up to a LCD-TV and watch movies on a resolution of 1080p? (full-HD)
    What is the warranty on this laptop?

    Hello
    According the notebook specification Satellite P300-18Z has follow interfaces:
    DVI - No DVI port available
    HDMI - HDMI-out (HDMI out port available)
    Headphone Jack - External Headphone Jack (Stereo) available
    .link - iLink (Firewire) port available
    Line in Jack - No Line in Jack port available
    Line out Jack - No Line Out Jack available
    Microphone Jack - External Micrphone Jack
    TV-out - port available (S-Video port)
    VGA - VGA (External monitor port RGB port)
    Also you can connect it to your LCD TV using HDMI cable.
    Warranty is country specific and clarifies this with your local dealer but I know that all Toshiba products have 1 year standard warranty and also 1 year international warranty. you can of course expand it.

  • Some questions about Muse

    First of all, I would like to say that I am very impressed with how well Muse works and how easy it was to create a website that satisfies me. Before I started a daily updated website I thought I would encounter many problems I will not be able to solve. I have only had a few minor issues which I would like to share with you.
    The most problems I have with a horizontal layouts (http://www.leftlane.pl/sty14/dig-t-r-3-cylindrowy-silnik-nissana-o-wadze-40-kg-i-mocy-400- km.html). Marking and copying of a text is possible only on the last (top) layer of a document. The same situation is with widgets or anything connected with rollover state - it does not work. In the above example it would be perfect to use a composition/tooltip widget on the first page. Unfortunately, you cannot even move the cursor into it.
    It would be helpful to have an option of rolling a mouse to an anchor (like in here http://www.play.pl/super-smartfony/lg-nexus-5.html and here http://www.thepetedesign.com/demos/onepage_scroll_demo.html).  I mean any action of a mouse wheel would make a move to another anchor/screen. It would make navigation of my site very easy.
    Is it possible to create a widget with a function next anchor/previous anchor? Currently, in the menu every button must be connected to a different anchor for the menu to be functional.
    A question about Adobe Muse. Is it possible to create panels in different columns? It would make it easier to go through all the sophisticated program functions.
    The hits from Facebook have sometimes very long links, eg.
    (http://www.leftlane.pl/sty14/mclaren-p1-nowy-krol-nurburgring.html?fb_action_ids=143235557 3667782&fb_action_types=og.likes&fb_source=aggregation&fb_aggregation_id=288381481237582). If such a link is activated, the anchors in the menu do not work on any page. I mean the backlight of an active state, which helps the user to find out where on page they currently are. The problem also occurs when in the name of a html file polish fonts exist. And sometimes the dots does not work without any reason, mostly in the main page, sometimes in the cooperation page either (http://www.leftlane.pl/wspolpraca/). In the first case (on main page), I do not know why. I have checked if they did not drop into a state button by accident,  moved them among the layers, numbered them from scratch and it did not help. In the cooperation page, the first anchor does not work if it is in Y axle set at 0. If I move it right direction- everything is ok.
    The text frame with background fill does not change text color in overlay state (http://www.leftlane.pl/sty14/nowe-mini-krolestwo-silnikow-3-cylindrowych.html). I mean a source button at the beginning of every text. I would like a dark text and a light layer in a rollover, but  the text after export and moving cursor into it does not change color for some reason.
    I was not sure whether to keep everything (whole website) in one Muse file (but I may be mistaken?). I have decided to divide it into months. Everyone is in a different Muse file. If something goes wrong, I will not have any trouble with an upload of a whole site, which is going to get bigger and bigger.
    The problem is that every file has two master pages. Everything works well up to the moment when I realize how many times I have to make changes in upper menu when I need to add something there. I have already 5 files, every with 2 masters. Is there any way to solve this problem? Maybe something to do with Business Catalyst, where I could connect a menu to every subpage independently, deleting it from Muse file? Doing so I would be able to edit it everywhere from one place. It would make my work much easier, but I have no idea jendak how to do it.
    The comments Disqus do not load, especially at horizontal layouts  (http://www.leftlane.pl/sty14/2014-infiniti-q50-eau-rouge-concept.html). I have exchanged some mails and screenshots with Disqus help. I have sent them a screenshot where the comments are not loaded, because they almost never load. They have replied that it works at their place even with attached screenshot. I have a hard time to discuss it, because it does not work with me and with my friends either. Maybe you could fix it? I would not like to end up with awful facebook comments ;). The problem is with Firefox on PC and Mac. Chrome, Safari and Opera work ok.
    YouTube movie level layouts do not work well with IE11 and Safari 7 (http://www.leftlane.pl/sty14/wypadki-drogowe--004.html). The background should roll left, but in the above mentioned browsers it jumps up. Moreover the scrolling with menu dots is not fluent on Firefox, but I guess it is due to Firefox issues? The same layout but in vertical version rolls fluently in Firefox (http://www.leftlane.pl/sty14/polskie-wypadki--005.html).
    Now, viewing the website on new smartphones and tablets. I know it is not a mobile/tablet layout, but I tried to make it possible to be used on mobile hardware with HD (1280) display. I mean most of all horizontal layouts (http://www.leftlane.pl/sty14/2015-hyundai-genesis.html), where If we want to roll left, we need to roll down. Is there a way to make it possible to move the finger the direction in which the layout goes?
    On Android phones (Nexus 4, Android 4.4.2, Chrome 32) the fade away background effect does not work, although I have spent a lot of time over it (http://www.leftlane.pl/lut14/koniec-produkcji-elektrycznego-renault-fluence-ze!.html). It is ok on PC, but on the phone it does not look good. A whole picture moves from a lower layer instead of an edge which spoils everything.
    This layout does not look good on Android (http://www.leftlane.pl/sty14/nowe-mini-krolestwo-silnikow-3-cylindrowych.html#a07). The background does not fill the whole width of a page. There are also problems with a photo gallery, where full screen pictures should fill more of a screen.
    Is it possible to make an option of  scroll effects/motions for a fullscreen slideshow widget thumbnails (http://www.leftlane.pl/sty14/2014-chevrolet-ss%2c-rodzinny-sedan-z-415-konnym-v8.html#a06)? It would help me with designing layouts. Currently, it can go from a bottom of a page at x1 speed or emerge (like in this layout) by changing opacity. Something more will be needed, I suppose.
    Sometimes the pictures from gallery (http://www.leftlane.pl/sty14/2014-chevrolet-ss%2c-rodzinny-sedan-z-415-konnym-v8.html#a06 download very slowly. The website is hosted at Business Catalyst. I cannot state when exactly it happens, most of the time it works ok.
    I really like layouts like this (http://www.leftlane.pl/sty14/2014-chevrolet-ss%2c-rodzinny-sedan-z-415-konnym-v8.html#a03). On the top is a description and a main text, and the picture is a filled object with a hold set at the bottom edge. That is why there is a nice effect of a filling a whole screen- nevertheless the resolution that is set. It works perfect on PC, but on Android the picture goes beyond the screen. You can do something about it?
    In horizontal layouts (http://www.leftlane.pl/sty14/dig-t-r-3-cylindrowy-silnik-nissana-o-wadze-40-kg-i-mocy-400- km.html) holding of a filling object does not work. Everything is always held to upper edge of a screen regardless the settings. Possibility of holding the picture to the bottom edge or center would make my work much easier.
    According to UE regulations we have to inform about the cookies. I do not know how to do it in Muse. I mean, when the message shows up one time and is accepted, there would be no need to show it again and again during another visit on the website. Is there any way to do it? Is there any widget for it maybe?
    The YouTube widget sometimes changes size just like that. It is so when the miniature of the movie does not load, and the widget is set to stroke (in our case 4 pixels, rounded to 1 pixel). As I remember ( in case of a load error) it extends for 8 pixels wide.
    Last but not least - we use the cheapest hosting plan in Business Catalyst. The monthly bandwidth is enough, although we have a lot of pictures and we worried about it at first. Yet we are running out of the disk storage very quickly. We have used more than a half of a 1 GB after a month. We do not want to change BC for a different one, because we like the way it is connected with Muse. But we do not want to buy the most expensive package - but only this one has more disk space. We do not need any other of these functions and it would devastate our budget. Do we have any other option?
    I’m using Adobe Muse 7.2 on OS X 10.9.1.
    and I'm sending Muse file to <[email protected]>

    Unfortunatley, there is no way to get a code view in Muse. I know quite a few people requested it in the previous forum, but not really sure where that ended up. Also, you may not want to bring the html into DW unless you only have 1 or 2 small changes 2 make. Two reasons. First, it isnt backwards compatible, so if you are planning on updating that site in Muse, you will need to make those changes in DW everytime you update. Second, by all accounts the HTML that Muse puts out is not pretty or easy to work with. Unlike you, I am code averse, but there was a lenghty discussion on the previous forum on this topic. I know they were striving to make it better with every release, just not sure where it is at this point.
    Dont think I am reading that second question right, but there was a ton of info on that old site. You may want to take a look there, people posted a ton of great unique solutions, so it worth a look.
    Here is the link to the old forums- http://support.muse.adobe.com/muse

  • HT201303 hi just got my new apple ipod touch i need to update my security information other wise it wont let me download apps it says to enter three questions about myself and i get to the third question and it wont let me enter the third question

    hi just got my new apple ipod touch and to download apps it wants to add questions about myself for more sercurity information. i get up to question 3 and it wont let me select a question but it will let me write an answer so i just pressed done and then it says i cant carry on because ive mised out information when it wont let me do a question!

    Welcome to the Apple community.
    You might try to see if you can change your security questions. Start here, change your country if necessary and go to manage your account > Password and Security.
    I'm able to do this, others say they need to input answers to their current security questions in order to make changes, I'm inclined to think its worth a try, you don't have anything to lose.
    If that doesn't help you might try contacting Apple through Express Lane (select your country, navigate to iCloud help and enter the serial number of one of your devices)

  • Just installed iOS6, questions about "iMessage" and other things...

    I've been a satisfied iOS4 user since I bought my iPhone4, but I was forced to install iOS6 tonight in order to download a "free" app. I found a few new icons on the screen along with about 200 percent more "Settings" I'd like to ask some questions about. I'm sure a few of these could be answered by doing a frantic and thorough search through weeks of posts but I'm a little short on time right now.
    First, what exactly is iMessage? Looking at the page for it, I can't see any difference between it and regular text messages. The info page says its to avoid charges, but between my data plan and not being charged for text I don't see where theres any other benefit. The one person I text with the most recently asked me why I had not installed iMessage yet, and didn't have an answer when I asked him why I should. I guess he just wanted to see text replies in blue instead of green.
    In a related bit, flipping through Settings>Messages>Send & Receive I find a "2 addresses" section, with my phone number in there as well as my email under "You can be reached by iMessage at:" and "Start new conversations from:". What good does it do iMessages to have my email address? Does the Mail app handle text as well as email addresses? That seems to be the only explanation, and also very odd to think I'd be trying to text through my Mail app.
    Second, looking through the Settings>Mail I see now that I have an icloud email address as well as the mac.com address I've been desperately hanging on to for the past 10 years, and the me.com address they've been trying to force me into since those came out. (I was happy to see I could delete the me.com address from the phone. I wish I could delete it from the universe.)
    I wasn't even aware there was a such thing as icloud.com addresses. When did this happen? What is it used for?
    Third, under that icloud Setting I see a long list of apps with buttons labeled "Off" under it. What are those for? Under the Mac.com settings I see switches for "Mail" and "Notes", with Mail on and Notes off. The Notes app (which I haven't used since my old iPhone 3) still opens, regardless of this setting.
    Fourth, I now have an item called "Facetime" under my Settings. It is off, but underneath it says "Your phone number and/or email address will be shared with people you call". I understand caller ID normally sends caller number info to the receiver, but why would someone need my email address if I call them?
    Fifth, I now have a "Music" setting, at the bottom of which I see a "Home Sharing" item, which when clicked brings up my AppleID and asks me if I want to Sign Out or Cancel. What is Home Sharing? Its also at the bottom of the "Video" settings.
    Sixth, now I have Twitter and Facebook settings? For what? I don't have accounts with either of those companies. So why have settings, especially since it asks me to create accounts and download apps for those companies right in the Settings?
    Seventh, there is a camera icon on the unlock screen. Touching it causes the screen to bounce up about a quarter inch, almost but not quite revealing something behind it. I should probably just quit asking about this stuff already, but I'll take the bait - what is this now?
    Finally, what is the Notification Center used for?
    If I got a text under iOS4, it would put an alert on the Unlock screen. Scrolling through this huge list of things under the Notification settings I'm really blown away by all the apps set up to yell at me. I can see having an alert for a text message but Game Center? What the heck is that, and why is it set up to hit me with a "Badge App Icon" (whatever that is) when I get alerts from "Everyone". Similarly, the phone is set to alert me to something called a "Photostream Alert"? What is this? Why is there a Phone section for the Notification Center? So they can put a Notice on my screen to tell me the phone is ringing? Holy cow! The phone is set to send me alerts from the "Weather Widget". So if I miss the fact its raining there will be a message on my screen to let me know? Whats next - a buzzer to tell me I'm listening to music?
    There's a lot more, like what would I need Passbook for when I have the actual movie tickets, gate boarding passes, coupons, etc in my hands, but we'll leave that for another time. Many thanks to all who can offer some answers to my questions above.

    Hey Taantumus!
    Here is an article that will provide some guidance on this question:
    Apple ID: Changing your password
    http://support.apple.com/kb/ht5624
    The next time you use an Apple feature or service that uses Apple ID, you'll be asked to sign in with your new Apple ID password.
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

Maybe you are looking for

  • How do I make a font in a Macbook Pro

    I want to make a font from scratch. I have read that there are two different ways to make a font. One is to scan it in and use and editor and save as a font, which is a very vague answer. What software do you use? The other was mention via a windows

  • Megaraid CLI version 1.0.12

    Having been round the OS learning as much as possible, i have come back to my first problem associated with the RAID. It appears that i have no connectivity with the RAID PCI. The whole Raid Admin is greyed out and i can do nothing. From the command

  • 2 spry tabbed panels

    I have 2 different spry tabbed panels on 1 site.  How can I customize each tabbed panel?

  • Statement works as a straight insert statement but not in a procedure

    I can run the folloiwing statement as a straight insert INSERT INTO MYTEMP SELECT CASE WHEN line_num < 10 THEN NULL ELSE AVG( close) OVER (ORDER BY trade_date ROWS between 9 preceding and current row) END AVG_10 FROM stocks_hold WHERE symbol = 'DIA';

  • Handling Unit Problem

    Dear Friends, I am facing some prblems in Mannual Packaging at the time Delivery. After the Transaction code VL01N when I am clicking for Packaging and then "Pack. Proposal", the system is giving error stating that "No packing instruction could be fo