Advice needed for functional test

My company is releasing a new website with all the bells and whistles. I am looking for advice on specifically what we should test. I know that we want to make sure that the site functionally works, but different people on the team have opinions on what should be tested beyond that. Some people want to check that the pages are exactly the same from run to run, others just want to check text. I would like to see what test teams outside my company are actually doing. Any ideas would be appreciated.

Hello FiveNines,
You don't give a lot of information about your application, so it is hard to give you specific advice...I was at a very interesting IIST seminar last week in Boston and I walked away with 2 major take aways:
1) Negative testing is as important as positive testing. As development typically focuses on positive testing, it's critical for QA to have good test plans in place for this. Most of the QA teams on the room had a 20% negative testing to 80% positive or functional testing, but the goal should be to target more a 50%-50% ratio, if no higher negative testing than positive.
2) When you think about building your Negative testing Test Cases think about 2 areas:
* Invalid data input (like if you expect an integer value, try typing letters., etc, or enter an invalid user account to make sure the application behaves properly, etc)
*More importantly, think about failing pre-conditions. For example, if your application connects to a DB on the back, build test cases to see how your application will handle processing a new user when the DB is down...This really open up my eyes, as when we build our test cases we usually don't think about this type of scenario, and we have been focusing a lot on functionality testing...
I hope it helps

