Good tutorials for a kid to work through

My son who is almost 12 is interested in learning flex.  I've started him on some very basic stuff but I'm still learning myself and could probably end up teach some bad habits.   So,  I was wondering, If any of you could suggest some good tutorials that would be simple enough for an 11 yr old to understand.  He does read at a high school level but has no programming knowledge.  
Thank you!

Just connect to itunes and restore the ipod, when the restore is complete set it as a new ipod. Your problem must be resolved.

Similar Messages

  • Hi all ,i need a good documentation for a beginner in WORK FLOW ?

    hi all ,
    i need a good documentation for a beginner in WORK FLOW ?
    please,try to send the attached documents as much as u can apart from giving the weblinks ?
    hope you will send it soon ....
    thanks & regards
    vishnuvardhan k.v.

    Hi
    Developing a simple application using steps "User Decision" and "Mail"
    Basic terminology used in the workflow:
    The workflow definition is the set of rules that determine the path that the process takes. For example, how a purchase requisition is processed, from the initial request to the creation of the purchase order
    A Workflow Instance, which is often simply referred to as the workflow, is a single workflow run. For example, the processing of a single purchase requisition for computers.
    The Tasks are the steps in the process, which have to be performed either by people or automatically by the software. For example, to check for the availability of the spare computers in the company.
    A Work item is the task instance that is performed as a single workflow step. For example, check that there are no spare computers available in the company.
    Agents are the people who process the tasks (via the work items). For example, requisitioner and a member of the purchasing department.
    Container is the place where all the data used in the workflow is collected.
    Binding is the set of rules that define which data is passed to which part of the process.
    Building a simple workflow application
    The central tool for creating, displaying and processing a workflow is the workflow builder (Transaction SWDD). Within the workflow builder you can create all components of a workflow, including all the containers you need for getting the data from one step to another.
    Generally, most of the workflows are started by an event (for example, when a material is created or when a new purchase requisition arrives). You define which data from this event needs to be passed to the workflow via binding.
    However you can also start any workflow directly. Let us create a simple workflow and start the workflow directly, using the testing tools.
    Call transaction SWDD. When the workflow builder is called for the first time, a newly created initial workflow definition appears or else last created workflow appears. In such cases you can opt to create a new workflow by pressing “Create New Workflow”(ctrl + shft + F5). The following screen appears.
    The initial workflow screen has the following parts:
    a. The start of the workflow definition, indicated by .
    b. The end of the workflow definition, indicated by .
    c. The area in which you insert the new workflow definition is indicated by .
    Now select the undefined step and select Create step or double click the undefined step. Now among the different steps chose the User Decision by double clicking on it.
    Developing a simple application using steps "User Decision" and "Mail"
    Previous
    Now enter the title for the user decision “ Please make a decision”. Also enter the decision texts as Approve and Reject. On pressing enter, the outcome values default to the Decision texts but you can specify your own names, if desired. Now we need to select the agent. Agent is the person to whom the work item needs to be sent.. Since this is just a beginning, we would hardcode the user name. Select the User from the drop down list and enter the user name to whom the work item needs to be sent. In general, this type of agent assignment is not done. Agents are generally assigned using the expression, agent assignment rule or organization object (job, position etc.).
    Now select Transfer and to graphic button. Following screen appears:
    Now we need to include a mail step to be sent to the requestor. Now select the line “Approve” and do a right click. Different options on shown on the context menu. Select Create.
    Now select the step “Send Mail” from the list.
    Developing a simple application using steps "User Decision" and "Mail"
    ...Previous
    Now enter the subject and the body of the message for the mail to be sent.
    Do not change the recipients. Our mail is intended for the persons who triggered this workflow. &_WF_INITIATOR& contains the value who executed the workflow. Since this is a test object, we are using &_WF_INITIATOR&. But we wouldn’t be using this variable in real time scenarios. We would discuss about this in the coming documents.
    Now select Transfer and to graphic button.
    A popup appears requesting for the abbreviation and the name for this task. Enter the same and press enter.
    Now enter the package as local object and press enter.
    Follow the steps 5 through 9 for the step “Reject”. The following screen appears:
    Press SAVE to save the workflow application. You need to enter an abbreviation and name for your workflow as shown below. You can change any of these at any later point. After saving, a number is assigned to your workflow starting with WS, as shown below.
    Developing a simple application using steps "User Decision" and "Mail"
    ...Previous
    To execute the workflow, activate it by choosing the activate button.
    Test the workflow by choosing Test. The following screen appears.
    Now choose Execute to start the workflow.
    Now the recipient would receive a work item in his SAP® inbox (Transaction SBWP).
    Now execute the work item by pressing “Execute”. The following screen appears:
    Choose one among Approve or Reject as part of the user decision. He can select the third option to retain the work item in his inbox and make the decision later. Now suppose that the recipient has chosen one of the first options. Now a mail would be sent to the requestor with the status of his request.
    Creating a Container element
    This document details about creation of a container element in workflow and using it in the step "Mail".
    Pre-requisites:
    It is assumed that the reader of this Tutorial is aware of creating a workflow definition with the step “Mail”. If not, please go through the document on creating the same available, by clicking here.
    Steps:
    1. Create a workflow definition using the transaction SWDD.
    2. Let’s create a container element for Carrier id. Click on the “Workflow Container” on the left side of the screen (as shown in the screenshot below):
    3. Now double-click on “Double-Click to Create”
    4. Enter the details pertaining to CARRID here.
    5. Click on tab “Properties” and select “Import”.
    6. Click on “Confirm (Enter)”.
    7. Now the element created could be seen on the left side, below the “Workflow Container”.
    Creating a Container element
    Previous
    1. Create a “Mail” step by double-clicking on “Undefined” step in the workflow.
    2. Enter the recipient details in the “Recipients” box.
    3. In the subject line, enter “Carrid value entered is:” and click on “Insert Expression”.
    4. Select the element “Carrid” from the list.
    5. Similarly enter the content in the “Body” area.
    6. Save and activate the application.
    Testing the Workflow application:
    7. Test the workflow by clicking F8.
    8. Enter the value of the Carrid as shown above and press execute.
    9. A mail would be sent to the recipient mentioned earlier with the carrid value entered.
    Condition Step
    Agenda:
    This document details about the steps “Condition”.
    Pre-requisites: It is assumed that the reader of this document has a preliminary understanding of workflow and has worked with the container elements earlier. If not, please go through the first two Tutorials of workflow available in this site. (More details)
    Procedure:
    1. Create a new workflow definition.
    2. Create a container element, CARRID (as demonstrated in tutorial 2).
    3. Now click on undefined step and create the step “Condition”.
    4. Enter the step name of your choice.
    5. We would have the following condition here:
    If carrid = ‘AA’.
    Do this.
    Else.
    Do this.
    Click on “Click here to create a new condition”. Following screen appears.
    Double click on “Carrid”. Next click on “=” and enter the value “AA” in the constant field and press ENTER.
    Enter the outcome names of your choice as shown above.
    Click on “Transfer and go to graphic”.
    As shown above, there are two branches here. One navigates to true, if CARRID = ‘AA’ else the control takes the branch “False”.
    Test the above scenario by inserting mail steps in the above 2 branches and by passing different CARRID values.
    Condition Step
    Agenda:
    This document details about the steps “Multiple Condition”.
    Pre-requisites: It is assumed that the reader of this document has a preliminary understanding of workflow and has worked with the container elements earlier. If not, please go through the first two Tutorials of workflow available in this site. (More details)
    Procedure:
    1. Create a new workflow definition.
    2. Create a container element, CARRID (as demonstrated in tutorial 2).
    3. Now click on undefined step and create the step “Multiple Condition”.
    4. Enter the step name of your choice.
    5. We would have the following condition here:
    If carrid = ‘AA’.
    Do this.
    Elseif carrid = ‘AH’
    DO this.
    Elseif carrid = ‘SQ’
    Do this.
    Else.
    Do this.
    Select the “CARRID” using the F4 help for the comparison basis field.
    Enter the values of the carrid under the Comparison values with the corresponding outcome name (of your choice)
    Double click on “Carrid”. Next click on “=” and enter the value “AA” in the constant field and press ENTER.
    Click on “Transfer and go to graphic”.
    As observed above, there are different branches for each value of CARRID mentioned above.
    Test the above scenario by inserting mail steps in all the branches and by passing different CARRID values.
    Using "Container Operation" step
    Agenda: Usage of step “Container Operation”.
    Pre-requisites: It is assumed that the reader of this tutorial has worked in the concepts that are dealt in earlier tutorials. (click here for more details)
    Scenario: In this tutorial, we would deal about how to work with the step “Container Operation” with an example of calculating the available seats by subtracting occupied seats from the maximum seats at the workflow level.
    Procedure:
    1. Create a new workflow definition using the transaction SWDD.
    2. Create two container elements MaxSeats, Occ_Seats with the “import” property set. You can use the reference fields sflight-seatsmax, sflight-seatsocc for this.
    3. Create another container element AvailableSeats without setting either import or export property as this is calculated within the workflow and used within the workflow. You might use any of the above reference fields as data types.
    4. Define a new step “Container Operation” in the workflow definition by double-clicking on the “Undefined step”.
    5. In this step, we would calculate the available seats from the max seats and seats occupied.
    I would recommend entering all the container elements from the F4 help instead of typing them manually.
    6. Return to the main screen.
    7. Create a mail step after this to send the available seats information.
    8. Test the above functionality by passing some values to the maximum and the seats occupied.
    9. Result would be as follows:
    Triggering Events Programmatically
    Purpose: This document details the procedure in triggering the business object events programmatically.
    Pre-requisites: It is assumed that the reader of this document is aware of the business object concepts and good in ABAP.
    Procedure:
    In this document, we would take an example of the business object BUS1001006 (Material) and the event CREATED. In general, this event is triggered whenever a material is created using a standard procedure like MM01 or any others. Now we would trigger this event from our own programs.
    Following are the screenshots of the business object BUS1001006 and the event CREATED. Go to transaction SWO1 for more information of the business object.
    Double-clicking on the key field parameter gives you technical information of the field.
    In order to trigger an event programmatically, we would use the function module SWE_EVENT_CREATE.
    Following is the sample code to trigger the events programmatically:
    REPORT ZDEMO_TRIGGER_EVENT.
    DATA: KEY LIKE SWEINSTCOU-OBJKEY.
    KEY = '1163'. “ Material Number (hard-coded)
    CALL FUNCTION 'SWE_EVENT_CREATE'
    EXPORTING
    objtype = 'BUS1001006'
    objkey = KEY
    event = 'CREATED'
    CREATOR = ' '
    TAKE_WORKITEM_REQUESTER = ' '
    START_WITH_DELAY = ' '
    START_RECFB_SYNCHRON = ' '
    NO_COMMIT_FOR_QUEUE = ' '
    DEBUG_FLAG = ' '
    NO_LOGGING = ' '
    IDENT =
    IMPORTING
    EVENT_ID =
    TABLES
    EVENT_CONTAINER =
    EXCEPTIONS
    OBJTYPE_NOT_FOUND = 1
    OTHERS = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ELSE.
    WRITE 'Event Triggered'.
    ENDIF.
    COMMIT WORK.
    In order to test whether the event is getting triggered or not, we can make use of Event Trace. Switch on the event trace using the transaction SWELS.
    Press ‘Switch On”.
    Now execute the program developed earlier. Now switch-off the event trace using the same transaction SWELS.
    Now go to transaction SWEL. Here you can list out the events triggered in the particular period of time. Here is the event-trace list:
    Deadline Monitoring in SAP Workflow
    A major advantage of workflow is the ability to monitor the workflow steps according to a predefined schedule. Following are different deadlines that can be monitored against each workflow step:
    • Requested Start
    • Latest Start
    • Requested End
    • Latest End
    In this example, we will define a deadline to the User Decision example created earlier (click here). Following is the screenshot of the application developed using the User Decision example:
    We would extend this example to the deadline monitoring.
    In the User Decision step, click on the “latest end” tab.
    By default, No deadline monitoring is active (as seen in the above screenshot).
    Choose the “Work Item Creation” from the list box.
    After selecting “Work Item Creation”, chose an offset of 5 minutes. This means that the work item must be executed within 5 minutes of the creation, if not this would trigger.
    Deadline Monitoring in SAP Workflow
    Enter recipient details to whom the message to be escalated, if the work item is not executed with in 5 minutes after work item creation.
    Save and activate the workflow definition.
    Testing the workflow application:
    • Execute your workflow.
    • Check for the work item in the SAP Inbox. This time do NOT execute the work item.
    • Wait for the deadline to be triggered. After that, a deadline message is delivered to the recipient mentioned in the “Latest End” tab. See the screenshot below.
    Don’t worry if the deadline message doesn’t appear immediately after 5 minutes. This depends on various factors including how the deadline monitoring program is scheduled and also on the availability of the background processors.
    Use SWWA to check how the deadline monitoring program is scheduled in program.
    For example, assume that our work item has been created at 09:10 hrs and the deadline message is expected to trigger at 09:15 hrs. From the above screenshot, it is understood that the background program is scheduled to execute for every 3 minutes. Assume that the last run of the program is at 09:14hrs and the next run is expected at 09:17hrs. So even our deadline expires at 09:15, the deadline message would appear only at 09:17hrs after execution of the background program.
    Some more points
    In our above example, we have used the deadline on the “Work Item” creation time. i.e., 5 minutes after creation time, the deadline message would be sent. Now we would check the other option “Expression”. Here we can mention the date and time, when the deadline message should appear irrespective of the work item creation date/time.
    As seen in the above screenshot, we can provide the target date and time by which the task should be finished. Container elements could be used in this case. Please refer to our example on creation of container elements (click here).
    Personal Substitute in Workflow
    Requirement: Need to have at least one substitute who can act upon work items in your absence.
    Important: The appointed substitute would be able to see all your work items. A substitute cannot be assigned for only particular area of organization or any other item. So need to ensure that the substitute have the necessary authorizations to act upon the work items.
    Procedure:
    1. Go to SAP Business Work Place (TCode: SBWP)
    2. Now from the menu bar, select Settings à Workflow settings à Maintain Substitute
    3. Highlight/Select the name on the window, in this case SAPDEV02 and click on “Create Substitute”.
    4. List of users available in the system are displayed.
    5. Select the required substitute user name. Following screen appears.
    Validity field describes about the period in which the setting would be active. Note that the dates on the screen would range from the current date to 31st Dec 9999.
    Regarding the checkbox “Substitution active”, it is advised to leave this checkbox unchecked for system performance reasons. A check in this box indicates that the substitution is “permanent” and if left unchecked it is treated as “as-needed”. A permanent substitute will automatically receive the primary users work items in their own box. In the case of “as-needed”, substitute must manually adopt the work items from the primary user’s inbox.
    6. Save the entries
    7. Click Enter to leave the screen.
    Adopting a Substitute in Workflow
    If you have been designated as an “as-needed” substitute, you must manually adopt the substitution. If you are designated as a “permanent” substitute, the work items would automatically appear in the inbox.
    Before adopting a substitution, there are 19 work items in the inbox. See the screenshot below:
    To adopt a substitution, select Settings à Workflow settings à adopt substitution.
    Select the corresponding User-id (if you have been assigned as a substitute for multiple people, then this option would allow you to select the user name of whom you would to check the work items)
    The corresponding user’s work items would appear in our inbox now.
    You can end the substitution, by selecting settings à Workflow settings à End substitution.
    Note: Substitutes can only adopt work items that are directly routed to the person for whom they are a substitute. If you are a substitute for a user (SAPDEV02) who has been made a substitute for another user (SAPDEV01), you will only see work items for user SAPDEV02 and not of the user SAPDEV01.
    Notification of Work Items via e-Mail
    SAP provides us with a facility of notifying the user via the email address of your choice when there are any pending work items in the SAP Inbox..
    1. Go to Transaction SO13.
    2. Click on Automatic Forwarding tab.
    3. Click on Create icon .
    4. Enter the details in the above screen.
    5. Click ENTER to complete the entries.
    6. Now the notification would be received at the provided email address if there are any pending work items in the inbox.
    Filtering the Work Items in the SAP Inbox using BADI
    This document details about the procedure in filtering some of the work items from the SAP inbox using a BADi.
    Following is the screenshot of the SAP inbox, before implementing BADi:
    The BADi that is used in filtering the work items is WF_BWP_SELECT_FILTER. To implement the BADi, go to transaction SE18. From the menu, select Implementation à Create. (See the screenshot below)
    Enter the implementation name and press ENTER
    Enter any meaningful short text for the implementation and click on the tab “Interface”
    The implementing class, ZCL_IM_BWP_SELECT_FILTER, is automatically proposed. Double click on the implementing class name.
    You are now navigated to the class builder. Now double-click on the method name shown on the screen (see the snapshot below)
    Now let us filter out the work items belonging to the task TS2000066. See the code below:
    Activate the method and also the implementation. In the state of active, you wouldn’t be able to make any changes. To make any changes, we need to deactivate it and then make the changes.
    Now check the inbox and would notice that the work items related to that task are no more appearing.
    To notice the differences, try activating and deactivating the BADi implementation.
    Workflow tutorials with step-by-step and with screenshots are available at http://www.****************/Tutorials/Workflow/Workflow.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/42/c14a9b55103116e10000000a1553f7/frameset.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4a930453d11d189430000e829fbbd/frameset.htm
    http://www.sapgenie.com/workflow/
    http://www.sap-img.com/workflow/sap-workflow.htm
    http://help.sap.com/saphelp_47x200/helpdata/en/3d/6a9b3c874da309e10000000a114027/frameset.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    http://help.sap.com/saphelp_47x200/helpdata/en/4a/dac507002f11d295340000e82dec10/frameset.htm
    http://www.workflowing.com/id18.htm
    http://www.e-workflow.org/
    http://web.mit.edu/sapr3/dev/newdevstand.html
    http://www.sap-basis-abap.com/wf/sap-business-workflow.htm
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2857887
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2855919
    https://forums.sdn.sap.com/click.jspa?searchID=791580&messageID=2735228
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMSTART/BCBMTWFMSTART.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMDEMO/BCBMTWFMDEMO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCBMTWFMPM/BCBMTWFMPM.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PSWFL/PSWFL.pdf
    debug a workflow.
    This has a step by step procedure :
    http://fuller.mit.edu/workflow/debugging.pdf
    www.erpgenie.com/sap/workflow/debugging.htm
    http://www.erpgenie.com/workflow/debugging.htm?2b5de440

  • Good tutorials for objective C?

    Can anyone here refer me to some good tutorials for learning objective C? (targeting iOS)
    Thx.

    poltergeist_ wrote:
    It really depends what you want to do. If you want to program native business applications for iOS, AS3 is obviously not the right choice. If you want to do Rich-Media crossplatform applications, you're much better of with AS3 than developing a couple of native applications.
    I'd argue it doesn't really matter if you're developing cross-platform or not; AS3/AIR for iOS not only becomes much more work than need be, the app is much less stable and presentable as a professional level app. (and I'm developing multimedia app, not a business application, BTW). I guess after all is said and done, I really feel like I'm building a house of cards with AIR for iOS.
    When AIR requires using and manipulating stageWebView just so you can have native scroll behavior, when you have to rely on multiple third-party ANEs for basic iOS UI which may or may not get updated as each new OS rolls out, when Adobe ignores or brushes aside important bugs or dismisses the inclusion of core iOS features simply because they aren't also available on Android....
    I really like the Actionscript language. It's really easy to understand and great for those of us without a degree in Computer Science. But Adobe needs to get serious about supporting iOS.

  • Any good tutorials for using jQuery and ColdFusion to build mobile apps

    Does anyone know of any good tutorials for using jQuery and ColdFusion to build mobile apps?
    Thanks!
    Lee

    I was just this moment looking at this website http://jquerymobile.com/
    Then for you a Google search on Jquerymobile and coldfusion
    http://www.google.co.uk/search?q=jquerymobile+and+coldfusion&ie=utf-8&oe=utf-8&aq=t&rls=or g.mozilla:en-GB:official&client=firefox-a
    http://jquerymobile.com/resources/
    Brings me onto this tutorial
    http://www.raymondcamden.com/index.cfm/2011/8/26/Making-jQuery-Mobile-templates-even-easie r--with-ColdFusion

  • What are good tutorials for learning the 3d interface in Photoshop?

    I'm looking for some good tutorials that will orient me to the basics of working in 3d in PS (primarily concerned with learning how to control the camera and also how to use 3d layers).
    Thanks!
    Daniel

    As it happens, if you ever watch 'The Photoshop Guys' on Kelby TV, they nearly all use MBPs exclusively.  I believe one of them also uses a desktop — maybe Cory Barker because he does all the 3D stuff.  I'd worry that a laptop that does not specify video RAM, is using onboard video, and not a dedicated video card.  The GPU is an important component regards Photoshop performance, so make sure you get it right.
    Photoshop CC and CC 2014 GPU FAQ

  • Good tutorials for making objects drop or fly in?

    I've been using the Adobe CS for years now, but just getting started using After Effects.
    I'm trying to make a video where 2D images/objects appear to drop in from above, stay put for a second, and then fly out into the background. I figured tutorials for something this simple would be all over the web, but I've yet to find one exactly like this.
    So far I'm assuming it will be something easy like using the scale effect? Any tips or advice are much appreciated!

    Just pick a property like position then hold down the alt or option key and click the stop watch or with Position selected go to Animation Add Expression.
    Did you try adding the animation preset to a layer in the timeline? Save the animation preset to your animation presets file and then select the layer, position it where you want it to end, then select Animation>Apply Animation Preset> and browse to the preset I sent you. Works with 2D and 3D layers.
    The drop in and fly back animation that you want to do will work better with 3D layers and this Animation Preset could easily be modified to move in Z instead of fall out of frame.
    It doesn't sound like you are very familiar with expressions. This one is fairly complex. It uses the in point and out point of the layer along with value at time to create the motion. If this looks like greek to you you'd better explain more about what you want to do with the expression.
    sif = effect("slideIn Frames")("Slider");
    sof= effect("slideOut Frames")("Slider");
    // find in and out point
    inTime = sif * thisComp.frameDuration;
              if (effect("Match SI SO")("Checkbox") == 0) {
              outTime = sof * thisComp.frameDuration;
              else if (effect("Match SI SO")("Checkbox") == 1) {
              outTime = inTime;
    // Fix  layer size when scaled
    sf = scale - [100, 100];
    xSize = width + (width * sf[0]/100);
    ySize = height + (height * sf[1]/100);
    realSize = [xSize, ySize];
    // Set Positions
    spx = 0 - realSize[0] + realSize[0]/2 ;
    rstx = value [0];
    rsty = value[1];
    epy = thisComp.height + realSize[1] - realSize[1]/2;
    // create movement
    freq = effect("bounce Frequency")("Slider");
            amplitude = effect("bounce Amplitude")("Slider");
            decay = effect("bounce Decay")("Slider");
        posCos = Math.abs(Math.cos(freq*time*2*Math.PI));
        y = amplitude*posCos/Math.exp(decay*time);
    moveIn = Math.min(linear(time,inPoint,inPoint + inTime,spx  ,rstx-y));
    moveOut = Math.min(linear(time,outPoint - outTime,outPoint - thisComp.frameDuration,rsty ,epy));
    [moveIn, moveOut]

  • Good tutorials for Automator

    Hi there,
    I was wondering if any of the Automator community could point me in the direction of some good tutorials..
    I have a couple of tasks that I want to automate, though I think they require some Apple script at some point too.
    1) I run a localhost. I would like to write a automator task that sets up new vHost (based on me entering some values ie: Name and root directory), updates my Hosts file and restarts Apache.
    2) I get a lot of deleted domains list sent to me each morning. Im wanting to forward that email to my Wordpress install and auto add posts.. Automator can be set to schedule hey?
    3) I would like to be able to publish my clients Analytics reports as they come into my mail box. The reports would need to be published to a different location on the server, so clients would only see their report. I know that Google does have a scheduled email sent, though Im want to set up a one-stop shop, for getting this information.
    Do these things sound too far fetched for Automator?
    Cheers,
    Phil

    There are also these:
    http://automator.us/leopard/video/index.html
    http://www.automatedworkflows.com/tips/podcast.html
    http://discussions.apple.com/thread.jspa?threadID=2241804
    http://www.reynoldsftw.com/2009/08/automator-and-finder-interactions-in-os-x-10- 6/

  • Good tutorials for GarageBand since I'm freaking out?

    I want to make my own music entirely using loops (pop, electronic mainly) on GarageBand, but it feels like I hit a speed bump every time I'm on a creative roll. I just don't understand anything about it, and it's really really stressing me out. Are there any good tutorials? Thanks.

    Have you already tried the videos in the GarageBand Help?  http://help.apple.com/garageband/index.html#button-0
    Each of the basic lessons has an introductory video.
    For more in-depth help you may want to look at Edgar Rothermich's graphical enhanced manuals, see:
    http://dingdingmusic.com/DingDing/GB11.html

  • Any good visualizers for the iPad that work with iTunes?

    I have long wanted to hear my iTunes library through my home cinema system and watch the iTunes visualizer at the same time. Current Macs support mirroring on a TV via Apple TV, but mine are too old. I thought I could get around this with an iPad, but iTunes on the iPad does not feature a visualizer, so I'm looking at third party apps.
    I'm not too impressed with the App store search facilities though - it doens't seem to find a lot of things I've been told are on there. The Apple store I visited advised me to go this route, but Gravilocity and Light Beams - two I've been told about - don't show up in the searches.
    What I need is a good visualizer that I can run as well as iTunes (not as part of it) so that I can mirror this via Apple TV. I am working on the assumption that an iPad can play iTunes content, and allow you to open another software item on top of it? Sorry if that sounds dumb, but I've never used one.
    I'm sure there's probably something out there, but thus far I haven't found it.
    At present, what do you see on Apple TV when you play anything from iTunes? I understand front row has gone.
    If anyone can give me a few pointers to solve this puzzle, I would be most grateful.
    Many thanks in advance.

    Wouldn't hold my breath waiting for it. Apple has a distinct preference for everything going through iTunes.
    You can look into word processor programs like Documents to Go, which have wifi syncing outside of iTunes, or other online services like Dropbox or others that allow you to upload and download documents, syncing them without going through iTunes.

  • Can Anyone Recommend Any Good Tutorials For A Beginner?

    Hi,
    I just purchased Pro Logic 9 and was wondering if anyone knows of any good lessons/tutorials to help a first time user of the Pro Logic series. Im excited to get into this program and record but it is so powerful that it is a bit overwhelming. Any suggestions? Thanks in advance!

    I agree with JG99.
    +1 macprovideo
    I've seen both the lynda and macprovideo logic training. Don't get me wrong the Logic training at lynda is ok for the basics. The macprovideo ones are excellent and go much further. So I could learn in depth how all the instruments, like the EXS24 sampler, Ultrabeat drum machine, synths and plugins work and how to use them. There are proper whole tutorials dedicated to mixing and mastering. For me and my studio buddies macprovideo for final cut, logic and now the photoshop titles has saved us countless hours and a lot of hair!
    http://www.macprovideo.com/tutorials/logic-application
    The macprovideo iPad and iPhone apps rock too!

  • Good tutorials for FCE HD please?

    books mainly and i know our own Tom is an author of a few
    so i was gonna go and grab a couple books today re FCE HD, i wanted one to cover some basic stuff, and the other more advanced SFX etc like cloning, green screen techniques etc
    (have been messing around and managed to make some cool scenes with light sabers, laser blast etc )
    was looking at 50 Fast Final Cut Express Techniques but its dated 2003 so as i have FCE HD 3.5.1 would this be outdated please?
    thanks for any suggestions including toms own books!

    You can get it from Amazon
    http://www.amazon.com/Class-Demand-Educational-Training-Tutorial/dp/B000JJ3Y6Y/r ef=sr113?ie=UTF8&s=dvd&qid=1218821521&sr=8-13
    or directly from Class on Demand
    http://www.classondemand.net/ClassOnDemand/final-cut-training/fcehd.aspx

  • Recommended tutorials for using paths/vector art in Photoshop?

    Hi all!
    Can you recommend any good tutorials for using paths/vector art in Photoshop?
    Honestly, I've had a good look for even one - without much success.
    I Have lots of experience with paths/vector art in Illustrator, Fireworks and InDesign but I believe you really can do great things with them in Photoshop now for illustration work.
    i'm just baffled by it. I can fill and stroke and edit a vector shape in PS - but if I custom DRAW a vector path or shape, things get confusing!
    Hoping someone can point me in a helpful direction
    John

    John,
    I wouldn't claim to know everything there is to know, but I'm reasonably certain it hasn't changed.
    Are the 'shapes' just vector masks with a raster element inside?
    Yes. That's an accurate enough description.
    And if you apply a colour to a path that you've drawn - does it rasterise?
    It doesn't have to rasterize. If you see color, it's pixels.
    I was definitely of the impression that a lot more could be done in PS these days that might formerly have been done in ILLUSTRATOR.
    The shape/path tools in Photoshop have been enhanced and improved in recent years, but the product of their use still differs from Illustrator's true vector output.

  • Compilers with (good) support for c++11

    I'm looking for more compilers to cross check and optimize the project I'm working on. As I tested and tried a lot of new c++11 features, those should be supported.
    Up to now on my machine I have:
    g++ (the good one! )
    clang++ (does not support openMP )
    icpc (does not support some c++11 as Delegating constructors and User defined literals )
    I was wondering if there is something else that I don't know.

    Thid may take you a bit away from your current setup, but if you have used sup you shouldn't be too scared ;D
    Ive started using mutt a while back, and if properly configured it can do a _lot_ of things and very well at that too!
    Anyway, to answer your post:
    1) Mutt can be configured to retieve your rss feeds, so you dont need to use rss2email and still get a centralilsed repo for your email and rss and, you will be able to keep your email account uncluttered with rss mail (but thats personal preference).
    2) Intrinsically, like all CLI mail clients, butt doesnt show html/html5 or embedded flash in email. /BUT/ you can configure it to use a differen program to handle this automatically.
    So, you will be able to get say uzbl, or jumanji or surf (if you're into your lightweight browsers) to open those multimedia emails. Edit: it seems you will probably have to use links2, but you may be able to use other clients (they will have to open as a seperate application though, whilst links2 is able to stay embedded. Maybe this can be done with the other browsers but I haven't tried nor researched this.
    Generally as: (in .muttrc)
    # enriched messages
    auto_view text/html # view html automatically
    alternative_order text/plain text/enriched text/html # but save it for last
    Credit for that snippet goes to something i found on dotfiles. If I ever find the author's name, I shall edit it in here.
    You will also need to create a .mailcap file with the relevant data. A basic google search reveals some good tutorials for this.
    Last edited by GalacticArachnid (2010-12-03 02:01:42)

  • Any good tutorial for starting J2ME ?

    Dear all, I have written J2SE and J2EE for several years. But I am new to J2ME. I found that there are many packages of J2ME so that i don't how to start to learn it. Do anyone know some good tutorials for me to start J2ME?
    Thanks a lot.

    This is not a reply, rather an additional question (since I havent figured out how to add a question to the forum). I need to program in J2ME on an embedded processor. I need to know what processors are man enough to support J2ME i.e. what are the hardware constraints. I have searched through the web and cannot find ANYTHING on this, and yet I thought the whole idea of J2ME was that it was portable to various embedded hardware platforms. Can I use a 8051 variant for example or does it need something much celeverer?
    Michael Bailey, Ireland.

  • Output Determination - Goods receipt for Subcon PO

    Hi experts,
    I have configured output for Goods receipt for PO. Its working fine for standard PO.
    But not working for Goods receipt for Subcon PO.
    In MN21 - i maintained condition record -
    Trans / Event Type  - WO
    Print Version - 3
    Could you help me to resolve this issue.
    Regards,
    Jackie

    Hi,In MN21 you need to do the settings for Output types 'WLB1' for Individual Slip or 'WLB3' for Collective Slip for the Subcontracting Mat Doc. for 541,
    Similarly for 101 you need to do the settings for output type WA01, also check in MIGO the 101 document in display, the tick is marked for getting the output. without that tick you will not be able to see & print the Mat. Doc. in MB90.

Maybe you are looking for

  • External 1920 x 900 LCD Monitor on MBP

    I am wondering if I connect an LCD monitor that has a 1920x900 native resolution, if I can get that resolution when it is connected to my MBP?

  • Itunes files that won't play

    well this is an interesting thing. i checked my music folder and found about 8000 files . and i imported my whole music folder into the itunes library. some wma files were converted to fit..etc. but my library only shows about 5000 files ? how do i f

  • Verify/Repair permissions dimmed

    Disk utility/verify/repair permissions are dimmed - maybe resulting from some new programmes downloaded recently. I have been able to verify/repair disk in installation option but this has not resolved the problem. All appears to work but obviously I

  • 10.9.x no backlit keyboard with FileVault 2 enabled

    I adopted 10.9.x (Mavericks) from 10.6.x (Snow Leopard) several MacBook Pro's 13" and 15" a like, with or without retina displays dating from 2010 to 2014. In 10.6.x even with FileVault enabled when you first boot the computer the backlit keyboard wo

  • Viewer Library Update Errors

    Starting this morning, my sideloaded mutli-folio libraries are failing to update. I just get a spinning "Library Updating" icon in the middle of the screen and after about 2 minutes of spinning, I get a error "Connot Update Library An error has occur