To create dynamic mobile website

Sir pls. tell me the process that how to build a dynamic mobilewebsite using jsp. and how the database connectivity will show the desired data on the mobile browser like opera or nokia mobile browser. If possible then pls send me a small mobile project having mobile webpage with database connectivity. as for ex. for login page.
Ranjan Kumar

Ranjan,
http://www.oracle.com/technology/pub/articles/huang-iphone.html
http://www.oracle.com/technology/tech/wireless/adf_mobile.html (two sample applications available under the "Technical Briefs" section)
John

Similar Messages

  • What are the alternative technologies to create mobile website?

    I have never created a mobile website but have some experience using WML. I jst wanted to find what are the other alternatives and whether standard websites using php wouldn't work on mobile??
    Please let me know
    Thanks
    Uthay

    It's been my experience that many mobile phones lack certain client side technology support. By definition, server side technologies are not dependent on the client. Having said that, since we are on the Java forum I'll also suggest that Java itself has a lot of support on mobile phones (client side), so you could still have a lot of device support if you target that. For maximum support, I'd stick to server side for the complicated stuff.

  • How would I create a mobile blog layout, by combining Business Catalyst's Modules and Adobe Muse's mobile design function?

    The title says it all. I absolutely love Adobe Muse's ability to design mobile and tablet layouts and have grown very fond of the workflow between Business Catalyst and Adobe Muse. The only issue I have found is the ability to incorporate the blog module to a mobile design or tablet design. I understand that Business Catalyst has you insert a tag code to create a page template for the blog to sit in but is there any way to have a mobile and tablet layout for the same blog? I would love if visitors reading my blog from their phone, didn't have to switch from a phone layout to a desktop layout just to read the blog. Once they read/ switch the blog, they can no longer navigate back to the mobile website version because of the page template I have assigned to the blog. All in all, I just want the ability to have the blog fit all mobile, tablet, and desktop versions. Any ideas?

    Hey Brad,
    That answer really helped and I am making progress! Now for some reason when I pull up the blog on my mobile, it says 'Error: Some files are missing or can not be loaded. Please clear cache and reload the page.' Any ideas why this might be happening? I haven't used the {system_visitorDeviceClass} that you mentioned.
    Maybe the method I used to create mobile layouts was wrong but what I did was create mobile and tablet layouts with the {tag_pagecontent} on each. Once published, I copied the html code for the phone template (as it did not automatically recognize the mobile and tablet page template were part of the same desktop layout) and pasted it to my template I had already assigned as a default. I then did the same for my tablet layout. What am I missing here : /
    Thank you for all the help so far! I am making progress!

  • 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.

  • Examples of Mobile Websites using Business Catalyst

    I am looking to build a mobile version of my business catalyst website and I was wondering if anyone has some examples of BC sites that they created for mobile so that I will have some ideas when I actually make one for my website. Thanks.

    Hi Alex,
    Here is a list of TribeVita's templates that all have mobile versions
    http://www.tribevita.com/adobe-business-catalyst-templates/mobile
    Brad

  • Creating a mobile site

    Hi, I am new to creating a mobile site (not an app, just a mobile version of my current website), but how would I do this using Dreamweaver? Using the jquery plug-in?
    I see a lot of sites now have an auto detect to view in the mobile version on the Smartphone. Does that mean I would need two versions of my site? So when I do an update to one I need to do the same update to the other? Or is there a way that both versions would recognize the same update?
    I did try a search but didn't come up with much of anything - sorry if I missed any posts on this topic already.
    Thanks!

    Usually to have a mobile version of a website it requires a completely different website or subdomain that contains a mobile version of the site. This is one reason content management systems can be very useful as they can display the same content (usually stored in a DB) to both the mobile and main website. This can be done without a CMS but requires basically building two websites, or atleast an entirely different CSS layout
    Most mobile sites are designed the same way that normal sites are, except they are designed for smaller screen sizes and may include code to help with mobile browsing. There are many ways to actually detect the browser, a google search of "How to detect a mobile browser" brings up a number of tutorials.
    Hope this helps.
    -Kennedy

  • New to CS6 Dreamweaver, creating a "Responsive Website" having trouble getting fluid divs to behave

    Trying to create a "Responsive Website" and I'm having trouble getting my fluid divs that I create to "break" their link from the "Boilerplate" .
    I'm using a "Fluid Grid layout Div" to create a section that has a transparent background of rgba(0,0,0,0.3) and that's perfect, then I add two more "Fluid Grid layout Div's" inside the transparent one to create a 2-column part in the section and that's where the trouble is.
    None of the "formatting" I've set for the text in my ID's or Classes are being used - just reverts to what's in the "Boilerplate" i.e. "p,h2,h3" and I can't get it to "break" it's link the "Boilerplate" so I can apply my formatting.
    I have been able to select my formatting at times but it is ignored and uses what's in the "Boilerplate".
    Kept trying different ways to get it to work and now I've so many of both the ID's and Class's that their not all showing up as an option to be able select them.
    I'm missing something basic and after two days it still escapes me.
    Please somebody, tell me what I'm missing.
    Frustrated

    FluidGrid Layouts are not easy to learn.  You need a good grasp of fundamental RWD concepts including CSS Media Queries.  Keep your layout simple and be patient.  The first time I used FGLayouts, I had to start over 9 times before I got acceptable results.
    Responsive Web Design
    http://coding.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/
    Introduction to CSS Media Queries
    http://www.adobe.com/devnet/dreamweaver/articles/introducing-media-queries.html
    CS6 Fluid Grid layouts (17 min video)
    http://tv.adobe.com/watch/learn-dreamweaver-cs6/using-fluid-grid-layouts/
    Best advice for beginners:
    Build Mobile Layout first.  Everything else is based on this primary layout.  Then build Tablet layout and finally Desktop.  Don't worry about content.  Just build the layout & save often during development.
    DO NOT TAMPER with the boilerplate.css or FGLayout.css code.  Even experts can break the layout in a hurry.  Use a separate external style sheet for content and typography styles.
    If you're using CS6 ver 12.0, you cannot nest divs inside other divs.  Everything must be inside the .gridContainer like this:
    <body>
        <div class="gridContainer">
              <div> </div>
              <div> </div>
              <div> </div>
        </div>
    </body>
    If you care to post a link to your online test page, we can take a look and possibly offer more suggestions.
    Nancy O.

  • Mobile website scaling

    I'm new to the discussion boards and relatively new to Dreamweaver. I'm designing a mobile website and have come across the issue that the pages are not fitting as I had hoped.  The idea is to have the page scaled to fit the width of the users device as the website is intended for mobile devices. I don't really know where the issue lies or where to begin as I have designed the pages in photoshop and exported the images as slices.
    The website is: http://www.hdsarchitecture.com/home_basic.html
    and the code is:
    code
    <html>
    <head>
    <title>home_sliced</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <script type="text/javascript">
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    </head>
    <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('html_images/profile_dn.gif','html_images/full_site_dn.gif','htm l_images/phone_dn.gif','html_images/email_dn.gif','html_images/location_dn.gif','html_imag es/portfolio_dn.gif','html_images/press_dn.gif')">
    <!-- Save for Web Slices (home_sliced.psd) -->
    <table width="640" height="1025" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
              <tr>
                        <td colspan="6">
                                  <img src="html_images/blank_top.gif" width="390" height="70" alt=""></td>
                        <td colspan="2" rowspan="2"><a href="home_basic.html"><img src="html_images/logo.gif" alt="" width="250" height="100" border="0"></a></td>
              </tr>
              <tr>
                        <td><a href="profile_company.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('profile','','html_images/profile_dn.gif',1)"><img src="html_images/profile_up.gif" name="profile" width="115" height="30" border="0"></a></td>
                        <td colspan="3"><a href="portfolio.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('portfolio','','html_images/portfolio_dn.gif',1)"><img src="html_images/portfolio_up.gif" name="portfolio" width="165" height="30" border="0"></a></td>
                        <td colspan="2"><a href="press.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('press','','html_images/press_dn.gif',1)"><img src="html_images/press_up.gif" name="press" width="110" height="30" border="0"></a></td>
              </tr>
              <tr>
                        <td colspan="8">
                                  <img src="html_images/home_image.jpg" width="640" height="700" alt=""></td>
              </tr>
              <tr>
                        <td colspan="8">
                                  <img src="html_images/home_text.gif" width="640" height="190" alt=""></td>
              </tr>
              <tr>
                        <td colspan="2"><a href="http://www.hdsarchitecture.com/home.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('full_site','','html_images/full_site_dn.gif',1)"><img src="html_images/full_site_up.gif" name="full_site" width="130" height="34" border="0"></a></td>
                        <td>
                                  <img src="html_images/blank_bottom.gif" width="140" height="34" alt=""></td>
                        <td colspan="2"><a href="tel:(617) 714-5870" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('phone','','html_images/phone_dn.gif',1)"><img src="html_images/phone_up.gif" name="phone" width="115" height="34" border="0"></a></td>
                        <td colspan="2"><a href="mailto:[email protected]" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('email','','html_images/email_dn.gif',1)"><img src="html_images/email_up.gif" name="email" width="115" height="34" border="0"></a></td>
                        <td><a href="https://maps.google.com/maps?ie=UTF-8&q=hds+architecture&fb=1&gl=us&hq=hds+architecture&ci d=0,0,16417967373915408692&ei=QsGoUavUK62q4AOfwYAw&ved=0CKwBEPwSMAA" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('location','','html_images/location_dn.gif',1)"><img src="html_images/location_up.gif" name="location" width="140" height="34" border="0"></a></td>
              </tr>
              <tr>
                        <td>
                                  <img src="html_images/spacer.gif" width="115" height="1" alt=""></td>
                        <td>
                                  <img src="html_images/spacer.gif" width="15" height="1" alt=""></td>
                        <td>
                                  <img src="html_images/spacer.gif" width="140" height="1" alt=""></td>
                        <td>
                                  <img src="html_images/spacer.gif" width="10" height="1" alt=""></td>
                        <td>
                                  <img src="html_images/spacer.gif" width="105" height="1" alt=""></td>
                        <td>
                                  <img src="html_images/spacer.gif" width="5" height="1" alt=""></td>
                        <td>
                                  <img src="html_images/spacer.gif" width="110" height="1" alt=""></td>
                        <td>
                                  <img src="html_images/spacer.gif" width="140" height="1" alt=""></td>
              </tr>
    </table>
    <!-- End Save for Web Slices -->
    </body>
    </html>

    Photoshop generated Image slices and tables are used for quick mock-ups to show a client before you actually build the site with HTML & CSS code in Dreamweaver.   PS code isn't stable enough for real web sites.  Use PS for images only.
    I should also mention that those MM Rollover menus are not very good for web accessibility because translators, search engines and screen readers can't read images of text.  You're much better off using CSS styled text links for menus rather than images.
    When creating fixed width layouts, you must factor in the browser's chrome.  640px may be the device width but not the viewport width.  Browsers typically reserve several pixels for scrollbars and borders.
    If you want to build a responsive layout in DW, download the free Bootstrap extension from DMX Zone.  This will make your work much shorter and give you a layout that performs well in all mobile, tablet & desktop devices.
    http://www.dmxzone.com/go/21759/dmxzone-bootstrap/
    Nancy O.

  • I have a mobile website and I would like the links to Google Maps, or any Map App, Can I do this with Muse?

    I have a mobile website and I would like the links to Google Maps, or any Map App, Can I do this with Muse?

    Hello,
    Are you talking about placing Google map in Mobile page created in Muse ? If yes you can do this by either using "Google Map Widget" or by placing " Embedded code" created at any map site.
    Here are the detailed steps for the same :
    How to Add a Google Map
    How to add a Google map | Adobe Muse CC tutorials
    Embedding HTMl in Muse
    Adobe Muse Help | Embedding HTML
    Please let me knew if you are willing to do something else.
    Regards
    Vivek

  • Mobile website using iWeb 1.1.2

    Hello I would like to create mobile website using iWeb. What are the best methods of doing this? I would assume just make it the correct dimesions for iPad and iPhone. What are these dimensions? What else do I need dot know? thanks!

    Here's a specially designed site for iPad :
    http://ipad.dailynews.webege.com/
    [Technical Note TN2262: Preparing Your Web Content for iPad|http://developer.apple.com/safari/library/technotes/tn2010/tn2262/index.ht ml]

  • Can Adobe Muse be used to create database driven websites?

    Can Adobe Muse be used to create database driven websites, or is it only through "replace image through browse from your computer".

    Hi Edgard,
    I am afraid that this is not possible in Muse at this stage, I will recommend that you post this on our ideas section over here, Ideas for features in Adobe Muse, and let our devs team know of this requirement.
    In muse you can only design static content. For any dynamic content that you need to render via DB, you will need to write custom code and insert it in Muse via 'object -> insert html' option or 'properties -> metadata -> html for head' option.
    - Abhishek Maurya

  • Creating dynamic sites - tutorials?

    I've created many static websites, but need to QUICKLY learn
    how to develop dynamic sites. I've not found many useful tutorials.
    I'm also wondering if there are any useful extensions that may
    streamline the process.
    Here is some of what I need to do:
    * Create a section that has an "Ask the expert" form w/
    later-posted answers. I'd need a form and table to collect the
    questions. I'd also need to be able to have the expert be able to
    enter her answers and then have those questions and answers
    displayed back to end users.
    * Create a searchable or by-topic selection of the "ask the
    expert" questions and answers.
    * I need to create a back end (?) so that the "expert" can
    add content, view questions, etc.
    Ideas for how I can start?
    thanks.
    michael munson
    [email protected]

    http://www.adobe.com/devnet/dreamweaver/articles/develop_web_application.html
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "tgwarrior" <[email protected]> wrote in
    message
    news:gigkt0$1er$[email protected]..
    > I've created many static websites, but need to QUICKLY
    learn how to
    > develop
    > dynamic sites. I've not found many useful tutorials. I'm
    also wondering
    > if
    > there are any useful extensions that may streamline the
    process.
    >
    > Here is some of what I need to do:
    >
    > * Create a section that has an "Ask the expert" form w/
    later-posted
    > answers.
    > I'd need a form and table to collect the questions. I'd
    also need to be
    > able
    > to have the expert be able to enter her answers and then
    have those
    > questions
    > and answers displayed back to end users.
    >
    > * Create a searchable or by-topic selection of the "ask
    the expert"
    > questions
    > and answers.
    >
    > * I need to create a back end (?) so that the "expert"
    can add content,
    > view
    > questions, etc.
    >
    > Ideas for how I can start?
    >
    > thanks.
    >
    > michael munson
    > [email protected]
    >

  • Mobile Website Development for Semi-Non-Coder

    Greetings! I was going through a tutorial on Lynda.com on how to build mobile Apps and the author; Joseph Lowery demonstrated where to set up a mobile website as part of the instructions. : File/New/Mobile Starters/ jQuery Mobile (CDN). So I thought I would try it. I have an old mobile website on a client's website that could stand for some righteous improvement over my hack CSS job I did a few years ago.
    Anyway, if I understand correctly, the navigation basically acts like page links that link to anchor tags accept they're not anchor tags; is that correct?
    That would mean that the entire website would be on a single index page correct (something tells me not, though)?
    If not, if it can have multiple pages, how do you link them. I tried to add simple links to other pages but no luck. Then I tried putting anchor tags, no luck. I'm sure this is just noobs luck but thought I'd ask the geniouses. What I really need is a turial on building mobile sites I guess.

    Hi
    This tutorial should help you get started and explain the difference between the two methods of creating a site - http://www.adobe.com/devnet/dreamweaver/articles/getting-started-with-jquery-mobile.html
    PZ

  • Create dynamic distribution group from 2 or more OU ?

    How I can create Dynamic distribution group from 2 or more OU ?
    I tried modified solution from this post:
    http://social.technet.microsoft.com/Forums/office/en-US/11a338b9-dbca-4378-9cda-4590a5b8d0f7/exclude-specific-ou-or-user-from-dynamic-distribution-groups?forum=exchangesvrgenerallegacy
    but I'm not sure will this work.

    Hi,
    I have some tests in my environment using Exchange 2013. I use the following cmdlet to create a dynamic distribution group through multiple OUs, but it can't work as I expect.
    New-DynamicDistributionGroup -Name "Users with mobile phones" -Alias "usermobile" -RecipientFilter{(((recipienttype -eq 'usermailbox') -and (MobilePhone -ne $null) -and ((RecipientContainer -eq 'contoso.com/users') -or (RecipientContainer -eq 'contoso.com/test
    OU'))) )}
    Actually, we have a dedicated support team regarding the Microsoft Scripts. I recommend you ask your question on our Microsoft Scripts forum which is staffed by more experts specializing in this kind of problems. Thanks for your understanding.
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?category=scripting
    Hope it helps.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Adobe Creative Cloud Muse: Why I don't receive anymore the email from the forms I created in several websites?

    Adobe Creative Cloud Muse: Why I don't receive anymore the email from the forms I created in several websites?

    Hello Sanjit,
    thank you for replying.
    I had the problem on this website, I have two forms, one simple and the other more sofisticated:
    www.oeso.org
    (at the bottom I have a simple contact form) and
    I created also a form on www.oeso.org/new-membership.html
    but i didn't receive any reply so
    I put the form on my website (architecturevisualdesign.ch) in a hidden form:
    http://architecturevisualdesign.ch/oeso-new-membership.html
    and here I receive the OESO New Membership Form Submission reply.
    Thank you for your help.
    Best regards,
    Nicole
    2014-09-09 11:17 GMT+02:00 Sanjit_Das <[email protected]>:
    Adobe Creative Cloud Muse: Why I don't receive anymore the email from the forms I created in several websites?
    created by Sanjit_Das in Help with using Adobe Muse CC - View the full discussion
    Please provide the site url in question , also have you hosted the site on Business Catalyst ?
    Emails can land to spam/junk folders so you should also check the folders.
    Thanks,
    Sanjit
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6713391#6713391
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Help with using Adobe Muse CC by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

Maybe you are looking for

  • Photo quality on IDVD

    Photo quality is poor when IDVD is shown on TV, What can I do to improve quality? Photos look good on PowerBook.

  • Solaris 10 installation hangs at filesystem preparation stage

    Dear all, I am facing problems trying to configure Solaris 10 which was preinstalled on a Sun Ultra 45 workstation. Passing the network configuration stage (some errors included) the installation simply hangs while trying to prepare the filesystem, h

  • The webdynpro/ABAP (WDA) calling RFC enabled FM of other ECC systems

    The webdynpro/ABAP (WDA) has problem calling RFC enabled FM of other ECC systems. WDA expects all the ABAPs, RFC FMs  of remote system(DEV, QA..) to reside inside its own instance. It is hard to transport and maintain these ABAPs FMs into a portal AB

  • The Toshiba website doesn't recognize my hard drive's serial number and P/N

    Hello, I bought my Toshiba Canvio Basics 3.0 hard drive from Amazon a little under two months ago. The hard drive stopped working for some reason (I didn't drop it or anything, it just stopped working). I was of course trying to use my warranty to fi

  • IPOD to ITUNES connect

    If I have an Ipod and I put music from my home computer onto my ipod through itunes, then go to a different computer, it makes me delete everything from my ipod before loading music from the second computer's library. Is there anyway that I can add m