Develop iPhone Web applications

This is regarding the article “Develop iPhone Web applications with Eclipse” article posted on "http://www.ibm.com/developerworks/library/os-eclipse-iphone/".
I have refer the article. It would be great if somebody will advise on the below :
Problem - 1: I am trying to develop an iPhone Web Application –(client ) using eclipse IDE( version - 3.3 Europa)
as mentioned in the article :
Setp 3 : Add Aptana to this list by clicking New Remote Site and defining it with a URL of http://update.aptana.com/update/3.2/.
It is not working getting error “Network connection error”. Even when I tried to download the same from the Browser (Safari and FireFox) it is not working .
Is there any other way to download the same from Network – Please Guide .
Problem – 2 :
I also want to use iUI kit for iPhone web application Development .
But I am not able to understand how to proceed for the same .
Does iUI kit work only with Eclipse . If yes is there any specific version which we need to download ?
Please forward the link which gives me details about “How develop web apps for iPhone using iUI kit”
Looking forward for your valuable inputs .
Best Regards,

This is the incorrect forum for that type of information.
I would suggest you direct your questions towards the forums for developers.
These can be found at developer.apple.com/iphone and http://developer.apple.com/devforums/

Similar Messages

  • Need help to develop centralized web application

    Hello,
    Please correct me if i am posting thread in wrong area.
    I am going to develop web application for a university, a complete online portal for Teachers, Students and Administrators. There are more than 50 affiliated campuses of university in different cities. I need to develop centralized web application which all campuses' teachers/students/administrators will access from internet. Please guide me what hardware, module, development technique etc should i use.
    I am using J2SE and Oracle10g to develop that application.
    Thank You

    Go to CustomInk.com.  Their T-shirt Design App is not Flash based which is refreshing. Instead, they're using a sophisticated combination of CSS, JavaScript and PHP/MySql.
    Digging a little deeper into the source code, it looks like the company that developed their T-shirt Design App is located in India and called No-Fresh.com
    No-Fresh licenses their T-shirt Design App.  You might want to contact them directly.
    http://www.no-refresh.com/online-t-shirt-design-tool.php
    Nancy O.

  • Hi, I developed a web application using HTML5-Offline Application Cache mechanism. Inspite of deleting the cache as mentioned in the above steps, Firefox still maintains a copy of the page in it's cache. Also, a serious bug is, even though we delete all

    == Issue
    ==
    I have a problem with my bookmarks, cookies, history or settings
    == Description
    ==
    Hi,
    I developed a web application using HTML5-Offline Application Cache mechanism. Inspite of deleting the cache as mentioned in the above steps, Firefox still maintains a copy of the page in it's cache. Also, a serious bug is, even though we delete all temp files used by Firefox, and open the previously cached page, it displays it correctly, but upon refreshing/reloading it again shows the previous version of the page maintained in the cache.
    == Troubleshooting information
    ==
    HTML5: Application Caching
    .style1 {
    font-family: Consolas;
    font-size: small;
    text-align: left;
    margin-left: 80px;
    function onCacheChecking(e)
    printOutput("CHECKINGContents of the manifest are being checked.", 0);
    function onCacheCached(e) {
    printOutput("CACHEDAll the resources mentioned in the manifest have been downloaded", 0);
    function onCacheNoUpdate(e)
    printOutput("NOUPDATEManifest file has not been changed. No updates took place.", 0);
    function onCacheUpdateReady(e)
    printOutput("UPDATEREADYChanges have been made to manifest file, and were downloaded.", 0);
    function onCacheError(e) {
    printOutput("ERRORAn error occured while trying to process manifest file.", 0);
    function onCacheObselete(e)
    printOutput("OBSOLETEEither the manifest file has been deleted or renamed at the source", 0);
    function onCacheDownloading(e) {
    printOutput("DOWNLOADINGDownloading resources into local cache.", 0);
    function onCacheProgress(e) {
    printOutput("PROGRESSDownload in process.", 0);
    function printOutput(statusMessages, howToTell)
    * Outputs information about an event with its description
    * @param statusMessages The message string to be displayed that describes the event
    * @param howToTell Specifies if the output is to be written onto document(0) or alert(1) or both(2)
    try {
    if (howToTell == 2) {
    document.getElementById("stat").innerHTML += statusMessages;
    window.alert(statusMessages);
    else if (howToTell == 0) {
    document.getElementById("stat").innerHTML += statusMessages;
    else if (howToTell == 1) {
    window.alert(statusMessages);
    catch (IOExceptionOutput) {
    window.alert(IOExceptionOutput);
    function initiateCaching()
    var ONLY_DOC = 0;
    var ONLY_ALERT = 1;
    var BOTH_DOC_ALERT = 2;
    try
    if (window.applicationCache)
    var appcache = window.applicationCache;
    printOutput("BROWSER COMPATIBILITYSUCCESS!! AppCache works on this browser.", 0);
    appcache.addEventListener('checking', onCacheChecking, false);
    appcache.addEventListener('cached', onCacheCached, false);
    appcache.addEventListener('noupdate', onCacheNoUpdate, false);
    appcache.addEventListener('downloading', onCacheDownloading, false);
    appcache.addEventListener('progress', onCacheProgress, false);
    appcache.addEventListener('updateready', onCacheUpdateReady, false);
    appcache.addEventListener('error', onCacheError, false);
    appcache.addEventListener('obsolete', onCacheObselete, false);
    else
    document.getElementById("stat").innerHTML = "Failure! I cant work.";
    catch (UnknownError)
    window.alert('Internet Explorer does not support Application Caching yet.\nPlease run me on Safari or Firefox browsers\n\n');
    stat.innerHTML = "Failure! I cant work.";
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729; .NET4.0E)
    == Plugins installed
    ==
    *-Shockwave Flash 10.0 r45
    *Default Plug-in
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.2"
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *Google Update
    *4.0.50524.0
    *Office Live Update v1.4
    *NPWLPG
    *Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    *Npdsplay dll
    *DRM Store Netscape Plugin
    *DRM Netscape Network Object
    Thanks & Regards,
    Kandarpa Chandrasekhar Omkar
    Software Engineer
    Wipro Technologies
    Bangalore.
    [email protected]
    [email protected]

    We have had this issue many, many times before including on the latest 3.6 rev. It appears that when the applicationCache has an update triggered by a new manifest file, the browser may still use only its local network cache to check for updates to the files in the manifest, instead of forcing an HTTP request and revalidating both the browser cache and the applicationCache versions of the cached file (seems there is more than one). I have to assume this is a browser bug, as one should not have to frig with server Cache-Control headers and such to get this to work as expected (and even then it still doesn't sometimes).
    The only thing that seems to fix the problem is setting network.http.use-cache to false (default is true) in about:config . This helps my case because we only ever run offline (applicationCache driven) apps in the affected browser (our managed mobile apps platform), but it will otherwise slow down your browser experience considerably.

  • Developing a web application in Dreamweaver,MySql and PHP

    I have two questions:
    1.  Am developing a web application on a windows 7 platform.
    I have an insertion form where I have to always eneter the geographical details for some one. I.e District, County, Sub County and village.
    So what I want is to have these pre entered in the database before I revock this form such that when I select a certain village on the form, it automatyically displays its District, Subcounty and County in the following textfiled. This saves time than typing them manually all the time.
    I need help on how to do this.
    2.  On the same form, I have a textfield for capturing date of Birth. I need help on to insert a calender in this field such that when some one clicks on it, a calender pops up and he selects the date which is then inserted in the text field other than  tytping it manually.
    Thank u.

    1. Have a look here http://labs.adobe.com/technologies/spry/samples/data_region/DataSetMasterDetailSample.html
    2. Have a look here http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&loc=en_us&extid=2137 022
    I hope this helps.
    Ben
    PS For more support on these products go to the Spry Forum here http://forums.adobe.com/community/labs/spry

  • Tools for Developing Rich Web Applications

    What tools are others using to Develop Web applications
    against BW 3.5? I have a few years of experience developing web applications using Visual Studio .NET and C#, but the .net PDK is not an option in our current environment.
    I was thinking that writing jsp's would give me the flexibility I needed to develop Rich web applications, but being new to SAP BW I am not sure.
    I am looking for tools in which I can control result sets, write logical code based on users information to filter and return data.
    Please list technologies and Languages.

    Hi Jimmy.  As it relates to SAP,  you can use a couple different technologies.   JSP on the java side, or BSP on the ABAP side will allow you to do pretty much anything you want.  It allows you to use HTML and javascript and also HTMLB.   You could also use Web Dynpro.  Web Dynpro is SAP's new UI strategy.  It is designed to help you create business transactions, so the UI elements are stardard and cannot be modified.  But its cool, because you drag/drop your ui elements in the layout.  Web Dynpro allows you to create robust web applications without coding the UI and allows you to focus on the business logic.  Of course there is some coding to handle UI, and flow, but not as much as when you are developing JSP or BSP.
    Regards,
    Rich Heilman

  • DW 8 Tutorial - Developing a Web Application - ERROR

    Hi, I am new at this and using the Dreamweaver 8 Tutorial,
    Developing a Web Application. Everything went fine until the very
    end, when I tried to submit data to the document. I got the
    following error message. I have searched online for a solution and
    haven't been able to find it. I am new at this (obviously) and
    would appreciate any help you could give me. Here is the error
    message:
    Error Type:
    Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
    [Microsoft][ODBC Microsoft Access Driver] Operation must use
    an updateable query.
    /MySampleApps/send.asp, line 115
    Browser Type:
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR
    1.1.4322)
    Page:
    POST 59 bytes to /MySampleApps/send.asp
    POST Data:
    FIRST_NAME=s&LAST_NAME=s&EMAIL=s&COMMENTS=s&MM_insert=form1
    Time:
    Friday, August 01, 2008, 10:53:58 AM

    Oops!
    http://livedocs.adobe.com/dreamweaver/8/using/31_trou7.htm
    http://www.adobe.com/go/tn_18984
    Ken Ford
    Adobe Community Expert - Dreamweaver/ColdFusion
    Fordwebs, LLC
    http://www.fordwebs.com
    "Ken Ford" <[email protected]> wrote in message
    news:g71tvt$ro4$[email protected]..
    > It is a permissions problem with the database:
    >
    >
    > --
    > Ken Ford
    > Adobe Community Expert - Dreamweaver/ColdFusion
    > Fordwebs, LLC
    >
    http://www.fordwebs.com
    >
    >
    > "squatier" <[email protected]> wrote in
    message news:g6vj9i$c5n$[email protected]..
    >> Hi, I am new at this and using the Dreamweaver 8
    Tutorial, Developing a Web
    >> Application. Everything went fine until the very
    end, when I tried to submit
    >> data to the document. I got the following error
    message. I have searched
    >> online for a solution and haven't been able to find
    it. I am new at this
    >> (obviously) and would appreciate any help you could
    give me. Here is the error
    >> message:
    >>
    >>
    >> Error Type:
    >> Microsoft OLE DB Provider for ODBC Drivers
    (0x80004005)
    >> [Microsoft][ODBC Microsoft Access Driver] Operation
    must use an updateable
    >> query.
    >> /MySampleApps/send.asp, line 115
    >>
    >>
    >> Browser Type:
    >> Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1;
    .NET CLR 1.1.4322)
    >>
    >> Page:
    >> POST 59 bytes to /MySampleApps/send.asp
    >>
    >> POST Data:
    >>
    FIRST_NAME=s&LAST_NAME=s&EMAIL=s&COMMENTS=s&MM_insert=form1
    >>
    >> Time:
    >> Friday, August 01, 2008, 10:53:58 AM
    >>
    >>
    >>
    >>

  • Is there plug-in for JBuilder developing Weblogic web application?

    Is there plug-in for JBuilder developing Weblogic web application?
    thanks in advance
    woodsonli

    Firefox 3.03 - why such an old version? 3.6.12 is the most recent release.
    It is up to Microsoft to fix Outlook Web Access to work with Firefox or to come up with a plugin for Firefox. If Mozilla was to start fixing or write plugins for all the software out there that is made to work with Internet Explorer and not any other browser, they wouldn't have time to work on Firefox.
    There are two Firefox extensions that will open IE in a Firefox tab. Many users install one of these addons to get around problems like you are having with Outlook Web Access.
    IE Tab2
    https://addons.mozilla.org/en-US/firefox/addon/92382
    IE Tab Plus
    https://addons.mozilla.org/en-US/firefox/addon/52809/

  • IPhone Web Application Displays NULL

    Hello, I am trying to debug a web application and get NULL on iPhone/iTouch but not on SDK.
    Anyone seen and fixed a similar bug?

    This is not a developers forum. This is where users come with help on how to use the phone.
    Try a Google search for iPhone Developer Forum

  • Need support to develop a Web Application-T Shirt Designer

    Hello Everyone
    I am new here. So a big hello to all of you.
    Well, I am writing here because I urgently need an expert opinion on the matter mentioned below. And I would be glad if I could receieve some professional advice on this forum.
    I have to create  an online T shirt Designer (a Visual Configurator), i.e.a web based application where the user will be able to select the various elements of a T shirt such as color, text, graphics etc and visualize the same in real time and then place the order for the product. Here the cost will be automatically added at diferent stages i.e. when a text/graphic is selected while the shipping cost is added at the stage of check out . Finally as per the total cost, the final payment is made through the payment gateway.
    Now my question is which adobe product would be best for designing this visual configurator considering the following points.
    1. This visual configuartor has to be first designed and then embedded on an E commerce website as a web application.
    2. Like any other T shirt designer, the images will be swapped/changed. So mainly the development would involve creating a layout/structure wherein a certain process or series can be systematically organized to help a user configure the product.
    3. This configurator application would involve mathematical calculation i.e. adding costs at different  stages. So business rules will have to be applied and a payment gateway has to be integrated with the application.
    Mostly the online T shirt designer softwares I have seen are based on Flash. But I am not sure if this is the best product for my requirement.
    Would greatly appreciate support.
    Thanks
    Mini

    Go to CustomInk.com.  Their T-shirt Design App is not Flash based which is refreshing. Instead, they're using a sophisticated combination of CSS, JavaScript and PHP/MySql.
    Digging a little deeper into the source code, it looks like the company that developed their T-shirt Design App is located in India and called No-Fresh.com
    No-Fresh licenses their T-shirt Design App.  You might want to contact them directly.
    http://www.no-refresh.com/online-t-shirt-design-tool.php
    Nancy O.

  • How can I develop a web application using EJB design pattern?

    I have searched over the web and found quite a lot of tutorials on how to use the EJB design pattern.
    I know that there will be a home interface, EJB object interface and a SessionBean.
    But the tutorials often only cover a single class, this made me unable to get a complete picture of how EJB design pattern can be implemented into a whole system.
    I am now required to devleop an online shopping web application using EJB and JSP page.
    I think I will need to create a lot of classes: Member, ShoppingCart, Product...etc.
    What I want to ask is that, do I need to create a home interface, EJB object interface and a SessionBean for each of these classes?
    I really need some ideas on how to develop this system using EJB + JSP pages.
    Many thanks to you all.

    For every EJB that you want to create, you will need to code a home and remote interface and a bean class.
    You could start getting your ideas here
    http://www.theserverside.com/books/wiley/masteringEJB/
    http://www.coreservlets.com

  • Developing a Web Application

    Hi,
    What's the best, or the precribed architecture of a web application? What are the various classes involved, including the interfaces and abstract classes, managers, handlers and beans, and where are they placed in the flow?
    Right now I am using a control servlet which invokes the service() method of a RequestHandler class. The service method instantiates the request specific XXX_RequestManager, each of which inherits from an abstract RequestManager with a serve() method, and overrides this method. The task to manager mapping is provided in a properties files.
    The request data is encapuslated using beans, which again are instantiated using a bean factory based on the requested task, and the task to bean mapping is defined in another properties file. All beans inherit from an abstract bean.
    The errors are returned by populating a Hashmap within each bean, and it is a field in the parent, abstract RequestBean.
    While this is my own architecture and is working fine for now with limited complexity, I want to know whats the preferred way of building web applications, and which classes are used, and where do they fall in the flow?
    Thanks,
    Jaspreet.

    That's quite a question! I doubt one post will do it justice (it would more likely take a book - or several) And who's to know what's "best"? New frameworks are being developed all the time. Have a look at something like Struts, Spring, Velocity, et al. You should be able to get some good ideas from existing web framework projects.

  • Setup Developer for web application.

    Hi all
    I am trying set up developer 9i for web application.
    I have Oracle 8 client installed on my computer.
    Which components should I dowmload and installed on my computer.
    I have downloaded.
    Application Server 9i core and developer 6i.
    Are they enough to setup the evironment?
    Regards
    Hao

    Yes that would be enough.
    Install each one in a different Oracle_home.

  • Developing multithread web application

    in one of my application there is problem of data acess in web application developed in servlets and jsp in MVC2 architecture.
    It was working fine in development and as well as in testing.
    But there was some problem in production when multiple users access application simultaneously.
    data is not consistent among the user session.
    can any one help me..what would be the cause..

    jleech,
    though my question is some thing not difficult but i want to gain command on the problem that what was going wrong,which i may not knew.

  • Developing Rich Web Applications With Oracle ADF Tutorial

    Using J Developer 
    Oracle IDE
    12.1.2.0.40.66.68
    In Part 3 Step 2.2 In the query.jsf page the tutorial reads
    2 Still in the Properties window expand the Behavior node and set the AutoSubmit property to True.
    The problem is the only option listed under Behavior is Landmark. The other properties are not shown including the
    AutoSubmitt which I need to set to True.
    Any Ideas on whats going on?
    Thanks in advance!

    Hi,
    would have been of great help if you provided the link to the tutorial (just for next time). You can see that the focus in the screen shot is on the salary field. The screen shot below then shows the behavior property palette and clearly you can see that there is an autosubmit property. Chances are that you did not put the cursor focus properly on the input text component or the Property Inspector did not refresh. In the latter case, close and re-open the property inspector or select the input text component in Structure Window
    Frank

  • Developing a Web Application Using the EJB Technology Scope

    al hacer deploy al AS 10g .............
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: javax.naming.NamingException, msg=A NamingException occurred when looking up EJB 'AircraftEJB' with LocalHome interface 'model.AircraftEJBLocalHome'. This may indicate that a 'jndi.properties' file was not present in the classpath, or that its data is invalid.
         at oracle.jbo.common.JboBeanUtils._adapt(JboBeanUtils.java:132)
         at oracle.jbo.common.JboBeanUtils.getProperty(JboBeanUtils.java:77).....................
    Ayuda!!!!!!!!!

    Hi Frank,
    The example uses EJB 2.0. I can create DataControl but it is not the same in the example and I cannot see and some files - ex: BeanInfo - are created when I drag hrApp to DataControl. Then a tooltip on showDerpartments in DataControl shows "This Data control palette node is not ready for data binding. Make sure you defined the Bean class for the accessor attribute". And I cannot drag this property to browseDepartments on next steps in the example.
    Thanks

Maybe you are looking for

  • Error to export to a pdf from an indd document

    Here is the error I get : Process:     Adobe InDesign CS6 [3599] Path:        /Applications/Adobe InDesign CS6/Adobe InDesign CS6.app/Contents/MacOS/Adobe InDesign CS6 Identifier:  com.adobe.InDesign Version:     8.0.0.370 (8000) Code Type:   X86 (Na

  • How to avoid word cut when switching to next line in sap scripts

    Hi, i have long text in my sap transaction, i am fetching using READ_TXT, it contains 5 lines like below Which is the output length of one line of text in the program for theobject list print Text length equal to exactly 132 characters. Which isthe o

  • Regarding Load Balancing (ACE)

    I have two real servers like http://172.16.10.2:5001/console & http://172.16.10.3:5001/console. And thier virtual IP address is http://172.16.10.1:7001, now can any body tell me where I will define CONSOLE word in configuration ???????? i will apprec

  • DATA STATUS

    Hi, I have query on Data status: If I migrate a application from Prod to QA both are in different environment and the data in prod is consolidated and status OK. After the data copy I see the data in QA is in Status OKSC. If I migrate a application f

  • FORTE Libraries handling (between interfaces andimplementations) ques

    Hi, When a plan gets distributed as library, a '.sl' file is generated, as well as a pex file and some header files. When we need that library, we 'should' include that generated pex file in the workspace used for the distribution. What's the impact