Set-up website, hand-over output to developer

Hello all,
I would like to know your opinion regarding handing over the output of Adobe Edge Animate/Reflow to a developer.
Personally I like the fact that Adobe Edge is fast and intuitive for me. However I am aware that the output isn't that great
if I look at it from a developer's point of view.
Is it usable output for a developer? Or can my work only be used as a reference guide in terms of interactions/animation and placement of e.g. UI's.
Kind regards,
Jelle

The thing that would contribute greatly to the workflow (even considered the fact that Edge is developed for prototyping purposes firstly)
is moving back and forth between the various edge softwares. I, the designer, can only provide a first prototype which can then be developed further by the developer.
What if I want to redesign some elements of my original work? From what I understand I will have to either make a completely new template and have the developer adjust his code (significantly) afterwards; or adjust my code with editing software, taking me to relatively unfamiliar grounds.
So my question:
What is a prototyping kit that can only be used once by the graphic designer? Why not import the cleaned-up code (done by our developer) and refine the design when I need to iterate?
Maybe I do not see the enormous challenges it would take, but it certainly would help a lot.
In my opinion you would just need to implement some sort of highlighting option for things that are added to the code when outputted again.

Similar Messages

  • Losing Mouse "hand" over buttons when publish for Web.

    Hi,
    I'm new to Flash. I'm publishing a web-site and I lose the "Hand" icon for the mouse over buttons after I publish and run the HTML=>Swf files from the Browser. When I "Test the movie" from flash I see the "Hand" over buttons just fine.
    Is there a publish setting that I'm missing which allows the hand to remain?
    Please help.
    Thanks,
    Jeff

    Hi, Had to work yesterday.
    At the moment I'm running/testing locally  (which may be the problem) from a flash secure directory on my desktop. So no link sorry.
    I think I need to look into setting up a test service with Yahoo or something. Any suggestions? I'm not really sure how to upload my completed website (.html and .swf files) to a service. That's a different topic/question. Any help along those lines is greatly appreciated.
    Anyway, I'm using safari 5.1.7 on my IMac. and Safari 6.0.3 on my Mac Pro. and Firefox 21.0 (primarily) or Internel Explorer (rarely) on my "windows" laptop.    The "Hand" works on all of these (files local to the respective computer) except the IMAC Safari 5.1.7 flash player 12.0 combination, which was my first test environment scenerio.
    I'm planning to do two things.
    1) Update my IMAC to Safari 6.0.
    2) Set up a test area with a service provider. This in itself may resolve the issue for the Safari 5.1.7. At least I'll be testing in a "real world" environment.
    So, thank you for your help with this. I think we can call it solved. If my testing on a true server shows the same results then I may shoot out another question. I think it is a nice goal to have our web site creations run on all platforms and browser comibations but is that realistic? If we test on as many combinations of the most recent software releases as we can with reasonable success what more can we do? I'd like to hear you opinion. Feel free to sent me an email.
    Would you like me to open a new question/discussion regarding the help finding and uploading files to a service provider?
    Thanks again,
    Jeff

  • Why can't I just right click on the thumbnails and set the websites I want?

    I love the thumbnail idea, but why can't I just right click on the thumbnails and set the websites I want?
    Why do i have to wait for a recent one to come up?
    Of the 9 available, I would like to set 6 to website i can input by right clicking it and leave the rest for the recently visited.
    I ho[e you include that feature in your next update.
    Thank you
    P.S. 2 more issues
    1. Firefox is the only browser that always give me trouble attaching files in gmail. I still use firefox for all browsing but for mail attachments, I use others. And yes, I have done the "Clear cookies, reset, reinstall, clear cache, etc etc etc... none worked for more than a few days. no such problem with other browsers.
    2. Your new updated search bar (Top right hand corner) is nice but can be very irritating for the following reason:
    I like to highlight - copy (a word or phrase) - and paste it in the search bar. was fine with the older version, but now as soon as I right click to past, the menu pops up for me to select a search engine. Very irritating since I have yet to paste the copied word or phrase. I rather paste it and then have the option to click on the drop down menu. If you see this as not something masses would want, please place an option in setting for us to stop the suggestion for search engines coming up automatically when we try to right click in the side search bar to paste.

    You can change the order of the boxes on the about:newtab page and drag an item to a different tile to pin it to that position or you can remove a website by clicking the close X to block that URL.
    You can drag a bookmark or history item and drop them in a tile on the about:newtab page to pin them and have your own favorites sites showing.
    Changes made manually on the about:newtab page are stored in prefs that you can find on the about:config page.
    *browser.newtabpage.pinned stores websites that you have pinned to a tile.
    *browser.newtabpage.blocked stores websites that you have removed by clicking the X button in a tile.
    So you can reset those prefs via the right-click context menu to reset changes made to the about:newtab page.
    *http://kb.mozillazine.org/about:config

  • ResultSet IView - eventing - hand over serveral records

    Hi experts,
    we use a standard resultset iview for connecting the repository with the EP - this works fine.
    In case of "eventing": is there a possiblity to hand over more than one record via EPCF-eventing to another IView on the same page?
    The target is an Visual Composer IView.
    I would be glad, if there is an quick and easy possibility.
    Thank you in advance for your answers.
    Karin

    Hi
    I am trying to Export the data from Result Set Iview to Excel using a Java Web dynpro application.
    I am passing an MDM search parameter but when I am trying to get the value ,its coming as null...
    This is what I am doing
    public void wdDoInit()
        //@@begin wdDoInit()
         wdThis.readSystemDtls();
         namespace = "urn:com.sap.tc.webdynpro.exporttocsv";
         eventname= "Export";
         WDPortalEventing.subscribe(namespace,eventname,wdThis.wdGetExportAction());
        //@@end
    public void onActionExport(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent, java.lang.String value )
        //@@begin onActionExport(ServerEvent)
        wdComponentAPI.getMessageManager().reportSuccess("data"+value);
         int marked=value.indexOf("=");
         String srcValue=value.substring(marked+1);\wdContext.currentContextElement().setCatchedValue(srcValue);
         String targetValue=wdContext.currentContextElement().getCatchedValue();
         Search search = Search.deserialize(targetValue);
    Can you please help...

  • Transaction launcher parameter not handed over to ERP system

    Hi experts,
    We generated an R3 transaction launcher via the wizzard. We try to hand over the BP_NUMBER to the ERP system.
    This does not work. The entitiy collection in the gdc is not filled.
    Actually it gets the gdc form the view controller of the action box view (GV_VIEW_CONTROLLER->VIEW_ID  = UICMP_LTX/ABoxExecution). See also the coding below.
    method IF_CRM_IC_ACTION_HANDLER~PREPARE_DATA_FLOW.
      data: __gdc    type ref to if_crm_ui_data_context,
            __source type        string,
            __line   type        string,
            __path   type        crmt_ic_ac_identify_path.
    __gdc ?=
    cl_crm_ui_data_context_srv=>get_instance( gv_view_controller ).
    ********** Begin of parameter declaration ***********
    data ICWCPROCESSEDOBJECT
    type ty_ICWCPROCESSEDOBJECT .
    data BP
    type ty_BP .
    data ICWEBCLIENTBORKEYPARAMETER
    type ty_ICWEBCLIENTBORKEYPARAMETER .
    concatenate
    space
    'CURRENTCONTACT/BuilContactPersonStandardAddressRel/BP_NUMBER'
    into __source.
         if __gdc is bound.
           try.
               call method __gdc->GET_ENTITY_ATTRIBUTE_AS_VALUE
                 exporting
                   path = __source
                 importing
                   value = BP .
             catch cx_crm_bdc_no_data cx_crm_bdc_xpath_error cx_root.
               clear BP .
           endtry.
         endif.
    me->set_container_data(
       iv_name  = gc_BP
        iv_value = BP ).
    * Data flow is complete - set to false if data is missing
    gv_data_flow_complete = abap_true.
    endmethod.
    Please help if you have any ideas.
    Regards,
    Thea

    Hi Thea,
    a stupid question, did you confirm the customer previously?
    what happens, when you use the following coding to get current customer?
    *   get confirmed customer of GDC
        TRY.
            lo_customer = __gdc->get_entity( if_iccmp_global_data_cont_con=>gdc_currentcustomer ).
            BP = lo_customer->get_property_as_string( 'BP_NUMBER' ).
          CATCH cx_root.
        ENDTRY.
    maybe this will help...
    best wishes,
    Hakan

  • Handing over site files to client: absolutely necessary?

    I recently had a client ask me for the "access code" to his site; I told him such a thing didn't exist and if he wanted to update his own site he could purchase a CMS. While Contribute is another option, it is money detoured from me to Adobe, notwithstanding repairing broken sites. My question is, since web design is a service, not a product, is it absolutely necessary to hand over the site files to the client? I don't think a client can access a site using an open source FTP client such as Filezilla without 777 permissions, and I refuse to give these for security reasons.... Does anyone stipulate this in the web development contract or is it merely understood?...

    Unless otherwise stipulated, I consider my client to be the owner of the finished files for the web site.
    But I suspect this may be a hosting issue. There are a lot of commercials on the radio advertising hosting for only $4.50. When I hear these radio spots, I think, "I wonder if my clients are going to get any ideas." The ones I have heard came from GoDaddy. There's no question in my mind that if one of my server-illiterate clients every tried to do their own hosting with GoDaddy, it would turn out to be a nightmare for them.
    Recently, I received an email from a client that told me that she got a really good offer for hosting. I told her that her hosting with me included basic maintenance and this:
    "... you are saving money if you host it yourself as long as you have the proper software to upload your files and then you might need other software to make any changes to your web site or pay a web design company to do it. You also need to know a little about web servers. I suspect the hosting that you are being offered is by a hosting company that is just renting you space on a server but not actually doing any work for you—you will have to do everything yourself. So, it’s really not the same web hosting that we do, but if you want to switch over, I will send you the FTP information when you are ready so you can download your files from my server."
    She ended up sticking with me.

  • ICI WSDL Files and logon Information handed over

    Hello,
    We need to integrate a couple of call-centers, each working with its own telephone switch into one CRM-System.
    Thus we plan to develop a specific ICI-adapter which connects the CRM to all switches.
    To start we need the WSDL files for the ICI-descriptions, but cannot find them.
    Can anybody help me, about where to find these WSDL files?
    Also I wonder if the logon process from the CRM-IC hands over some site information to Adapter, so that he knows with which switch the agent is linked.
    Thanks for your help
    Michael

    Hello Michael,
    I'm not sure if this is what you are looking for, but section 8.4 of the ICI specification contains the following info:
    8.4 WSDL description of the interface
    The following list contains the names of the files which contain the WSDL based description of
    the Integrated Communication Interface:
    ICI Object WSDL file
    IciActionItem (see 12 in 3.1) IciActionItem.xml
    IciChatLine (see 10 in 3.1) IciChatLine.xml
    IciChatSession (see 11 in 3.1) IciChatSession.xml
    IciContainer (see 4 in 3.1) IciContainer.xml
    IciEvent (see 3 in 3.1) IciEvent.xml
    IciFolder (see 8 in 3.1) IciFolder.xml
    IciItem (see 5 in 3.1) IciItem.xml
    IciMessage (see 9 in 3.1) IciMessage.xml
    IciMonitor (see 13 in 3.1) IciMonitor.xml
    IciPhoneCall (see 7 in 3.1) IciPhoneCall.xml
    IciPhoneLine (see 6 in 3.1) IciPhoneLine.xml
    IciSystem (see 1 in 3.1) IciSystem.xml
    IciUser (see 2 in 3.1) IciUser.xml
    Regards,
    John

  • Setting Up Website Blocking on WRT310N Router

    I need some help setting up website blocking.  I have set up access restrictions for selected times and days but I also want to set up access restrictions for webistes.  Perhaps I'm just not clear on how this is supposed to work - I created a policy called 'Site' and then enter the URL in the website blocking area.  The options under the 'Access Restrictions' area are either 'Allow' or 'Deny' - intuitively one would assume the selection should be 'Deny' since this policy is to block access to specific URL's.  However, if I click 'Deny' and then save, then the URL's I just entered are cleared.  However, if I select 'Allow' then I am essentially giving 24hour access every day to my computers (but blocking the URLs), which then seems to go against the access restrictions I set up for selected times and days.  Perhaps these two policies are mutually exclusive but it does not seem clear that it is.
    Can someone give me some guidance on how this is supposed to work because it just does not appear to be intuiative to me - FYI, I'm somewhat technical but I must be missing something here.  HELP!

    You need to create 2 different policies. The policy for hours/days should be separate from the website blocking policy. For hours/days, you should select “Deny” and select the time or day that the computers would not be able to access internet. Click save settings. After doing so, create policy # 2, put a policy name, select allow, check Everyday, check 24 hours and in the URL boxes, type the website you want to block. You can also block by keyword, just enter the keyword in the “Website Blocking by Keyword” boxes. Click save settings after. Now you already configured 2 policies that should work hand in hand.
    Note: You should enable the 2 policies setup.

  • I used the wrong ID for iCloud on my iphone 5. It is linked to an email that no longer exists. Do I have to delete my iCloud completely and set it up all over again?

    I used the wrong ID for iCloud on my iphone 5. It is linked to an email that no longer exists. Do I have to delete my iCloud completely and set it up all over again?

    You can change the linked email/sign in email for your iCloud and Apple ID accounts from 1 site,
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/
    Go to Manage your Apple ID
    Sign in with your current creditals
    On the left, click Name, ID and Email Addresses
    Under Apple ID and Primary Email Address, click Edit
    Type in your new Email.
    Go to Apple ID, click Edit
    Type in your new Email

  • A specific set of websites will not load.

    Operating a Time Capsule behind a cable modem, I now find a very specific set of websites (those that I manage) will not load.  We had a power outage yesterday which did something to my home network I think.
    I have rebooted modem and Time Capsule a number of times.  I have tried access from 2 mac mini's, one iPad and one iPhone.
    IF I direct connect a mac mini to the modem with a cable, I can access the sites.  If I leave the house and work on another wireless network, I can access the sites.  I checked the sites from that network -- they are NOT blocking any IP's.
    If I try to access the sites through the Time Capsule, I cannot.
    I think I just (inadvertently) did a full reset of the Time Capsule -- I had to re-define my network.  (Although it seemed to remember some things ...  )
    SO, I have concluded there is something with the Time Capsule and likely DNS that is preventing my access.  I tried simply changing DNS to public DNS servers (like Google) but that did nothing.
    Best thoughts on how to overcome this?

    Your best bet may be to purposely reset your TC to factory defaults and then set it up again.
    One thing to try from within your home LAN to see if DNS or connectivity is a problem is to simply open a terminal and "ping" the IP address of your webserver.  If you can ping the webserver by IP then you are able to reach it on the Internet.  Then try to ping the webserver by fully qualified server and domain name (i.e. www.example.com).  If ping resolves the name to the IP of your web server then you are fine with DNS as well.  If either of those basic tests fail to resolve the server and receive a reply, then you indeed have some other issue with your TC or internal network.

  • IPhone 4 not handing-over properly since 4.3.x update

    I've noticed a problem since updating from 4.2.1 to 4.3.2 and subsequently 4.3.3, initially I thought it was a network related issue, but have now had confirmed by my provider (Vodafone UK) that they do not know of any problems ...
    I travel a lot, often on a train for 3-4 hours a day, often the same routes. Previously I used to be able to maintain a connection for *most* of the journey, the signal would obviously fluctuate between very good and quite poor as I was passed from cell to cell, but would typically go from good, to ok, to poor, I'd then be handed over to the next cell, and go from poor, to ok, to good again as I got closer to the transmitter, I'd usually be able to hold a telephone call seamlessly during this process.
    Now the phone seems to try to hold on to the current cell for as long as possible, so I go from good, to ok, to poor, to very poor, to no signal at all (at which point any call I'm on obviously drops out), then *bamn* only now do I get handed to the next cell (which I'm obviously now much closer to that I used to get handed to it) where I suddenly get a good signal again.
    Basically instead of signal strength going 4, 3, 2, 2, 3, 4 it now goes 4, 3, 2, 1, 0, 4
    I had a very similar issue with an old Nokia phone I had a few years back and after several replacements from Nokia UK, they finally admitted it was a fundemental hardware design problem and replaced my phone with a completely different model. Obviously it is not a hardware issue on my iPhone 4, as I didn't have any issues on previous software versions.
    I've tried asking in a local Apple Store, but the replies I get prove that the guys in there obviously know how to add music and which apps are 'cool', but very little about the fundemental working of cellular telecomms, and they keep insisting that IOS version 4.3.3 must be better than 4.2.1 at everything because it is newer?!

    I've noticed a problem since updating from 4.2.1 to 4.3.2 and subsequently 4.3.3, initially I thought it was a network related issue, but have now had confirmed by my provider (Vodafone UK) that they do not know of any problems ...
    I travel a lot, often on a train for 3-4 hours a day, often the same routes. Previously I used to be able to maintain a connection for *most* of the journey, the signal would obviously fluctuate between very good and quite poor as I was passed from cell to cell, but would typically go from good, to ok, to poor, I'd then be handed over to the next cell, and go from poor, to ok, to good again as I got closer to the transmitter, I'd usually be able to hold a telephone call seamlessly during this process.
    Now the phone seems to try to hold on to the current cell for as long as possible, so I go from good, to ok, to poor, to very poor, to no signal at all (at which point any call I'm on obviously drops out), then *bamn* only now do I get handed to the next cell (which I'm obviously now much closer to that I used to get handed to it) where I suddenly get a good signal again.
    Basically instead of signal strength going 4, 3, 2, 2, 3, 4 it now goes 4, 3, 2, 1, 0, 4
    I had a very similar issue with an old Nokia phone I had a few years back and after several replacements from Nokia UK, they finally admitted it was a fundemental hardware design problem and replaced my phone with a completely different model. Obviously it is not a hardware issue on my iPhone 4, as I didn't have any issues on previous software versions.
    I've tried asking in a local Apple Store, but the replies I get prove that the guys in there obviously know how to add music and which apps are 'cool', but very little about the fundemental working of cellular telecomms, and they keep insisting that IOS version 4.3.3 must be better than 4.2.1 at everything because it is newer?!

  • How do you set the left hand margin when writing emails. Some characters disappear off of the left side of the page because the margin is so close to the edge

    When writing emails the left hand margin is so close to the edge of the page that some characters disappear from view on the left hand of the page. How can I set the left hand margin to not be so close to the left edge of the page?

    Oy. You beat your head for hours and finally concede to asking for help, only to solve it two minutes later. Here's the answer.
    In the inspector, on the Layout tab, there's a checkbox that reads, "Show Thumbnail Track".
    UNCHECK that box and the gutter goes away.

  • Can i set particular website loading slow?

    i need to set some website loading too slow , is it possible ?

    Hi, if one site is slow to load try Ctrl + F5. If that doesn't do it, open Options (cog wheel) - in the 3-bar menu unless you've moved it, > Advanced tab (Network tab) > Cached Web Content > Clear Now.
    Hope that helps.

  • HT4654 setting proxy websites in osx 10.8.2

    setting proxy websites in osx 10.8.2

    Thank PapaSmurf (?)
    My problem was that in Sound settings was not indicated the Head-Set device, although existing, but BoomDevice, that greatly enhances the sound level. So what I had to do was first change from BoomDevice to the Head-Set, and then I changed down to Internal speaker and then again chose BoomDevice. That way, I could turn off the Head-Set without getting the error message, and yet maintain the internal speaker through the BoomDevice.
    I had a feeling that I had to do something with the sound settings and your reply made me experiment and succeed! Thanks once again!

  • Best Way To Set Up Screen Sharing Over The Internet

    What is the best/simplest way to set up screen sharing over the internet so I can remotely control my Mac at home from my Mac at work? My Mac at work is running 10.5.6, my Mac at home is running 10.4.11.

    simplest
    Get both Macs up to Mac OS X (Leopard). Then use Apple's MobileMe Back-to-my-Mac service.
    Or, use iChat screen sharing along with the iChat free 3rd party Chax add-on which allows selected iChat Buddies to auto-accept an iChat screen sharing request. Free AOL Instant Messaging accounts can be used as the iChat accounts.
    If you do not want to upgrade all systems to Leopard...
    Next would be using the free LogMeIn.com account, or similar service. This will work
    The above avoid needing to figure out how you get through the home routers, and provide encrypted screen sharing sessions.
    After that you need to arrange for router port forwarding. If you want secure connections, then you should arrange to port forward the SSH port 22, then use ssh tunnels for VNC based screen sharing connections. There are GUI based utilities that will help setting up SSH tunnels. Do some searches over at VersionTracker.com or MacUpdates.com

Maybe you are looking for

  • ALV Report to be send as a mail as an Excel sheet attachment

    Hi,          I have designed a Report that has the mailing functionality by attaching the ALV report output in the Excel sheet. 1. I am using SUBMITT PROGRAM....EXPORTING MEMORY ID.           Here  I am retrieving the required ALV report. 2. I am pas

  • How to access site collection with a different name?

    Hello, I have a web application with an URL like http://testsite.  And, it has a site collection named http://testsite. Can I have another site collection using the same web application like http://testsite/site and use alternative access mappings to

  • Is it possible to instantiate arbitrary classes at runtime??

    Hi, I was wondering if it is possible to instantiate an arbitrary class at runtime using its class name. My plan is to have a collection of java classes in a folder, which could be instantiated and have their member methods called. This collection of

  • Simple Question Editable regions

    Are editable regions in Dreamweaver 8 intended only for Contribute control of page changes? Or does other client or serverside programs make use of this? Thanks

  • The touch screen is not responding.

    i got the ipad About 2 months ago. 2 weeks ago it gave the problem of screen functioning itself, and then the screen occasionally stopped working for little time.and now its touchscreen is held since 2 days. I can'teven unlock it. I've tried restarti