Mobile Web Forms Development

Hi.
I am just starting to learn how to develop asp.net for mobile
devices. I was wondering if there is any way to do this in
Dreamweaver 8. I noticed that the tag set is not built into
Dreamweaver. Is there a place to download an extension for the tag
set?
Thank you for you responses.
Skyler

No there isn't.
Better still with Microsoft tools for asp.net.
"sgast" <[email protected]> wrote in message
news:f56ari$jq7$[email protected]..
> Hi.
>
> I am just starting to learn how to develop asp.net for
mobile devices. I
> was
> wondering if there is any way to do this in Dreamweaver
8. I noticed that
> the
> tag set is not built into Dreamweaver. Is there a place
to download an
> extension for the tag set?
>
> Thank you for you responses.
>
> Skyler
>

Similar Messages

  • Getting started in Web Forms development.

    Hi There,
    I hope this is the correct form to be posting in.
    Ok, I would like to get into developing Oracle web forms.. I'm not really sure if thats the correct name. Below is an image of exactly what I want to develop. It is loaded up through a Java applet in the web browser but then loads up into a seperate window.
    http://www.excel4apps.com/oracle/downloads/glwand/3.90/user_guide/images/image198.jpg
    Somebody told me that I need to setup a database server along with an application server for the forms.
    I've been on the Oracle download site but to be honest there is a lot of stuff on there and I don't know where to start..
    I'd appreciate any advice on what is needed to get started and any tutorials people might be aware of. Can I start into this type of development free of charge or will I need to buy some licences for some of the software?
    Thanks in advance.
    Regards,
    Conor

    The image you posted is from eBS (Oracle Applications) and specifically setting profile values in this system.
    You can find info:
    http://www.oracle.com/technetwork/documentation/applications-089559.html
    the relative forums for all products of eBS are in:
    http://forums.oracle.com/forums/category.jspa?categoryID=3
    greetings,
    Sim

  • SharePoint 2013 Mobile Web Part development

    i want to create a Visual web part which will render in Mobile in share point 2013
    Thanks and Regards
    Er.Pradipta Nayak
    Visit my Blog
    Xchanging

    If you want just for the webpart try using WebPartMobileAdapter class, this is in SharePoint 2010, see if it works in SP 2013
    http://www.c-sharpcorner.com/uploadfile/hec.ravi/programmatically-create-web-part-for-mobile-in-sharepoint2010/
    check here on how to implement responsive web design
    http://blogs.msdn.com/b/sharepointdev/archive/2013/04/01/implementing-your-responsive-designs-on-sharepoint-2013.aspx
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • Mobile Web Development

    I need to do a mobile web page but i can't find any information or tutorials on how to do i. My question is can i use Java Server Faces for this ? What kind of ide's support this kind of development ? Do i have to use WAP or can i program in HTML ?
    Thks for any help, i'm kinda lost in here

    No there isn't.
    Better still with Microsoft tools for asp.net.
    "sgast" <[email protected]> wrote in message
    news:f56ari$jq7$[email protected]..
    > Hi.
    >
    > I am just starting to learn how to develop asp.net for
    mobile devices. I
    > was
    > wondering if there is any way to do this in Dreamweaver
    8. I noticed that
    > the
    > tag set is not built into Dreamweaver. Is there a place
    to download an
    > extension for the tag set?
    >
    > Thank you for you responses.
    >
    > Skyler
    >

  • Generate doc file through a web form (using Developer Server 6i)

    Can anyone tell me is it possible to make a web form generate a doc file on the middle tier (Developer Server machine)?

    sample usage:
      CALL FUNCTION 'HTTP_POST'
        EXPORTING
          ABSOLUTE_URI                = IM_OFX_CONTROL_DATA-ADDRESS
          REQUEST_ENTITY_BODY_LENGTH  = RESPONSE_ENTITY_BODY_LENGTH
          RFC_DESTINATION             = IM_OFX_CONTROL_DATA-HTTP_RFCDEST
          USER                        = IM_OFX_CONTROL_DATA-HTTP_USER
          PASSWORD                    = IM_OFX_CONTROL_DATA-HTTP_PASSWORD
          BLANKSTOCRLF                = 'X'
        IMPORTING
          STATUS_CODE                 = STATUS
          STATUS_TEXT                 = STATUS_TEXT
          RESPONSE_ENTITY_BODY_LENGTH = RLENGTH
        TABLES
          REQUEST_ENTITY_BODY         = LT_REQUEST
          RESPONSE_ENTITY_BODY        = RESPONSE
          RESPONSE_HEADERS            = LT_RESPONSE_HEADERS
          REQUEST_HEADERS             = LT_HTTP_HEADERS
       EXCEPTIONS
            OTHERS                      = 1.
    Refer the programs:
    LFPIFF02            
    LOFXALSU04          
    LPRGN_URL_RESPONSEU01
    LSBCCU01            
    LSFTPU09            
    for some idea.
    regards,
    ravi

  • Are NWDS Mobile Pluggins neccesary to develop Mobile Web Dynpro Online?

    Hi all
    Do I need to put in NW Developer Studio the pluggins for mobile to develop a Mobile Web Dynpro Online Application (Always Connected scenario)?
    Thanks for your answers
    Investiga

    Hi Investiga,
    As Vidya as mentioned you dont have to install anything extra for Mobile Webdynpro Online,
    You can use the Webdynpro perspective in NWDS for your development.
    Only thing you need to be aware of is the supported elements in the Webdynpro Perspective for Mobile.
    The following documentation will help you out.
    http://help.sap.com/saphelp_nw70/helpdata/EN/42/c136cb0f241d66e10000000a1553f6/frameset.htm
    Best Regards,
    Karthik Setty

  • What/Where is 'web listener'? (Forms Developer Install)

    I just installed Forms Developer, and after it was done it gave me a list of actions that needed to be done. All of the actions are similar to the one below (instruct me to use my web listener). What is a web listener, and how to I use it?
    [ACTION] Please configure the following virtual path with your web listener: /forms60java for
    physical directory V:\oracle\oradev\FORMS60\java.
    thanks.

    Sameers-
    a Web listener is another name for a web server, which is the process that listens for and responds to requests end users make with their Web browsers. The Web listener is responsible for servicing requests from the clients - typically this is in the form of a request for a HTML page, or in some cases, it may be to request for an application, in which case, the HTML is generated dynamically by code running on the server machine.
    The Web listener uses a protocol (a series of known commands used to convey instructions and information) called HTTP, (hypertext transport protocol) to communicate with the clients. The Web browsers used by the clients also use HTTP, so they can send and receive messages to the Web listener.
    In the Oracle9iAS world, the web listener is the Oracle HTTP Server, powered by Apache. It provides a process that understands HTTP and can receive/respond to client requests. In the forms portion of 9iAS, the web listener is used to launch the Forms Web Applet, by providing a HTML page to the browser that contains information on how the browser should access the forms server machine.
    For a more detailed response see
    http://searchwebmanagement.techtarget.com/sDefinition/0,,sid27_gci213606,00.html
    You may want to also run a few questions at www.askjeeves.com.
    Check www.apache.org for details about world class Web servers.
    cheers!
    -steve-
    null

  • Reading IP address in developer web form

    I would like to read the IP address of the client when they open
    a web form. This is to route automatic out put of print jobs.
    Also can I run cgi or Java script from D2k forms?
    thank you
    Chris
    null

    chris rohr (guest) wrote:
    : I would like to read the IP address of the client when they
    open
    : a web form. This is to route automatic out put of print jobs.
    : Also can I run cgi or Java script from D2k forms?
    : thank you
    : Chris
    Hi Chris:
    Guess what !!!
    I was working on the same today and actually was searching the
    FAQ's for a better solution.
    The solution for your first question, reading the IP address, it
    can be done in Java or Log Server. Once you configure it along
    with ur web server the IP address and other information are
    available to you. With Java, I think u can get the so called
    information from the http header. Also, the print command in D2k
    actually prints the active window onto the users browser. So, I
    hope in which case you don't need to worry about his IP address.
    the solution for your second question, can I run scripts in D2k,
    I think u can, may be in a round about way, u can actually call a
    URL form D2k using
    web.show_document('URL','TARGET')
    If I can call a URL, I think I can attach the respective scripts
    in the resulting page, or I can call a stored procedure which
    sets up the respective page.
    Krishna.
    null

  • Mobile Media Application Development

    I have been given 24 hours to conduct some preliminary research on the potential of a company wide mobile wide application development project.
    We are looking to synchronise pictures taken on our agents phones with the head office server.
    We use a variety of different phones and manufacturers.
    Ideally we need one application that we can install which will transfer all images on the phone over WAP to a service we will write.
    Can anyone tell me if it is possible to write an application which will sit on any phone and if it is feasible for it to access the file system of the mobile to grab the images?
    Any help on this would be appreciated.

    Hi h3gg3m,
    It's certainly possible to take photo's from within an application and have them sent to a server. An example of an application that takes the photographs can be found here http://developers.sun.com/techtopics/mobility/midp/articles/picture/index.html and there are numerous other examples of apps that will send data via http to a webserver (I just found this on a quick search http://www.kablog.org/).
    As for taking the photos outside of the application (i.e. using the phone's native camera app) and having the application then upload them, this will be device specific as it requires an optional package (JSR75 - PIM and FileConnection) to be present and you've also then got the problem of navigating to wherever the device stores it's photos (if they're available to the app) etc. I'm afraid that I've never used that particular API so I'm not speaking from experience.
    In short, the option that would be compatible with the most devices, if it suits your requirements, is to go for an all in one application that takes the photo, stores it, and uploads it via. an http POST to a standard web form. The only potential problem with this solution is that without the optional JSR75 package (access to the native file system), all photos would be stored in Java's record store (RMS) which could be fairly small on some devices (I think the spec says 8k minimum).
    Hope this helps,

  • Pixelated JPG on Curve via mobile web page

    I've created sets of w3c validated mobile pages for some products. The Storm displays a product image with normal quality. On the curve, it is very pixelated. I've done searches on the issue but unable to find anything to resolve.
    The image is jpg format.
    Any ideas what would cause this issue on the curve?
    Best regards

    Hi sanjeewa19,
    I would assume an embedded .mp3 would use the device audio
    player to play the file, but Im not sure this would work on all
    phones.
    Also, not all phones support .mp3, so you would have to check
    the phones audio capabilities and then supply the correct sound
    format to play.
    You might be better asking this question on a Mobile Web
    development forum to get a more detailed answer.
    Form Nokia:
    http://discussion.forum.nokia.com/forum/forumdisplay.php?f=25
    Sony Ericsson Developer World:
    https://developer.sonyericsson.com/community/web/web
    Regards
    Paul

  • Can not see web forms

    I have installed two versions of forms developer on my pc:
    1. Forms [32 Bit] Version 9.0.4.2.0 (Production)
    2. Forms [32 Bit] Version 10.1.2.0.2 (Production)
    http://pc4711.mycompany.lan:8888/forms90/f90servlet?form=myforms.fmx&userid=scott/tiger@orcl
    All my forms are in the c:\temp directory. I would like to see web forms.
    But I get the following error in the Internet Explorer: Error: Can`t find server or DNS (Internet Explorer)
    Does anybody have an idea?

    1 Have u started OC4j?
    2 What does below url gives?
    http://pc4711.mycompany.lan:8888/forms90/f90servlet?
    3 Is this ur desktop or u are running from an IAS ?
    Rajesh ALex

  • Web Forms Not working on Client Machines with Separate Win

    Hi friends,
    We deployed all our Forms on web and we are using Developer
    Server 6.0 ,OAS 4.07, Oracle Jinitator 1.1.7.18 ,Netscape 4.7
    Browser
    My problem is we configured forms to open in a separate window
    this is giving problems on Client Machines they are getting a
    blank screen ,previously we used to open forms in the same window
    (browser ) at that time we didn't get any problem.
    We are using Oracle Jinitiator 1.1.7.18 & Netscape 4.7 as
    browser on Client Machines.
    Thanks in Advance...!
    Smita T
    null

    JInitiator will be downloaded only once - the first time when u connect to a web-forms application. After that - no problem. It is true that the first time it takes a little bit longer, but I think forms are working better using JInitiator. However - it is just a matter of settings how u will make your application to run. Oracle did great improvement of the speed introducing the forms servlet listener. I would expect even better performance with Forms9i. And Win2000 is not a problem, but combination between Win2000 and Pentium4 is. There is a way to avoid your (installation) problems however.

  • Opening pdf file from form developer

    Dears:
    If I have a pdf file and I want to open it from form
    how can I open it by web.show_document
    developer 10g r2
    os :windows xp
    Thaks in advance

    if you have a local sever, put your pdf file on the root folder, then
    use this : web.show_document('http://localhost/oracle.pdf','_blank');
    or web.show_document('file:///C:/oracle.pdf','_blank'); <-- if you dont have one.
    instead of
    web.show_document('file:///c:\oracle.pdf','_blank');
    Edited by: 836773 on Mar 1, 2011 11:19 PM
    Edited by: 836773 on Mar 1, 2011 11:31 PM

  • Calling a Report from a Web Form

    Hi,
    I am calling a Report developed in report 6i from a Web form 6i
    Button. I am unable to launch the Report if Report is using a
    Customized Template. The report is able to launch if it has no
    template or using the templates given in report wizard. Is there
    any setting required in the Report Server for reading the
    template file???

    Hello,
    According to the way the reports is launched, the format of the reports output depends on the
    variables : FORMS60_REPFORMAT (for Forms 6.0 and 6i)
    Two others variables are used : FORMS60_OUTPUT and FORMS60_MAPPING.
    Can you check the variable FORMS60_REPFORMAT ?
    regards Dennis:
    Thanks for the info. Your suggestion of changing the windows registry setting FORMS60_REPFORMAT to 'PDF' worked! I did not have to make any other changes to the form. I left the run_product format as is in the form and it worked like a charm. When we eventually migrate to Oracle Reports/Forms 9i we will look into using run_report_object. But for now we will stick with Oracle Forms6i. There was no need to alter the other registry settings FORMS60_MAPPING and FORMS60_OUTPUT since I followed the instructions of setting the virtual directories (symbolic links) when I installed the forms and reports services.
    Thanks again for your help!
    T.J.

  • Unable to close web form.

    Here is a typical 11g forms development session for me.
    1. Create/modify a form using Forms builder on my PC.
    2. Transfer the form to the Solaris box.
    3. Compile the form.
    4. Open the form on my web browser.
    5. With the form still open, repeat steps 1-4.
    I have done it this way for years using 10g but 11g frequently freezes the form displayed on the web.
    I have to kill the browser and start all over.
    If I close the form on the web first, there is rarely a problem.
    Also, when a newly compiled form is run on the web for the first time, the canvas colors are all white !
    I can close and re-open the form with no other side effects.
    Do you think this may be a Java setting issue or what ?
    Thanks for your interest.
    Mike

    Mike,
    I have done it this way for years using 10g but 11g frequently freezes the form displayed on the web.I have to kill the browser and start all over.>
    Curious; I have always not done it this way! :) In my experience, and I've been working Oracle Forms for a lot of years, I have found that it is a "Best Practise" to always close an instance of a Forms Runtime rather than try to refresh a newly compiled version of a Form in the Forms Runtime instance. In cases where you don't do this, your browser session typically dies (4 out of 5 times) and you have to kill the browser session completely and start over. I've followed this method since my early days developing with Forms 4.5. In the rare instances where your Forms session doesn't freeze - often times the browser simply displays the same edition of the Form and not the new compiled edition.
    Do you think this may be a Java setting issue or what ?No, I think it is simply a case of the Object is already in use and trying to refresh the instance of the object with a newly compiled Form locks the object rather than refreshes the object. This was true with the old client installed Forms Runtime and I have found this to be true with the new Web Forms Runtime.
    All of this is based on my personal observation and experience, so this is just my opinion. Perhaps someone from Oracle (like Michael Ferrante) could elaborate on this. :)
    Craig...

Maybe you are looking for

  • Show icons in Forms 9i

    I have the gifs put in the same folder with the .fmx (folder that is found in the forms90_path ebtry in registry), still the pictures don't show on the iconic buttons at runtime. How can I fix this?

  • How can I redo my inital photo sync on my iPad 2?

    When I did the initial sync of my photos from my PC to my iPad 2, I only selected a few folders from My Pictures.  Now I'd like to add additional folders from My Pictures, but when I open the iPad 2 device in iTunes, I no longer have a Photos tab und

  • "dbms_java.grant_permission" procedure

    Dear sir, i am using standalone oc4j and my url come like 'http://localhost:8888/mapviewer/ in my machine where i am running the mapviewer. but my oracle database is on another machine and i am following two procedures to grant permissions call dbms_

  • ServletAuthentication logs in user but fails isUserInRole

    Problems with ServletAuthentication, where I call .weak(username,password,httpservletrequest) and the user is authenticated but fails isUserInRole security checks. User PASSES declarative security checks on EJB methods.... what gives? WLS7 sp1.... st

  • Urgent (Export to Excel issue)

    Hello Experts, I am trying to execute one of the BW report via portal. I have a following issue when I am trying to use Export to excel option from the context menu. The first part of Export to Excel works ok. but if I choose either the Save or the O