Similar Messages

  • How to install only OATS for Functional Testing ?

    How to install only OATS for Functional Testing for Oracle EBS?
    I tried micro installation, but installation tried to install whole test manager/oracle xe db/Weblogic etc..
    I want to evaluate how it works, can we leverage for Functional/regression tesitng...
    Please advise...
    Thanks
    Edited by: 956069 on Aug 30, 2012 6:19 AM

    Hello
    You should be able to install OpenScript only using the micro install distribution. You can just skip the steps concerning XE & WLS installation/connection.
    JB

  • Urgent Advice needed for SAP Training

    My Profile :
    36 Months of Experience with IT MNC in India.
    Have done Bachelor of Engineering in Electronics & Communication.
    Moving to USA with family and going for 1 year MBA ( Information Systems) in USA.
    Involved in SAP focused Change  and Release Management.
    Provide management oversight of the change release process, including delegation of responsibilities to all personnel required to ensure successful delivery of the release within the scope of the co-source.
    Develops and communicates detailed release plans and sets delivery expectations with key stakeholders. Updates and communicates release status. Escalates issues in a timely manner where required.
    Interact extensively with the functional team leads in the estimation cycle, identification of inter-team dependencies, delivery plan validation, impact assessments, issue tracking / resolution, and status reporting.
    Ensures user acceptance tests completed, all defects addressed, and all service requests contained in the release were signed off by the requester.
    Ensure all required regression testing activities were completed successfully.
    Make sure a comprehensive back-out plan exists and was validated.
    Make sure the release is deployed according to the release plan.
    Responsible for Movement of Transports from Development to Production via Solution Manager Tool (SOLMAN).
    Represent the delivery organization during UAT and release gate review.
    Defining Maintenance Cycles for various systems and scheduling their batch jobs.
    Planning Outages for various SAP systems and distributing the communication of the same.
    Question : Post MBA , I want to get back in SAP field with more functional/technical roles , however I am confused with Module selection. For functional ones, I don't have any background . Few of my friends suggested to learn SAP Solution Manager , however I am confused with it's scope. Please advice the module which will be better to take ahead as per my profile.

    Honestly there is no answer for that until you do it. A mov will work perfectly fine. But there are variables: The quality and sharpness of the original photos. How they survive being compressed to a mov, how that mov survives being compressed to DVD format. The quality of the DVD player (and no, they are not all the same) and finally the crispness of the screen. If all goes well, yes it will look perfectly good. But you're not going to know until you do it.
    Regards
    TD

  • Example needed for function module

    kindly provide me an example for function module & let me how to use this function in a report program..Thnaks in advance..

    Hi,
    GO to Tcode SE80.Create fucntion group.Name should start with z or y.
    GO to Tcode SE37.Create function module.Assign it to function group created above.Name should start with z or y.
    In change mode,you can top include.This is the place you should put the declarations.
    In F01,you need to write the form and U01 you should write the main program.Best way is to take any function module(z*) and follow it.
    There are 3 types of fm.
    1.Normal fm
    2.RFC enabled
    3.Update task.
    Check this link for RFC.
    http://help.sap.com/saphelp_47x200/helpdata/en/22/0425f2488911d189490000e829fbbd/frameset.htm

  • Advice Needed for Coding FCP Plugin's

    This will be my first attempt at coding anything for FCP and I am hoping to get some advice on how to proceed and where I can get technical information.
    Project 1: Create a plugin to add a selection to the Canvas/Viewer Overlay windows - just under "Show TimeCode Overlays", or there abouts. The option will allow the visual display of the embedded DV Date/Time stamp on the tape, in the same fashion as Time-code is overlaid. As far as I have been able to find, this plugin does not exist yet, so I thought I would give it a shot.
    Project 2: Create a plugin to enhance "DV Start/Stop Detect" to label markers with the embedded DV Date/Time code. i.e. Instead of "Segment 1" the marker would be labeled "20070131 19:15:45", assuming of course, a valid date/time existed, otherwise default back to "Segment xx".
    But, I guess my first question would be, would these be "legal" projects to pursue. i.e. Is there an API to modify the functionality of FCP in this manner?
    I know the DT is available as CatDV has no problem reading it, so I figure FCP should be able to as well.
    I figure I will need:
    1. Info on how the DT is encoded (hex) in the stream
    2. FCP API info
    3. Editing app to put the code together.
    4. Forums that deal with Mac and FCP coding discussions.
    5. Any other advice ANY ONE would like to give.
    I have a BSc in Comp Sci and coded on the Main Frame for 15 years, so I have "basic" coding skills, but I have not coded on the Mac yet. I have registered for the FREE Developer Account, but haven't had a chance to explored the service yet.
    Any help or suggestions would be greatly appreciated!
    ASIDE: I have been editing in FCP since v1 and I shoot events with multiple cameras, sometimes hiring additional cameramen (with their own gear). Because, the events I shoot are usually live "one-of" events like weddings, sports... etc, there is a lot of ON/OFF recording. As such, I find the best way to sync up tapes is to match up Date/Time codes. I accomplish this by playing back the captured video through Firewire back to a Panasonic PV-GS400 which displays the DT on the pop-out display. I then MANUALLY update the previously created "DV Start/Stop Detect" segments with the appropriate DT.
    This is a very time consuming process, and if I can get FCP to display the DT directly, it would knock hours off my work flow.
    I hope this all makes sense.
    FYI I will also be posting this in the 2-pop forums, so if I get any advice there, I will update my post here.
    TIA
    Gary

    Hi Gary
    Regarding both your proposed projects afaik there is no API to directly allow you to do this.
    However a few options spring to mind: analyzing midi control /mackie control data as provided to a control surface (check out Digital Heaven's BigTime for an idea of how this could work); similarly you could create a virtual DV output device that would appear in the external video outputs list whereby the output video stream would be passed through your code to extract and display the info; perhaps simplest although the least dynamic would be simply to write an FxPlug filter that could be dropped on the clip ... the user could then populate the filter with static display data by manually scavenging the clip for the info with a "button" in your filter (see the options dialog example in the FxPlug SDK)
    Good luck
    Andy

  • OS X Server setup advice needed for small business

    I work as audio engineer at a recording studio. I'm an experienced Mac user, but I don't have Mac Server experience. I'm my company's default IT guy. Our office consists of four people, currently using PCs, but we are changing to a Mac-based office: each person will get an iMac, and we'll also get a Mac Mini with OS X Server. And a Time Capsule for both the Apple router and Time Machine backups. The machines will be connected with ethernet for Gigabit networking.
    The server will be used primarily for two things:
    1. Server-based scheduling/contact database program that each user will log-in to for access
    2. Hard drive for storing audio files that will be delivered to clients (currently FTP delivery)
    I'm learning about OS X Server services - there's some great You Tube tutorials by Todd Olthoff http://www.youtube.com/user/tolthoff.
    The office users currently run their computers as independent PC's with all files stored on their local machines. The network lets them share files, as well as share two printers. Note that my plan is for each office user to continue to store their files locally on the iMacs, not on the server.
    I'm trying to decide how much of OS X services I can take advantage of.
    I have some specific questions I'm hoping to get some advice on. These questions came up after viewing Todd's tutorials:
    1. Do I need Open Directory
    I think I do, in order to create local network users. Is this a given for me?
    2. We do not have a static IP address. Do I need to establish DNS services?
    3. Do I need a verified SSL Certificate?
    This is what I have for starters. Any additional advice is welcome!

    Bob Kirschner wrote:
    2. Hard drive for storing audio files that will be delivered to clients (currently FTP delivery)
    Remember that ftp is wildly insecure, and a very large ftp credentials dump — reportedly including credentials from the New York Times and some other users — was just posted.    ftp is a massive pain in the rump around modern networks; the protocol design predates the uniquitious use of firewalls in modern networks. 
    Read: I'm not a fan of ftp.
    Use sftp or VPNs where you can.
    1. Do I need Open Directory
    I think I do, in order to create local network users. Is this a given for me?
    If you want to start using the same login across different Macs in your office, then you want OD.
    2. We do not have a static IP address. Do I need to establish DNS services?
    You need local DNS services on your LAN (probably established via OS X Server), and you'll need external DNS to allow external folks to get to your file servers, and you'll need static IP from your ISP.  If you get to using your own mail, you'll need a proper DNS configuration — forward and reverse DNS translations and the MX record must all match — for that.
    3. Do I need a verified SSL Certificate?
    Unless you're serving HTTPS or such, no.  You don't even need a certificate and can use a self-signed one, if you're small and not serving much publicly from this server, and not doing something like ecommerce, and if whatever you're doing isn't a target for those that want to spoof or crack web sites; if you're not more of a target than most of the rest of us on the 'net.
    Any additional advice is welcome!
    I'd probably look to add a VPN-capable firewall router box here, and would use the Time Capsule as a so-called Access Point on the network — not as a NAT-capable gateway router.  This if you don't already have a router of some sort.  Time Capsule makes a nice home router or low-end SOHO router, but it's fairly limited in its features. 
    You absolutely need LAN-local DNS, and you need that correct and working and tested before you enable other services on your network.
    I'd recommend using a real and registered domain on your internal network, and using a separate (and registered) domain outside your network.  You can get away with using a subdomain inside, but that means more typing as it's just longer.  I'd avoid a made-up domain, as ICANN is adding all sorts of new domains.  I'd also avoid squatting on a domain, and never use the .local top-level domain as your own DNS domain.  Leave .local to Bonjour only.

  • Unicode/glyph/font advice needed for porting WinForms app to Macintosh using AIR

    I've written an application in WinForms/.NET that I'd like to port to the Macintosh platform. I have never developed for the Mac but it seems as though AIR might be a good choice. I'm totally new to AIR. Some advice and info would be much appreciated!
    Can an app be developed in AIR on a PC running Windows and then later be deployed transparently on a Macintosh? Or do I need to be developing on a Mac?
    The app is a search interface for use against text-bases comprised of texts composed in ancient European languages. I pre-index the text-base and store it in SQLite as a fully-normalized (1NF) set of relations:  TITLES, WORDS, WORDOCCURRENCES.  So the app is really nothing more than a (query-only) database application with some specialized glyph-rendering requirements.
    In the WinForms app, I used a custom third-party edit control with  extensive support for the RTF specification, in combination with some third-party fonts that contain the necessary glyphs for rendering the Unicode characters corresponding to RUNES and to some abbreviations found in medieval manuscripts. BTW, these special non-ASCII characters are represented in the database not as unicode codepoints but as entities that can be represented in standard ASCII (e.g. "þ"   ); when rendered to screen, the correct glyph has to be substituted when the Unicode codepoint for the entity supplied -- in this example the codepoint would be [U+00DE] and a thorn glyph  ( Þ) should be rendered.
    Since it might not be possible to find a single omnibus Unicode font that contains a glyph for every codepoint I need to render (what are the most glyph-rich freeware Unicode fonts for Macintosh, btw?)  the text widget must let the programmer "wrap" a Unicode character or series of Unicode characters in whatever font may be required at that point in the text. Is there a rich-text widget for AIR that can do this?  A widget that can render HTML and supports CSS stylesheets would be ideal (inline-CSS-only would be OK too). If the widget had CSS stylesheet support, the string of Unicode codepoints could be wrapped with a <span class='rune'>.....</span> and  the font-name for the .rune class could be specified in the CSS stylesheet.
    Thanks very much if you've taken the time to read through this tedious stuff !

    Flash Professional started as an animation tool and was expanded with a programming language that became ActionScript (now ActionScript 3.0). Content creators began using Flash to develop applications rather than just animation, so a lot of developer-centric and application-centric functionality was added to Flash, including pre-built user interface components (written in ActionScript). All that functionality and those components are still available in Flash Pro today. However, many developers who came from a traditional programming background had trouble getting into Flash Pro because it is really an animation design tool -- so it uses a timeline, layers, visual drawing canvas, and it required some figuring out to learn how to structure an application in that type of tool.
    In response to this, Macromedia (now Adobe of course) created Flex. Flex uses ActionScript just like Flash Pro. Flex also includes numerous user interface controls, written in ActionScript. Flex also adds advanced, flexible layout control and many utilities for common programming tasks like loading data from or sending data to a server, formatting values, validating user input, and more. With Flex, you can define your user interface using an XML markup language (MXML); the compiler then turns the MXML into ActionScript code before turning it into your compiled application. As far as tooling, an eclipse-based IDE called Flex Builder was created that gives you a code editor, a workable but not designer-oriented design view, and other developer tools like debugging and profiling. (Note that Flex Builder has been renamed to Flash Builder for the next release, which is currently in public beta.)
    So to generalize, Flash Pro favors a more visual design and animation type of working style, whereas Flex favors a more text-based, code-centric working style. (But that's just a generalization -- many people, especially people who "grew up" with Flash before Flex, still prefer Flash Pro even though they're heavy coders.)
    Also, if you want to write everything in code with no pre-drawn visuals (i.e. Flash Pro) and without using MXML or Flex components, you can create your application entirely in ActionScript code. Flex Builder supports ActionScript-only projects for that purpose.
    Here are a few links for getting started with Flex, which I would personally recommend if you haven't used either one and you're building something that's more "application" focused rather than media or animation focused:
    Flex "Quick Starts" -- short articles focused on specific tasks in Flex
    Flex "Getting Started Experience" -- designed as a set of training courses, intended to take 12+ hours to complete (but you can skip around of course)
    "Flex in a week" video training -- a free 5-day video tutorial series on Flex
    Flex Developer Center "Learning Paths"
    As a side note, the link you included actually goes to the JavaScript version of the documentation, which is what you would want if you are going to use HTML/Ajax to build your app. However, if you're wanting to use Flex you would want to use the Flex version of the documentation:
    http://livedocs.adobe.com/flex/3/langref/mx/controls/HTML.html
    http://livedocs.adobe.com/flex/3/langref/flash/html/HTMLLoader.html
    And if you're wanting to use Flash, you can use the Flash Pro version of the documentation:
    http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/html/HTMLLoader.html
    Yes, it's somewhat confusing and overwhelming. We're definitely working on improving things in that regard.

  • Advice needed for Spoken Word Recording

    I just finished a voice recording of my book. I used my iPod nano with a Belkin TuneTalk in the quietest room in house and got a very good quality recording (it is stored as a voice memo in iTunes). I've put each short story (50 of them) as it's own file. I've started editing in GarageBand 3 and it is quite easy to delete the mistakes and coughs and sneezes The advice I need is about using other functions that might improve the quality for the listener. Should I be paying attention to mixing levels or master volume levels? EQ? any other functions? Anyone else ever created an audio book? In the end, I'll need to turn it into an MP3 file for download on my website. I was planning to have a professional do that, but am wondering if I can do that myself. Thanks in advance for your advise.

    for ex in EQ, do I just need to pay around with it
    pretty much. you need to "do what's right for the recording". it would be like talking to a painter on the phone and saying "Be sure to use lots of Blue in every painting". no, you use what's appropriate for each work.
    How, exactly, do I pay attention to compression to even out the levels?
    again, like EQ, play around with. try some fo the presets, and then try changing things.
    I am simply going by the master track volume
    typically in mixing you'd work on the track that is to be the the most "out front", setting its volume as high as possible without clipping, then mixing in the other tracks to their proper level. finally you set the master track as loud as you can without it clipping.

  • Advice needed for a mess of ipods

    the goal: get all music stored in one place, preferably my new ipod.
    1) i have a third generation ipod which has the bulk of the music i have listened to for the last five years.
    that music is in iTunes on a pc laptop that has died. (there's a chance that i can get those files off the dead computer and onto an external drive; still waiting to find out. but all those files are on the ipod anyway.)
    2) I have a new laptop that has new music in iTunes. (Those files are also on an ipod nano.) the new iTunes files on this laptop do not overlap with the first set of files.
    3) i have a new ipod that i want to get everything onto: the old (1st set) files on the old ipod, the new files on my new laptop (& nano), and ... i'd like to convert all of my old cds and get them on the new ipod as well.
    Problems:
    * how do i join the two sets of files (without losing any) if the old ipod won't work with my new laptop b/c the computer doesn't recognize it.
    --What's the actual process for getting the files off the old ipod?
    --would it be best to store everything on an external drive (point iTunes to it while it's attached to the laptop?)*
    -store everything on the new ipod only?*
    ** what's the best way to get cds (their data) onto a laptop that doesn't have a cd drive?
    The first issue about combining the sets of music onto a new ipod i really have no idea how to do. so any step by step kind of advice would be appreciated. especially because of the old ipod/new laptop incompatibility.
    the second issue about the cds: i have a feeling i just have to pay some service to convert them for me. any cheaper ideas?
    Thank you!

    Right there are many ways to get your Music off your ipod and on to a computer the best thing to do is to take the files off your ipod and put them on a external disk (like you said) but you need to take it to a computer that recognizes your ipod and then once you have coppied the music across, add it to an external disk.
    The best ways to do this is...
    1.(the cost option)
    download this program at http://www.findleydesigns.com/ (ipod Access for Windows), the free version copy's five songs at a time to your computer. But the registered version (£14 (not sure in $)) copys all of your music, playlists, videos etc across directly to itunes.
    2. (The Free way) (this is for XP, but i should be the same with vista) (im not really familiar with Vista) but the principles are the same.
    You need to be able to view hidden files on your computer , you need to go to the control panel and find folder options. (i believe that you could change the settings on in the windows explorer by clicking view at the top menu bar. you need to click it so that you can see the hidden files. (i think this explains simply what i said Tools -> Folder Options -> View, and then check (enable) the option “Show hidden files and folders.”)
    Next find your ipod now if you have enabled hidden files you need to click on your ipod and find a folder called ipod control. the folder itself will look different maybe a bit transparent because it is hidden. Next you will go in and if you explore further you will see loads of files (transparent like ipod control) with things like F34 F01 (or F1) etc.
    They are the files with your music on it and if you click on them, they will show music files but they wont have names. they are encrypted with file names like AKLY (basically four letters or 3 letters put together in capitals) so to get the names and other suff back simply drag the music files into itunes or import them individually (the folders) into itunes by clicking file, import into itunes and by folder.
    Then once you have done this the names should be correct in Itunes.
    *Alternitavely you can drag all the files in 'ipod control' into an external Hard Drive* if you go into itunes prefrences you can let itunes put all your music on your computer into organized files of album names.
    Hope that Helped
    Alex
    And sorry the easiest ways to convert the CD's is to import them yourself into itunes Although it may take some time.
    If you dont have an external hard drive then burning all your music onto CDs always helps although with a few Gigabytes of music it could take quite a lot of CDs. You might need some blank DVDs to burn on to
    Message was edited by: Alexander Richardson

  • Advice needed for backup strategy for office

    My office is switching from PC to Mac (yay!) and I'm in charge of setting up the system. We'll be using 4 iMacs and a Mac Mini Server with ethernet connections. I'd like to ask what is recommended for backing up these computers.
    My thought would be to back up the iMacs separately from the server - is this definitely the way to go?
    I'm thinking to get a 3TB Time Capsule for the 4 iMacs so that Time Capsule will do automatic backups.
    - Is it OK to have 4 iMacs backup to one Time Capsule like this?
    As for the Mac Mini server, I'm not sure how to best back it up.
    Since it has two 1TB drives, I'm thinking of using one drive for data and having it automatically backup to the other internal drive. Any thoughts on this idea?
    Or, it is possible to connect an external USB drive to the Time Capsule's USB port, and have Time Machine backup the server to the external drive?
    Any advice is greatly appreciated!

    The TC is really a home solution.
    For business I think you should consider something extra.
    Although 4 computers and a server is not a big setup, it is worthwhile doing a more professional backup and use something more professional than Time Machine.
    For instance..
    http://www.retrospect.com/au/products/mac
    I have not used it.. but I see it recommended in business / larger installs. It is not cheap but well worth considering.
    I would not use the internal disk of the server for backup.
    As for the Mac Mini server, I'm not sure how to best back it up.
    Since it has two 1TB drives, I'm thinking of using one drive for data and having it automatically backup to the other internal drive. Any thoughts on this idea?
    You can raid the two disks if you don't need the capacity.
    But backup to a USB drive plugged in.. USB3 drives are cheap and speedy. Much more reliable than using network drives.
    Raid for integrity of working data.. backup to separate change over disks.
    So weekly you change over the USB drive for backup and store the other one at home.
    I'm thinking to get a 3TB Time Capsule for the 4 iMacs so that Time Capsule will do automatic backups.
    - Is it OK to have 4 iMacs backup to one Time Capsule like this?
    You can do this.. It is fine to have 4 Macs backup to it. But if you are not using the wireless router it is a waste.. you can just backup over network to the server.. TM works fine on network.
    You can buy another 3TB USB drive for backup of the clients.. normally though you want all the working data on the server and back that up. You are thinking a more peer to peer model.. once you introduce the server you can work on a more server client model where the current files are held on the server.

  • Advice Needed for Audio and MIDI Controller Software

    I am hoping someone may be able to give me advice on how I should approach my problem.
    I am currently running a live show with audio backing tracks and a small 12 par lighting system. The light system can be controlled via standard MIDI. I am using iTunes to play back sets of backing tracks, and manually controlling the lighting system using a dedicated foot controller.
    What I would like to do, is be able to use software to simultaneously play audio files and perfectly sync the lighting (fades, shots, etc. via midi) with the audio track. Ideally, I would be able to have the audio/lighting paired as discreet entities that could be grouped into sets.
    i.e.
    Audio-MIDI_1 = Audiotrack1 would always be paired with Lightcontroller_MIDI_events1
    Audio-MIDI_2 = Audiotrack2 would always be paired with Lightcontroller_MIDI_events2
    Audio-MIDI_3 = Audiotrack3 would always be paired with Lightcontroller_MIDI_events3
    I could the create a set of Audio-MIDI_x tracks which could be triggered in any order.
    I would like to have to option to be able to activate a single track, or have a complete group of tracks activated sequentially (but be able to stop the and start the group as needed - you never know what will happen in a live situation). It would be nice to have a time-line UI as well.
    Now the final requirement: it should be able to run on a PISMO PowerBook. <cringe>
    I hope I am not too confusing.
    I am thinking MainStage would not be the software for this task as Leo is not an option for the Powerbook.
    I have looked at QLab and showcontrolpro, but I don't think theses are right for me either.
    Any help or suggestions would be greatly appreciated.
    TIA

    Gary,
    With a Pismo you really are confined. I've been using some software from Alien Apparatus called Solo Performer Show Controller (www.alienapparatus.com) and it has a timeline to sequence lights where you can run 32 channels of midi or dmx lighting. The only setback is it needs at least a 1 GHZ processor. There may be a company like Sonnet that has an upgrade for your processor.
    The software is able to run backing tracks, send midi controls to effects units or other software, send hotkeys for apps, synchronize lyrics in a window or on an external monitor, controls a dmx fog machine, and also has a six button usb foot controller which can be configured for many things such as scrolling your songlist to select the next song, change volume of tracks, change a light scene, send a hotkey, trigger samples, etc. It is a bit pricey at just under 600 dollars but the foot control is durable, the company has excellent support and they listen to users to add features to the software.
    Hope this helps
    Thor

  • Advice needed for beginner to Flash website building

    Help!
    I have zero knowledge about using Flash.  I am being asked by my boss to build a flash web site for our music and video game stores.  I built our old site in Dreamweaver.
    Does anyone have advice on where i should start?  A suggested book that will walk me through beginning to end.  I've worked through a few tutiorials but I feel lost as far at the time line and actions.
    Any expert advice is appreciated.  I need to get started in the next month.  I'd like to build it myself instead of outsourcing to someone else.
    Know where I should start?

    Lindsay,
    Last month I built my first Flash website after following this tutorial on Lynda.com:
    http://www.lynda.com/home/DisplayCourseN.aspx?lpk2=735
    Needless to say the concept behind the tutorial was mind-opening, at least for me: I have a HTML/CSS background and I always used Flash almost only for banners, headers and simple animations.
    Hope this helps...
    JC

  • Advice needed for changing code within the Web IC...

    Hi,
    I need to change some code within the GET_QUERY_RESULT Method, which is found:
    BSP->Z_CRM_IC
    View->AuiSearch
    Controller class ZL_CRM_IC_AuiSearch_impl
    Method do_handle_event
    Method eh_onsearch
    Method get_query_result
    At present the method get_query_result belongs to class CL_CRM_AUI_QUERY_SERVICE.
    I can create a subclass from this and call it ZL_CRM_AUI_QUERY_SERVIC, then redefine the method get_query_class, and then make the appropriate changes. But that may be all uneccessary. What I don't know is how to ensure this modified code can be called.
    I have already made changes for method DO_INIT_CONTEXT, hence the reason the controller class ZL_CRM_IC_AUISEARCH_IMPL is identified. But this was simple because the view linked directly to this whereas you can see the code I need to change is further down in process chain.
    I know that method get_query_result calls a number of BADI's, but these BADI's are too low for the information that I need and therfore really need to make my code changes in the get_query_result method.
    I have been reading as much as I can on this subject, but without much success and therefore really count on experienced developers like yourselves to steer me in the right direction, or give advice.
    Jas

    I will not suggest to put your Enhancements into CL_CRM_AUI_QUERY_SERVICE.
    Rather in  Component BT  -> Class CL_CRM_BTIL .  AUi Query Service will Internally call the BOL Component ( get query result )
    In your Framework Profile Config  , you specify the Component Set  . Ex: ALL
    Component set have a List of Component Ex BP , BT .
      SPRO-> CRM -> CRM Cross Application Components -> Generic Interaction layer -> Basic Settings
    Now you can have your Custom , Component Set ( Ex : ZALL ) and Component ( ( Ex ; ZBT , Totally advisable for CIC Development Framework )
    Have BT Copied into ZBT and  Specify  ZL_CRM_BTIL (  Inherited from CL_CRM_BTIL )
    And in your Custom Component Set , Specify ZBT instead of BT . 
    Now Specify your Custom Component Set in your Framework Profile .
    Now you got the Enhancement Spot in  ZL_CRM_BTIL->GET_QUERY_RESULT
    Let me know if it make sense

  • Urgent: Advice needed for buying my first RAID

    Hi,
    I am looking to place an order today as I have a pile of editing to get through - so I would love to hear your recommendations!
    First of all I am a networking and RAID newbie so don't go all acronym and geek-speek-tastic on me or I won't have a clue what you are talking about. Seriously I don't know my NAS from my elbow!
    My requirements are:
    1. Suitable for working with HDV
    2. 2TB of storage
    3. Must work with PowerMac G5 2GHz Dual (later model)
    4. Must support RAID 5
    5. RAID must be controlled by hardware (on RAID box or via PCIe card)
    The following have been suggested - has anyone used them?:
    Opt1: http://www.enhance-tech.com/products/desktop/t4_cr.html
    (Would probably need to put an eSATA card in my Mac but RAID control is on the box.
    Only goes to 80MB/sec - is this good enough for working with ProRes 422? I am looking to convert my HDV to ProRes 422 before output to mpeg2 as I believe this can give better results.)
    Opt2: http://www.g-technology.com/Products/G-SPEED-eS.cfm
    (Would need to put a RAID controller in my Mac so not so good for connecting to other Macs.)
    But I found this and was wondering if it was also suitable (as its cheaper!):
    Opt3: http://www.thecus.com/products_over.php?cid=11&pid=28&PHPSESSID=091b7808cfa54754 383932fc512ea056
    (Would connect by 1Gb/sec ethernet to my Mac. RAID controller on the box. Someone said stay away from ethernet but I don't understand why?).
    Any advice gratefully received. I need to make a decision real quick!
    Keep it mellow, B.

    It appears that you need to step back and rethink your business. Heck, we don’t even know that you have a business. What you’re up to might just be personal editing. So I apologize if what I’m about to say overestimates you or underestimates you.
    FORMAT
    You say, “suitable for working with HDV”, but you don’t say whether you MUST work with HDV. As others in this thread have pointed out, HDV is a “poor man’s Hi-Def”. It compresses images so diabolically in Long GOP that image quality suffers, and, as Shane points out, “the long GOP format is very complex and takes a LOT of time to do things.”
    The other extreme is recording and editing in 1080i/p at 4K. Very few people in this world demand extreme quality. So, the best format overall is DVCPro HD. Today, DVCPro HD cameras cost only about a third more than the next nearest HDV. What’s more important, to me, is that DVCPro allows you to move away from having to use tape at all. It’s the year 2008 (almost). Tape is over. If it’s too late to sell your camera and switch, then so be it.
    STORAGE
    You say, “2TB of storage”. For HD work, that’s a bare minimum. My recommendation is to get a 4-tray or 5-tray box with room to grow, even though the extra trays will remain empty your first 6-12 months.
    Buy an empty enclosure that you can populate with your own drives. That way, you can use 1TB bare drives. (Don’t buy anything smaller.) You can put together a stack of 5 1TB drives in an eSATA RAID box for less than $2,000.
    RAID
    You say, “PowerMac G5 2GHz Dual...via PCIe card”. You mean PCIx card. PCIe is for Intel Macs.
    You write, “I want RAID (esp. RAID 5... If a drive fails I want to simply be able to swap a new drive in, restore, and be under way again.” But several of your comments indicate that you really don’t need in-line failsafe. For that reason, let me recommend mirroring or something even simpler: a backup drive.
    JBOD (Just a Bunch Of Disks) treats each drive in your stack as a separate volume. So, what you see on your desktop is Drive_01, Drive_02. If you subtract the cost for the RAID controller (in the box or in your PCI slot), you can afford to buy TWO plain JBOD boxes, and maintain one as redundant. That satisfies your, “If a drive fails I want to simply be able to swap a new drive in, restore, and be under way again.” In fact, you can skip the “restore” part.
    Ken Summerall wrote: “If you are shooting HDV then you have the tapes, those are your backups. If a drive goes down you recapture.”
    You responded, “that is not the same as having redundancy of data - and simply being able to swap in a new drive and do a restore.”
    You make it sound as though you expect this to happen once a week. It won’t. Backup is good enough. That kind of “time saved” once every year or two isn’t worth it.
    SATA vs. FIREWIRE
    Again, it’s the year 2008 (almost). Why would you want FireWire? Apple is being so stubborn, pretending that eSATA does not exist, because it has so much invested in its FW technology. But even Apple will be forced to come around in its next models.
    While we’re talking about it, the claimed 80MB/sec for the Enhance T4 CR probably refers to the FireWire and USB interfaces, not to the SATA.
    ENCLOSURE SHARING
    You write, “I also wanted to use the same RAID box with a Macbook Pro. So how would two Macs share the same RAID box?
    What kind of sharing do you mean? If you mean that you and your partner can access the same video simultaneously in adjoining rooms, then you need FibreChannel. But, as Shane points out, “...a Fibrechannel setup, then an XServe Server...is NOT cheap.”
    As Ken writes, “You can get a eSata card for your G5 and an ExpressCard for your MBP and share the box. With this you could get a Kona or Blackmagic card and capture your footage as DVCProHD and also have a way to monitor your HDV footage.”
    Amen.
    VENDORS
    G-SPEED is reliable, with good support. Caldigit has a platinum reputation. Of course, there are MaxxDigital, Sonnet and Dulce Systems.
    Enhance is the new kid on the block, and they are significantly less expensive with, in my experience so far, excellent build quality and quick (human) response. They manufacture in Taiwan, but they’re headquartered in -- and ship out of -- Lower California. So they don’t talk to you in Taiwanese as the cheap enclosure sites do.
    So there.
    Message was edited by: Al Hatch

  • Advice needed for converting AI file to PDF

    I'm working on some 11x17 page size illustrator files that are of aerial photo maps (with a legend).
    Can someone offer me some advice on how to best convert these files to pdfs and keep the photo quality high and keep the file size as low as I can get it??? I basically can convert it to a pdf but I don’t understand the compression settings section (assuming that’s what needs to be changed in order to accomplish this?).
    Thanks

    This is a trick I find works well.
    Just save it as a pdf and open in Acrobat, then (Acrobat X) go to tools and then Prepare for Web Publishing, use all the default settings.
    This should reduce the file as much as 1/3 the size sometimes even more.
    It has no effect on the qquality.

Maybe you are looking for

  • PowerMac G4 400MHZ and 10.4 Software Updates Broken?

    Hey guys, I got a free G4 400 and I tried to install 10.4 on it. It installs fine, although it tooke ahwile :> but everything installed w/o any errors. I went to Software Update and it says no updates available. WTH?! I know there's a TON of patches

  • How to find out the latest Record in per_all_people_f and per_all_assignme

    Hi , How to find out the latest Record in per_all_people_f and per_all_assignments_f Requirement : Need to find out the latest record in per_all_people_f and per_all_assignments_f to update the attribute column with pre defined value . Its not possib

  • BILLING HISTORY REPORT AND BILLING AND RECEIPT HISTORY REPORT

    I ran both the billing history report and the billing and receipt history report. There are invoices on the one report but not the other. I then checked it to the age analysis report as well. There are three outstanding invoice on the age analysis re

  • Refresh button in UWL

    Hi, We just upgraded from EP6 to EP7 and want the refresh button back in UWL. Implemented the following: <Action name="refresh" groupAction="no" handler="UIActionHandler" referenceBundle="refresh" returnToDetailViewAllowed="yes" launchInNewWindow="no

  • Is it possible to open 2 books in iBooks at the same time?

    Is it possible to open 2 books in iBooks at the same time?