Q: Roll Your Own PHP Based Website?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Casey Chambliss

    #1

    Q: Roll Your Own PHP Based Website?

    I'm wanting to develop my own enterprise intranet web portal.

    I'm very new to PHP and I don't know it well yet, but does anyone have any
    suggestions on any docs or books that would be a good guide? I already know
    where the general PHP documentation is and the same goes for mysql. Any
    documentation or books with lots and lots of examples would be great.

    I've considered using phpWebSite and phpNuke, but I don't really want to
    spend time figuring out how the portals work. Instead I would like to
    increase my skills beyond what little I know after 2 days of learning PHP.

    Thanks,
    Casey Chambliss

    PS- Does anyone know why there is so little documentation with examples on
    cross platform authentificatio n? I'm trying to get our company's Active
    Directory to merge with a few linux servers I have setup for applications
    that require authentificatio n and it's been alot harder than I could have
    ever imagined. I'm aiming for as much SSO as possible.


  • Data Goob

    #2
    Re: Q: Roll Your Own PHP Based Website?

    http://www.sitepoint.com

    Lots of resources and their books on PHP are excellent, especially for
    newbs. Their CSS books are great too.

    -DG-

    Casey Chambliss wrote:
    [color=blue]
    > I'm wanting to develop my own enterprise intranet web portal.
    >
    > I'm very new to PHP and I don't know it well yet, but does anyone have any
    > suggestions on any docs or books that would be a good guide? I already know
    > where the general PHP documentation is and the same goes for mysql. Any
    > documentation or books with lots and lots of examples would be great.
    >
    > I've considered using phpWebSite and phpNuke, but I don't really want to
    > spend time figuring out how the portals work. Instead I would like to
    > increase my skills beyond what little I know after 2 days of learning PHP.
    >
    > Thanks,
    > Casey Chambliss
    >
    > PS- Does anyone know why there is so little documentation with examples on
    > cross platform authentificatio n? I'm trying to get our company's Active
    > Directory to merge with a few linux servers I have setup for applications
    > that require authentificatio n and it's been alot harder than I could have
    > ever imagined. I'm aiming for as much SSO as possible.
    >
    >[/color]

    Comment

    • Michael Vilain

      #3
      Re: Q: Roll Your Own PHP Based Website?

      In article <M8J1d.3977$Nf2 .3595@news01.ro c.ny>,
      "Casey Chambliss" <nospam@bpc-financial.com> wrote:
      [color=blue]
      > I'm wanting to develop my own enterprise intranet web portal.
      >
      > I'm very new to PHP and I don't know it well yet, but does anyone have any
      > suggestions on any docs or books that would be a good guide? I already know
      > where the general PHP documentation is and the same goes for mysql. Any
      > documentation or books with lots and lots of examples would be great.
      >
      > I've considered using phpWebSite and phpNuke, but I don't really want to
      > spend time figuring out how the portals work. Instead I would like to
      > increase my skills beyond what little I know after 2 days of learning PHP.
      >
      > Thanks,
      > Casey Chambliss
      >
      > PS- Does anyone know why there is so little documentation with examples on
      > cross platform authentificatio n? I'm trying to get our company's Active
      > Directory to merge with a few linux servers I have setup for applications
      > that require authentificatio n and it's been alot harder than I could have
      > ever imagined. I'm aiming for as much SSO as possible.[/color]

      Unless you have prior programming experience (sorry, _besides_ VB) where
      you've coded medium to largish projects, you'll probably need more than
      a couple days to absorb php and design anything large effectively. To
      me, programming is more than learning the language. If you already can
      design a skeleton of your portal site--it's various features, functions,
      pages, forms, etc.--the rest is just a SMOP (simple matter of
      programming).

      Also, unless you're wedded to "rolling your own" as a learning
      experience, you might want to take a look at the very packages you
      eschew because they can teach you php coding and a medium-large project
      design. When I start learning a language, it's easier for me to look at
      existing code and figure out what it does. Then, when I can 'think' in
      the concepts of the language, I start writing my own projects. But,
      different people learn in different ways.

      I picked up the O'Reilly Programming in PHP book
      (http://www.oreilly.com/catalog/progphp) and was able to start designing
      my site the same day. I had prior experience coding in Perl and have
      been programing for 15+ years, so YMMV. I also picked up the MySQL
      Reference Manual (http://www.oreilly.com/catalog/mysqlref). I like
      having a reference-style manual I can refer to when I want to find out
      the definitive information on something.

      Once you get comfortable with php, the PHP Anthology Volumes I and II
      are _very_ good. They showed me the value of OOP, which is something
      for an old-fashioned procedural coder.

      http://developers.slashdot.org/artic.../08/05/2034230 (vol I)
      http://developers.slashdot.org/artic.../08/04/1516258 (vol II)

      Good luck and remember to have fun. Shut the lights off when you
      leave...

      --
      DeeDee, don't press that button! DeeDee! NO! Dee...



      Comment

      • Casey Chambliss

        #4
        Re: Roll Your Own PHP Based Website?

        Thanks guys for the info. Very Helpful


        "Casey Chambliss" <nospam@bpc-financial.com> wrote in message
        news:M8J1d.3977 $Nf2.3595@news0 1.roc.ny...[color=blue]
        > I'm wanting to develop my own enterprise intranet web portal.
        >
        > I'm very new to PHP and I don't know it well yet, but does anyone have any
        > suggestions on any docs or books that would be a good guide? I already[/color]
        know[color=blue]
        > where the general PHP documentation is and the same goes for mysql. Any
        > documentation or books with lots and lots of examples would be great.
        >
        > I've considered using phpWebSite and phpNuke, but I don't really want to
        > spend time figuring out how the portals work. Instead I would like to
        > increase my skills beyond what little I know after 2 days of learning PHP.
        >
        > Thanks,
        > Casey Chambliss
        >
        > PS- Does anyone know why there is so little documentation with examples on
        > cross platform authentificatio n? I'm trying to get our company's Active
        > Directory to merge with a few linux servers I have setup for applications
        > that require authentificatio n and it's been alot harder than I could have
        > ever imagined. I'm aiming for as much SSO as possible.
        >
        >[/color]


        Comment

        • Ray Torres

          #5
          Re: Roll Your Own PHP Based Website?

          I have found the "PHP Foundations" series of articles on the O'Reilly
          related website very helpful as a beginning tutorial:
          Now, next, and beyond: Tracking need-to-know trends at the intersection of business and technology

          (LAMP is an acronymn for Linux-Apache-MySQL-PHP)

          For all the articles see:
          Now, next, and beyond: Tracking need-to-know trends at the intersection of business and technology


          You asked for books with lots of examples, this would be: "PHP Cookbook" by
          O'Reilly.
          Sample chapters on Web Basics available on line at:
          http://www.oreilly.com/catalog/phpckbk/

          Also another good book: "Web Database Applications with PHP and MySQL, 2nd
          Edition"
          See:
          http://www.oreilly.com/catalog/webdbapps2/index.html

          I hope this helps.

          ~ Ray


          "Casey Chambliss" <nospam@bpc-financial.com> wrote in message
          news:M8J1d.3977 $Nf2.3595@news0 1.roc.ny...[color=blue]
          > I'm wanting to develop my own enterprise intranet web portal.
          >
          > I'm very new to PHP and I don't know it well yet, but does anyone have any
          > suggestions on any docs or books that would be a good guide? I already[/color]
          know[color=blue]
          > where the general PHP documentation is and the same goes for mysql. Any
          > documentation or books with lots and lots of examples would be great.
          >
          > I've considered using phpWebSite and phpNuke, but I don't really want to
          > spend time figuring out how the portals work. Instead I would like to
          > increase my skills beyond what little I know after 2 days of learning PHP.
          >
          > Thanks,
          > Casey Chambliss
          >
          > PS- Does anyone know why there is so little documentation with examples on
          > cross platform authentificatio n? I'm trying to get our company's Active
          > Directory to merge with a few linux servers I have setup for applications
          > that require authentificatio n and it's been alot harder than I could have
          > ever imagined. I'm aiming for as much SSO as possible.
          >
          >[/color]


          Comment

          • Dariusz

            #6
            Re: Q: Roll Your Own PHP Based Website?

            In article <M8J1d.3977$Nf2 .3595@news01.ro c.ny>, "Casey Chambliss" <nospam@bpc-financial.com> wrote:[color=blue]
            >I'm wanting to develop my own enterprise intranet web portal.
            >
            >I'm very new to PHP and I don't know it well yet, but does anyone have any
            >suggestions on any docs or books that would be a good guide? I already know
            >where the general PHP documentation is and the same goes for mysql. Any
            >documentatio n or books with lots and lots of examples would be great.[/color]

            PHP/MySQL Programming for the absolute beginner
            ISBN: 1-931841-32-2

            PHP fast & easy web development (2nd Ed)
            ISBN: 1-931841-87-X

            A little bit of programming experience in another language always helps,
            and there are lots of examples online which might be useful.

            Dariusz

            Comment

            • Casey Chambliss

              #7
              Re: Q: Roll Your Own PHP Based Website?

              Thanks! I'm pretty comfortable with Perl if that counts..

              "Dariusz" <ng@lycaus.plus YOURSHIT.com> wrote in message
              news:414859dd$0 $47806$ed2619ec @ptn-nntp-reader02.plus.n et...[color=blue]
              > In article <M8J1d.3977$Nf2 .3595@news01.ro c.ny>, "Casey Chambliss"[/color]
              <nospam@bpc-financial.com> wrote:[color=blue][color=green]
              > >I'm wanting to develop my own enterprise intranet web portal.
              > >
              > >I'm very new to PHP and I don't know it well yet, but does anyone have[/color][/color]
              any[color=blue][color=green]
              > >suggestions on any docs or books that would be a good guide? I already[/color][/color]
              know[color=blue][color=green]
              > >where the general PHP documentation is and the same goes for mysql. Any
              > >documentatio n or books with lots and lots of examples would be great.[/color]
              >
              > PHP/MySQL Programming for the absolute beginner
              > ISBN: 1-931841-32-2
              >
              > PHP fast & easy web development (2nd Ed)
              > ISBN: 1-931841-87-X
              >
              > A little bit of programming experience in another language always helps,
              > and there are lots of examples online which might be useful.
              >
              > Dariusz[/color]


              Comment

              Working...