How can I learn developing Mobile Andriod Applications in Dreamweaver CS6 ?

How can I learn developing Mobile Andriod Applications in Dreamweaver CS6 ?

Please don't duplicate posts.  One question on the same topic is all that's required.
Create & package Mobile app with DW, jQuery Mobile & PhoneGap
http://www.adobe.com/devnet/dreamweaver/articles/dw-phonegap-mobile-app.html
Nancy O.

Similar Messages

  • How can I bring back image Align options in Dreamweaver CS6 (CSS not an option)?

    Why were the options to align images from the Property bar removed in Dreamweaver CS6? When CSS isn't an option (email, CMSs, etc ), what options are available to better edit the inline HTML code?
    For this purpose, is it better to revert to an older version of Dreamweaver?

    You can write inline code in any version of Dreamweaver, but you need to hand-code it. Versions later than CS2 or Dreamweaver MX don't really support inline code generation, as the idea for websites was to generate external style sheets.
    Here's what I do for emails: I use MailChimp. Their on-line email generators do write good code that is readable in any email application and they also allow the user to subscribe to a text-only email.
    If you still have your old copy of Dreamweaver MX or CS-2 that supports in-line code generation, keep using that. It will coexist nicely with Dreamweaver CS6 and you can have both open at the same time. As long as it continues to work correctly on your operating system, you're good to go.
    -Mark

  • How can I get back into my application aftermath invoking Start up page of index.htm ?

    Gorgeous Hello All,
    If anyone of you can please provide me a solution for the following, will help me in plentious and galore.
    Am using Adobe RoboHelp, Version 10 and IE version being 10.
    A hurdle :-
    I have a application which has been developed in ASP .NET, Version 4.0. Help link has been created in this application wherein here the Start up page of index.htm has been linked to be read from the RoboHelp local project folder\!SSL!\Multiscreen_HTML5\desktop. All are working absolutely fine except when
    I login into the above-said application -> click on the Help page -> the index.htm opens with Contents, Index, Glossary -> Am able to successfully perform any task by respective clickings
    -> But I am not able to get back into my application when I click on the IE provided Back button (Alt+Left) -> Any amount of invoking Back button makes the system getting looped into this Start up page of index.htm only -> When I Close Tab (Ctrl + W) or Close ( X ) -> The window session gets closed and I have to repeat all by relogin once again.
    How can I get back into my application aftermath invoking Start up page of index.htm ?
    (I can always get back into the application easily by erasing those parts in the url which refers to this RoboHelp linkages – but this certainly looks non-polished work)
    Help Please
    Cheese – Vipin Nambiar, Bangalore

    Hey Jeff, I used Internet Explorer 10.0.9200 and Google Chrome 26.0.1410. Alas - it is the same behavior.
    (But Jeff : When I used Microsoft HTML Help as primary layout to generate chm file , My Help when launched from my Application opened in a new browser window and when I closed this Help browser window did not close my application. Looks like need to write few liner code to get this issue settled )
    Thanks Indeed of lots for your concerns Jeff !!!

  • How can I learn where a missing class resides?

    I'm going thru a tutorial that autogenerates a few small Java source files in a small project. They SHOULD compile without error, but don't, apparently because various classes are referenced and are not present on my PC.
    How can I learn where they are? How can I get the needed classes, and can I trust the files I find, assuming I find them out on the web somewhere.
    The message of the moment (produced by NetBeans 4.1) is:
    "class com.sun.xml.rpc.tools.ant.Wscompile cannot be found"
    I plugged that classname into Google, and found someone wonder in a forum where this class is, then reply to his own question saying he found it in jaxrpc-impl.jar
    Maybe that's right. Now I have to find this Jar file.
    Hopefully there's a better way to find this stuff!
    Any advice appreciated.

    That's how you do it.
    In this case, I believe that the jar is part of the JAX_RPC functionality (recently renamed to JAX_WS), and a copy is included with Sun's Application Server - and also other downloadable packages, but I don't know exactly which others.
    The class is part of the umbrella J2EE system.

  • How can i make iphone mobile website,  database in Sql Server 2005 ?

    how can i make iphone mobile website,  database in Sql Server 2005 ?
    Thanks & Regards
    Jamshed Ali
    Email id: [email protected]

    You need to be a little clearer in what you're asking.
    You can't make any web site in SQL Server - it's a database engine, not a website tool.
    What you can do is create web sites that pull data from a back-end SQL Server, but the SQL server doesn't handle the client connection at all (that's handled by a web server such as Apache, IIS, or similar).
    There are many ways to build such a site including .NET, PHP, Perl and more (although I don't know all the options for Windows servers because they're not as common outside of corporate/enterprise networks).
    In either case, given your choice of development language (HTML, plus one of the PHP/Perl/.NET/etc. options), plus your database (SQL Server) plus your web server (IIS, Apache, etc.) you can make any web site you like (or, at least, you're capable of developing).
    If you want to opimize that web site for iPhones then there are many references on how mobile browsing differs from the desktop. I'd recommend this book as a reference (and, yes, I understand the irony of linking to a paperback book for web design guidance ). Googling mobile web design (or iPhone web design) might yield more results.

  • Help:How can I run the J2EE Client Application? Thanks

    Help:How can I run the J2EE Client Application that will access the remote J2EE1.4 application server which runs on another host computer?
    I have developped a stateles senterprise java bean name converter and deloyed it in the j2ee1.4 application server on the host machine A. The converterbean provides the remote home interface and remote interface. At the same time I have developped the j2ee application client named convertappclient. When I access the conveter bean at host computer A through the script 'appclient.bat' as 'appclient -client convertappclient.jar', the client can access the bean sucessfully. Now I want to access the bean through the script 'appclient.bat' at host computer B,what files should I copy from host computer A to host computer B;and what the command line should be like? Thanks!
    The following are the code of the enterprise java bean and it's home interface .
    The client code is also provided.
    The enterprise java bean:
    package converter;
    import java.rmi.RemoteException;
    import javax.ejb.SessionBean;
    import javax.ejb.SessionContext;
    import java.math.*;
    public class ConverterBean implements SessionBean {
    BigDecimal yenRate = new BigDecimal("121.6000");
    BigDecimal euroRate = new BigDecimal("0.0077");
    public ConverterBean() {
    public BigDecimal dollarToYen(BigDecimal dollars) {
    BigDecimal result = dollars.multiply(yenRate);
    return result.setScale(2, BigDecimal.ROUND_UP);
    public BigDecimal yenToEuro(BigDecimal yen) {
    BigDecimal result = yen.multiply(euroRate);
    return result.setScale(2, BigDecimal.ROUND_UP);
    public void ejbCreate() {
    public void ejbRemove() {
    public void ejbActivate() {
    public void ejbPassivate() {
    public void setSessionContext(SessionContext sc) {
    The bean's remote home interface :
    package converter;
    import java.rmi.RemoteException;
    import javax.ejb.CreateException;
    import javax.ejb.EJBHome;
    public interface ConverterHome extends EJBHome {
    Converter create() throws RemoteException, CreateException;
    The bean's remote interface:
    package converter;
    import javax.ejb.EJBObject;
    import java.rmi.RemoteException;
    import java.math.*;
    public interface Converter extends EJBObject {
    public BigDecimal dollarToYen(BigDecimal dollars) throws RemoteException;
    public BigDecimal yenToEuro(BigDecimal yen) throws RemoteException;
    The j2ee application client:
    import converter.Converter;
    import converter.ConverterHome;
    import javax.naming.Context;
    import javax.naming.InitialContext;
    import javax.rmi.PortableRemoteObject;
    import java.math.BigDecimal;
    public class ConverterClient {
    public static void main(String[] args) {
    try {
    Context initial = new InitialContext();
    System.setProperty("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory");
                   System.setProperty("java.naming.provider.url","jnp://10.144.97.250:3700");
    Context myEnv = (Context) initial.lookup("java:comp/env");
    Object objref = myEnv.lookup("ejb/SimpleConverter");
    ConverterHome home =
    (ConverterHome) PortableRemoteObject.narrow(objref,
    ConverterHome.class);
    Converter currencyConverter = home.create();
    BigDecimal param = new BigDecimal("100.00");
    BigDecimal amount = currencyConverter.dollarToYen(param);
    System.out.println(amount);
    amount = currencyConverter.yenToEuro(param);
    System.out.println(amount);
    System.exit(0);
    } catch (Exception ex) {
    System.err.println("Caught an unexpected exception!");
    ex.printStackTrace();
    }

    Surprisingly I find an upsurge in the number of posts with this same problem. I recently found a post which gave a nice link for this. Follow the steps and it should help:
    http://docs.sun.com/source/819-0079/dgacc.html#wp1022105

  • I own lightroom 5 how can i use lightroom mobile

    I own lightroom 5.4 and I have a license.  How can i use lightroom mobile?
    Do I have to pay for CC for this feature?
    Thanks Brian

    One additional Note. One of the things you can do is to try Lightroom mobile free for 30 days.
    Here are some "Get Started"-instructions: https://helpx.adobe.com/creative-cloud/learn/start/tutorials/lightroom-mobile.html
    Guido

  • I am running out of memory on my hard drive and need to delete files. How can I see all the files/applications on my hard drive so I can see what is taking up a lot of room?

    I am running out of memory on my hard drive and need to delete files. How can I see all the files/applications on my hard drive so I can see what is taking up a lot of room?
    Thanks!
    David

    Either of these should help.
    http://grandperspectiv.sourceforge.net/
    http://www.whatsizemac.com/
    Or search 'disk size' in the App Store.
    Be carefull with what you delete & have a backup BEFORE you start, you may also want to reboot to try to free any memory that may have been written to disk.

  • How can I set a third party application to access my organizations intranet through my organizations network

    how can I set a third party application to access my organizations intranet through my organizations network  . I am using blackberry bold 9700 OS 6

    Hi deepajithesh
    This feature is not available. Applications access the BlackBerry Network using the connection to BIS.
    Thanks
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • How can i attach files in oracle applications

    Hi,
    How can i attach files in oracle applications ? Is there any thing like open dialogue box?
    krishna

    Hi Naveen,
    While I am searching for attaching files to oracle forms in forum, I found you. I have a question; probably you could help me out. I have a custom form which needs to have the facility to open the text files from C drive and load the data into Oracle tables.
    The custom form will be attached to Oracle apps responsibility... We are currently using forms6i.
    Could you help me out to open a dialog box which provides the users to open the text files from C drive when user clicks on a button
    I have attached d2kcomm and d2kwutil to the form. It complies at the form level
    but still it is not showing the dialog box.
    I would appreciate if you can help me in this regard.
    Thanks in Advance
    Ravi.
    Message was edited by:
    ravipampana

  • How can I get rid of some applications that I don't want anymore?

    How can I get rid of some applications which I don't want anymore?

    Hold the app icon until it wiggles then tap the "X"
    or
    Settings > General > Usage > select the app > Delete App
    iOS stock apps can not be removed.
    If you do not want them to show up on your devices anymore you can hide the:
    iTunes Store: Hiding and unhiding purchases

  • How can I know the version of Application Server Java Virtual Machine

    How can I know the version of Application Server Java Virtual Machine?
    Thanks a lot.

    Thats easy. Your jdk/jre are located in the App Server home directory. Just run the java command under the jdk directory with the "-version" switch and it will provide you with detailed information about your VM.
    For example if you're doing it at command prompt it will be something like
    java -versionI hope this will be useful to you.
    Regards,
    Wasif

  • How can I learn to use my new Mac Air?

    How can I learn to use my new Mac (I am a long time user of Windows), without having to go to Apple Store. Ours is 50 mi. away. Is there such a remote service? (Apple's or otherwise)

    If you enjoy learning by reading, here's an excellent book in my opinion:
    Switching to the Mac: The Missing Manual, Mountain Lion Edition
    The author, David Pogue, is the New York Times technical writer.  He is, in my opinion, an excellent author.  This book is accurate and complete.
    I have no financial interest in the author, publisher, or Amazon (the link points there).  But I did use a previous version of this book when I started with Macs and am a satisfied customer.

  • HT4623 How can I import my mobile contacts from computer to iphone5

    Dear Community
    How can I import my mobile contacts from computer to iphone5

    Kilted tim,
    I used itunes, but i can see the contacts selection saying, can sync contacts on air by i clouds..
    The check box option is diabled.. else i could have done as u adviced.
    So how can i make the check box enable to sync from my windows contacts.
    plz advice

  • ISync disappear in the iOS Mountain Lion, how can I synchronize my mobile Nokia?

    iSync disappear in the iOS Mountain Lion, how can I synchronize my mobile Nokia?

    Mountain Lion is not iOS. It is OS 10.8. iOS is for iPhone, iPad, iPod. That said read:
    http://discussions.nokia.com/t5/PC-and-Mac-Software/How-to-sync-with-Mac-in-OS-X -10-7-Lion/td-p/1087815/page/2

Maybe you are looking for

  • Adobe: Please reopen this bug SDK-30917

    Currently in Flex 4.5.1 if you set the VideoDisplay source over and over, each time the memory usage of the runtime (e.g. ADL.exe) increases. After a while the memory usage drops to about 50MB or so and starts increasing again. However, this time whe

  • Zen touch problem - someone help pleas

    can someone please help me with this problem, no faq can help me. everytime i plug my zen touch into my pc, it is never detected by creative mediasource organiser. i don't think the wire is the problem as my zen turns on automatically when i plug it

  • Drawing oval

    Here i draw net consist of 6 rows and 7 columns , then i want to draw oval in the top of the net . I think i wrote correct code but the oval not appear . I want to know why ?? my simple code : import java.awt.BorderLayout; import java.awt.Dimension;

  • Help with removeChild or another solution

    I am a beginner to actionscript 3 and I've been working on a portfolio gallery in Flash that swaps XML images on click of a thumbnail.  Currently everything works well but the images stack on each other and I want them to switch on click.  I have sea

  • CS 5 mini bridge will not open

    This is the second time I've had this problem. I came here and found a download that fixed mini bridge for two weeks. Now back to bad behaivor. Running Win 7. Hangs up "waiting for Bridge CS 5" but never finds the content.