Is Flex the right framework for an online dictionary?

Hello,
We are analyzing if Flex is the right framework for our web
application (online dictionary). We are almost convinced but
we want to
have your advices on these particular points :
This is what we need...
- Essentially, we must display very complex and structured
texts.
- The text is organized in paragraphs.
- Each paragraph is composed of many group of words.
- Each group of words can use a specific font, color, size
and style.
- Some group of words must use small caps style.
- Ideally, the style would be in CSS file.
- We must use unicode characters. (∎,
●, ▷, etc.)
- We must use fine-space, non breaking space, non breaking
hyphen, etc.
- Some group of words must be a link or able to trigger
events.
- Some group of words must have tooltip.
Do you think it's possible to do that with Flex or we are
better
to stay in HTML.
Thanks for your advices.
Dominic

Hi Milli!
You can if your email is web-based, i.e. via Safari, but as you are running Tiger I would suggest that you post in the Mail for Tiger forum:
http://discussions.apple.com/forum.jspa?forumID=753

Similar Messages

  • Is this the right forum for SharePoint Online questions?

    Is this the right forum for SharePoint Online questions?

    Hi Edward,
    You could also ask the question in the forum below:
    http://social.technet.microsoft.com/Forums/msonline/en-US/home?forum=onlineservicessharepoint
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Help with choosing the right specifications for a Macbook Pro Retina?

    Opinions needed....
    So I'm new to Macs, but I know what I want to achieve and I feel this is the right route to choose. I'm looking at delving into the world of music production, using Logic pro 9 and garageband, but I also enjoy watching High definition Movies and televison so I know that the Retina display is definatley the right choice for me. However, I'm unsure on the amount of RAM & Which processer I should choose. I have read a fair bit on forums and online about the new retina macbooks being 'locked' from upgrading, so the 16GB of RAM is an immediate choice for logetivity.
    The choice of processor is when I start to become clouded in my choice. As forementioned, I'm looking at running logic pro, as well as high def movies. There is also a possibilty at looking into photo and video editing, Whether that be in final cut pro or photoshop... But I want to leave my options open.
    I think the choice of 16GB of RAM, 2.6Ghz processor, with a 256GB hard drive ( as i have 1.5TB external space) would be a good choice. Once I've added on applecare that comes out at around £2350, Which is a significant investment, but one that I think will help me immensely for the future. I am interested in other peoples opinions on my possible choice because, as I said before, I'm new to the world of Macs and making the right choice is essential. As a side note, the choice of upgrades also ensures a reasonable resale value, which is a bonus.
    Regards

    Both power adapter I have are different (at the magnet end) from the one in link.
    Earlier adapters have T shaped connectors, which Apple later changed to the L shape, presumably to make them more abuse-proof. Either one is fine and the one you are using will not damage your Mac.
    Retina MBPs and new MBAs use a completely different MagSafe 2 connector which will not fit (without an adapter).

  • Is JavaFX the right solution for this scenario...

    Hi,
    Is JavaFX the right choice for the following implementation choice I have to make? (see below for the requirement)
    Requirements:
    1. Provide a way to visualise within a web application an entity relationship type diagram (i.e. nodes with relationships between them). The backend database will hold the topology relationship. So to visualise this on a web application will need the ability to draw rectangles/lines/text etc.
    2. Provide a way to allow the use to trigger "add a new node", or "edit info in this node". For example a right hand context sensitive menu for example.
    3. Ideally will scale as the user resizes the browser window
    4. Would like the main functionality of the application to remain web based (is a Ruby on Rails application in fact), but have the visualization of the diagram render within the web application as transparently as possible.
    Options / Issues:
    * Issues I've struck with some investigation I've done is that whilst the <canvas> tag looks good for Mozilla/Firefox etc, it does not seem to have support on InternetExplorer. Hence cross-browser compatibility seems to be a real issue for the JavaScript type solutions from what I can see. This is why I thought JavaFX may be good?
    * Options therefore seem to me to be:
    - javascript (e.g. <canvas> tag) => cross-platform issue
    - JavaFX / Applet => (this is what I'm asking about)
    - Microsoft => costs $$ for development environment etc
    - AIR / Flex / Flex => ??? costs $$ again I think
    Regards
    Greg

    thanks - I'm still a little confused re their products and which would fit best so I've sent them some questions (below if you're interested)
    Hello,
    Could you please assist me in understanding which of your products would satisfy my needs. In fact (a) whether JGraph itself would and if not, or if it's not ideal, (b) which other product would.
    REQUIREMENTS:
    1. Provide a way to visualise within a web application a connectivity type diagram (i.e. nodes with relationships between them, a network connectively type of diagram).
    2. The server side (i.e. web application with database) will hold the topology relationship. HTTP type interfaces off the web application can be developed to provide the client side visualizing component with the topology data in the required format (assume this is XML)
    3. As well as just visualizing in the browser there would need to be a way for user to trigger a context sensitive "add a new node", or "edit info in this node". For example a right hand context sensitive menu for example.
    4. Ideally the diagram will scale as the user resizes the browser window
    5. Would like the main functionality of the application to remain web based , but have the visualization of the diagram render within the web application as transparently as possible. The the visualizing component would just take topology data and intelligently display this.
    6. DESIRABLE: Basic automated layout would be nice, or as a desirable (depending on cost) more sophisticated auto-mated layout.
    QUESTIONS:
    As well as your recommendation re which product would suite I had some specific questions which I would appreciate clarification on:
    Q1 - I assume if I have a web backend that can deliver topology inforrmation in an appropriate XML format via a HTTP REST type GET call that this could be used as a the source of data for a jGraph visualisation running within an Applet?
    Q2 - If running within an Applet, can jGraph cater for a right hand menu option off the nodes/links on the graph, that I could use to trigger other calls back to the backend? (e.g. to trigger an Add New Node call)
    Q3 - Following on from Q2 scenario, if I trigger an add new node scenario, if I wanted to visualise the form to type in the attributes for the new node, could this be handled within the applet by jGraph, or would this be a case of just adding your own Swing based dialogs to handle this?
    Q4 - Do the basic JGraph do any basic layout without having to go up to the layout Pro package (which I think costs if using it commercially).
    Q5 - If the answer to Q4 is No, how difficult would it be using the base JGraph library to do a basic layout? Is this doable/recommended? i.e. how would one "layout" the diagram if using only the base JGraph component? (noting from my requirements I'm really after a component I could send my topology information to in XML form and have it just visualise it for me)
    Q6 - Running the visualiation in an Applet in a browser, is the typical usage one where all changes to topology are made as calls to backend? i.e. or is there an approach where one would allow users to make changes to the topology within the applet and build up all the changes here on the client, and then at some point synch these back to the backend? (I'm assuming the keep it simple approach would be not to do this)
    Q7 - Is there a sample application/project with source code that implements a JGraph in applet/browser talking to web backend for data?
    Q8 - How does JGraphPro & mXGraph fit into the picture re solving my requirements in the most cost effective manner

  • Is AIR the right platform for photo management app?

    I need to build a web-enabled photo management app with the following features:
    server sign-in and authentication
    photos fetched from server via REST API/XML
    tag, rate (i.e. 1-5 stars), and edit properties for photos, with data updated on or sync-ed with server
    all the RIA UI goodies, like multi-select, drag/drop, AJAX-style auto-complete, overlay icons on thumbs,
    all the photo management goodies, like fast scrolling, histograms, resizeable thumbnail
    able to handle 1000s of photos in 1 album (server is on a local LAN)
    One key issue is how the platform loads an album with 1000s of photos in the background, and scrolls through pages of thumbnails. I tried before to build this in Java and all the threading issues were too much for me.
    I have good experience with CakePHP & MySQL and some experience with Java, but I am resigned to learning a new platform/libs. I just need to know where to invest my learning time.
    Can some experienced users pipe in on whether AIR the right platform for me to build on? Should I use Javascript etc, or learn Flex?
    Is there anything out there I could just build on? I'm also considering building on Yahoo YUI or Google GWT as an alternative.
    thx.
    m.

    Let me clarify the issue of 1000s of photo. I the app would need to load thumbnails for 1000s of photos, but only open the full size photo when the thumbnail is clicked. probably 120px max dimension, pre-rendered on the server. I have tried to open 1000 thumbs in a plain html page, and the photos come quickly - as if from the local file system - but it does seem to slow the UI until everything is loaded.
    Is there a way for AIR to load the thumbnails is the current "view port" immediately, and the rest in the background? YUI has an imageLoader class that does something like this. Could I use this within AIR?
    The other requirement is to manage a DB of tags ratings, and other attributes for the photos, but I can't imagine that is a big challenge. right?

  • What is the right charger for a MacBook Pro 13"  mid 2009 model?

    What is the right charger for a MacBook Pro 13" mid 2009 model? I have two chargers for two different Mac and don't know which is  thankswhich. I'm really looking for specific details such as voltage/watts and all the rest to idenify my charger.  A link to where to web page where I could purchase the correct charger would also be very useful. Many thanks.
    All help much appreciated. THANK YOU

    Both power adapter I have are different (at the magnet end) from the one in link.
    Earlier adapters have T shaped connectors, which Apple later changed to the L shape, presumably to make them more abuse-proof. Either one is fine and the one you are using will not damage your Mac.
    Retina MBPs and new MBAs use a completely different MagSafe 2 connector which will not fit (without an adapter).

  • How can i find out which Macbook is the right one for me?

    I am looking into buying anew laptop and I'm currently considering a macbook as oppose to a windows laptop. which one is the right one for me?
    1. I will be using it for my work at college and university so it will need to have a reasonable amount of storage and have the correct programs.
    2. I use the internet alot.
    3. I have an ipod touch so i will need storage for my music.
    4. It will need it to be quite quick.
    5. It will need to support some software that i use on windows.
    Also, do you think a macbook is what i need as oppose to windows. what are the pros and cons of the macbook

    Prongs wrote:
    1. I will be using it for my work at college and university so it will need to have a reasonable amount of storage and have the correct programs.
    This is the most important question. I would check with your school. They may have a recommendation for what you need and the software you will need to use. They also may have a discount program for you to purchase your computer. If not Apple does have an education discount plan to give you a break.
    5. it will need to support some software that I use on windows.
    Hard to give an answer for this as we have no idea what your going to be using or what your school requires you to use. My sons college had specific programs he had to have.

  • I downloaded the 64 bit version of itunes and plugged in my ipod touch but a sign pops up and says i need the right software for the ipod to connect which is 64 bit.  Does anyone know how to fix this problem?

    I downloaded the 64 bit version of itunes and plugged in my ipod touch but a sign pops up and says i need the right software for the ipod to connect which is 64 bit.  Does anyone know how to fix this problem?

    Hi alexanderfrommilton,
    First try reinstalling itunes.

  • Can anyone point me in the right direction for the link to download Acrobat 9 Standard?  I found the link to download 9 Pro but not standard.  Old computer crashed and new computer does not have a CDR/DVD rom drive.

    Can anyone point me in the right direction for the link to download Acrobat 9 Standard.  I found the link to download 9 Pro but not standard.  Old computer crashed and new computer does not have a CDR/DVD rom drive.

    Hi,
    Standard or Pro would be licensed through your serial number, the download link and downloaded file would be the same for both of them.
    Pro or Standard would be determined after you put in your serial number.
    Download Acrobat products | 9, 8
    Thank You
    Arjun

  • Why Can't VZ do the Right Thing For Once and Permit Network Extender Owners to Close their Networks?

    Given the fact that the Network Extender can be set for managed access or open access, clearly it can technologically be configured so that a closed network could be set up so that ONLY those users that are included in the "priority list" could access the Network Extender.
    If I had to guess, Verizon, prefers to benefit from your internet connection and your investment in a network extender by bolstering their network in poor reception areas for all of their customers in the vicinity on us Network Extender owners' backs rather than to do the right thing and permit a customer who has paid for the device as well as their internet access to close the network. 
    I find this sleazy and hope VZW will rethink its approach to this.  We who subscribe to VZW for our cellular service pay the highest rates, on average, in the country for cell service.  We have also paid hundreds of dollars for the Network Extender, and pay for the internet that is used to facilitate the phone calls made through the network extender.
    Once it a while it would be nice if VZW did the right thing for its customers and not blatantly, at least, put their corporate greed about the needs of their customers. 

    I called Verizon tech support, and was informed that there is an option to close the Network Extender. This would allow only numbers on the white list to connect to the extender. Is the information I received incorrect? I spoke to them just the other day. Have you tried to configure the extender recently?
    My post asking for clarification is here: https://community.verizonwireless.com/message/1002928#1002928
    Thanks for any information you can provide.

  • Are not the right ones for the icloud account. How can I find out what these are?

    I have downloaded icloud onto my PC. When I try to access my account I am told that although my Apple ID and password are correct they are not the right ones for the icloud account.How can I find out what these are?

    Christine Helen wrote:
    I can't find any way of creating an icloud ID. I only have a PC. no Mac product except an iPod classic.
    Oh, then you can't unless you know someone with a Mac you could use for a moment or 2. (Like at the Apple Store)

  • Do i have the right equipment for CCNA-Wireless?

    Hello community i am Adan Ramirez, an aspiring Cisco Tech, and I'm trying to get the right equipment for the ccna wireless.
    Here is my shopping list:
    1. 2 Cisco LWAP 1252
    3. NME-WLC6-K9 module card
    Here is what i already have at home:
    1. 1841(2x) - iOS 12.4(24)
    2. 2811(2x) - iOS 15.something something...
    3. 3560 - iOS 15.something something
    4. 2960 - iOS 15.something something 
    Problem:  I don't know if the NME needs the latest iOS, the one i saw on eBay says it's version 4.2 something something.  I don't have three thousand dollars to buy a brand new module with iOS 7.0 or $ 12,000 to buy a 5500 WLC.  I'm a broke college student T_T, help!
    and thanks!

    Hi,
    This is sufficient for your CCNA wireless studies. Probably I would add a VM which can run WCS.
    If you really need a WLC, you can buy 4400 series controller (can run upto 7.0.x) for ~200-300 USD. This is the version tested in CCIEv2.0 lab exam as well.
    This is the Cisco forum you should follow for this CCNA-Wireless studies
    https://learningnetwork.cisco.com/groups/ccna-wireless-study-group
    Good luck
    HTH
    Rasika
    **** Pls rate all useful responses ****

  • Is DPS the right solution for me?

    I am currently working on a project that includes an iPad app that will direct users to one of 30 brochures. Other developers are working on the iPad app, I am creating the brochures.
    If i use the DPS to publish the brochures, do I need to create 30 custom viewer apps (at $495 a month/$6,000 a year), or is there a more cost-effective way to deliver the brochures? The brochures will be created in Indesign, and I would like them to have some interactive features (image slide-shows, pinch & zoom, etc.) but they have to be viewable on an iPad.

    Well, a DPS professional license would allow you to publish all 30 of those brochures in one app. But that would mean that all your brochures are available to anyone who downloads the app, so depending on your specific needs that could cause a problem.
    I love doing brochures through DPS, but if you already have developers working on the front and back ends of an app, I don't know if you want to replace their work with DPS.
    But long story short, with the limited info you have provided, it sounds like DPS could possibly be the right solution for you.

  • Is this the right product for me?

    Hi All
    Just considering Contribute and was wondering if this is the right product for my needs.
    I've built a web site and need to add a retrofit CMS type function to some pages.
    There's news, products and general page editing.
    I can see News being straightforwards in Ct but not sure about the rest. It appears that an editor requires Ct whether they want to edit in a browser or not. Is this the case? Sort of defeats the purpose for browser editing doesn't it?
    Any comments are much appreciated.
    Thanks

    ARD will not allow you print from your home system to your printers at work either. You could transfer the documents from your home system to your work system and then print, but you don't need ARD for that. File sharing, for transferring the documents, and the Screen Sharing built into Mac OS X 10.5 and 10.6 to take control of the work computer, would be all you need and wouldn't cost you anything additional.
    If, however, you need the ability to "curtain" the screen at work, then you would need ARD. Another, somewhat less expensive, option would be Timbuktu.
    Regards.

  • Is Premiere Pro CS3 the right program for me?

    Is Premiere Pro CS3 the right program for me?
    I am looking for a program that I can:
    Import files that were recorded on a DVR (mp4 format)
    Take two files placed next to each other on one screen and record a DVD
    | | | |
    | | | |
    | image one | | image two |
    | | | |
    |______________| |_______________|
    Also export the files to other file formats, AVi, MOV

    Dave,
    Premiere can do a PiP, Picture in Picture (basically, your PiP is one half of the frame), BUT your MP4 source is not the best to edit, especially with PP. If you had DV-AVI files, Captured in PP from a miniDV (tape) vid-cam, it would do a great job, but so would its little brother Premiere Elements, which wants the same source files as PP.
    I have not used Womble, that Jeff recommends, but think that it has PiP. Ideally, you want to keep any re-compression down to a minimum, as you are already working with compressed MPEG files, and every additional re-compression WILL cause image degredation. Depending on the CODEC used to create your MP4 files, you have probably lost a lot of info already, and when you go to MPEG-2 (DV CODEC), for DVD, you'll loose even more. About the only way that I see you keeping any quality is if your MP4's are coded for Blu-Ray, and you can find a program with Smart Render, leaving them just as they are, allowing you to edit, then burning to a BD. Lot of "if's" in that.
    I'd check out Womble and see if it can do PiP and if it works with MP4. If Jeff recommended it, it's very likely to do that. Juat expect a major quality hit, because you're already compressed the heck out of the image data once, and will have to do it again.
    You could convert your MP4's to DV-AVI with a 3rd party program, Import them into PP, or PE, edit and then burn to DVD - with Encore in PP, or directly from PE. See above for comments on quality hit. It's those source files that are the problem. That format is meant for distribution/viewing and not for editing. The effect, however, is easy as can be. There are many tutorials on how to do it with variations, on the Web, but nearly all NLE programs want better source material to start, if any quality is to be maintained.
    I'd also post on the Premiere Elements forum, as a lot of people there work with less than ideal source files, and might know of good free, or cheap, conversion programs to use. If you have the CODEC on your machine, DigitalMedia Converter can handle the conversion for you, and do it in batch. It's cheap at ~ US$45, and can batch process, but it cannot improve the quality, or get back the data lost in the first compression - nothing can.
    If this is all you want to do, with the above comments on conversion first taken seriously, Premiere Elements will cost about US$100 and do it easily.
    Sorry for the bad news,
    Hunt

Maybe you are looking for

  • Problems with Adobe Acrobat XI Pro

    Last week I installed via Adobe Creative Cloud the new "Adobe Acrobat XI Pro" on my computer. After the installing I couldn´t open it, so I deinstalled it. I thought it is a problem of my computer. I tried to reinstall the software with the Adobe App

  • Custom jQuery overlay tool in Interactive Reports not rendering

    As the subject says, I got a problem in rendering jQuery on an Interactive Report. It is working on a non-paginated pages, like forms, and also in Interactive Reports, but whenever the data is getting paginated, after you go to the next page, the jQu

  • HT2186 Is it possible to download Snow Leopard?

    Currently I have OS X 10.5.8 (leopard). I can't access the App Store until I have Snow Leopard, and I can't have Snow Leopard shipped because I work in Iraq... I would really appreciate any help you might be able to offer me. Best, Chris

  • Creation of Dispute Case in FI-CA

    Hello, Anyone provide me insight for: Creation of Dispute Case - As per SAP Standard functionaliy we can create the Dispute Case from FPL9/FPE2 and UDM_DISPUTE Problem 1 : I am facing a problem to create dispute case from transaction UDM_DISPUTE for

  • Management Configuration Service failed to process agent configuration request

    We're having a SCOM environment with several Management Servers. Since about two days, we're receiving the following alerts in SCOM and Management Server State is Critical: Name                              : Management Configuration Service failed t