The combination of PHP and MySQL is the most convenient approach to dy dịch - The combination of PHP and MySQL is the most convenient approach to dy Việt làm thế nào để nói

The combination of PHP and MySQL is

The combination of PHP and MySQL is the most convenient approach to dynamic,
database-driven web design, holding its own in the face of challenges from integrated
frameworks—such as Ruby on Rails—that are harder to learn. Due to its open source
roots (unlike the competing Microsoft .NET Framework), it is free to implement and
is therefore an extremely popular option for web development.
Any would-be developer on a Unix/Linux or even a Windows/Apache platform will
need to master these technologies. And, combined with the partner technologies of
JavaScript, jQuery, CSS, and HTML5, you will be able to create websites of the caliber
of industry standards like Facebook, Twitter, and Gmail.
Audience
This book is for people who wish to learn how to create effective and dynamic web‐
sites. This may include webmasters or graphic designers who are already creating
static websites but wish to take their skills to the next level, as well as high school and
college students, recent graduates, and self-taught individuals.
In fact, anyone ready to learn the fundamentals behind the Web 2.0 technology
known as Ajax will obtain a thorough grounding in all of these core technologies:
PHP, MySQL, JavaScript, CSS, and HTML5, and learn the basics of the jQuery library
too.
Assumptions This Book Makes
This book assumes that you have a basic understanding of HTML and can at least put
together a simple, static website, but does not assume that you have any prior knowl‐
edge of PHP, MySQL, JavaScript, CSS, or HTML5—although if you do, your progress
through the book will be even quicker.
xxiii
Organization of This Book
The chapters in this book are written in a specific order, first introducing all of the
core technologies it covers and then walking you through their installation on a web
development server so that you will be ready to work through the examples.
In the first section, you will gain a grounding in the PHP programming language,
covering the basics of syntax, arrays, functions, and object-oriented programming.
Then, with PHP under your belt, you will move on to an introduction to the MySQL
database system, where you will learn everything from how MySQL databases are
structured to how to generate complex queries.
After that, you will learn how you can combine PHP and MySQL to start creating
your own dynamic web pages by integrating forms and other HTML features. Follow‐
ing that, you will get down to the nitty-gritty practical aspects of PHP and MySQL
development by learning a variety of useful functions and how to manage cookies
and sessions, as well as how to maintain a high level of security.
In the next few chapters, you will gain a thorough grounding in JavaScript, from sim‐
ple functions and event handling to accessing the Document Object Model and inbrowser
validation and error handling, plus a comprehensive primer on using the
popular jQuery library for JavaScript.
With an understanding of all three of these core technologies, you will then learn how
to make behind-the-scenes Ajax calls and turn your websites into highly dynamic
environments.
Next, you’ll spend two chapters learning all about using CSS to style and lay out your
web pages, before moving on to the final section on the new features built into
HTML5, including geolocation, audio, video, and the canvas. After this, you’ll put
together everything you’ve learned in a complete set of programs that together consti‐
tute a fully functional social networking website.
Along the way, you’ll find plenty of advice on good programming practices and tips
that could help you find and solve hard-to-detect programming errors. There are also
plenty of links to websites containing further details on the topics covered.
Supporting Books
Once you have learned to develop using PHP, MySQL, JavaScript, CSS, and HTML5,
you will be ready to take your skills to the next level using the following O’Reilly ref‐
erence books. To learn more about any of these titles, simply enter the ISBN shown
next to it into the search box at http://oreilly.com or at any good online book seller’s
website.
xxiv | Preface
• Dynamic HTML: The Definitive Reference (9780596527402) by Danny Goodman
• PHP in a Nutshell (9780596100674) by Paul Hudson
• MySQL in a Nutshell (9780596514334) by Russell Dyer
• JavaScript: The Definitive Guide (9780596805524) by David Flanagan
• CSS: The Definitive Guide (9780596527334) by Eric A. Myer
• HTML5: The Missing Manual (9781449363260) by Matthew MacDonald
Conventions Used in This Book
The following typographical conventions are used in this book:
Plain text
Indicates menu titles, options, and buttons.
Italic
Indicates new terms, URLs, email addresses, filenames, file extensions, pathnames,
directories, and Unix utilities.
Constant width
Indicates command-line options, variables and other code elements, HTML tags,
macros, and the contents of files.
Constant width bold
Shows program output or highlighted sections of code that are discussed in the text.
Constant width
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
The combination of PHP and MySQL is the most convenient approach to dynamic,database-driven web design, holding its own in the face of challenges from integratedframeworks—such as Ruby on Rails—that are harder to learn. Due to its open sourceroots (unlike the competing Microsoft .NET Framework), it is free to implement andis therefore an extremely popular option for web development.Any would-be developer on a Unix/Linux or even a Windows/Apache platform willneed to master these technologies. And, combined with the partner technologies ofJavaScript, jQuery, CSS, and HTML5, you will be able to create websites of the caliberof industry standards like Facebook, Twitter, and Gmail.AudienceThis book is for people who wish to learn how to create effective and dynamic web‐sites. This may include webmasters or graphic designers who are already creatingstatic websites but wish to take their skills to the next level, as well as high school andcollege students, recent graduates, and self-taught individuals.In fact, anyone ready to learn the fundamentals behind the Web 2.0 technologyknown as Ajax will obtain a thorough grounding in all of these core technologies:PHP, MySQL, JavaScript, CSS, and HTML5, and learn the basics of the jQuery librarytoo.Assumptions This Book MakesThis book assumes that you have a basic understanding of HTML and can at least puttogether a simple, static website, but does not assume that you have any prior knowl‐edge of PHP, MySQL, JavaScript, CSS, or HTML5—although if you do, your progressthrough the book will be even quicker.xxiiiOrganization of This BookThe chapters in this book are written in a specific order, first introducing all of thecore technologies it covers and then walking you through their installation on a webdevelopment server so that you will be ready to work through the examples.In the first section, you will gain a grounding in the PHP programming language,covering the basics of syntax, arrays, functions, and object-oriented programming.Then, with PHP under your belt, you will move on to an introduction to the MySQLdatabase system, where you will learn everything from how MySQL databases arestructured to how to generate complex queries.After that, you will learn how you can combine PHP and MySQL to start creatingyour own dynamic web pages by integrating forms and other HTML features. Follow‐ing that, you will get down to the nitty-gritty practical aspects of PHP and MySQLdevelopment by learning a variety of useful functions and how to manage cookiesand sessions, as well as how to maintain a high level of security.In the next few chapters, you will gain a thorough grounding in JavaScript, from sim‐ple functions and event handling to accessing the Document Object Model and inbrowservalidation and error handling, plus a comprehensive primer on using thepopular jQuery library for JavaScript.With an understanding of all three of these core technologies, you will then learn howto make behind-the-scenes Ajax calls and turn your websites into highly dynamicenvironments.Next, you’ll spend two chapters learning all about using CSS to style and lay out yourweb pages, before moving on to the final section on the new features built intoHTML5, including geolocation, audio, video, and the canvas. After this, you’ll puttogether everything you’ve learned in a complete set of programs that together consti‐tute a fully functional social networking website.Along the way, you’ll find plenty of advice on good programming practices and tipsthat could help you find and solve hard-to-detect programming errors. There are alsoplenty of links to websites containing further details on the topics covered.Supporting BooksOnce you have learned to develop using PHP, MySQL, JavaScript, CSS, and HTML5,you will be ready to take your skills to the next level using the following O’Reilly ref‐erence books. To learn more about any of these titles, simply enter the ISBN shownnext to it into the search box at http://oreilly.com or at any good online book seller’swebsite.xxiv | Preface• Dynamic HTML: The Definitive Reference (9780596527402) by Danny Goodman• PHP in a Nutshell (9780596100674) by Paul Hudson• MySQL in a Nutshell (9780596514334) by Russell Dyer• JavaScript: The Definitive Guide (9780596805524) by David Flanagan• CSS: The Definitive Guide (9780596527334) by Eric A. Myer• HTML5: The Missing Manual (9781449363260) by Matthew MacDonaldConventions Used in This BookThe following typographical conventions are used in this book:Plain textIndicates menu titles, options, and buttons.ItalicIndicates new terms, URLs, email addresses, filenames, file extensions, pathnames,directories, and Unix utilities.Constant widthIndicates command-line options, variables and other code elements, HTML tags,macros, and the contents of files.Constant width boldShows program output or highlighted sections of code that are discussed in the text.Constant width
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
Sự kết hợp của PHP và MySQL là phương pháp thuận tiện nhất để, động
cơ sở dữ liệu theo định hướng thiết kế web, giữ riêng của mình khi đối mặt với những thách thức từ tích hợp
khung-như Ruby on Rails có khó khăn hơn để tìm hiểu. Do nguồn mở của nó
rễ (không giống như cạnh tranh Microsoft .NET Framework), nó là miễn phí để thực hiện và
do đó là một lựa chọn rất phổ biến để phát triển web.
Bất kỳ-sẽ ​​được phát triển trên một Unix / Linux hoặc ngay cả một nền tảng Windows / Apache sẽ
cần phải nắm vững các công nghệ này. Và, kết hợp với các công nghệ đối tác của
Javascript, jQuery, CSS, và HTML5, bạn sẽ có thể tạo ra các trang web có tầm cỡ
của tiêu chuẩn công nghiệp như Facebook, Twitter và Gmail.
Khán giả
cuốn sách này dành cho những người muốn tìm hiểu làm thế nào để tạo web- hiệu quả và năng động,
các trang web. Điều này có thể bao gồm các quản trị web hoặc thiết kế đồ họa của những người đã tạo ra
các trang web tĩnh nhưng muốn để có kỹ năng của họ để cấp độ tiếp theo, cũng như trường trung học và
sinh viên đại học, sinh viên tốt nghiệp gần đây, và các cá nhân tự học.
Trong thực tế, bất cứ ai sẵn sàng để học nguyên tắc cơ bản đằng sau công nghệ Web 2.0
được gọi là Ajax sẽ có được một nền tảng vững chắc trong tất cả các công nghệ cốt lõi:
PHP, MySQL, JavaScript, CSS, và HTML5, và tìm hiểu những điều cơ bản của thư viện jQuery
. quá
giả sách này làm cho
cuốn sách này giả định rằng bạn có một sự hiểu biết cơ bản về HTML và ít nhất có thể đặt
lại với nhau một cách đơn giản, trang web tĩnh, nhưng không cho rằng bạn có bất kỳ kiến thức trước khi
cạnh của PHP, MySQL, Javascript, CSS, hoặc HTML5 mặc dù nếu bạn làm thế, sự tiến bộ của bạn
thông qua các cuốn sách sẽ còn nhanh hơn.
xxiii
Tổ chức sách này
các chương trong cuốn sách này được viết bằng một thứ tự cụ thể, đầu tiên giới thiệu tất cả các
công nghệ cốt lõi nó bao gồm và sau đó đi bộ bạn thông qua cài đặt của họ trên web
máy chủ phát triển do đó bạn sẽ sẵn sàng để làm việc thông qua các ví dụ.
trong phần đầu tiên, bạn sẽ đạt được một nền tảng trong những ngôn ngữ lập trình PHP,
bao gồm các vấn đề cơ bản của cú pháp, mảng, chức năng, và hướng đối tượng lập trình.
Sau đó, với PHP theo vành đai của bạn, bạn sẽ chuyển sang một giới thiệu về MySQL
hệ thống cơ sở dữ liệu, nơi bạn sẽ tìm hiểu tất cả mọi thứ từ cách cơ sở dữ liệu MySQL được
cấu trúc để làm thế nào để tạo ra các truy vấn phức tạp.
Sau đó, bạn sẽ tìm hiểu làm thế nào bạn có thể kết hợp PHP và MySQL để bắt đầu tạo ra
các trang web động của riêng bạn bằng hình thức tích hợp và các tính năng HTML khác. Follow-
ing đó, bạn có thể giảm đến khía cạnh thực tế thực dụng của PHP và MySQL
phát triển bằng cách học một loạt các chức năng hữu ích và làm thế nào để quản lý các tập tin cookie
và các buổi, cũng như làm thế nào để duy trì một mức độ bảo mật cao.
Trong vài chương tiếp theo, bạn sẽ đạt được một nền tảng vững chắc trong JavaScript, từ giản
chức năng ple và xử lý sự kiện để truy cập Document Object Model và inbrowser
xác nhận và xử lý lỗi, cộng với một hướng dẫn hoàn chỉnh về cách sử dụng
thư viện jQuery phổ biến cho JavaScript.
với sự hiểu biết của cả ba của các công nghệ cốt lõi, sau đó bạn sẽ học cách
để làm cho phía sau hậu trường cuộc gọi Ajax và biến trang web của bạn vào rất năng động
môi trường.
Tiếp theo, bạn sẽ dành hai chương học tất cả về việc sử dụng CSS để phong cách và đặt ra của bạn
các trang web, trước khi chuyển sang phần cuối cùng về các tính năng mới được xây dựng vào
HTML5, bao gồm định vị, âm thanh, video, và vải. Sau này, bạn sẽ đặt
lại với nhau tất cả mọi thứ bạn đã học được trong một bộ hoàn chỉnh các chương trình cùng consti-
tute một trang web mạng xã hội đầy đủ chức năng.
Trên đường đi, bạn sẽ tìm thấy rất nhiều lời khuyên về thực hành lập trình tốt và lời khuyên
mà có thể giúp bạn tìm và giải quyết khó khăn để phát hiện các lỗi lập trình. Ngoài ra còn có
rất nhiều liên kết đến các trang web có chứa thông tin chi tiết về các chủ đề.
Hỗ trợ Sách
Một khi bạn đã học được phát triển sử dụng PHP, MySQL, JavaScript, CSS, và HTML5,
bạn sẽ sẵn sàng để có kỹ năng của bạn để cấp độ tiếp theo bằng cách sử dụng sau O'Reilly ref-
sách erence. Để tìm hiểu thêm về bất kỳ của các chức danh này, bạn chỉ việc điền ISBN hiện
bên cạnh nó vào hộp tìm kiếm ở http://oreilly.com hoặc tại bất kỳ cuốn sách tốt bán trực tuyến của
website.
XXIV | Lời nói đầu
• Dynamic HTML: Các tham chiếu Definitive (9780596527402) Danny Goodman
• PHP trong một Nutshell (9780596100674) Paul Hudson
• MySQL trong một Nutshell (9780596514334) Russell Dyer
• JavaScript: The Definitive Guide (9780596805524) David Flanagan
• CSS : The Definitive Guide (9780596527334) bởi Eric A. Myer
• HTML5: Các tay Thiếu (9781449363260) Matthew MacDonald
qui ước sử dụng trong cuốn sách này
sau đây ước đánh máy được sử dụng trong cuốn sách này:
Plain text
Chỉ tiêu đề menu, tùy chọn, và các nút.
nghiêng
Chỉ ra điều khoản mới, URL, địa chỉ email, tên tập tin, mở rộng tập tin, đường dẫn Tìm,
thư mục, và các tiện ích Unix.
chiều rộng cố định
Chỉ ra tùy chọn dòng lệnh, các biến và các yếu tố mã khác, thẻ HTML,
macro, và các nội dung của tập tin.
chiều rộng cố định đậm
đầu ra chương trình trình hoặc phần được tô đậm mã được thảo luận trong các văn bản.
chiều rộng cố định
đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2025 I Love Translation. All reserved.

E-mail: