Beginner's peeves and questions

I have just really started working in Muse this week and this is my beginner's list of things I think need to change or be included (save for font issues). I've worked in ID, PS and IL for over ten years and Muse does not feel like part of the Adobe family.
If anyone had answers to my questions or I'm missing some things, please holler! Thanks!
default strokes are most annoying—to have to remove a stroke from four states almost always is extra work (just once on every new object is a bother too)
need a pasteboard area that doesn't translate to previews
would be sweet to have svg and vector graphic in app editing 
why do svg graphics appear low res?
would like to be able to import ase swatch files
to view swatches in list view with hex values
to edit styles, not just redefine them
phone, tablet, desktop—should be small, medium and large
make fluid/liquid responsive-friendly
need to work on the crashes

Problem #1:
You have defined a font size (8px - which btw, renders extremely small on my 1440x900 laptop, suggestion to follow) for the "a" tag.  Because of this any link regardless of where it is will be that font size.  Personally speaking I would recommend taking the font-size off of the "a" tag in your CSS document and then let the other classes control the font size throughout your page.
Problem #2:
You defined a class fine, but links do not work on a class.  They will always work on a:link, a:active, a:visited, and a:hover.  With this in mind what you need to do to change the color of links in a particular area is to do the following:
.link-typeA a { CSS stuff goes here }
That will change the links in that class to have certain features.
Problem #3:
This has to do with code in the header of your page where you have re-declared link styles.  Delete that from your page and you will be set
Now back to Problem #1 about the fonts.  Your best bet is to use "em" to define your font size.  Think of the EM like a multiplier.  It takes the default size of the end-users settings and 1.1em would be 1.1x larger than the default font, 2em would be twice as large, and .5em would be half the size. This way your text is readable on all screens regardless of the end-users resolution.

