|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
EBSCO_ocn702645290 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
110218s2010 enka o 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e pn
|c N$T
|d E7B
|d UMI
|d OCLCQ
|d COO
|d HEBIS
|d OCLCQ
|d DEBSZ
|d OCLCQ
|d OCLCO
|d OCLCQ
|d YDXCP
|d OCLCQ
|d OCLCF
|d OCLCQ
|d LOA
|d JBG
|d AGLDB
|d CNNOR
|d MOR
|d CCO
|d PIFAG
|d OCLCQ
|d U3W
|d BRL
|d STF
|d WRM
|d VTS
|d CEF
|d NLE
|d INT
|d AU@
|d OCLCQ
|d A6Q
|d M8D
|d HS0
|d UKAHL
|d OCLCO
|d INARC
|d OCLCQ
|d OCLCO
|
019 |
|
|
|a 694147017
|a 740439282
|a 961519491
|a 962600988
|a 966201583
|a 988504177
|a 991992056
|a 1037530279
|a 1038700145
|a 1058322245
|a 1083551517
|a 1097083982
|
020 |
|
|
|a 9781849512398
|q (electronic bk.)
|
020 |
|
|
|a 1849512396
|q (electronic bk.)
|
020 |
|
|
|a 1849512388
|
020 |
|
|
|a 9781849512381
|
020 |
|
|
|z 9781849512381
|
024 |
3 |
|
|a 9781849512381
|
029 |
1 |
|
|a CHNEW
|b 000608955
|
029 |
1 |
|
|a DEBBG
|b BV043073527
|
029 |
1 |
|
|a DEBSZ
|b 36847741X
|
029 |
1 |
|
|a DEBSZ
|b 37274124X
|
029 |
1 |
|
|a DEBSZ
|b 421647574
|
029 |
1 |
|
|a GBVCP
|b 785355642
|
029 |
1 |
|
|a HEBIS
|b 286044277
|
029 |
1 |
|
|a HEBIS
|b 291544401
|
029 |
1 |
|
|a NZ1
|b 14170042
|
029 |
1 |
|
|a AU@
|b 000054177548
|
035 |
|
|
|a (OCoLC)702645290
|z (OCoLC)694147017
|z (OCoLC)740439282
|z (OCoLC)961519491
|z (OCoLC)962600988
|z (OCoLC)966201583
|z (OCoLC)988504177
|z (OCoLC)991992056
|z (OCoLC)1037530279
|z (OCoLC)1038700145
|z (OCoLC)1058322245
|z (OCoLC)1083551517
|z (OCoLC)1097083982
|
037 |
|
|
|a CL0500000095
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73.P224
|b P43 2010eb
|
072 |
|
7 |
|a COM
|x 051260
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051420
|2 bisacsh
|
082 |
0 |
4 |
|a 005.2/762
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Peacock, Michael.
|
245 |
1 |
0 |
|a PHP 5 social networking :
|b create a powerful and dynamic social networking website in PHP by building a flexible framework /
|c Michael Peacock.
|
260 |
|
|
|a Birmingham :
|b Packt Pub.,
|c ©2010.
|
300 |
|
|
|a 1 online resource (x, 433 pages) :
|b illustrations (some color).
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Print version record.
|
520 |
8 |
|
|a Social Networking has quickly become a very popular activity on the Internet, particularly with the emergence of sites like Facebook and MySpace. PHP is a flexible web development language used on a wide variety of sites, including Facebook and Yahoo! But building a social networking site from scratch using PHP involves some complex logic, and also some serious coding. This book will demonstrate how to create, maintain, and extend a powerful social network site. It shows how to create your own flexible social networking framework, allowing users to sign up, customize their profile, befriend other users, share information, communicate, interact with one another, and much more. Taking best practices, such as object-oriented programming, and the Model-View-Controller architecture, this book will begin by walking through the development of a simple development framework, which is then used to rapidly build a Social Networking platform, building upon the social features chapter by chapter. At the end of this book, you will have a powerful Social Networking platform loaded with many features which can take the user from signing up and connecting with other users to posting and sharing information. With an API in place, the platform can be extended and used by other Social Networks. This book doesn_t just stop with the code and the logic behind it; useful supplementary information is also covered, such as marketing the Social Network, keeping Search Engine Optimization in mind when developing, backing up and maintaining the site, and how to deal with large amounts of traffic through scaling. By the end of this book, you will be left fully prepared to build, manage, maintain, and extend a powerful Social Network for your business, hobby, organization, family, and clients. A fast-paced guide to creating a flexible Social Networking website using PHP with a custom, light weight MVC framework.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; Acknowledgement; About the Reviewers; Table of Contents; Preface; Chapter 1: PHP Social Networking; Introduction to social networks; Business logic to social networks; Examples: businesses making use of existing social networks and their own social networks; Existing social networks; Facebook; LinkedIn; MySpace; Twitter; Existing social networking software; Drupal; Elgg; Joomla!; Hybrid approaches; Rolling your own; Why roll your own?; Easier to update and maintain; Licensing; Enhance knowledge; Provide a service; Improve business
|
505 |
8 |
|
|a Improve communicationWhy use PHP?; When to use something else; Our site: DinoSpace; Feature list; Limitations; Summary; Chapter 2: Planning and Developing the Core Framework; Designing the framework; Patterns-making life easier; MVC: Model-View-Controller; The Front Controller pattern; Registry; Folder structure; Building the framework; Registry; The registry object; Registry objects; Front Controller: single point of access; Index.php; .htaccess; Summary; Chapter 3: Users, Registration, and Authentication; Privacy policies; Users; Our user object; Our authentication registry object
|
505 |
8 |
|
|a POST authenticationSESSION authentication; Structuring the database; Registration; Standard details; Hooking additional fields on; Processing the registration; Create the profile; Putting it all together: registration constructor; CAPTCHA; General CAPTCHA; reCAPTCHA; Where do I sign up?; E-mail verification; Sending e-mails; Sending the e-mail verification e-mail; Authentication with our authentication object; Logging in; Are we logged in?; Logging out; Remember me; Help! I've forgotten!; Username; Password; Let them reset the password; Summary; Chapter 4: Friends and Relationships
|
505 |
8 |
|
|a Inviting friendsManually inviting friends; Invitation controller; Automatically inviting friends; Google Friend Connect; Windows Live contacts; Yahoo!; Gmail contacts; Automatically connecting with friends; Members; Listing users; Pagination; Paginated members; Paginated users by letter; Searching for users; Custom relationships; Relationship types; Relationships; Adding friends; Forming a relationship; Relationship model; Relationship controller; Mutual relationships-accepting or rejecting a request; Pending requests; Accepting a pending request; Rejecting a pending request; Listing friends
|
505 |
8 |
|
|a Our friendsTheir friends; Mutual friends; Friends in your profile; Summary; Chapter 5: Profiles and Statuses; User profiles; Extendable profile; Profile controller; Core shared information; Static profile; Viewing the profile; Relationships-some improvements; Editing the profile; Statuses; Statuses database table; Statuses types database table; Different types of status; Template improvements; Listing statuses; Templates; In action; Likes, dislikes, and comments; Comments; Summary; Chapter 6: Status Stream; What is a status stream?; Stream model; Building the stream
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a PHP (Computer program language)
|
650 |
|
0 |
|a Online social networks.
|
650 |
|
0 |
|a Web sites
|x Design.
|
650 |
|
6 |
|a PHP (Langage de programmation)
|
650 |
|
6 |
|a Réseaux sociaux (Internet)
|
650 |
|
6 |
|a Sites Web
|x Conception.
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x JavaScript.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x VBScript.
|2 bisacsh
|
650 |
|
7 |
|a Online social networks
|2 fast
|
650 |
|
7 |
|a PHP (Computer program language)
|2 fast
|
650 |
|
7 |
|a Web sites
|x Design
|2 fast
|
776 |
0 |
8 |
|i Print version:
|a Peacock, Michael.
|t PHP 5 social networking.
|d Birmingham : Packt Pub., 2010
|z 9781849512381
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=350874
|z Texto completo
|
938 |
|
|
|a Internet Archive
|b INAR
|n php5socialnetwor0000peac
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26943689
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10428655
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 350874
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 3601885
|
994 |
|
|
|a 92
|b IZTAP
|