Creation of a simple web site --- how to get started?

First, I have recently purchased CS5, which is a very nice bundle of fantastic software. However, the thought of mastering all of these packages is mind-boggling. I started by jumping around between different packages, looking at tutorial material, examples, etc. which was quite helpful for getting an overview of how some of them worked and how I might use them. Presently, I have two main objectives --- 1) use Photoshop for doing some painting of images, and 2) use Dreamweaver to build a web site for a friend who offers a place of refuge for homeless cats. I initially thought it might be good to start with the painting project, however, I have changed my plan, and would like to pursue the design of a web page that can be used to help people to find a cat that they can adopt. Note, this is a non-profit application, but one that I believe to be quite important. Here are some of my initial thoughts on this site:
Site purpose:
To provide a web site for anyone to look at information on cats at this home, and how they
can adopt one of them.
Some features of the site:
1. A cat database that I as the designer would create. This database would contain
    an entry for each cat available for adoption. It would include such things as
    the name, sex, age, paths to image(s) and/or video(s) of the cat, health status, etc.
    Anyone accessing this site should be able to easily navigate around it and to examine
    entries in this database. The client (designated person at the home offering cats
    for adoption) would be given privledges to modify the database (add, delete, and modify
    entries). The user interface for the client to update the database should be very easy
    to use.
2. A simple form that could be used for information on someone that would like to adopt
    one of the cats in the database or to make an appointment to go to the location where
    the cat is being kept (for actual contact with the cat).
3. Track number of visitors to the site
Preliminary notes on the database
Fields:
- ID code (key) % Default: yymmddhrmnName (year-month-day-hr-min-Name)
- Name
- Sex (M / F)
- Neutered / Not neutered
- Age (estimated)
- Type (breed)
- Tagged (chip or ear marking)/ Not tagged
- Checked In date (yy/mm/dd)
- Checked Out date (yy/mm/dd)
- Status (needs home / has home)
- Social state (1,2,3,4,5)
- Health state (1,2,3,4,5)
- Companion state (1,2,3,4,5)
- Image (file name) % multiple files allowed
- Video (file name) % multiple files allowed
- Medical/vet data (e.g. vaccinations, etc.)
- General information (text on cat that includes comments, observations, etc.)
Notes:
  * state = 1, Best
                5, Worst
  Examples:
          Social state = 5, very unfriendly, afraid, etc.
                               3, can touch if careful
                               1, very friendly, unafraid
          Health state = 5, not in good health (e.g. infection)
                               3, only minor health problems
                               1, in very good health
   Companion state = 5, must have another cat or cats as company
                               3, could be with other cat(s) company
                               1, does not need the company of another cat
Now, with this initial information (granted this is very rough), my question:
How, armed with CS5, should I attack the problem of getting this web site up and running?
Keeping in mind that I really would like to learn how to use CS5, and that this would be my first web site project.
Any suggestions, study plan, references, etc. would be welcomed.
Message was edited by: Birdy40 because of some small errors and changes.

In keeping with bregent's admonition - it will invariably turn out more complicated than you imagined, if only because the more you do with this the more you will think of to do. In addition to the excellent suggestions of David Power's books and w3schools, I would offer one other bit of advice: Simplify. Make  your initial project the simplest possible, and then gradually adding more and more features. That will make it easier for you - and this forum - to help along the way.
Perhaps as a first step, create a database with a few entries and then write code to retrieve the data.Even there you may find fields will need to be adjusted, added or removed or even redefined. Try all sorts of queries. Eventually you can create pages that will allow the input to be done with a form.
Good luck with the project./
Barry

