Using DS3 or DW8 to edit php site files in design mode

Thanks in advance.
Kinda new to Dreamweaver and website design. Have a site
being designed in .php. I have downloaded the site folder, access
it in DW, but only Code Mode. Is there any way that I can access
the Design code mode to work with it as a php file.
Do I, can I save it as a web page/html, access it, make
changes, then save it again as php?
Or will I need to deconstruct, cut and paste together back
into the original php file?
This is very important as I will need to constantly update
and add content every day and I want to use the $$ DS3 Adobe suite
to work with the php based oscommerce site being built for me.
Unfortunately, my site developer has no experience with any
Dreamweaver software and is not exactly eager to find answers.
So, with great appreciation, I am hoping that someone can
lead me in the right direction. Too much wasted time and energy
just to find out a yes/no or how and how hard answer to this
question.
Peace,
stress-freeliving

Gary,
While a novice to using dreamweaver or coding a website in
general, I am not an idiot or a novice to the art and structure of
computer, i.e., software programming. I have a degree in
engineering; in the day, I programmed in fortran and associated
languages.
So, what I have been discussing this entire thread and my
overall concern is that I want to change content pages and use a
software package such that it will not interfere with the php
coding of the pages and associated function of the site. Are all
end users required to know code to add content -- if so, we would
have millions of programmers to handle the millions of websites.
What I want to be is an end user who can efficiently add
content to his site. I don't want to have to learn how to use php
instead of continuing to research and learning on other subjects
that I wish to share; specifically, the workings of the brain, how
to learn, how stress and sleep affect our lifestyles and what we
need to do to overcome our natural tendencies towards our/my type
'A' behavior. I have spent approximately 20 hours trying to dig
through this the last 3 days, including a few hours associated to
forums without any answers, even though there have been some very
helpful people spending their time trying to understand my
predicament.
So, I don't want to have someone design a website, primarily
a site that is information and content based albeit with ecommerce
functions that will require me to dig into or learn what the php
code for bold this statement, or make this a header, or insert
image here, define this text box with these parameters, etc., then
take the time to insert those specific codes in articles that I
have already written in a word document that should be able to cut
and paste and post effectively and efficiently in the average
website or blog. Is that unreasonable?
All I wanted to know is can I or how can I use the built in
coding tools in Dreamweaver in this (my opinion not the css,html
site I paid for) php designed site and upload it without wreaking
havoc on the system -- irrespective and outside of catalog listings
which should not have anything to do with pure content based pages.
Am I wrong to think that in the design of a site, that templates
for content pages and even the index page could be designed in html
and leave the database functions to the php?
The problem is that every page has a php extension. Am I
wrong to think that this ecommerce site could have been designed
with css and html that would have integrated somewhat seemlessly
with the $2000 software package???
Wisdom is trying to find the people that know more than you
do on a subject, hopefully experts, and ask them the questions in
the right mode to get an answer such that you can continue
proceeding on the same path or come up with a better plan. That is
what I have been trying to do.
So, as an expert in dreamweaver and ecommerce sites: can you
use non php based programming? Can someone design a site in
dreamweaver using OsCommerce such that an intermediate end user of
the dw can add content using the systems tools and not screw up the
structure of the site -- and do so without having to dig into the
page code every step of the way?
And, yes, I have googled the subject and looked through
OsCommerce instructions, help pages, etc.., to no avail.
It seems that I will take what has been made, complete the
project, then find some other way to efficiently and effectively
produce an ongoing dynamic content site that will sell some things
on the side.
I am trying very hard to communicate effectively with my
designer and maintain a positive, forward-thinking mode to create a
workaround to his design mode to allow me to effectively,
efficiently and without harm add to the site without having to type
a backslash in front of every daggone apostrophe or actually
<br> every carriage return in the 100+ articles I have
already written.
Can I create an html document in dreamweaver then upload it
to the php site? I was told that I needed to then give it a php
extension for it to work. What is involved in this?
Dreamweaver supposedly handles php files? How? Just like
Notepad or any other text editor -- without any of the Tools or
functionss?
And, how can I make changes to the index.php file? This is
FAR from a process that I envisioned when my site definition for
contract said: "Css based, 3 column design for content and
ecommerce that user will add content on continuous basis using
dreamweaver".
As you can tell. This is not what I got.

