Help!!Custom app. using dreamweaver

Let me start off by saying I am some what of a noob to what I
am trying to do here so bare with me.
What im trying to do is make a shop control app. for my
company using dreamweaver and excel. What I would like to do (but
not sure if it's possible) is make what I will call a "shell" page
using dreamweaver that will open and let me modify and save excel
spread sheets in ie or firefox. I would like to have 1 standard
spread sheet I can use for each part number we make, and the shell
page to open the spread sheet in what looks like a high end web
page and put the data in the appropriate place in the page so it
can be modified and saved back to the spread sheet.
So my question is, is this possible?
Let me know if you need any more explanation and any reply
will be appreciate

What is your proficiency level with -
1. HTML and CSS
2. Server-side scripting
3. Integration of databases with DW
The answers to those questions will determine the answer to
the "if it's
possible" question. If the answers are -
1. Slim
2. None
3. None
then I think you will need to consider hiring an experienced
developer to do
this work.
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
==================
"MROTTO06" <[email protected]> wrote in
message
news:fik9vm$otq$[email protected]..
> Let me start off by saying I am some what of a noob to
what I am trying to
> do
> here so bare with me.
> What im trying to do is make a shop control app. for my
company using
> dreamweaver and excel. What I would like to do (but not
sure if it's
> possible)
> is make what I will call a "shell" page using
dreamweaver that will open
> and
> let me modify and save excel spread sheets in ie or
firefox. I would
> like to
> have 1 standard spread sheet I can use for each part
number we make, and
> the
> shell page to open the spread sheet in what looks like a
high end web page
> and
> put the data in the appropriate place in the page so it
can be modified
> and
> saved back to the spread sheet.
> So my question is, is this possible?
> Let me know if you need any more explanation and any
reply will be
> appreciate
>
>

Similar Messages

  • Need some help frist time useing dreamweaver

    Hey all,
    I am totaly new to Dreamweaver and am needing some help. I am
    needing to make a feedback form. Would need it to e-mail me the
    feedback to something like [email protected] I also need to know
    how to make a footer for the copyright and desiged by, on each page
    without having to manually entering them. Any help I could get
    would be awsome.

    There are only two ways to process form data -
    1. Use mailto:[email protected] as the action of the form
    2. Use a server-side scripting method to a) harvest the
    form's data, b)
    process it in some manner, e.g., enter it into a database, c)
    formulate and
    send an email to one or more email recipients, and d)
    redirect the visitor
    to some ending page
    Method 1 is quite simple, and is also the least reliable. It
    depends both
    on your visitor having an email client already installed on
    their computer -
    this eliminates public computers, or home users without email
    clients
    installed (more and more it seems) - and on the installed
    email client
    responding to
    the mailto call. It is not possible to use this method *and*
    send the
    visitor to a
    thank you page as well.
    Method 2a is the preferred method, since it eliminates the
    problems of
    method
    1, but it means that you have to grapple with
    server-scripting somehow (ASP,
    CF, PHP, perl, etc.).
    Method 2b would be to use some third-party form processing,
    like
    http://www.bebosoft.com/products/formstogo/.
    You would have to decide which of these methods is best for
    your needs,
    but if it's Method 2a, then start by asking your host what
    they provide for
    form
    processing. If it's 2b, then read their FAQ/instructions
    carefully.
    For your footer, investigate the use of DW's Templates (use
    F1 Help to read
    about them), or of server-side includes (again, F1 Help will
    give you some
    info here, as will Google).
    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
    ==================
    "Xysos_Designs" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hey all,
    > I am totaly new to Dreamweaver and am needing some help.
    I am needing to
    > make
    > a feedback form. Would need it to e-mail me the feedback
    to something like
    > [email protected] I also need to know how to make a
    footer for the
    > copyright
    > and desiged by, on each page without having to manually
    entering them. Any
    > help
    > I could get would be awsome.
    >

  • Help with menu using dreamweaver?

    I have a menu that I WANT to look EXACTLY like this:
    http://www.ivoog.com/link2
    This is what I have so far:
    http://www.ivoog.com/link4
    I have many problems trying to make my menu look exactly like
    the one I showed you. Can anyone EDIT THE CODE to make the menu
    look exactly like the FIRST LINK MENU I showed you; or can anyone
    explain to me how to change the width/height and set a background
    image to the menu by using examples? Thank you and I greatly
    appreciate anyones help.
    Here's the links to the pictures:
    http://www.pics.ivoog.com/boxs1.gif
    http://www.pics.ivoog.com/boxs2.gif
    http://www.pics.ivoog.com/bbb.gif

    Ritesh, Good news for you. There is a 'Select Recently Modified' feature in DW Files panel which will help you. Actually, I did just learn about this today, looking at DW Files panel more in detail (it had skipped my attention all this while!).
    Files panel > Settings fly-out button on the top right corner, Edit > Select Recently Modified. You can choose 'Modified within x days' or you can give a duration of search 'from' and 'to' dates of modification.
    However, this doesn't do exactly what 50 files you worked on 5 days ago, but, somewhat helpful for you.
    Trust this helps.
    PS: I love Adobe for one thing - Been using their products - especially PS and DW for so many years now - and I still learn 1 new thing everyday!

  • Need help with session using dreamweaver

    have created a login page (php/mysql) with username and
    password boxes. when the form is submitted the mainpage loads up.
    i want the main page to be specific to that user, so i want
    their name to appear in the first line. eg.. Welcome back 'David'
    I read a tutorial in the past that tought me to send the
    users id in the URL and then create a record set on the mainpage
    that was filtered by the URL parameter.
    I have forgotten how to do this and the tutorial is no longer
    available on Adobe's site.
    I tried that with
    $_SESSION['MM_Username'] = $loginUsername; \\ in first page
    then
    echo $_SESSION["MM_username"]; \\in second page, but the
    problem is that is not showing user name.
    i need help with that please!
    can anyone tell me how to do this? Thanks in advance,
    AM

    IN the second page, you have to make sure that the session
    has been started.
    Put this at the very top of the page -
    <?php if (!isset($_SESSION)) session_start(); ?>
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Alidad" <[email protected]> wrote in
    message
    news:g184i4$jgf$[email protected]..
    > have created a login page (php/mysql) with username and
    password boxes.
    > when
    > the form is submitted the mainpage loads up.
    >
    > i want the main page to be specific to that user, so i
    want their name to
    > appear in the first line. eg.. Welcome back 'David'
    >
    > I read a tutorial in the past that tought me to send the
    users id in the
    > URL
    > and then create a record set on the mainpage that was
    filtered by the URL
    > parameter.
    >
    > I have forgotten how to do this and the tutorial is no
    longer available on
    > Adobe's site.
    >
    > I tried that with
    > $_SESSION['MM_Username'] = $loginUsername; \\ in first
    page then
    > echo $_SESSION["MM_username"]; \\in second page, but
    > the
    > problem is that is not showing user name.
    >
    > i need help with that please!
    >
    > can anyone tell me how to do this? Thanks in advance,
    >
    > AM
    >

  • Can I make phone apps with Dreamweaver 5.5?

    I recently came across a tutorial explaining how to make phone apps using Dreamweaver and Phonegap. Later I read that changes in Phonegap required DW CS6. I'm wondering if it's still possible to use my version, CS 5.5 or is an upgrade absolutely necessary?
    If not, is there another way to leverage the software I already own CS5.5 to make phone apps?

    Actually, you make phone apps with jQuery Mobile in DW.   Once completed, PhoneGap is used to compile your app for iOS, Android, Blackberry, etc...
    You don't need to upgrade unless you want to.  See link below.
    http://help.adobe.com/en_US/dreamweaver/cs/using/WSeffff8bffc80208478c8d43312e240fe0ad-800 0.html
    Nancy O.

  • I am using Dreamweaver cc 2014 and after applying css styles to my fluid grid layout I lose the resize, delete, duplicate and move up/ down ability.

    I am using Dreamweaver cc 2014 and after applying css styles to my fluid grid layout I lose the resize,delete, duplicate an move up/ down ability.
    For this reason I cannot build new pages by copying one page to create another.
    I have a third style sheet that I use for the navigation styles  and h1 -h6 ect. tags. and I am also using a css drop menu, can one of these be the problem?
    The css menu I am using has the following script - I goes at the bottom of the html page. Before the closing body tag,
    <script>
    $(function () {
      $("#nav").tinyNav();
    </script>
    I am also using the following for image control - I place it towards the top of the fluid
    grid style sheet.
        box-sizing: border-box; /* Opera/IE 8+ */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    Can some one please help.

    I am using Dreamweaver cc 2014 and after applying css styles to my fluid grid layout I lose the resize,delete, duplicate an move up/ down ability.
    This implies there is something broken in your FluidGrid Layout CSS file.   It  could be something simple like a missing semi-colon or curly bracket.   Run your code through the W3C validation tools below to check for errors.  NOTE:  ignore reported errors in boilerplate.css
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    Nancy O.

  • Using AIA to jump start application integration platform for custom apps

    Has anyone used AIA Foundation Packs as the core application integration framework for integrating custom developed applications?
    My company has Oracle / PSft ERP applications, but I'm wondering if there is value in exploring the Oracle AIA Foundation Packs to help standardize / implement application and data integration solutions between our custom applications. Most of our application architecture portfolio are custom apps on legacy Oracle Forms platform and Oracle ADF; Oracle Java rich client (EJB / Swing) applications.
    R

    Hi R,
    There are many AIA customers doing exactly the same. The value of standardizing the complete integration portfolio is very apparent and AIA Foundation pack provides you complete set of tools to achieve it.
    Regards
    Rohit

  • We need to cancel / delete further use of B2B custom app installed on ipad. how can we do this. we dont care that the redemption code is reusable. we just want to disable the app on the ipad. how can this be done ?

    we need to disable a previously provided b2b custom app on a non supervised ipad. can we cancel the redemption code to stop access to the app for the user who used the code? any help is appreciated.

    Wow, sorry to hear of your experience. Seems strange that your disk would just eject like they did. It could be a lot of things but more than likely you just kind of have to start all over.
    What I would do is insert your system disk and instead of going immediately to an install I would go to disk utility and erase the drive. That will erase everything on the disk and give you a new blank disk to start with. After that I would try to reinstall the system. Assuming that goes well then you should be restored to where it was when you purchased it. After that you can reinstall all your applications or personal files. I hope you have good backups.
    I remember one time I was having a similar problem and don't ask my why I did it but I actually could not get it to install a system. I removed both of my ram sticks, shut the computer down for about 10 minutes including unplugging it from the wall plug, then reinstalled the ram, plugged it back in and started up from the system disk and all worked just fine. To this day I have no idea if pulling the ram helped but I have never had to do it since and for some dumb reason that solved the problem I was having, which is the same problem you are having now. Call it voodoo but it worked.
    Good Luck!!
    Message was edited by: Al Van Malsen

  • Issue with creation of custom layouts using SAP Help Documentation

    Hi Experts,
    My requirement is to create a home custom page layout (using web dynpro) in Composite Environment. The default options available in CE are not useful for me. I set out to make a custom layout using the following this SAP Help Documentation: [          Creating a Web Dynpro Page Layout (SAP Library - Using the Portal as a Frontend)|https://cw.sdn.sap.com/cw/docs/DOC-102846]
    I have followed the instructions and followed all the steps, yet I fail to see the application in CE. The custom page layout is not displayed neither in options and is not available any where.
    Please let me know if anybody followed these steps and have got any success.
    Thanks in advance
    Srikant

    Hi
    Can somebody let me know if they have implemented a customised solution of creation of page layouts using Web Dynpro - as per the steps suggested by SAP.
    Thanks in advance
    Srikant

  • My iPhone 4 will not sync my new voice memos from the "Voice Memos" app to my computer. This is frustrating, should not be so hard, can someone please help. I use PC with windows 7 with iPhone version 6.1.3 and iTunes most recent. Thanks.

    My iPhone 4 will not sync my new voice memos from the "Voice Memos" app to my computer. This is frustrating, should not be so hard, can someone please help. I use PC with windows 7 with iPhone version 6.1.3 and iTunes most recent. Thanks.

    In the Music tab of iTunes, do you have 'Include Voice Memos' checked?

  • HT201272 Help - have an iTunes account on iPad for well over a year. Just bought iPhone 5 and I cannot purchase apps using my account. I am asked to verify my credit card and details but then it rejects them. They are still fine on the iPad. Any ideas?

    Help - have an iTunes account on iPad for well over a year. Just bought iPhone 5 and I cannot purchase apps using my account. I am asked to verify my credit card and details but then it rejects them. They are still fine on the iPad. Any ideas?
    I tried to contact support but they do not recognise my Thai phone number.
    the Thai support site is all in Thai (and I neither read or write it).
    All I want is a single email address that works - it must be quite a simple process.
    I don't want to create another account with another credit card - life will just get seriously complicated then.
    BTW my apple I'd is accepted for downloading free apps!!!

    First of all, you should always save you photos on computer like any other digital camera.
    Backup on iCloud or iTunes only backup your Camera Roll. The other photos should be already on the computer.
    Note: Photos are not saved in iTunes, it's only a conduit between your iPhone and your photo managing software on computer.
    What computer do you have?

  • I am using Dreamweaver CS4  and can no longer connect to Device Central - Can you help me with this?

    I am using Dreamweaver CS4  and can no longer connect to Device Central - Can you help me with this?

    Device Central was discontinued April 23, 2012.
    http://www.adobe.com/products/devicecentral.html
    And replaced with Adobe Edge Inspect CC (for Cloud subscribers)
    http://html.adobe.com/edge/inspect/
    Nancy O.

  • F4 Help in Customer Master using Dropdown Box

    Dear All,
    I am using BAPI_CUSTOMER_CREATEFROMDATA1 for customer master creation.
    I have a requirement from customer that he wants a drop down for Sales Organization, Distribution Channel, Division and for other necessary fields, data should come from R/3.
    Please tell me how to achieve it? How I get these master data from R/3 so that I can populate it on the corresponding dropdowns? is there any standard BAPI exist for it??
    Please help.
    Thanks in Advance

    Hi,
      Is the search help custom or standard? If custom then use the search help exit provided in the search help. If standard copy it into a custom one and make use of the search help exit.

  • I have a macbook pro with 250 GB of Space, 2.2 Processor, 16 GB of Memory 1600MHz, and Intel Iris Pro 1536. I backed up my apps using iTunes but I am having a hard time restoring my apps back to my iPhone 5s so could you please help me?

      I have a macbook pro with 250 GB of Space, 2.2 Processor, 16 GB of Memory 1600MHz, and Intel Iris Pro 1536. I backed up my apps using iTunes but I am having a hard time restoring my apps back to my iPhone 5s so could you please help me?

    So did you ever get your apps back on your iPhone?

  • Help building an e-commerce site using DreamWeaver MX 2004 and Oracle 10G

    I'm new to using Oracle 10G. After reviewing several rdms's I've picked Oracle 10G as my rdms. I'm trying to build an ecommerce site using DreamWeaver MX 2004 and Oracle 10G. The website will be selling hardware and software products. I have a choice in DreamWeaver to go for a .asp or .jsp setup. I have several questions, here goes:
    1. Is there any book/tutorial/whitepaper out there that describes building an ecommerce site using Oracle 10G/9I/8I? Just some examples as how to make the datamodel regarding the shopping basket etc.
    2. I prefer DreamWeaver as it let's me make nice looking css style based pages without throttling too much through the code. Are there Oracle tools which allow me to make an advanced nice looking ecommerce site?
    I hope some of you can help me get started. Any effort is appreciated.
    Cheers

    I'm new to using Oracle 10G. After reviewing several rdms's I've picked Oracle 10G as my rdms. I'm trying to build an ecommerce site using DreamWeaver MX 2004 and Oracle 10G. The website will be selling hardware and software products. I have a choice in DreamWeaver to go for a .asp or .jsp setup. I have several questions, here goes:
    1. Is there any book/tutorial/whitepaper out there that describes building an ecommerce site using Oracle 10G/9I/8I? Just some examples as how to make the datamodel regarding the shopping basket etc.
    2. I prefer DreamWeaver as it let's me make nice looking css style based pages without throttling too much through the code. Are there Oracle tools which allow me to make an advanced nice looking ecommerce site?
    I hope some of you can help me get started. Any effort is appreciated.
    Cheers

Maybe you are looking for

  • Billing and excise invoice for composits tax concept

    Hi,   I want to know the billing process, we are in manufacturing as well as in service providing,  in manufacturing  for the finish material  for the billing we follow the process,  after delivery with VL01N  we create the billing document with VF01

  • Can't get past the Apple Logo when starting my MBP

    Hi, I recently tried to install a new programm on my macbookpro with mac os x. The installation was successful, but the computer restarted afterwards, and hasn't been able to turn back on since. I always hear the startup sound and see the apple logo

  • Issue with local variable in forms personalization

    Hi All, I did the following things at last it is give me syntax error, please help me on this. Rules section: seq Description Level Enabled 1 Populate Number Function y Conditions: T.E : When new item instance T.O : REQ_LINES.REQUISIOTN_NUMBER Condit

  • Bsod when switching off, k8n

    just wondering if anyone can help. when i load up windows i can play games, benchmark, pretty much do anyhing without any problems. however when i come to shut down, half way thru the shutdown process the pc crashes to bsod and resets itself. any ide

  • How do I connect to the iTunes Store?

    How do I connect to the iTunes Store?