Books for Learning Web Design

Hello, I have been working part time as a freelance Web
Designer and am now looking to learn more about such things as CSS,
XHTML, PHP, MySQL, Dreamweaver and Flash (and more).
Which books/ resources do you recommend? The O'Reilly series?
Any help would be GREATLY appreciated.
Cheers,
Derek

Nancy O wrote:
> I went to the university of hard knocks. When I began in
this business,
> there were no "classes" in web design. I learned from
viewing source code
> on other web sites and keeping text libraries of code
snippets to refer back
> to.
>
> Of late, I have heard tales of misfortune by people who
have signed up for
> web design classes only to learn later that the
curricula / instructors were
> sorely lacking. That's not to say there aren't some good
courses at the
> community or extension level, just choose wisely &
poll people who've taken
> those courses to see if they are satisfied before you
pay your dime. You
> can't learn everything at once. Pace yourself. Focus on
one or two things
> now like XTML/CSS. Then expand into scripts, dynamic
languages & databases a
> little later to give yourself time to absorb it all.
>
> Eric Meyer has written many articles and books on CSS
>
http://meyerweb.com/eric/css/
>
> www.Lynda.com is a good for self-paced study via on-line
videos and
> documents.
>
> David Powers has written some very good books on
building dynamic sites with
> PHP in DW. When you're ready, look on Amazon.com for
used copies.
>
>
> --Nancy O.
> Alt-Web Design & Publishing
> www.alt-web.com
>
>
>
>
> "Media Corp." <[email protected]> wrote
in message
> news:[email protected]...
>> Hi Nancy, thanks for your reply.
>>
>> I have been using W3Schools over the past few years
with great success.
> I
>> feel like I have learned a lot, and, most
importantly, I've learned that
>> teaching yourself can leave 'holes' in your
knowledge base (the term 'you
> don't
>> know what you don't know' comes to mind).
>>
>> I'm fortunate to have the opportunity to either:
>>
>> A) Study Web Design full time at a college
>>
>> or
>>
>> B) Round-out my current (self-taught) knowledge with
some great books.
>>
>> I think books (and definitely formal education),
have the benefit of a
>> coordinated, well developed 'curriculum'. I think
I've picked up enough
> bad
>> habits while teaching myself over the past few
years...so perhaps a more
>> 'structured' delivering would be good.
>>
>> But, I don't know. So any help would be greatly
appreciated!
>>
>> How did you get started in Web Design? What route
would you recommend to
> a
>> 'newbie'?
>>
>> Thanks again,
>> Derek
>>
>
>
I can recommend the latest David Powers book "The Essential
Guide to
Dreamweaver CS3 with CSS Ajax and PHP"
I started skimming this book and ending up going through
cover to cover.
I've learned a few tips about using Dreamweaver better,
especially
getting most from the way the CSS panel works and heaps about
PHP which
has made me rethink completely my approach to forms etc. Lots
of
titbits to fill in those gaps you mentioned. This guy is such
a good
communicator I've now ordered his book on PHP solutions as
it's got me
fired up to want to understand it better. I doubt I'll ever
be
programming from scratch but at least my troubleshooting and
customisation cabability should improve.
Jan