Similar Messages

  • Clients using Muse/business catalyst to edit their site

    I am currently hosting clients' sites from my Creative Cloud account. Do clients have to sign up for a CC account to continue to host and edit their site? Is there a way to transfer Muse sites to another account?

    [Moved the discussion to Business Catalyst Forum]

  • Unable to edit the site in sharepoint designer 2013

    Hi,
    I have created a custom list for one of my requirement, and I want to change the look and feel of the custom list view, so I was trying to edit this list in SharePoint Designer 2013, I'm able to open the list in SPD 2013, but unable to edit anything since
    I'm getting the "This page does not contain any regions that you have permission to edit." error.
    It will highly appreciated if anyone help in resolving the issue.
    Thanks in advance.
    Anil

    Anil,
    Below links will help you. Please use them.
    SharePoint
    Designer 2013 – How to modify List View web part filters and parameters
    Create
    a custom list view using SharePoint Designer
    Share point list view custmization
    in sharepoint 2013
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • How  to show  php 'include' file in Design View?

    Is it possible (in design view MX04) to show a php include
    file?
    It shows if it's <?php include('myPage.inc'); ?>
    but if its got the .php ext, <?php include('myPage.php');
    ?>
    its doesnt show.
    Any way of making it show?
    Cheers.
    Os.

    > Is it possible (in design view MX04) to show a php
    include file?
    Yes.
    Does the include file *also* contain PHP code?
    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
    ==================
    "Osgood" <[email protected]> wrote in
    message
    news:e791va$css$[email protected]..
    > Is it possible (in design view MX04) to show a php
    include file?
    >
    > It shows if it's <?php include('myPage.inc'); ?>
    >
    > but if its got the .php ext, <?php
    include('myPage.php'); ?>
    >
    > its doesnt show.
    >
    > Any way of making it show?
    >
    >
    > Cheers.
    >
    > Os.
    >

  • Noob Used iWebsites, now can't edit/find site in iWeb

    Used iWebsites to allow for multiple sites with .Mac. Now "New Site" is the default (even if I delete it). When I launch iWeb "New Site" keeps reappearing
    (with no files visible in iWeb).
    The site I'm looking for (my original site, which still comes up online) is visible in the iWebsites dialog, but I can't find/open/edit it (even when I make it the "default").
    Please help! (Is it lost forever...just floating out there in cyberspace??)

    You shouldn't have to do that on the Mac or Windows.  Only thing I could find that would suggest loading files from there is a tutorial by David.  And although I would normally agree with him, keeping the files in a system library folder for a testing environment is really unnecessary.  I'd recommend moving them into your /Users/{username}/Sites folder.  There is already a modification to the apache server to recognize that as http://localhost/~{username}.  Or install something like MAMP that is in the Applications folder.

  • How to make use of datasheet view to edit Photos Site metadata?

    Hi,
    Is that possible to edit metadata in photo site through datasheet view? I just couldn't locate any datasheet view button there.

    Hello,
    If you saved picture in picture library then datasheet view does not supports directly. Try to copy the other library URL and create new view.
    http://jamarwright.blogspot.sg/2011/02/sharepoint-2010-picture-libraries-and.html
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Edit PHP pages in WYSIWYG {subject truncated by moderator}

    HELP! How do I edit PHP website files in a WYSIWYG format? In others words, I am able to edit static HTML where I can see my changes occur as I edit them. With PHP files it doesn't render as such. HELP!
    I am a beginner user but good enough to make edits to my HTML website. I just open the HTML file, make WYSIWYG changes and save them then use filezilla to upload to my server and boom changes are made.
    Right now I was just given a php site and I want to make basic edits such as expanding the navigation menu, adding more links, pages to the nav menu etc and cannot get Dreamweaver to act like it does with HTML or SHTML files. Why? How can I fix this so that I can edit my PHP files with the same ease as HTML?
    Thanks a ton!

    PHP is code view only.  To work with dynamic sites (php, server-side includes & MySql databases), you need to set-up a local PHP environment on your computer.
    Get one of these local testing servers for your OS and follow the installation instructions.
    WAMP for Windows - http://www.wampserver.com/en/
    XAMPP for Windows - http://www.apachefriends.org/en/xampp-windows.html
    XAMPP for Mac - http://www.apachefriends.org/en/xampp-macosx.html
    MAMP for Mac - http://www.mamp.info/en/downloads/index.html
    Setting up a PHP environment in Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
    Building your first dynamic website – Part 1: Setting up your site and database connection
    http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html
    Nancy O.

  • How do I edit FrontPage sites with Dreamweaver 8 without messing them up?

    I have to edit a friend's Front Page site using Dreamweaver
    without messing up her ability to publish also.
    I'm running Dreamweaver 8.0. I already installed an extension
    for dreamweaver mx called "Import Front Page Site Wizard for
    Dreamweaver" but it doesn't seem to work. Is there a version of
    this for DW8? When I "import" the site using IFPSWFD it says
    restart DW to complete the process, and when I restart it says the
    new site "has been added" but I don't see it in my list of DW
    sites.
    Does anyone have tips on using DW8 to edit FP sites without
    corrupting them?
    Thanks for your help!
    -jt

    i won't touch front page sites where the client/user/owner
    intends to keep
    on using frontpage. Not even with a borrowed ten foot pole.
    if they will keep there fingers out of it, yes; it can be
    worked on. If they
    want to keep using fp, no because in cleaning it up i'll
    break it as far as
    they and fp are concerned. Or worry about breaking it which
    is worse and not
    worth the aggravation.
    > You could be right - it's been many years since I worked
    with FrontPage and
    > the FP extensions and it's definitely a risk. I guess it
    just depends on what
    > changes are made to what pages, etc.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Switched Views in Site Files window [DW MX]

    I'm using DW MX (not 2004 or DW8), and somehow the Site Files
    window's display of Remote and Local files got switched around. Now
    Remote files are on the left, and Local files are on the right. Not
    a huge deal, but it's counterintuitive to me, and I'd like to
    restore the normal setup.
    How do I reset the view to the normal scheme? (Local on left,
    Remote on right) I can't see any way to do it.
    TIA,
    steve
    PS: I'm on Mac OX 10, if that matters...

    For DW MX 2004 on Windows, go to Edit > Preferences >
    Site. Set the
    "Always show" menu to "Local Files on the Left". I think it's
    the
    same for DW MX.
    Hope this helps,
    David Alcala
    Adobe Product Support
    >I'm using DW MX (not 2004 or DW8), and somehow the Site
    Files window's display
    >of Remote and Local files got switched around. Now Remote
    files are on the
    >left, and Local files are on the right. Not a huge deal,
    but it's
    >counterintuitive to me, and I'd like to restore the
    normal setup.
    >
    > How do I reset the view to the normal scheme? (Local on
    left, Remote on right)
    >I can't see any way to do it.

  • FTP publishing on iWeb to replace existing site - files not appearing.

    On iWeb, I used FTP publishing to replace my existing site files, then deleted the original files but not only has the new site files not appeared in my public html folder but I get the message:The requested URL /www.geofflevitus.com was not found on this server.
    Additionally, a 404 Not Founderror was encountered while trying to use an ErrorDocument to handle the request.

    but I get the message:The requested URL /www.geofflevitus.com was not found on this server.
    That's an indication that the index.html file that is created alongside the site folder by iWeb is missing. 
    Try publishing your site to a folder on your hard driive and use a 3rd part ftp client like the free  Cyberduck to upload the site folder and the index.html file.
    Cyberduck or Transmit will let you view your server folder in a Finder like window where you can see which files are missing.
    OT

  • How can i edit a .html file with jdeveloper?

    hi
    when i use ibm websphere, i can edit a .html file visually.
    but when i use 9ideveloper, i can not do the same thing.
    i do not want to learn writing html code with notepad.
    who can help me?
    tell me how to deal with this problem.

    Hi,
    JDeveloper 9.0.3 and 9.0.4 don't have a WYSIWYG HTML editor. JDeveloper 9.0.5 that will be close to 9.0.4 has a WYSIWYG editor for both, HTML and JSP.
    Frank

  • Can't edit php files in dreamweaver, access to site root denied

    Can anyone help me please?
    I've recently purchased a Macbook Pro after my PCs failed on me and also had to get a Creative Suite Web Premium. I have always used Dreamweaver to edit my php files. In Windows XP, I had to run the programme to run as an Administrator to edit php files. Now I have not a clue how to do it on Mac! Each time I tried to save a php file, a dialog box appear stating: Access to Macintosh
    HD:Library:Webserver:Documents:Untitled-1.php was denied
    Regards
    Sinead

    You shouldn't have to do that on the Mac or Windows.  Only thing I could find that would suggest loading files from there is a tutorial by David.  And although I would normally agree with him, keeping the files in a system library folder for a testing environment is really unnecessary.  I'd recommend moving them into your /Users/{username}/Sites folder.  There is already a modification to the apache server to recognize that as http://localhost/~{username}.  Or install something like MAMP that is in the Applications folder.

  • Using BufferedReader to get Unicode data from a .php site

    Hi,
    Probably a rather mundane question. I'm working on an applet which uses a .php site as a proxy to get at data found in a mySQL database. It's working adequately for text consisting of standard English characters only - the only problem is that every time I read in a file, it starts with the characters ""
    It's not working at all for text using other characters - I get an incomprehensible string of characters in Java when I try that.
    So my assumption is that Java does not understand that my php document is in Unicode, and is trying to read it using a different encoding system. I use unicode charaters elsewhere in this applet and have no problems with them, so I am assumign it must be an I/O error.
    What do I have to do to make Java realize that this is unicode?
    Here's the relevant code as it is now:
    String goTo = "http://[...]/info.php?search=" + toLink(search);
    URL test = new URL(goTo);
    URLConnection testConnection = test.openConnection();
    BufferedReader dis = new BufferedReader(new InputStreamReader(testConnection.getInputStream()));
    String inputLine;
    while ((inputLine = dis.readLine()) != null) {
                    giveout += inputLine;
    dis.close();The String giveout should have all the data from the document in it after this.
    Or do I need to change something about my php, which, as it is now, just displays the data from my database, with no HTML tags whatsoever?

    You probably have a 'byte order marker' ( BOM ) at the beginning of the file. You can use my BOMStripperInputStream posted in reply #7 of http://forums.sun.com/thread.jspa?threadID=5310966 or you can just discard the BOM bytes from the InputStream before wrapping it in the BufferedReader.
    Hi Sabre im facin the same probem.
    bufferedReader = new BufferedReader(new InputStreamReader(new FileInputStream("C:/Documents and Settings/Administrator/Desktop/UTF8RDFiles/Example.txt"),"UTF-8"));
    bufferedReader.readLine() returns a junk character ? at the beginning of the line.
    you have instructed to use your BOMStripperInputStream posted in reply #7 of http://forums.sun.com/thread.jspa?threadID=5310966 but i dotn know how to use it with bufferedReader because i want my method to return only a BufferedReader object.
    can you suggest me how to go about it.
    my code is as below need help.
    public BufferedReader check(){
                     bufferedReader = new BufferedReader(new InputStreamReader(new FileInputStream("C:/Documents and Settings/Administrator/Desktop/UTF8RDFiles/Example.txt"),"UTF-8"));
            return bufferedReader; // need to return bufferedReader object only...since some other code needs bufferedReader ...suggest me.
    i will be highly obliged if you paste the refined code.. please need your urgent help on this...
    Regards
    Deepak

  • Is it possible to edit your site remotely, without using MobileMe?

    ...please tell me there's [free] a way to do this without MobileMe (which I believe is the awesome, though dreaded, $100/yr program offered by Apple)? Please let me know.

    MobileMe has nothing do to with creating and editing a site with iWeb. but you do need a Mac computer running iWeb and have a current copy of the Domain.sites2 file that was used to create the site. If this is what you mean this online MacWorld article might be of interest: Managing an iWeb site from multiple Macs.
    OT

  • How do i download my PHP site and edit it with Dreamweaver CS5?

    I have followed the instructions and installed MAMP for mac. Connected and downloaded the entire site.
    When i open the index.htm file it appears with a URL for the main website.
    When i place it in live view the website code and design appear, but i cant edit it.
    When i copy the code and save it then open the index.htm file the design appears without the links to the flash, gifs, etc and looks pretty basic.
    the page appears with the following meta tag
    <meta http-equiv="refresh" content="0;url=http://playconcert.com">
    Can anyone help!
    Thanks in advance.

    I have followed the instructions and installed MAMP for mac. Connected and downloaded the entire site.
    When i open the index.htm file it appears with a URL for the main website.
    When i place it in live view the website code and design appear, but i cant edit it.
    Have you tried Inspect mode? If not try this:
    Open your page in Split Design/Code view. Start Live View. Start Inspect mode.
    Move the mouse around in Live View. Notice that the element under the mouse is automatically selected in Code View. Click on the element that you'd like to edit. Make your edit in Code View. Press F5 to refresh Live View.
    Repeat, if necessary
    HTH,
    Randy

Maybe you are looking for

  • MATMAS01 IDOC not reaching to SAP XI via report program.

    Dear Experts, WE are facing small challenge. I searched on SDN on scenarios: IDOC not reaching to SAP XI. But could not find exact solution t oour scenario. Problem: MATMAS01 IDOC is not reaching to SAP XI via report program and is in status of 03 on

  • Safari always opens a linked file rather than download it.

    Safari always opens a linked file rather than download it. Can't always Right Click for menu option as the web page is not setup that way. Have tried trashing the Downloads.plist from the user library. Still no joy. Thanks anyone

  • Apps in library not available for syncing

    I've searched and searched but can't seem to figure out this problem.  There are some apps in my iTunes library that I had purchased on my iPad and I want to put them on my son's iPod touch.  But when I plug in his device those apps don't appear on t

  • I get a message to install legacy JAVA SE 6, after installing Yosemite

    After installing the OS X Yosemite I get the message: to open "CS5ServiceManager" you need to install the legacy Java SE 6 runtime. A link to download legacy JAVA is provided but webpage is frozen. Any suggestions or links? 

  • Where clause at my Portal Form

    Hi, I would like to know how can i put a where clause at my Portal Form without using a view. Thanks, David Oliveira