Similar Messages

  • New To Web Design, How To Get Started?

    Just looking for some advice on what I need, I have used Dreamweaver before and have a little bit of web design experience (by little I mean not much at all!)
    I was just wondering what other Adobe software I would need along side Dreamweaver to build and maintain a decent site, I basically want to know what other apps work alongside Dreamweaver to make the whole process run smoother and easier
    Cheers for any help!

    Hello,
    Dreamwever is a good start for any web design project, also if you are doing the design side of things, Photoshop and Illustrator would be good additons to the toolbox for you web design projects.
    Hope that helps,
    Matt
    [signature deleted by host]

  • If I buy a digital book in  EPUB size from a web site, how I may read it on my IPad? Specify that I didn't buy it from Apple Store.

    If I buy a digital book in  EPUB size from a web site, how I may read it on my IPad? Specify that I didn't buy it from Apple Store.

    First, epub has nothing to do with size, it is a file format that is popularly used for ebooks, but ebooks published in epub file formats vary greatly in file size.
    It will depend on where you buy it.  Many books are DRM locked (Digital Rights Management, a software lock).  If so, in order to load it into another companies reader or reader software, you need to use something like Adobe Digital Editions to "authorize" the book on the device.  Apple's iBook software does not work with ADE.
    If the book was DRM free, you should be able to read it in any ereader or ereader program that supports epub format.
    If the book is DRM locked to B&N, Amazon, Kobo or whichever seller you shopped from, then the simples thing is to download their free app for the iPad (they all make one, in fact they all make free apps for iPad, Android, Mac OS X and Windows).
    So the short answer is yes, you should be able to read any epub ebook file on an iPad, although not necessarily in iBook.
    So, books from
    Amazon - get the Kindle reader app
    B&N - get the Nook reader app
    Kobo - get the Kobo reader app
    non-DRM epubs can be read in iBook, Nook, Kobo, or Google Play

  • I need explorer for certain web sites, how do I get it back for those?

    I need explorer for certain web sites, how do I get it back for those? I had an icon in case I needed Explorer, but now Firefox comes up. How do I change that back?
    Thank you!

    You can launch Internet Explorer from its icon on the desktop, Start Menu or the Quick Launch section of the taskbar. If you've lost the shortcuts somehow, you can create one as follows:
    # Right-click the desktop and choose New, then Shortcut.
    # Click the Browse button and select the following file:
    #* C:\Program Files\Internet Explorer\iexplore.exe
    # Give the shortcut a name, like ''Internet Explorer'' then click the Finish button.

  • When building a web site, how do I set up a blank browser page that I can pull html & css files into.

    When building a web site, how do I set up a blank browser page that I can pull html & css files into.

    David's book is a good place to start. This is really far more involved that can be covered in this forum. You'll need to get familiar with a database, most likely MySQL, PHP, how to send requests tot he database - queries - and most likely maintain a state with Sessions. As you can see, it's a bit involved. The good news is this skills you'll acquire to do this will go a long way! It will cover all the basic requirements of web application development.
    Dive in, and have fun!
    Lawrence   *Adobe Community Expert*
    www.Cartweaver.com
    Complete Shopping Cart Application for
    Dreamweaver, available in ASP, PHP and CF
    www.twitter.com/LawrenceCramer

  • My MacBook Pro mid 2012 laptop continuously lags on every web site and I get the spinning beach ball very often but when I log in as a guest, everything works fine. What should I do to fix this?

    My MacBook Pro mid 2012 laptop continuously lags on every web site and I get the spinning beach ball very often but when I log in as a guest, everything works fine. What should I do to fix this?

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • How to get started on Developer Server

    Hi
    Could you show me how to get started with developer server 6? How can I deploy an existing form to the web? Where can I read more information on this topic? Thank you.

    hi,
    It is avialble in the below URL:
    http://technet.oracle.com/docs/products/developer/doc_index.htm
    read it and try it
    null

  • How to get start to develop Oracle database applications with NetBeans?

    Dear Ladies and gentlemen,
    I am new to NetBeans. And I know nothing about Oracle. I have installed the
    NetBeans 6.8, and I want to learn Oracle database application development
    with NetBeans. I don't know how to get start. Give me some suggestions,
    please. Thank you very much.
    Best Regards
    Ma Xiaoguang

    Download Oracle Express Edition for educational purposes and start from there.
    Download at:
    http://www.oracle.com/technetwork/database/express-edition/downloads/index.html
    Documentation at:
    http://www.oracle.com/pls/xe102/homepage

  • Adobe Illustrator Help: tips for how to get started?

    I am new to adobe products. Does anyone have any tips for someone new who is just starting out
    with adobe illustrator? I have not used it before. Any beginner tips on how to get started with adobe
    illustrator would be appreciated. Thanks

    start by reading the documentation and follow the samples shown, get familiar with the user interface, get to know where the tools are and what they do...and the most important thing practice, practice, practice.
    other than that, there are plenty of resources online, depending on your learning style, buy a book, follow tutorials, watch videos, take a class.

  • Cloud and Pro features of Behance, how to get started?

    Hi,
    I want to find out more about http://www.adobe.com/products/creativecloud/behance-community.html
    How do I actually set this up, I can't find how to get started. I currently have a Muse website on BC.
    ~ Anita

    Anita1390,
    You will get Behance integration with the new CC which is not yet launched. This article will give you an idea about the steps you need to follow to get stated with Behance.
    http://helpx.adobe.com/creative-cloud/kb/publish-behance.html

  • Boundary Lines on Simple Web-site project

    I'm new to Muse, and I'm setting up a very simple personal portfolio web-site.
    I ran into a minor problem. I'm setting up a very clean Master page with an all-white background. Muse puts a black boundary line around the header area and the master page's body text area and footer. I need to eliminate these boundary lines but I haven't found a way to get rid of them.
    How do I do that?
    Thanks in advance!
    --WA

    Hi WA,
    Seems the black line is coming up due to stroke width selected.
    Select Header, footer and the text area and put the stroke width to 0, or select none in stroke drop down.
    Here check this link: http://gauravr183.businesscatalyst.com/images/2013-06-11_1450.swf
    Hope this helps.
    Regards,
    Gaurav Aggarwal

  • Where to look for info about creation of a complex web site ?

    I'm more of an artist and graphic designer than web site creator but one of my clients now want to have what I believe is a very complex enterprise level web site for e-commerce.
    They have a fairly clear idea in terms of user experience and features and I can help them with the graphic design part of it but they and I have no idea what it would take and how much it would cost for the development.  I would like to know how to find this information and will appreciate any advice and tips for selecting developers.

    function(){return A.apply(null,[this].concat($A(arguments)))}
    function(){return A.apply(null,[this].concat($A(arguments)))}Nancy O. wrote:
    I think that at least there must be a project manager that have some view over all aspects of the project and such person should at least have a basic idea about each aspect and skills required.
    Yes.  The Project Manager is the lead team member responsible for the following key areas.
    Project Management -- fact finding, plan development
    Domain name registration
    Server hosting
    Site concept -- flowchart
    Photographer
    Videographer
    Video Editor
    Graphics designer -- logo, artwork, etc...
    Design Concept  -- PSD
    CSS - from design concept to workable layouts for VARIOUS web devices.
    Web Media specialist -- slide shows, audio/video, podcasts, etc..
    Front end developer
    Back end developer
    Content copywriter/editor
    Language translators
    Search engine optimization
    Web Accessibility specialist
    Keyword advertising
    Content updates  -- in house staff trained to use the CMS and pull orders off e-comm system.
    Site/server maintenance -- file/database back-ups, security upgrades, restores files if server is compromised, etc...
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    "Oh my God"
    Much of this stuff, I have never hear about it.
    I'm so glad that I have learn to keep my mouth shut, and don't bit more that I can chow.
    In the past, I would LOVE to "explain" to people, how much this or that may cost, and
    how difficult will be to make, NOT KNOWING WHAT I WAS TAKING ABOUT
    "Oh My God"
    Thanks heaven I don't NEED  to do that anymore.
    emil emil wish you the best, and I will try to contact who ever build the BestBuy web, Target, Cosctco, or Adobe website and "see" about the price.
    Saludos
    Daniel Ulysses

  • Product Database Management For Manufacturers Web Site - How do I do this W/ Templates?

    In short, I have an excell database of product. I am
    developing a web site for a factory with many products. I have
    never used a database to fill specific template data, except for
    3rd party shopping carts...
    So, how do create a database, upload it to the site, and
    allow users to access product information? Looking for your typical
    database to template set up with tags in specics spots withint he
    HTML of the template that reference the columns of data in a
    specific row of the database.
    I basically need a shipping cart, but with no "BUY" or "VIEW
    CART" buttons.
    Thanks!

    I'm not an expert on this but you need to know what sort of
    server
    you're going to be using. The server can drive what database
    you're
    going to use.
    MySQL?
    MSSQL?
    Access?
    There are others.
    If you're on a PHP server you may want to stay with MySQL.
    Talk to your
    server admin to see what is installed. MySQL has a control
    panel called
    "Workbench" that can manage the database.
    MSSQL uses Enterprise Manager to administer the database.
    Whether it's MySQL or MSSQL, each will be able to import
    data; same can
    be said for Access. Access is probably the least flexible; in
    other
    words, it's not built for as high of performance but for
    small sites
    without a lot of traffic, it's probably fine. With Access,
    you basically
    build the tables and everything on your own computer and then
    upload the
    mdb file to the server.
    Once you have the database, you can start to build a page in
    Dreamweaver. The first thing you should do is pick your
    server script
    language VBScript, php, ... You then create a connection to
    the
    database. Once the connection is made, those tables become
    available to
    drag and drop on your page. From there you can do repeats and
    form
    columns of data to display products.
    That's it in a nutshell.

  • Do I need Bea Weblogic Portal for simple web site ?

    I have a decision making situation here to use or not to use Bea Weblogic portal 8.1 for my web application along with struts.
    Situation : Application has service( batch process with client applications, hand held devices ) and web ( browser based interaction ) oriented architecture. Data flows into centralized system and this data being diagnosed for analysis and displayed on web ( text and as graphical charts ).
    I do not see much content management required like Yahoo, but have lots of configurable dynamic presentation . ( dynamic page views DHTML, graphical charts etc,�.).
    Question : Is Bea Weblogic Portal 8.1 of any use in this situation ?
    Thanks in advance.

    First let me thank you("duffymo") for your interest in responding to this post.You're most welcome.
    I am in elementary at BEA WLP, trying to understand and use it for the first time.
    I am analysing at very high level view of architecture.Thinking before doing is an excellent idea. I commend you for exploring it before plunging in.
    Struts brings the frame work for web application that controls flow and model.
    Seems to be WLP brings the personalization to the web site.I think that's correct. Struts is a JSP/servlet-based Web presentation framework that helps you maintain MVC separation using a Model-2 scheme. (Google for unfamiliar terms.)
    Bringing WLP in to the picture makes any sense.I agree if you meant "does not make any sense". You don't need a portal, based on your earlier description. Roles might be in play here. You'll have one for each of the three scenarios that you described in your earlier response.
    You'll NEVER have a situation where someone will have the client and admin views visible at the same time. It sounds like your three roles are mutually exclusive. In that case a portal isn't necessary.
    Do they;( Bea WLP, Struts ) go hand in hand in the same architecture. Can I achieve the same by just
    using struts with out WLP.You can certainly use Struts with BEA's WebLogic. That's a J2EE app server, which has a servlet/JSP engine built in. Maybe that's the confusion here. Is your client insisting that you use WebLogic or the Portal product? They work together. I don't believe you can use the Portal product without WebLogic, but you can use WebLogic without the Portal. Clarify that point with your customer. Maybe they're just asking that you deploy on WebLogic. THAT is quite sensible.
    You need to ask your customer another question: do they already have a license for WebLogic and Portal, and is the software installed and running, or are they planning to buy one for the sake of this project? If they want to spend the money and give you a chance to learn WebLogic by all means let them, but know that there are other, free alternatives. (e.g., Tomcat, JBoss, etc.)
    Here's one for you: how familiar are you with J2EE? Have you done any projects with EJBs? Will this project require them? How well do you know Struts/servlets/JSPs/JSTL, or will this be your first time with them, too?
    I would like to learn WLP feature, but trying to save money for my client by not using too many
    technologies.I agree. It's something you can add on later if you need it. Best to get the base application up and running first.

  • Blocked from foreign web site, how to fix?

    When I try to view a video at this web site (http://hamtrak06.mtv.co.uk/), I get an "access denied" error because I don't live in the UK or Ireland.
    Is there some setting or adjustment to make Safari look like its in the UK when it requests content?
    Please help, I'd like to watch the hamster races.
    Thanks in advance!!!
    iMac G5, 2.1 GHz, 1.5 GB, 500GB HD   Mac OS X (10.4.7)   MacBook, 2 GB ram, 160 GB HD

    I think computer IP address will identify your isp point of origin so if not local to the UK access is denied.
    But any ways us mac users can't view that sites videos as they are Windows DRM protected WMV files so no direct X/active X what ever Microsoft spyware NO access sorry !
    Imac G4   Mac OS X (10.4.7)  

Maybe you are looking for

  • Loading a raw image in BufferedImage

    Hi guys, I'm very new to java .I have a raw image which has 32 bit pixels which has ABGR...with alpha as the most signficant byte and the red as the least significant byte. I have an array of ints and I want to load this to a BufferedImage object. I

  • Normal Mode vs Expert Mode

    Today I have found something really weird, that I would like to know if anyone knows the reason. I have a programmatic View Object with a transient attribute rendered as an InputListOfValues. This attribute has a related read-only View Obect which di

  • Can i embed an html page in the webdynpro

    i am having a html file which will select one file and will upload to the server... can i embed that html file in my web dynpro application...

  • Aperture: Will not import images from a device connected to my macbook pro USB port

    so i've scanned and scanned many iscussions and came up with no answers to my problem and i know there must be a simple solution. why can't i sync my photos anymore and why are some of my previews missing? from my iphone even though they are ON my ip

  • DirecTV DVR HR20 connect to internet via Time Capsule

    Hi Everyone, I've searched and come across various topics about connecting the DirecTV DVR to the internet via Time Capsule, but none of them seem to provide a solution for wireless connectivity.  Can anyone point me to a topic where it describes the