Looking for specific tutorials...

Here's what I'm looking for:
http://www.groceryshopping.net/brands/index.html
Does that have a "trade name" so I can be more successful
googling for tutorials? Play the branding tab... In particular I'm
looking to do the left-nav thing which loads different stuff center
court.
Any suggestions outside of just start playing with it and try
to become good?
Thanks in advance!

There's no 'trade name' there... it's just a menu playing
some video clips.
You'll want info on playing video in Flash and creating
buttons. There are
many tutorials on playing video, doing a couple of those
should get you the
grounding you need.
Dave -
www.offroadfire.com
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/

Similar Messages

  • Microsoft Exchange 2013 eDiscovery - specific search query: looking for specific hyperlinks within e-mails content/body

    Dear all:
    I am currently using the MS Exchange 2013 eDiscovery feature with the objective to identify which of my users have received emails containing specific hyperlinks (e.g. http://website1/webroot/file.zip, http://website2/webroot/file.zip, etc.) from an unknown
    sender.
    To this end, I have been creating an eDiscovery on-hold case looking for a specific search criteria in all mailboxes.
    As the search criteria, I have tried many options but was unable to obtain satisfying results: I know I am missing some e-mails from this specific search (I checked manually). I have notably tried the following search queries (with and without the body:
    search operator, with and without double quotes, etc.)
    body:http://website1/* OR body:http://website2/*
    body:"http://website1/*" OR body:"http://website2/*"
    body:"website1*" OR body:"website2*"
    body:"*website1*" OR body:"*website2*"
    When replaying these queries on my local Outlook client, everything works fine and I get results as expected.
    However, when going through the ECP eDiscovery feature, I am missing some results.
    Therefore, I am looking for any advice on what Exchange eDiscovery KQL query I should use to identify all emails containing, in their message body, a list of specific hyperlinks/URLs.
    Many thanks in advance for your help.
    S.

    Alas I do not know the answer to resolution via ECP and like you I have found it to be a bit maddening to use ECP for discovery tests Ive done when comparing results with our DigiScope product.  I know we can accomplish what your looking to do via Regular
    Expression but again that's with a 3rd party tool. 
    One thought is I suppose it could be an indexing issue with the DB, so perhaps rebuilding the index would help?
    If you do get it working I would love to know the resolution since many of my tests with ECP have left me yelling at the screen.  When its works its cool when not well...
    Search, Recover, & Extract Mailboxes, Folders, & Email Items from Offline Exchange Mailbox and Public Folder EDB's and Live Exchange Servers or Import/Migrate direct from Offline EDB to Any Production Exchange Server, even cross version i.e. 2003
    --> 2007 --> 2010 --> 2013 with Lucid8's
    DigiScope

  • Looking for Flash tutorials

    Hi. Im new to Flash and im looking for a place i can learn to make a short cartoon with a step by step tutorial. It doesnt matter what the story is, it could be about a snail and his friend or something. Im not yet comfortable doing cartoons on flash by myself.
    Thanks so much for any help.

    Hopefully this will help:
    http://flash.tutsplus.com/tutorials/animation/smoothly-animate-a-caricature-using-motion-t weens/

  • Looking for cs3 Tutorials

    I am a teacher and I am looking for online "getting Started"
    tutorials for my students.

    there are some in here:
    http://www.actionscript.org/resources/articles/636/1/Getting-Started-With-AS3-and-Flash-CS 3/Page1.html
    you can also get some video tuts on learnflash.com but only
    some are free the rest you need to pay for?
    hope this helps!

  • Looking for specific cable

    I just looked in the store and Apple doesn't seem to sell this, but I am looking for a female/male connector cable. Essentially, I need a cable that replicates an iPhone dock at one end (male) and then plugs into the dock with the female end so I can tether my iphone to my dock. The reason is I can't fit the phone in the dock with the protective cover and it's a pain to remove every morning, as well as the fact that it eventually stretches the plastic cover out taking it off and on repetitively.
    If you've seen one of these somewhere, please let me know.
    Thanks

    EllsbirdAgain,
    There is two ends, one that goes into the dock, one that goes into your computer. The end currently connected to your dock is a dock connector. The other end is a USB connector that goes into your computer.
    The one that goes into the dock can also connect directly to your iPhone.
    Essentially I am recommending bypassing the dock if your case gets in the way of using the dock.
    This is page on the Apple Store online shows what both ends look like:
    http://store.apple.com/us/product/MA591G/A (Note: That is the replacement cable for what came with your iPhone)
    Hope this helps,
    Nathan C.

  • Look for specific message in iMessage

    Hi!
    Im looking to get a script going that looks in the background for a message to arrive, and when it does it should delete a file or program.
    I've made some scripts that sends messages, but not worked with receiving.
    The script should look for a text being received from a certain contact and see if it contains a certain text.
    If both is correct, then execute the row that deletes the file.
    I tried to see if i could get the most fundamental working, but quickly failed.
    tell application "Messages"
      if lastmessage is "1234123" then
      display dialog "Start "
      end if
    end tell
    Althou "lastmessage" was not a variable.
    The text in the message can be predefined and the program/file that should be deleted can also be predefined.
    OS X 10.10.1
    Any ideas?
    Thanks!

    Not exactly.  The form is located in a read only dedicated server accessible by local users from within the companie.  Althought we urge our user to use the form from our servers by creating a Shortcut on their local desktop pointing to the original file, some of them less familiar with computers have tendencies to use a COPY of the original file instead of a SHORTCUT.  The problem with this is they do not benefit from the latest version of the form as I modify it from time to time on the server.  So when they contact me with any problem or bug they encounter, the first thing I do is check the value of a hidden text field I placed in the bottom corner named "VERSION" that hold the version number I change every time I make a new release to see if they used an obsolete version.
    What I imagined is the following.  From now on, I would place a script at doc open that does the following:
    var myVersion = this.getField("VERSION").value;
    var latestVersion = Something to check the value of the field named "VERSION" in the form located on the server;
    if (myVersion != latestVersion){
         app.alert("obsolete..blah, blah, blah");
    Maybe there is a better approach to what is basically a version checker at doc open.  Users will be using Reader and I have access to users local machines and folders.

  • Baseline template - look for specific loopback interface when specifying "ip tftp source-interface"

    Hello all
    I'm new to regex and I'm trying to make a baseline template, that will check our network devices for our required basic configuration.
    What I'm trying to do is to make a template that will look for either a loopback0 or loopback1 interface.
    If eíther one is found (the loopback interfaces will not be there at the same time) it must apply the following command:
    ip tftp source-interface loopback0 (or loopback1)
    Is it even possible to make an if-then statement using regex?
    Thank you in advance.
    Best regards
    Jesper Ross Petersen
    Message was edited by: Jesper Ross Petersen

    Yes, this can be done
    #Go to the tcl shell of the device.
    C1811#tclsh
    C1811(tcl)#
    #copy and paste this at the tcl prompt.
    proc intf {} {
    set runningcfg [exec show run | inc ^interface Loopback]
    foreach line [split $runningcfg \n] {
    if {[regexp {interface (Loopback[0-1])} $line -> interface] } {
    ios_config "ip tftp source-interface $interface"
    return "ip tftp source-interface $interface"
    # now type the name of the proc (intf) at the tcl prompt.
    C1811(tcl)#intf
    # If loopback0 or 1 is present the tftp source interface is added to the running config.
    ip tftp source-interface Loopback0
    C1811(tcl)#

  • Looking for JDev2 tutorials

    I am looking for any documentation on Jdev2
    for total newbies. The only book i can find
    available is from oracle press and is for
    Jdev1. The JDev2 docs come with a simple
    hello world, but it doesnt really teach
    a whole lot. someone please point me to a
    good resource for learning Jdev2.
    thanks
    [email protected]

    While the popular trend is toward online video clips, try searching for used copies of Trish and Chris Meyer's books. Be sure they come with the DVDs. These books will go out of date. The version of AE you will be using will change but the fundamentals and basic concepts required to master the crafts of motion graphics and animation are constant, have been for almost one hundred years.
    AE is a just a tool and it's really complicated. Not just hard, really, really hard. But to do good work you've got to understand why stuff works the way it does and what audiences expect. 

  • Add Video to Site. Looking for basic tutorials

    Thanks to a lot of help from this forum I have cobbled together a reasonable web site. Now I am adding some video and am confused as to some best practices.
    I have had some reels of 8mm film converted to digital and are now individual *.mov files. Using Adobe Premiere Pro CS4 I have edited and posted some clips but the more I read the more I wonder if I am doing it right... or best.
    FPS.. my *.mov files are at 15 FPS. Premier Pro does not have a 15 fps setting that I can find. Some place I was advised that for displaying on the web 15 fps is more than adequate, more is overkill and makes for a much larger file.
    Premiere Pro will do the job.. but some books say Adobe Flash can be used as well.
    Exporting.. SWF; FLV; F4V; Quicktime; AVI..........
    So.. Can anyone advise on some tutorials that deal with the basics and best practice of adding video to a web site.
    Thank you for your time

    Video Streaming Basics -
    http://www.mediacollege.com/video/streaming/
    Embed Tag Attributes for QuickTime player -
    http://www.apple.com/quicktime/tutorials/embed2.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Looking for specific photo content

    I have nearly 2000 photos in iPhoto v5.0.4 (263).
    I want to identify the small number of those which contain pictures of a specific person - is there any way that I can quickly flick through each picture so that, having identified my target in one, I can easily drag that into a new album? Picture individual descriptions are of no help to me for this exercise.
    The only way I can see is to double click on each one, examine it, and then close it and open the next one and so on ad nauseam! A slide show would present them all in sequence, but I can't see how to "capture" specific slides and get them into a new Album.
    Is there a way, or am I condemned to days of increasing RSI as I open and examine each photo in turn?
    Thanks in advance.

    Make the thumbnails larger: use the slider at the bottom right of the iPhoto Window.
    Regards
    TD

  • Looking for specific transitions.

    I want to 1) fly text in from the left, and 2) spin an image (preferable with it growing from a point at the same time). I know about animated text, but CS 5.5 has a very large list of possible text animations, and none of them has a name that suggests flying text in from the left. The user manual doesn't tell me anything beyond getting to that list of animations. It leaves me to try every single animation until I find the one I want. I know I can spin an image--the lynda.com course shows an image spinning, but doesn't say anything about how to get that effect.

    I would recommend using the Effects workspace because you'll have both the timelines of the slide and the effects visible in that case. I offered you some links about Effects in your other thread. For this use case, which needs a motion effect, have a look at the one about creating and using custom effects to learn how to edit a motion path.
    http://blog.lilybiri.com/editing-motion-paths-and-reusing-customized-e
    Lilybiri
    PS Sorry, maybe Effects workspace is not yet available in 5.5, I'm not totally sure.

  • Looking for video tutorials??

    i found a new site for GarageBand video tutorials.
    http://wikivid.com/index.php/GarageBand

    Thanks for the heads-up. It seems to be a very useful collection of Instructional videos, especially for someone that is new to the app.
    (some of the lessons were clearly done on earlier versions of GB than 3, but most of the info is still valid.)

  • Looking for specific software...

    Ok....I have looked at a couple of softwares like nike workout & iworkout but neither seem to do what I want. I'd like to have software on my nano that I can set like a boxing timer. (see link) http://store.titleboxing.com/intervaltimer.html
    Like this...
    Rounds can be set for 2, 3, or 4 minutes.
    Between round length can be set for 15, 30, 45 or 60 seconds.
    Interval adjustment can be set for none, 15, 30, 45 or 60 seconds.
    Bell indicates round beginning and ending; beep indicates interval.
    Anyone know of any software that can do this ?
    Thanks.
    PowerBook G4   Mac OS X (10.4.2)  

    I also operate a small landscaping company in Connecticut. I don't remember where I got it, but I use a "boiler plate" contract form which I hand typed into a Filemaker Pro database file so that I can have "auto filled" names, addresses and job descriptions. (I use Filemaker for estimating and billing.)
    An alternative can be found here:
    http://secure.uslegalforms.com/cgi-bin/forms/query.pl?S-T-B-B-construction~contr act
    Click on the appropriate state in the right hand column for a sample, "pdf" contract form. They would probably be okay in most cases; you may want to discuss the form with an attorney before using it for a critical contract.
    iMac C2D 20", 2GB RAM, 256 vram   Mac OS X (10.4.8)   Apple 11e/Apple IIGS/Mac IIcx/iMac G3 DV400

  • Year specific printers were manufactured in. Looking for specific printer. HELP!

    I had a old printer and gave it away.  I have a c7280 now and love it but it seems the printer I purchased in 2005/2006 and a LOT cheaper had far better photo quality.  I have gotten deeper into my photography work and would like to get my hands on one or more of those printers BUT I cannot remember the model #.  I do believe the letter v was in it.  It was either a photosmart or deskjet.  Purchased at Walmart for around $110.00.  The body of it is blue and the scanner lid was a greyish silver.  I have looked at the 2110 and 2210 which are close but still don't seem right.  I have called HP and they are no help.  Can anyone help me PLEASE?  Thank you!

    Connect wireless printer anywhere, convert from wired, bypass failed radio, add WPA2 security.
    http://h30434.www3.hp.com/t5/Printer-Networking-and-Wireless/Connect-your-wireless-printer-when-away...
    Say thanks by clicking the Kudos Thumbs Up to the right in the post.
    If my post resolved your problem, please mark it as an Accepted Solution ...
    I worked for HP but now I'm retired!

  • Looking for specific case for iPod touch to

    I saw this awesome case for an iPhone, it was pretty thick, made of rubber I think. The feature that blew me away was that in the back panel of the case was a place to wind up the ear phone cord, and two notches for the ear buds to snap in, and they seemed pretty flush with the case when in them. Even though it was for an iPhone I was curious if they had one for iPod touch, I couldn't find anything like it in the Apple Store. Does anyone know the one I'm describing?

    I think this is the case you're describing:
    http://www.nextdaypc.com/main/products/details.aspx?PID=4067661&rsmainid=ND01300 14

Maybe you are looking for

  • JDBC Adapter - transaction handling

    Hi, I have a question. I use graphical Message Mapping and standard documents formats for Receiver JDBC Adapter. Now I need to push a delete call and insert calls in one message looks like that one f.e.:   <?xml version="1.0" encoding="UTF-8" ?> - <n

  • Problem with call transaction 'FB08'

    hi, i want to call transaction FB08 and before calling, i set the parameter ids BLN (belnr), GJH (GJAHR) and BUK (bukrs). gjahr and bukrs can be set successfully but belnr couldn't set, belnr field is empty. my code is below. set parameter id 'GJH' f

  • Oracle 11.1.0.7...is it compatible with Windows XP?

    Hi All, I have Oracle 11.1.0.6 installed on my machine and i want to use a few features of Oracle 11.1.0.7 version ..I am not sure if at all it is compatible with WIndows XP and if so then how do i go about upgrading the version..? Can somebody pleas

  • Problems with getting incoming mail

    I just got an iphone and made the move from a pop to an imap Gmail account. Since the switch I had problems with it, and recently deleted it and started the account over. Last night, I had thousands of messages being imported so I thought it would be

  • How to resize listbox's cell Height dynamically?

    How to resize listbox's cell Height dynamically?<br /><br />// .fr<br /><br />Class<br />{<br />kMPSListBoxWidgetBoss,               <br />kWidgetListBoxWidgetNewBoss,<br />{<br />...............<br />}     <br />},<br />type MPSListBoxWidget( kViewR