Similar Messages

  • Beginner CSS problems and questions

    I'm trying to learn CSS, but first, I have to knock out this simple site for a client, CSS or not, asap.
    Problem #1:
    Here is the page:  http://larrysullivandesign.com/sourceprintmedia.com/_contact.html
    Here is the style sheet: http://larrysullivandesign.com/sourceprintmedia.com/sourceprintmedia.css
    I want the email link the same font size as the text around it, which is:
    class="bodycopy-content"
    I don't understand why it appears in the text-links page bottom (class="link-typeA") size.
    Problem #2:
    Dreamweaver WYSIWYG shows the text links at page bottom in the #00F blue, (see attached jpg: "scrncap_DW_WYSIWYG.jpg) when clearly they should display only as the grey in the external stylesheet. In the browser, they look good. Frustrating, DW bug?
    Problem #3:
    I tried to merge all the CSS into one style sheet but no matter what I try, DW won't let me. Now I have 3 CSS categories. (see attached jpg "scrncap-csspanel.jpg")  How come I can't have any/all style sheets in one?
    thanks in advance!
    -Larry

    Problem #1:
    You have defined a font size (8px - which btw, renders extremely small on my 1440x900 laptop, suggestion to follow) for the "a" tag.  Because of this any link regardless of where it is will be that font size.  Personally speaking I would recommend taking the font-size off of the "a" tag in your CSS document and then let the other classes control the font size throughout your page.
    Problem #2:
    You defined a class fine, but links do not work on a class.  They will always work on a:link, a:active, a:visited, and a:hover.  With this in mind what you need to do to change the color of links in a particular area is to do the following:
    .link-typeA a { CSS stuff goes here }
    That will change the links in that class to have certain features.
    Problem #3:
    This has to do with code in the header of your page where you have re-declared link styles.  Delete that from your page and you will be set
    Now back to Problem #1 about the fonts.  Your best bet is to use "em" to define your font size.  Think of the EM like a multiplier.  It takes the default size of the end-users settings and 1.1em would be 1.1x larger than the default font, 2em would be twice as large, and .5em would be half the size. This way your text is readable on all screens regardless of the end-users resolution.

  • I'm a beginner of CS3 and a mac user, here I got a question need some help.

    Hi All Masters,
    I'm a beginner of CS3 and a mac user, here I got a question looking for some help.
    Does anyone know there's a work for editing the photo to painting styles such as watercolor painting, oil painting, pastel drawing, colored pencil or pencil sketching in Adobe serials ?
    If not, does anyone know any software offering these features,

    The best overall art styles plugin for PS is probably AlienSkin's SnapArt. I'd say their filters are a cut above Photoshop's which are old and have never been updated.
    http://www.alienskin.com/snapart/snapart_examples.aspx
    That being said, the best painterly interpretations of photographs I've ever seen are done with Painter.
    http://www.corel.com/servlet/Satellite/us/en/Product/1166553885783#tabview=tab0
    There is a basic version sort of like Photoshop Elements which is still better than Photoshop for artistically rendering photos into 'paintings.'
    http://www.corel.com/servlet/Satellite/us/en/Product/1190317151777#tabview=tab0

  • [SOLVED] Longwinded beginner - Dual-boot & partition questions

    Hello,
    I'm interested in installing Arch Linux alongside Windows XP (dual-boot). I have little previous linux experience, although I have rented some servers that have used it in the past, as well as compiling some stuff with it while at University (studying Computer Science). Nevertheless, I am relatively confident that if I can still boot into XP, I will be able to acccustomise myself and like the fact that this distribution seems to be hands-on and leaves a lot up to the user.
    I've been reading the Beginner's Guide and the dual boot guide, and I would like to get started, however, I'm not going to go ahead with this until I am certain that I will be left with a system that can still boot into Windows XP. I assume that it'll take me a while to get to grips with Arch, and in the meantime it would be massively inconvenient if I couldn't work/play/etc...
    What I already know
    Anyway, currently I have a 250GB hard drive that I use for Windows (as well as 3 other hard drives full of stuff). I have partitioned the drive with Windows XP on it with gparted like so:
    (in order)
    UNALLOCATED                         32GB
    SDB1 (Windows XP)                 50GB
    SDB2 (Downloads)                  150GB
    I hope to use the unallocated space to hold linux (and then have access to my other windows drives in the future, using ntfs-3g), however, I am a little confused over what partitions I 'should' have and how large they should be, considering that I will use the OS to mainly develop, browse the web, listen to music, etc...
    I was thinking:
    /boot    -- ext2         -- 100MB
    /          -- ext4         -- 15GB
    swap    --                -- 1GB
    /home  -- ext4         -- 12GB
    /var     -- ReiserFS   -- 4GB
    Questions
    • Is 30GB too little, even though most of my stuff is on other NTFS hard drives?
    • How large should / be? I've read that it contains /bin, /dev, /etc and others. How do I know how much space these need? Am I misunderstanding things?
    • Is a /var partition unnecessary? How large should it be?
    • 10GB for /home, 1GB for swap, 100MB for /boot?
    • Do I need a /tmp or /usr? This is a single-user machine, but I don't want it to get messy!
    • I was thinking of giving /boot ext2, and /var ReiserFS, and then giving every other partition ext4. That okay?
    • Do I need to set these partitions up when installing, or can I set them up in advance with gparted - it might be simpler.
    • Due to already having 2 NTFS primary partitions on the hard disk, I presume that some of the above will need to be logical partitions in an extended partition? How is this done?
    Once the partitions have been set up, and linux is installed, I presume it's just a matter of completing the rest of Part I of the guide, and then ammending /boot/grub/menu.lst to include 'Windows XP'? At that point I am able to restart Windows XP, and only delve into Arch when I want to continue with the configuration, fixing, and so on...
    Sorry for the wall of text, and thanks for your patience. (:
    Last edited by Bedtimes (2009-09-27 14:21:55)

    That's the thing, I expect that I'm doing something wrong with the GRUB loader - and I admit my hard disk layout has been quite strange for a long time before installing linux.
    Basically, it currently looks like this:
    /dev/sda1    ntfs    Music           250GB
    /dev/sdb3    ext2   /boot           120MB
    /dev/dsb4    extended
    ---- /dev/sdb5    linux-swap       1GB
    ---- /dev/sdb6    ext4    /           20GB
    ---- /dev/sdb7    ext4    /home   12GB
    /dev/sdb1    ntfs    Windows XP  50GB
    /dev/sdb2    ntfs    Downloads    150GB
    /dev/sdc1    ntfs    TV & Movies   950GB
    • This list is in order that the entries appear on the hard disk, hence /boot is in the first 1024 cylinders of the hard disk, but as you can see the sdb numbers are actually in the chronological order that I created them.
    • I used an extended partition with logical partitions inside since I had read that there was an issue with more than 4 partitions in a hard disk, and I already had 2 NTFS partitions.
    • When it asked me to install GRUB to the MBR, I installed it to SDB as opposed to SDBx as it asked me to in the manual. This is the drive that contains /boot!
    • I just managed to amend something in the menu.lst, in order that I can boot into Windows XP. Therefore my machine is not totally fucked up any more. (: Unfortunately, what I changed doesn't make sense to me, since I would have expected Windows XP to be on a different hard disk.
    The contents of sdb3:
    grub    kernel26-fallback.img    kernel26.img
    lost+found    System.map26    umlinuz26
    When typing the command /sbin/blkid:
    /dev/sda1: UUID="D0..." LABEL="Music" TYPE="ntfs"
    /dev/sdb1: UUID="A8..." LABEL="Windows XP" TYPE="ntfs"
    /dev/sdb2: UUID="557..." LABEL="Downloads" TYPE="ntfs"
    /dev/sdb3: UUID="2676..." TYPE="ext2"
    /dev/sdb5: UUID="0474..." TYPE="swap"
    /dev/sdb6: UUID="0886..." TYPE="ext4"
    /dev/sdb7: UUID="519becf..." TYPE="ext4"
    /dev/sdc1: UUID="46AC59" LABEL="TV & Movies" TYPE="ntfs"
    Inside /boot/grub/menu.lst:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # (1) Windows XP
    title Windows XP
    rootnoverify (hd0,0)
    chainloader +1
    # (2) Arch Linux
    title Arch Linux
    root (hd1,5)
    kernel /boot/vmlinuz root=/dev/disk/by-uuid/0886... ro vga=773
    initrd          /boot/kernel26.img
    # (3) Arch Linux (Fallback)
    title Arch Linux (Fallback)
    root (hd1,5)
    kernel /boot/vmlinuz root=/dev/disk/by-uuid/0886... ro vga=773
    initrd          /boot/kernel26-fallback.img
    edit: I'm able to access all of the installation partitions with gparted-live's terminal (by mounting the devices I need to access into folders in my root folder), so is there anything else you want me to check/change in order to find my linux root/boot partition?
    Last edited by Bedtimes (2009-09-27 12:54:24)

  • I need to reinstall my operating system for 10.5 after seeing a file folder and question mark flashing on my start up screen. Can anyone help me with this?

    I need to reinstall my operating system for 10.5 after seeing a file folder and question mark flashing on my start up screen. Can anyone help me with this?

    Hello,
    That means it can find the Hard Drive, or can't find the things needed for booting.
    See if DU even sees it.
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)

  • My complaints and Questions MP4 M4V video files and other complaints

    My complaints and Questions MP4 M4V video files and other complaints
    I have been scratching my head as to how to fix my problem and I found some answers and some questions along the way. First of all, I have a video that should be correctly formatted for my iPod. Its specs are:
    Kind: MPEG-4 video file
    Size: 19.4 MB
    Bit Rate: 125 kbps
    Date Modified: 8/18/2009 2:15 PM
    Play Count: 1
    Last played: 8/21/2009 12:25 PM
    Profile: Low Complexity
    Channels: Stereo
    Total Bit Rate: 360 kbps
    Video Dimensions: 352x264
    Video Codec: H.264
    F:\File\AnotherFile\A3rdFile\TheMovieFileInQuestion.mp4
    Wow that was a chore. Apple! Let us drag copy and paste our info tabs information so we don’t have to type all this stuff when we are having trouble. **another problem and suggestion** right there.
    Ok, back to the problem of the forum.
    From what I can see from http://www.apple.com/ipodclassic/specs.html this file falls in line of everything required in order to be able to play on my iPod. It plays in iTunes fine but will NOT sync with my iPod. I get an annoying message that states, “Some of the Songs and videos in your iTunes library, including “BlaBlaBlaiPondFixYourJunkBlaBlaBla”, were not copied to the iPod “My iPod” because they cannot be played on this iPod.” Why oh why can iTunes play this video file but my iPod cant. Especially when the specs on Apple’s website say it can.
    So that was bugging me for a LONG time until I found my “Create iPod or iPhone version” option in the “Advanced” heading. Thank goodness this made my files playable on my iPod. Extremely LONG wait though. I know that other programs convert it in ½ the time. But times not to important as long as it gets done, (would be very convenient if it was faster though **Problem and suggestion**)
    Ok, now that I have used the “Create iPod or iPhone version” option it has slowly but surly converted my video. Ok, here is my main problem, the new file which is the result of the conversions information is as follows:
    Kind: MPEG-4 video file
    Size: 35.4 MB
    Bit Rate: 125 kbps
    Date Modified: 8/18/2009 2:15 PM
    Play Count: 1
    Last played: 8/21/2009 1:28 PM
    Profile: Low Complexity
    Channels: Stereo
    Total Bit Rate: 658 kbps
    Video Dimensions: 352x264
    Video Codec: H.264
    C:\File\WhyIsThisNewFileInMyMusicFolder\TheMovieFileInQuestion.m4v
    So basically it has made my file bigger *not a bonus in my book* greatly increased my Bit Rate *another interesting feature*, and I think the biggest change it has changed it from an .mp4 to an m4v.
    Why does it need to be an .m4v I could have sworn some of my videos were or are in mp4 which shouldn’t matter anyway because I was under the impression that iPods could play mp4 files. So that’s my biggest complaint and question. Why can my 80GB classic iPod not play my MP4 files and why am I forced to convert them??
    This conversion also creates 2 files in iTunes when I am done which is annoying because I have to go into my files info and look to see what file is the mp3 in order to remove it. Very annoying I can open my iPod options and see the files and some are faded (the ones it can not play) why can’t I remove them from that area.Suggestion Apple please make files that cannot be played on my iPod stand out some how for easier cleaning Suggestion. Thank you.
    Speaking of cleaning iPods, when I moved my entire library to an external drive I was faced with a terrible problem. “This file could not be found, would you like to locate file”, I was faced with this annoying message at least 600 times. Now I am glad that iTunes has a little “!” mark to show dead links so that you do some minor cleaning, Good Job iTunes No compliant there. However iTunes has no way of selecting all the broken files for major cleaning (like in my case). Going through and deleting over 600 files 1 by 1 is extremely time consuming and annoying. **Suggestion Apple please add more cleaning features for organizing iTunes**.
    Ok, speaking of organization now, another problem that appeared when converting my video files was that it put my new videos into the location where I have all my songs (my external hard drive) why can’t it put the new files in the locations of the original file? I have my computer highly organized and my original files were in that drive in that folder for a reason. If I could open my original file and skip the conversion, my iTunes would go to that specific folder to access the file which is fine. But now these new conversion files are elsewhere taking up space and disorganizing my computer. True I can go into the new location and move the files to where I want them (original location) but I don’t think I should have to hunt them down, copy, move, delete ect etc for all these files over and over. Very annoying, time consuming and should be unnecessary. **Suggestion Make file creation and location more customizable, and user friendly, your customers will love you for it**.
    Well since I have gotten into Apples iTunes and iPod problems that I have had to face I might as well bring up one or two more problems and suggestions. About a month after purchasing my iPod a sibling bought one as well. His however is way more convenient then mine. I suppose he has a 5th gen. so here is my question: why does he have a search option and I don’t!!!! Why does he get more features every so often and I don’t?! Why can’t Apple write some software for us classic guys which got the iPods going! It’s very annoying when I have to spend more time looking for the song then I spend actually listening to it, when he can pull his up in like 3-6 seconds? I highly doubt the hardware between our iPods is that dissimilar and even if they are why cant software be written for us. **Suggestion treat all your customers good not just the newer ones, and make some more features for the classics like me and my iPod.” We will be grateful for it I promise.
    Ok, I am almost done. Let me just recap my questions, I know my post is kind of lengthy.
    #1. Why can’t my iPod play MP3 video files? And why do I have to convert to almost all the same settings except changing it from an mp4 to an m4v. according to Apples own site I should be able to play .m4v .mp4 and .mov files!! Note: remember iTunes plays them fine but my iPod will not.
    #2. Would be much more convenient to be able to copy the information from the windows in iTunes so that problems and trouble shooting would be much easier. A little check on off options in iTunes advanced settings would be terrific.
    #3. Why is the conversion so slow? Please speed it, you have the power. Convenience is the thing that sells products.
    #4. Files that cannot be played on the current iPod need to be easier recognized for simpler cleaning.
    #5. Also make an easier way to select all dead link files for faster cleaning, deleting, etc. This one is important.
    #6. Make a user friendly way to change where my files are going to end up once I convert them for iPod more options and better customizable settings are need.
    #7. One of the most important is ADD A SEARCH OPTION. I and we classics will LOVE Apple for it.
    For you readers, I apologize for the long post, and any grammatical errors you might find throughout it. These are problems that I have faced with these programs and hardware and I wanted to make sure they got acknowledged and hopefully addressed. Any information about why I cannot play MP4 Video files on my iPod would be the best. If anything in my post gets answered that’s the one I want most. Will save me a lot of hassle.
    Thank you all and I look forward to your suggestions and comments. All are welcome and appreciated.
    Sincerely,
    Bond, James

    Was playing with iTunes and thought of another suggestion! Let us play files in iTunes from an iPod! A friend or sibling should be able to plug his iPod into my computer open iTunes and play any of the files there. Many times I have wanted to show a movie clip or video to a friend, and I have the dock so I can do it on my T.V. but play it on their computer in their iTunes forget it. That would be a very nice feature as well so we can watch our movies at maximum size or listen to music on a better sound system, just another suggestion that would be nice. Thanks

  • Alternating mac face and question mark after i tried to install OS X 10.3

    I have a Powerbook G4 and I tried to update my operating sytem from 10.2.8 to 10.3 but it froze. After I restarted it I got an alternating mac face and question mark. It just ejects the CDs I try to put into it except for the installation disk for OS X 10.1.3. When I put that one in a smiling mac computer come up then all this type comes across the screen, something about kernels and panic.
    Please help me, I've got a project due soon.

    Could someone please help me,
    when i open my power book g4, an alternating Mac face and question mark appears, and no matter what I do it is still there.
    it only changes when I insert the installtion CD of MAC OS X 10.3, but after the Apple logo appears, the screen went white and sometimes just blue, and it just won't work. Then after restarting, the alternating Mac face and question mark still appear.
    i also tried the hardware test, after doing both of the tests, the result is consistently "passed". But after restarting, the same problem happens.
    what should i do?
    please help me
    thanx in advanced

  • A photoshop beginner - Bridge crashes and I really need HELP!

    Hi there,
    I am a complete beginner with Photoshop and I am using this as part of a hobby. Any feedback would be greatly appricaited, however, I don't quite understand some of the things I'm reading.
    My Adobe Photoshop CS6 extented is working fine.
    The problem I have is with Adobe Bridge CS6. I can load the programme but as I go to open a file it will say "Adobe Bridge CS6 has stopped working. Windows is checking for a solution to the problem" then follows "Adobe Bridge CS6 has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available."
    I installed Photoshop CS6 yesterday and it started out fine... I had used Camera Raw once or twice and then since, it has continued to say this.
    How do I get this problem fixed? Is there any other way I can open Camera Raw?
    Thank you.

    first you might benefit from reading [Time Machine 101|http://support.apple.com/kb/HT1427].
    as for step by step...
    1. first you need to decide how big you want to make the partitions for SD and TM. SD partition should be big enough to contain a full backup of your main HD. You should leave a bit of overhead though (at least 25%).
    TM partition should be at least 2-3 times bigger than the total amount of data you want to back up.
    2. partition your Lacie drive. start Disk Utility, select the whole lacie drive (the model not the name) and click on the partition tab. select the volume scheme (2 partitions in your case) and drag the slide in the middle up or down to adjust the partition sizes. select Mac OS extended journaled for format. click on options and select the partition map. choose Apple partition Map for a PPC mac and GUID partition table for an intel one.
    finally click apply and wait for the partitioning process to finish.
    3. click on the TM button in the dock and follow the instructions. those are very simple. the only thing you'll have to do is choose the drive to be used for TM backups.
    that's it for TM. The first backup will take a long time so be patient.
    4. using superduper! is very easy too. start SD, select the target and the destination drive and click "copy now". don't run the SD and TM backups simultaneously. wait for the first TM backup to finish before starting with SD.

  • PDF prints with little boxes and question marks

    I prepared a document in Microsoft Publisher 360 and created a pdf with creative cloud.
    Looks great and prints great for me.
    I emailed it to a few people and it looks great on their screens. However, when they print it,
    it comes out with little boxes and question marks. 
    If I email them the publisher file it is fine.
    How I can get them the PDF file without all the odd markings?

    You probably used a font that is not on their system and did not embed the font in the PDF when you created it.  Don't feel bad.  We all have done it.  Just  make sure to embed your fonts in the Joboptions settings before you recreate the PDF.

  • Some problems and questions using OWB

    For Igor or anyone who can help me :-)
    Hello Igor,
    Thanks for all your help concerning my mapping deployment problem! Now it’s working better ;-)
    I used the OWB Runtime Assistant to create a new runtime target schema and i use the owner of this schema as user while logging to OWB.
    Now i can create and deploy without problems mappings, tables, functions, procedures, packages, dimensions, views, materialized views, process flows (i have installed the Oracle Workflow Client 2.6.2.0.0 with OWF builder and OWF mailer ).
    However I have still some problems and questions :-)
    a) After deploying a mapping or process flow i can execute them from OWB Deployment Manager. How can i schedule the execution of a deployed precess without using OWBDM ? (I want to execute a process every day to perform ETL).
    b) I think i have a problem deploying cubes. I create a cube in OWB, the validation is OK, the deploment succeds, but if i look with OEMC in the tree in the Warehouse OLAP section no cube is created. Only the fact tabe is created. If i look to the scripts from the Pre Deployment generation results i found DDLs only for TABLE, INDEX, UNIQUE KEY, FOREIGN KEY and ANALYZE object types, meanwhile during a dimension deployment i found also a DDL for the DIMENSION type object. WHY ?
    c) If I look in the procedures of the new created OWB Runtime Target Schema I found 3 procedures which are in error and when I try to compile them I receive the following error messages :
    - procedure WB_OLAP_LOAD_CUBE
    PLS-00201: identifier 'DBMS_AWM.CREATE_AWCUBELOAD_SPEC' must be declared
    - procedure WB_OLAP_LOAD_DIMENSION
    PLS-00201: identifier 'DBMS_AWM.CREATE_AWDIMLOAD_SPEC' must be declared
    - procedure WB_OLAP_LOAD_DIMENSION_GENUK
    PLS-00201: identifier 'DBMS_AWM.CREATE_AWDIMLOAD_SPEC' must be declared
    How can solve this problem? Is there any link with the fact that the cube is not generated?
    d) When I first acces the deployed DIM in the OEMC tree I receive a message saying that the dimension does not have complete metadata as needed for use by Oracle OLAP services (because is created either in an earlier version of Oracle database or it was created by an an other application than OEMC) and OEMC automatically generates the default needed metadata. Is this normal ?
    I work in an environment with
    - Oracle 9i Database 9.2.0.1.0
    - Oracle 9i Client 9.2.0.1.0
    - Oracle 9i Warehouse Builder Products 9.2.0.2.8
    Best Regards:
    Vlad
    PS Sorry for my poor English ;-)

    Answered in your "Getting RPE-01008 when deploying mappings" post.
    Regards:
    Igor

  • Hi, im a beginner in ADF and JDeveloper. Can anyone suggest me any video links for learning Oracle ADF?

    Hi, im a beginner in ADF and JDeveloper. Can anyone suggest me any video links for learning Oracle ADF?
    Thanks,
    Vijay

    Refer the below link as a starting point.
    https://blogs.oracle.com/shay/entry/how_do_i_start_learning_oracle_adf_and_jdeveloper
    http://sameh-nassar.blogspot.com.au/2010/04/main-references-to-learn-oracle-adf.html
    Cheers
    AJ

  • File and question mark when starting

    Flashing file and question marl when i start my computer

    There are four general causes of this issue:
    1. The computer's PRAM no longer contains a valid startup disk setting when there aren't any problems with the disk itself. This can be checked for by pressing the Option key and seeing if the drive appears.
    2. The internal drive's directory structure has become damaged. This requires usage of an alternate bootable system to perform the repair.
    3. Critical system files have been deleted. This requires usage of an alternate bootable system to reinstall them.
    4. The internal drive has died or become unplugged. This is the most likely case if the computer took a sharp impact or there are unusual sounds coming from its location.
    (103563)

  • Combining scored interactions and questions - navigation settings

    I'm trying to get to grips with the way the Preferences > Quiz > Settings > Requried options work when my quiz combines both scored interactive objects and questions.
    I'm currently using Cp4 but would be interested to know if Cp5 behaves the same.
    Am I right in thinking that the effects of the different options are:
    Optional
    The learner can scrub back and forth with the playbar as much as they like without restrictions.
    Required
    The learner can scrub back and forth without restriction, but only up to the last slide with a scored interaction or question. To get further into the lesson they have to click any one of the previous scored interations, or submit a single question answer (wrong or right).
    Pass Requried
    I couldn't figure this out at all! I set a pass score, had a load of scored interactions and questions, but the learner could scrub right through the slides with scored interactions into later slides that weren't scored. Ah well, good job I'll be using the LMS to manage pass/fail
    Edit: Oh, it looks like this only comes into play if I select 'show score at end of quiz' - you can only ontinue past the results page if you achieve the pass score.
    Answer all
    Learner can scrub to the end of any slide with a scored interaction or question, but to get to the next slide must either click the interaction or submit an answer (right or wrong). And if the next slide also has a scored object, repeat. Once they've 'unlocked' a slide they can scrub out and back into it in the same session.
    Any observations on that?
    Obviously learners won't be able to scrub back if backward movement/review is disallowed.
    Incidentally, I did notice that the point Cp locks the slide seems on 'answer all' to have some very odd properties. If I removed the pause from the click box, or the learner clicks play at the pause, then it carries on into a kind of phantom frame - with no captions or slide background - but the click box still works, if you know where on the screen to aim for!
    Does anyone know a way to modify that locking frame to provide some info for the learner on what they need to do to progress?
    Thanks

    Hi BrightonJon
    For the back movement there is an additional field. "Allow Back Movement" (or close to that)
    Required only mentions that you cannot skip until you have answered
    Pass Required means that you have to answer it correct to continue
    These are about single questions.
    A locking frame often happens at strange places. I have it most often using advanced actions.
    Best TD

  • Can any body provide me CO Certificatioin material and question papers.

    Dear Experts,
    Can any body provide me CO Certificatioin material and question papers.
    Regards,
    Ramesh.

    Ravi,
    If you allow, this is what I would suggest -
    1) First focus on the concepts. Understand how MDM goes beyond the traditional database concepts of master child relationship and uses concepts of Hierarchy Table, Taxonomy/Attributes tables, Qualified Lookups etc. RKT material exercises are good enough for quick ramp-up on these concepts. Once you have got the concepts, you will be able to easily create a XLS file yourself. Also the fun is not in importing an XLS file that has been created specifically for import into MDM. Any logical data structure in xls should be importable into MDM by using the functionality of MDM Import Manager
    2) In the RKT material you should find an exercise called Case Study. I am emailing a Spreadsheet that created to use with this exercise. It is basically a Products Main Table, with Manufacturers coming from a Hierarchy Look table and Categories and Attributes table to store product classifications.
    Let me know if this was helpful.
    Vinay

  • Want to have Training material and question to crack SAP XI certification

    Hi,
    This is hemant.
    I want to do XI certification . Can u plz give me the training material and question to do that.
    My email id is <b>[email protected], [email protected]</b>.

    Hi Hemant,
    Do you have Marketplace access? If yes, you can go to the following links:
    https://service.sap.com/%7Esapidp/011000358700005902252004E
    https://service.sap.com/~sapidp/011000358700003595762004E
    If no:
    Important topics are mentioned with +++
    SAP Consultant Certification
    Development Consultant SAP NetWeaver ’04 – Exchange Infrastructure & Integration Technology
    Software components: SAP XI 3.0
    Certification ID (Booking code): C_TBIT44_04
    Certification duration: 3 hours
    Number of certification questions: 80
    Required certificates for participation in this certification test: none
    Courses for certification preparation: TBIT40 (XI foundations), TBIT41 (Mapping Concepts), TBIT42 (Adapters Concepts), TBIT43 (Business Process Management Concepts), TBIT44 (Mapping, Adapters and BPM)
    Please note that you are not allowed to use any reference materials during the certification test (no access to online documentation or to any SAP system).
    The certification test Development Consultant SAP NetWeaver ’04 – Exchange Infrastructure & Integration Technology verifies the knowledge in the area of SAP NetWeaver for the consultant profile Exchange Infrastructure & Integration Technology. This certificate proves that the candidate has a basic understanding within this consultant profile, and can implement this knowledge practically in projects.
    The certification test consists of questions from the areas specified below:
    Topic Areas
    1. Overview
    Positioning
    Architecture overview
    Key functionality
    2. Design and Configuration (++)
    System Landscape Directory
    Integration Repository
    Integration Directory
    Business Process Management
    Adapters
    3. Runtime
    Integration Engine
    Runtime Workbench
    Basic server administration
    Security
    4. Mapping (+++)
    Concepts / Overview
    Test / Debug Environment
    Standard functions
    User-defined Functions
    Message mapping patterns
    Multi-mapping
    ABAP, Java, XSLT mapping overview
    5. Business Process Management (+++)
    Basic concepts
    BP Modeling
    BP Engine
    6. Adapters (+++)
    Overview and basic concepts
    J2EE Adapter framework
    Partner Connectivity Kit basics
    Individual Technical Adapters
    Advanced Concepts
    Amount of questions by topic (as percentage of test):
    + = 1 - 10%
    ++ = 11 - 20%
    +++ = over 20%
    Also go through the following links:
    SAP XI
    /message/908786#908786 [original link is broken]
    /people/sap.user72/blog/2005/12/22/new-to-xi
    /message/908786#908786 [original link is broken]
    https://websmp202.sap-ag.de/nw04-kt
    /people/sap.user72/blog/2005/12/22/new-to-xi
    Here are a few sample questions:
    Remember there will 80 question in exam that u need to finish in 180 minutes.
    1. Which of the following is not a component of Exchange Infrastructure.
    a. Integration Server
    b. Adapter Engine
    c. Business process management
    d. Master data management
    2. SAP XI is the integration technology and platform for
    a. A2A and B2B Applications
    b. Cross Component Business process management.
    c. SAP and Non-SAP applications
    d. Asynchronous and Synchronous Communication
    e. All the above
    3. Which of the following is not benefit of XI?
    a. Pre delivered Contents
    b. Total cost of ownership
    c. Openness and Interpretability
    d. Cross Component Business process management
    e. Integration of all modules MM,SD,FI,PI etc.
    4. Which of the mapping is not available in XI By default
    a. Message Mapping
    b. ABAP Mapping
    c. Java Mapping
    d. XSLT Mapping
    e. None of the above.
    5. Choose the true about types of mapping XI supports
    a. Structure Mapping
    b. Node mapping
    c. Value Mapping
    d. Functional Mapping
    6. During Mapping the attribute or element is already assigned mapping, but mapping is not complete. What is the color of ICON for the element/attribute?
    a. Red
    b. White
    c. Yellow
    d. Green
    7. Which of the following is not generic function?
    a. concat
    b. CopyValue
    c. DateTrans
    d. ifWithoutElse
    8. Which of the following in not true about user defined Simple functions
    a. process individual input filed values for each function call
    b. Expect string as input parameter
    c. Takes the object of GlobalContainer class
    d. Return a string
    9. Which of the following are required to create a user defined function
    a. Name
    b. Description
    c. Argument Count
    d. Label
    10. Which of the following package are by default imported in user defined functions
    a. java.lang
    b. java.io
    c. java.reflect
    d. All the above
    e. None of the above
    11. Mapping trace does not support following function. Choose one
    a. addWarning
    b. addDebugMessage
    c. addDebugInfo
    d. addInfo
    12. In Mapping Trace addWarning function which of the following is true.
    a. Supports trace level 1,2 and 3 .
    b. Supports trace level 1,2 .
    c. Supports trace level 1 .
    d. Supports trace level 1,2 ,3 and 4 .
    13. Which of the following is not true about multi mapping
    a. Multimapping supports m:n transformation
    b. Use Abstract interfaces
    c. Can be implemented without ccBPM
    d. Development is same as Message mapping
    14. Mapping template can be defined for structure mapping for the following structure. Chose the wrong one.
    a. Data type
    b. Complex types in IDOC and RFC’s
    c. Complex types in external definitions
    d. Message types
    e. Reference types used in multiple templates can be located in any software component.
    Regards,
    Abhy
    Message was edited by: Abhy Thomas

Maybe you are looking for

  • Columns in Report S_ALR_87013533

    In the Report S_ALR_87013533 Costs: Plan/Actual/Commitment/Rem.Plan/Assigned We have following columns in the report, Plan: values which we plan in CJR2 or CJ40 Actual: comes from the Goods Receipt or Invoice Commitment: Open PO value (for which we d

  • What does the sync mail checkbox do in iTunes?

    Can anyone help me understand what checking the "sync mail" feature does when synching my iPhone with iTunes? I'm not sure that it does anything since my mail.app and my iphone are both checking the pop 3 server.

  • Installing the PDF option with Robohelp 7

    When you install Robohelp 7 you are presented with an option to install a PDF creation option along with it. Every time I try to do this the installation fails with a message that says the installer found a more current product installed, and hence w

  • Apps dont open

    For some reason, when I go to open some apps that I download from the apple.com downloads page they just dont open. The app icon will bounce in the dock for no more than a second and then disappear, no matter how many times I try. I have a ppc runnin

  • LabVIEW Compare Tool load time of files from repository

    I have the LabVIEW compare tool setup for differences for .ctl and .vi files in Surround SCM source code control system.  The source code control system runs on a networked server.  My PC is on the same network as the server. When the LabVIEW compare