Using student guides to walk through an implementation vs. using online documentation

Hello,
I am a student, my experience in the field is limited, but I personally feel that the student guides are far easier to understand and grasp than many pieces of online documentation located on Cisco's website.  But now there is a trend not to create student PDFs for student guides.  So I wanted to get some feedback as to how people feel about this issue.
My feeling is that you can't use physical books in the field to implement projects its just too inconvenient to carry all those books and they are not searchable.  Also the online resources on Cisco's website don't read anything like the student guides.  The student guides tend to group similar information together and they tend to highlight information with a power point feel to them.  They also tend to be written in a more easy to read manner.
But again if you don't have a digital copy however well its written doesn't really matter because you won't be using it.
~J

Hi Daniel,
Re your interest in purchasing the student guides that go with Cisco training courses, especially for specialist exams: You are right, they are not currently available for purchase separately from the training, however, we have forwarded your request to the Cisco learning people. No promises at this point, but we will check in periodically with them. Seems like a good idea.
As you may be aware, Cisco Press has prep materials:
http://www.cisco.com/web/about/ac123/ac220/about_cisco_cisco_press.html
Thanks again for your suggestion,
Hilde

Similar Messages

  • HT5772 I ordered this today 1/13/14  Pet rescue saga guide walk through (Bhavin Satashiya) - purple  Ordered this guide ... opened it up and nothing. Pages are blank. I paid .99cents for this. I know its not much. But if there is a lot of people buying th

    I ordered this today 1/13/14
    Pet rescue saga guide walk through (Bhavin Satashiya) - purple
    Ordered this guide ... opened it up and nothing. Pages are blank. I paid .99cents for this. I know its not much. But if there is a lot of people buying this app. it tends to be quite a bit of an amount. Please check into this matter and reimburse the amount back to my account.
           Thank You
                           Cindy Cline

    Welcome to the user to User Technical Support Forum provided by Apple.
    For your issue please Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Oracle Lease Management Student Guide

    Hello,
    Would like to know and require knowledge on Oracle Lease Management as we are going to implement for a Retail client in 11.5.10 version.
    Iam very much new to this module, as i previously worked on Service Contracts and Install Base modules.
    Please share related docs like student guides, ppt, work flow process etc, as i already have Implementation guide and User guide.
    Share your info at: [email protected]
    Regards
    LK

    Hello Hussein,
    Thanks for the link, i already had docs related to Implementation Guide and User Guide.
    I was requesting for PPT, Doc or any study material which explains in detail about Lease Management with various real time scenarios and also which would be used as study material.
    Regards
    LK

  • What is the best user guide for my ipod touch 2nd generation using ios 4.2.1?

    I have a second hand ipod touch 2nd generation using ios 4.2.1, this is my first mobile apple device and I want to read up on it this weekend but the guides seem to be for devices running ios3 on 2nd gen or 4.3 on 3rd+ gen, none for 2nd gen with ios4.    is there one i haven't found or should I read the ios3 guide then the ios 4.3 guide?

    And here is a video that someone else did walking through some of the features on a 2nd gen:
    http://www.youtube.com/watch?v=sr1jYOMyQhU

  • Walk through all files in a folder and do this for all subfolders and...

    ... and their subfolders, etc. I mean I want to recursively walk through all subfolders of a folder and when I'm "in" in each folder I would like to walk through all files alphabetically of that folder.
    While iterating through the files (of a certain type: .mp3, .mp4, .m4a) of that folder, I need to make a simple counter. e.g. when counter is 3 it means we are on the 3rd file alphabetically of the folder.
    Then I simply want to set the track # mp3 tag of that file to this counter value (e.g. 3)
    Anyone know how to do this? or at least to be able to show me the walking the folders and iterating the files bit? I'm brand new to applescript.
    Why do I want to do this? Well I have a lot of live music shows, each in its own folder, but in my apple devices and itunes when I play a show it will not show the songs in the correct order. The file names are alphabetical in the correct order though and I suspect if I assign track #s then itunes, ipods and iphones will be able to play the "album" back in the order listed by track #??

    What are you using to play your items? iTunes can use various properties to sort a playlist, independent of what the file name is (Finder too, for that matter). If you are just wanting to add a prefix number to a file name, you would also probably need to use leading zeros to keep it in order when sorted by name.
    The following is a general purpose handler to go through the items in a folder - I just put various text into the output list as an example.
    <pre style="
    font-family: Monaco, 'Courier New', Courier, monospace;
    font-size: 10px;
    margin: 0px;
    padding: 5px;
    border: 1px solid #000000;
    width: 720px; height: 340px;
    color: #000000;
    background-color: #FFEE80;
    overflow: auto;"
    title="this text can be pasted into the Script Editor">
    on run -- example
    set TheFolders to (choose folder with multiple selections allowed)
    choose from list (ProcessStuff from TheFolders)
    end run
    to ProcessStuff from SomeItems
    process items contained in SomeItems, recursively descending the directory tree
    parameters - SomeItems [list]: the items to process
      returns [list]: a list of processed items
    set FilesList to {} -- this will be a list of processed items
    repeat with AnItem in SomeItems
    set AnItem to AnItem as text -- get the contents
    set FileInfo to (info for AnItem as alias) -- see Standard Additions
    if (folder of FileInfo) and not (package folder of FileInfo) then -- a folder (not a package)
    -- do something with the folder, if desired
    set the end of FilesList to "folder  " & AnItem
    try -- sort and process contents, skipping any errors
    tell application "Finder"
    set SubItems to (get items of folder AnItem)
    set SubItems to (sort SubItems by name) as alias list
    end tell
    set FilesList to FilesList & (ProcessStuff from SubItems)
    end try
    else -- a file
    -- do something with the file, if desired
    set the end of FilesList to tab & (name of FileInfo)
    end if
    end repeat
    return FilesList
    end ProcessStuff
    </pre>

  • This disk doesn't use the GUID Partition table scheme.

    When I Install the Lion. It is stuck.
    Lion This disk doesn’t use the GUID Partition table scheme.Use disk Utility to change the partition scheme.Select the disk,choose the Partition tab,select the Volume Scheme and then click Options.
    The last step has problem.
    I can not click Options.

    In order to repartition the startup drive you will have to boot from your Snow Leopard DVD, select Utilities and then Disk Utility.  YOU MUST ERASE YOUR DISK TO CHANGE THE PARTITION TABLE.  The good news is that I see you have a Time Machine backup.  Make sure that your backup is current before you erase your startup disk.
    Even before doing this, save a copy of the Lion installer (it is in the Applications folder) onto an external device.  Your external hard drive is a good spot; it won't interfere with your Time Machine backup. This will prevent you from having to download the installer again.
    The easiest way to proceed after making sure your Time Machine backup is current, saving a copy of the Lion installer, and repartitioning your startup disk, is to reinstall Snow Leopard on your newly partitioned disk. This will take a little longer but it is simple and is fully supported by Apple.  Once that is done and you are running Snow Leopard on your startup disk again, run the Lion installer from whereever you saved it, and then restore your files and settings from your Time Machine backup during the install process.
    There is an unsupported procedure for making a bootable Lion DVD, but it is more complex and is not supported by Apple.  If you are uncomfortable with any of this and have access to an Apple Store, make an appointment at the Genius Bar and they can help you through the process.

  • Online Code Walk-Through Wednesday on How To Build an OSMF Player Strobe Media Playback

    Wednesday November 17 at 12:00 noon PDT the OSMF User Group is hosting an online  code walk-through of the open source Strobe Media Playback video  player codebase.
    The code walk-through will be lead by Andrian Cucu who is  Adobe's Project Leader on the Flash and Strobe Media Playback video player  project.
    To join, just go to the following link at the meeting time to join the OSMF  User Group's Connect room:
    http://experts.na3.acrobat.com/osmf/
    For further details and to RSVP see the following link:
    http://osmf.groups.adobe.com/index.cfm?event=post.display&postid=30846
    ** ALL ARE WELCOME! **
    ** PLEASE FORWARD THIS MEETING NOTICE TO ALL WHO  YOU THINK MAY BE INTERESTED! **

    The player supports both standard and advanced delivery methods, including progressive download, RTMP streaming,
    RTMP dynamic streaming, HTTP streaming, HTTP dynamic streaming, and live streaming. Flash Media Playback
    1.5 and Strobe Media Playback 1.5 also provide support for RTMFP multicast content delivery.
    While RTMP(x) streaming are FMS content delivery technologies, the player can also be used with other FMS compatible streaming servers, such as Wowza or Red5.
    In the case you do not need the use of FMS streaming functionality, progressive download is always an alternative (what this means is that all you need is a video that can be served by a webserver like apache, nginx, lightypd, etc).
    As for how the player can be used, these links are allways a good place to start and get a better idea of what it is all about:
    http://www.osmf.org/strobe_mediaplayback.html
    http://blog.theflashblog.com/?p=2087
    Hope this helps.

  • Streaming video through Windows Media Player using USRP

    Is there any document / guide or any example explaining how to do streaming through Windows Media Player using USRP. 
    Thanks 
    JK

    Joseph,
    I have been looking a bit more and have found a few examples that seem similar to what you are looking to do. Here is an example of video streaming using USRP RIO or FlexRIO https://decibel.ni.com/content/docs/DOC-40747. I also found an example of doing wireless streaming of video https://decibel.ni.com/content/docs/DOC-22728. Sorry I was unable to find these in my first post; I hope they help!
    Scott B.
    AE NI

  • BI Walk through to Client SD team? How?

    Hi ALL,
    We need to give a walk through to the client on BI.
    How do we show some basic stuff / reports based on Standard infocubes using the SD module.
    How do we decide the data flow.
    Which are all the SD cubes we need to consider?
    From which data sources, the data needs to be extracted into those cubes?
    What are all the standard reports we can show to the client to get convinced?
    Please help me in developing some basic reports using standard infocubes IN SD which we can demonstrate to the client.
    Thanks in Advance.

    Hi,
    I strongly recommend to read the online help first http://help.sap.com. Here you will find all this information. In case you have some specific issues come back and ask.
    regards
    Siggi

  • I have a Creative Cloud License for "Creative Cloud Student and Teacher Edition". Can my daughter use an App on a separate computer? If not, can I purchase a second license?  Thank you.

    I have a Creative Cloud License for "Creative Cloud Student and Teacher Edition". Can my daughter use an App on a separate computer?
    If not, can I purchase a second license? 
    Thank you.

    The license allows YOU to install on a 2nd computer... it does not allow someone else to use your license
    Licenses and terms of use | Adobe
    You may also not purchase an Education version for someone, they must do that for themself... if they qualify
    Adobe Education... Start here https://creative.adobe.com/join/edu
    Education Plan https://creative.adobe.com/plans?plan=edu
    One Year Intro Price http://forums.adobe.com/thread/1448933?tstart=0
    http://www.adobe.com/products/creativecloud/students.edu.html
    http://www.adobe.com/education/students/student-eligibility-guide.edu.html
    ID Proof http://www.adobe.com/store/au_edu/academic_id.html
    I do not  know how it is done, but you MAY be able to buy her a regular subscription and pay with your credit card... just not the Education version that has strict requirements

  • I have a downloaded font file for a school problem on a flash drive and I do not know how to install it into my photoshop application. Need to be walked through this as I am an older user who does not understand any of this stuff.

    I have a downloaded font file for a school problem on a flash drive and I do not know how to install it into my photoshop application. Need to be walked through this as I am an older user who does not understand any of this stuff.

    Fonts are handled by your operating system and installed through the respective System Control panel (Windows) or Fontbook (Mac). On Windows simply type "Fonts" in the search bar in the start menu and when you open the panel/ folder use File --> Add Font. On Mac the procedures are similar, you just need to find the Fontbook app in Applications:Utilities.
    Mylenium

  • How can i found Oracle student guides

    Hello gurus,
    Can someone provide me the Oracle student guides (oracle internal & oracle academy use only) link for Oracle-Hyperion material.
    thank you in advance...........
    Edited by: user11688070 on Jul 14, 2011 10:48 PM

    Oracle By example tutorials in Oracle Learning Library
    http://www.oracle.com/technetwork/tutorials/index.html

  • K7t266pro2 bios flash walk through

    I cant find a link to a bios flash walk through for
    the K7T266PRO2 ver 2.  
    I need to have the beta 3.74 bios
    (newer tryed it before)
    Please help.
    Grethe

    http://www.msi.com.tw/program/support/bios/bos/spt_bos_list.php
    if you use ntfs use the none fat32 way

  • Student Guide for Dev/2000 Build Forms II.

    Does anyone know if/how I can purchase the Oracle University Student Guide for Dev/2000 Build Forms II.
    I've gone out to the Oracle site and found a product (A80607) but I'm not sure if this is what I'm looking for.
    I called Oracle and was told to call a different number twice and I ended up with a prerecorded msg.
    Any help would be appreciated.
    Thanks
    Jim M
    null

    Oracle Forms is used by many companies who are using the Oracle Database and are looking for a fast and easy solution for application development based on the PL/SQL language. There are a lot of those around (You can find some samples at http://www.oracle.com/ip/develop/ids/customers/index.html?content.html )
    Oracle Forms is also used for the development of parts of the Oracle e-business suite, so any organization that has this suite (again thousands of those) and wants to do customization is using Oracle Forms too.

  • Student guide for OA Framework for R12 version

    Hi,
    Can anyone refer any R12 version student guide for OA Framework.
    Which version of Jdeveloper is opt for R12 applications.
    Thanks in advance,
    SAN

    Can anyone refer any R12 version student guide for OA Framework.Need OAF Documents
    Re: Need Oaf Documents
    Which version of Jdeveloper is opt for R12 applications.In addition to [ID 416708.1], please see (Configuring JDeveloper For Use With Oracle Applications 11i and R12 [ID 330236.1]).
    Thanks,
    Hussein

Maybe you are looking for

  • How can I redeem an OS X code from the Mac App Store without a Mac?

    I had to erase my mac and I purchased a new license of OS X Lion for it, but need to redeem it at the App store before I can install it on the Mac. Any direction would be helpful. Thank You.

  • IE8 will not display web content like other browsers....Help!

    Hello Everyone: I designed webpages in DW5. The pages view nicely in every browser (Firefox, Chrome, Safari) with the exception of INTERNET EXPLORER 8. That browser will display nothing but the page background image and no other content. I'm tired of

  • Buttons not working Lumia 1520

    After being on the wireless charger all night my phone had frozen early morning. I did a reset using the on/off and volume buttons. This worked. Then I noticed that all the buttons were unresponsive. Also the wireless charging was not working. I can

  • Officejet Pro 8600 wireless communication has been disabled

    "wireless communication has been disabled"---- on my office jet pro 8600. It says this on my printer screen. Please contact system admin. I can not wireless print from my laptop. I have to be plugged in by Ethernet to do it. Please help me set up my

  • Monitor flickers when screen saver runs

    I have a two monitor setup.  I just put in a replacement video card which has one ADC port and one DVI port.  The monitor on the ADC port flickers when the screen saver runs.  But it doesn't seem to flicker at any other time.  The monitor on the DVI