Similar Messages

  • Suggest a good book for learning?

    Hey, all.
    Trying to get into the automating/scripting thing as I've started a new job that has to do a lot of versions of similar animations/illustrations. I'm no programmer, but have had some success with simple AppleScripts in Illustrator and Photoshop, but After Effects doesn't like to play nice with AS. So I figure I may as well focus my efforts on ExtendScript/JavaScript to work with all the apps, be cross-platform, plus help with my limited Expressions knowledge.
    So can anyone suggest some good books for learning the JavaScript language? I've done online tutorials, which have helped a little, but just a big ol' consolidated JavaScript book, teaching the structure and syntax from the beginning (again, not a programmer by trade) would be best for me. Thing is, 95% of the books I've looked at are focused on web design, which I'm not that interested in. I'll use one if the core JavaScript teachings are well-presented and I can just ignore the web stuff; just don't want to buy a book that I'm only going to read half of and not learn everything I need to.
    All suggestions welcome, and thanks in advance.

    Hi there - lots of resources...
    Look up "eloquent javascript" online for a pdf.
    Javascript - The Definitive guide
    NewThinkTank on youtube
    Codeacademy
    Then it's the scripting guide for the other half.

  • Good books for java web services

    hi.. i want to learn java web services. can anyone pls tell me the good books or material if any to start with. I have exp in core java.

    http://www.soabook.com/ The Good Book for modern web service development in Java.
    http://www.amazon.com/J2EE-Web-Services-SOAP-JAX-RPC/dp/0321146182 The Bible about all things web services.
    Get them both, use the first to learn and the second as a reference.

  • Good book for learning pl/sql quickly

    Please suggest me a good book that covers all aspects of pl/sql in depth.
    Thanks in advance. :-)

    A good book for learning PL/SQL quickly?
    That is not a function of the book. That is a function of your ability to learn and understand new concepts. No book can make you learn "faster".
    Also, even before trying to learn PL/SQL, there are concepts and fundamentals to understand. Specifically:
    - [url http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/toc.htm]Oracle® Database Concepts
    - [url http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14251/toc.htm]Oracle® Database Application Developer's Guide - Fundamentals
    - [url http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14261/toc.htm]Oracle® Database PL/SQL User's Guide and Reference
    And after that, also have a look at Application Developer's Guide - Large Objects, Application Developer's Guide - Object-Relational Features. Not to mention the SQL Reference and the PL/SQL Packages and Types Reference guides.
    All available via http://tahiti.oracle.com

  • Book for REST web services

    Hi,
    Suggest me one good text book for learning RESTful webservices in java from the basic..

    here is a sample the service class handling REST stuff:
    myServices.factory('resService', [ '$resource',
        function($resource) {
            return $resource('http:/server:8080/objects/:objectID', {}, {
                query : {
                    method : 'GET',
                    params:{objectID:'objectID'},
                    isArray: true
                update: {
                    method : 'PUT',
                    params:{objectID:'@objectID'}
                delete:{
                    method:'DELETE',
                    params: {objectID:'@objectID'}
    I hope this will help!
    Best regards,
    Thomas.

  • What is the best up-to-date, reliablely accurate book for learning PowerShell?

    Hi,
    In my previous thread, I asked why "get-disk" gave me an exception.  Thanks to this forum, I found out that WIN 7, doesn't support the cmdlet.  The book I'm using did not mention this information.  In fact, he distinctly lists
    Windows 7, SP 1 as a viable OS for the commands he wants the reader to perform.  I lost hours on this error. 
    Se la vie. 
    However, I now doubt the book and don't have time to ferret out additional errata.  So, if anyone has a suggestion for a trustworthy book for beginners, please share your knowledge.
    Many thanks!

    This is a duplicate.  This system is gebnerating hundreds of dupes because of constant server errors.
    https://social.technet.microsoft.com/Forums/en-US/861dd4e7-f199-4c8c-ac72-3ffeeeee674f/what-is-the-best-uptodate-reliablely-accurate-book-for-learning-powershell?forum=ITCG
    ¯\_(ツ)_/¯

  • Book for learning application development

    I need a good book for learning application development for ios.
    If you have a website, it will be good.
    If I can buy through the site, it's even better.

    Use the resources you pay for with a dev account in the iOS Dev Center(s).
    iOS Human Interface Guidelines
    iOS Starting Point
    Start Developing iOS Apps Today
    App Development Overview
    App Store Review Guidelines for iOS Apps
    Your First iOS App
    iTunes Connect Developer Guide
    iTunes Connect Guide
    Learning Objective-C: A Primer
    Also: iTunes U

  • ~ Must Have Books for Learning CSS?!

    What book(s) are MUST HAVEs for learning CSS positioning and
    formatting? I am using now the Hands on Training Dreamweaver 8 one
    by Garo Greene but would like an excellent supplemental book.
    Thanks,
    Angie

    Cascading stylesheets by Eric Meyer - (actually anything css
    related by
    him)
    http://tinyurl.com/nglvr
    The CSS Anthology by Rachel Andrew:
    http://tinyurl.com/p5ccx
    HTML Utopida - Designing without Tables: Rachel Andrew
    http://tinyurl.com/oonxf
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    http://www.perrelink.com.au
    - Web Dev
    http://www.adobe.com/devnet/dreamweaver/css.html
    - CSS Tutorials
    "computerkitten" <[email protected]> wrote
    in message
    news:e4vt98$c1g$[email protected]..
    > What book(s) are MUST HAVEs for learning CSS positioning
    and formatting?
    > I am
    > using now the Hands on Training Dreamweaver 8 one by
    Garo Greene but would
    > like
    > an excellent supplemental book.
    >
    > Thanks,
    > Angie
    >

  • Advice on books for learning CS3 Master Collection

    I've been trying to learn as much as I can from tutorials and just basic knowledge from around the web.  I am understanding a little as I go, but am thinking that a book or two might help me as well.  I have several sites that I visit from time to time, so I don't need help on that front.  Can anyone give me some advice on what literature I should buy?  I own the CS3 Master collection, and I'm hoping to learn Photoshop, After Effects, Premiere Pro, Dreamweaver, and maybe other programs related to web design.  I've heard that the bible series is pretty good, but since I'm still considered new I really don't know where to start.  And not sure if this is the place to ask, but as far as web design is concerned, should I also get a book for coding? 
    Sorry if this is a topic that is asked every five seconds, but I've looked around as much as I could and this was literally my last option.  And in case anyone was wondering, I asking in this forum since every time I start off in one program I usually end up in Photoshop, so I assume people who know Photoshop also know some of the other programs, also I didn't really see a forum best suited for my question.  Any help with this is greatly appreciated.

    You would do best to buy individual books for each application.
    Some books try to have an overview of several different applications, but they only give the barest amount of information on each one and are basically useless.
    Some books like the Bible series are extremely large (Photoshop CS3 over 1,200 pages) but don't assume that more is automatically better.
    I think they make some of them big just to impress people looking for an instruction book at their local bookstore.
    The Bible and some other books include a CD of images and give step by step instructions using the supplied images.
    But they really don't explain how the procedures work and why you would likely using this procedure rather than another.
    They basically said, do this, now do that, do another thing, etc.
    The Quick Start Guide series by Peachpit Press dispenses with the hand-holding step by step intructions.
    It explains how and why to do things and has screenshots on every page to show the menus, tools and procedures of actually using Photoshop.
    The Quick Start books just give solid information and are usually much more affordable, which is helpfull if you are buying several books for different applications.
    Peachpit Press also has another series of books, their Real World series. These are larger books but without the CD, etc.
    Over the last 20 years I've had many different books, but in my estimation the Peachpit books are the best of the bunch. Your mileage may vary.
    Since CS3 is rather old, I'm assuming you are looking at Amazon or other online sellers. You might even be able to get some used books through Amazon resellers an a greatly reduced price.
    Good luck.

  • Need a simple book to learn OO design

    Hi all,
    I need a book which teaches OO design concepts using Java examples. I have 3 years programming experience in Java web applications. I partially read the GoF book(rather it is fair to say I read portions of the book many times) but seems hard to understand. I need to learn how to identify objects, how to design the interaction between objects, .... .
    Is there any suitable book for me. I need a book which is for developers and not academicians.
    rgds
    Anto Paul

    I think I need book to learn OO Analysis rather than
    design. I was totally confused when I posted this
    message her first time as what I need to learn. Only
    if I could identify the objects and its behaviours
    and responsibiliites I could design it. Can the
    patterns book will help me ?. I need easy to
    understand book on Object Oriented Analysis.I think what you want is called 'experience.' OO is like chess, many books will explain it and give you the fundamentals and ideas. However, the only way to learn it is to play it.
    You will learn over time as you work with it. Keep that GOF book handy as I still have not found a better reference.
    Patters are more a way to explain what you have done and communicate your ideas, than a way to design a program. I never inserted a pattern into my software, but often I realize what I just created fits a certain patters. Furthermore, the pattern you are looking at is often a matter of your perspective.

  • Books? AS3 & Web Design...

    Im new to everything programming wise, the epitome of a newbie. But I really want to learn. I can work the timeline, make animations etc, but I cant
    get tutorials to teach me actionscript because they either expect you to have background knowledge or are using AS2.
    I have the latest copy of Flash, and am obviously using AS3.
    So from what I understand the way to go is to buy a book (feel free to correct me if im wrong) so can anyone point me in the direction of a book that
    accepts the fact that I know nothing about AS to start with.
    Also the reason I want to learn flash I to design websites. Is this the best way to learn to create websites? And Is there any subsequent web design packages that go with it that I need to learn?

    Well it would make things a little easier if you already had a background in working with Actionscript, but I think reading through a book is a good way to go about it. I typically will spend some time at Barnes & Noble reading through Flash books and taking notes.Here is a book that I think is really good at getting you started in AS3: 'Learning Actionscript 3.0,' http://www.learningactionscript3.com.
    Another thing I think that helps a lot is watching video tutorials, so you can the actual steps that are being made. I think Lynda.com is a great place to get good video tutorials, but it's a paid service; I'm not sure if they have a trial but it would be worth a look.
    Well good luck with your adventure.

  • Recommened book for learning PL/SQL

    I've been trying to learn PL/SQL from Oracle's documentation, and I'm a bit tired of it.
    All the information is there, but you really need to scan back and forth to collect all the bits you need. It is rather difficult.
    Can you recommend a good book? I want to learn all the idea and concepts, not just the syntax. So please don't direct me to "Learn PL/SQL in 21 days".
    Thanks.

    It may be true that one can get away with documentation. However, it greatly depends on your background. If you learn language X, and this is your very first exposure to programming, you won't find documentation inspirational. You will suffer with badly chosen textbook too. As you progress, the matter of a good book becomes less and less important. You may find that for learning your second language you don't need a book, and this is especially true in the era of internet, when there is a great competition among web tutorials.
    My apology for not being specific, but the matter of finding a good book is easy -- you just go to amazon, find several with high ASR, and chose the one based upon readers reviews. You will unlikely to expect better feedback to your question here.

  • Book for learning 3D in Director

    Hi all,
    Could you recommend a book to learn 3D in Director?
    Thanks in advance
    O/

    Hi,
    There are a few, any new that i know since version 2004 MX. But very good old ones, the 3D core in Director is almost the same from version 8.5 then these books could be useful:
    1.- Director's Third Dimension: Fundamental of 3D Programming in Director 8.5, Paul Catanese, QUE.
    2.- Director Shockwave Studio: Developers Guide, James Newton, Osborne.
    3.- Shockwave 3D, Jason Wolf. New Readers.
    4.- Real-Time Interactive 3D Games: Creating 3D Games in Macromedia Director 8.5 Shockwave Studio, Allen Patridge, SAMS.
    5.- Director MX 2004 Games: Game development with Director, Nik Level, Focal Press.
    6.- 3D for the Web: Interactive 3D animation using 3ds max, Flash and Director, Carol MacGillivray, Focal Press.
    7.- Director 8.5 Studio: with 3D, Xtras, Flash and Sound, , Christopher Robbins & others, friendsof ED.
    8.- Director(R) 8.5 Shockwave(R) Studio: The Complete Reference, David Mennenoh, Osborne.
    9.- Special Edition Using Macromedia Director MX, Gary Rosenzweig, QUE.
    There're others but with less 3D learning stuff. The first in the list is what I consider the best one.
    I hope this help you.
    Have a nice day!

  • Mac or pc for dreamweaver web design?

    So just wondering anyone better to do this would think pc
    since most users visiting the site are pc based? Im using at work a
    mac for designing a new website using cs3, I test the files on a
    outdated pc to see how the files work and look....... I cant upload
    anything since when its done i have to pass the files to the owner
    to upload the pages since im not allowed access to it.....

    Sage advice. I would concur.
    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
    ==================
    "Jeff" <[email protected]> wrote in message
    news:gib8h5$sn7$[email protected]..
    >I have a MAC (G5 dual 2.3 MHz Power PC) which I bought
    primarily to run
    >Final Cut Pro. This machine also has dreamweaver CS2
    installed but I rarely
    >use it for web development.
    > My other computer is a core2 quad 28.3 MHz PC. Where I
    do 99% of my web
    > design using Dreamweaver CS3.
    >
    > Both machines are very stable, fast and reliable.
    Overall, I prefer
    > working on the PC, I feel more comfortable with the PC
    because my first
    > computer was a PC (286), I have 11 years experience with
    the PC platform.
    > Also, the PC lets me prview my designs on all the
    primary browsers; IE,
    > FF, Safari, and Opera
    >
    > My advice, go with the machine on which you have the
    most work experience.
    > Its not so much the program you use, its more about how
    well adapted you
    > are to the platform work flow.
    >
    > Jeff
    >
    >
    > "takevin" <[email protected]> wrote in
    message
    > news:gib7d2$rap$[email protected]..
    >> So just wondering anyone better to do this would
    think pc since most
    >> users
    >> visiting the site are pc based? Im using at work a
    mac for designing a
    >> new
    >> website using cs3, I test the files on a outdated pc
    to see how the files
    >> work
    >> and look....... I cant upload anything since when
    its done i have to
    >> pass the
    >> files to the owner to upload the pages since im not
    allowed access to
    >> it.....
    >>
    >
    >

  • Flash and SEO for Ecommerce Web Design

    Hi
    I am working with a web design company in the UK and was wondering if there are any indications of when Flash could be recognised by Google?
    This is a major issue as the design features are fantastic but SEO is a nightmare.
    I would love to introduce it within our ecommerce web design solutions, but only when the issue is resolved.
    Message was edited by host to remove links

    In SEO terms, content is king.  Basically, if you have no HTML headings and text on your web pages, there's nothing much for search engines to grab onto. No content = no traffic.
    Flash is invisible to SEs, translators, screen readers, iPhones/iPads, and many other web devices.   To support the widest possible audience, you might want to re-think your need for Flash and switch to HTML.  Almost anything you can do with Flash can be done reasonably well with jQuery (JavaScript) http://jquery.malsup.com/cycle/
    Your other option is SWF Object Replacement along with HTML equivalents for SEs and devices that don't support Flash.
    http://code.google.com/p/swfobject/
    Google's SEO Starter Guide (PDF)
    http://www.google.com/webmasters/docs/search-engine-optimization-starter-guide.p df.
    Good luck with your project,
    Nancy O.
    Signature deleted by host

Maybe you are looking for

  • I can`t open a .pages file,an error appear

    So 2 days ago,i was making a document in pages,before i turn down the mac,I saved it with cmd+S. Today an error appear when i try to open the file. I really need to recover this data,is my part of my tesis... The report is this: Process:         Page

  • How to connect host server databse to run web application?

    Hi all, Hope doing well, sir i am using oracle 11g there i created my db which is installed in other system. and one another system i have the web application. now i have to run the web application to use of that db which is installed in other system

  • Business Rule problem

    Here is a problem I am not quite sure how to solve. Given a collection of objects of type X, find out if there are two objects in that collection that meet certain criteria.  For example, find out if there are two objects X1 and X2 such that X1.city=

  • Hierarchical Tree Data Query/Record Group Question

    I need help with Hierarchical Forms right now. I'm currently trying to implement a hierarchical tree to display the different items in different categories. I have been reading up on it for the past few days, and i do not understand a few things. Wha

  • Forms 9i - third party vendor API

    We have a third party vendor application that uses their API - Claim it can be accessed by any programming language that has the capability of accessing COM objects. I am still in the Form6i world, how does Forms9i handle this, do you use java or?? I