<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ajaxtime.com &#187; mysql</title>
	<atom:link href="http://www.ajaxtime.com/tag/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ajaxtime.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 13 Apr 2010 14:41:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP and MySQL 5</title>
		<link>http://www.ajaxtime.com/php-and-mysql-5.html</link>
		<comments>http://www.ajaxtime.com/php-and-mysql-5.html#comments</comments>
		<pubDate>Thu, 16 Apr 2009 15:41:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php 5]]></category>
		<category><![CDATA[php 6]]></category>

		<guid isPermaLink="false">http://www.ajaxtime.com/?p=141</guid>
		<description><![CDATA[Beginning PHP 5 and MySQL: From Novice to Professional offers a comprehensive introduction to two of the most popular open source technologies on the planet: the PHP scripting language and the MySQL database server. ]]></description>
			<content:encoded><![CDATA[<p>A beginning PHP book, not a beginning programming book. The subtitle, &#8216;From Novice to Professional&#8217;, can be a tad misleading for the novice coder. A beginning programming book covers a lot of material that this book assumes the reader already understands. Many software books include a &#8216;Who Is This Book For&#8217; section that offers some guidance on the suitable reader knowledge level, not this one.</p>
<p>That said, I found this book to be very helpful. The sections on installing and configuring Apache, PHP and MySQL certainly saved me many hours of reading the online documentation and tweaking of settings while setting up my local test bed. That, in itself, made me a very happy camper. The author goes on to cover the various aspects from the basics of the PHP language and class libraries to topics like Authentication, Security, Session Handlers and eMail functionality that help anyone new to PHP setup some fairly sophisticated site capabilities.</p>
<p>The second edition has been supplemented with an added 200 pages, including a new section on PEAR (PHP Extension and Application Repository). This is a wealth of prewritten classes and packages that can be used to add even more sophisticated functionality to the novice&#8217;s web development toolbox. The author demonstrates several of the more prominent packages.</p>
<p>The second edition has greatly beefed up with additional coverage of MySQL 5, including chapters on stored procedures, triggers and the PHP mysqli extension (all missed in the first edition). Most of the examples offered are clean and general enough to be useful templates for the reader&#8217;s tailoring.</p>
<p>My suggestion for novices to PHP is read through chapter 9, then skip to the various sections that solve specific problems being faced or are of particular interest, including installing and configuring your local test bed.</p>
<p>Bottom line, the first edition was a good book for intermediate to veteran programmers looking for a quick tutorial on PHP (circa version 5.0); the second edition is even better. Novice programmers should ensure that they have a full understanding of the basics of programming (and OOP) before attempting it. I would now use this book to teach a class on PHP.</p>
<p>I reach for this book when I want to get up to speed on something about PHP 5 quickly. With it, I can start coding and seeing results right away. The book covers a range of topics, the practicality of which can be best appreciated when you are faced with a real life project. For example, pp. 660-665 in Chapter 27, &#8220;Practical Database Queries&#8221;, covers creating paged output (that is, spreading query results across several web pages) and listing page numbers which was just the thing I wanted to learn last night. My wife&#8217;s database needs that sort of output. You can download Gilmore&#8217;s example code and quickly start using it and then applying the lessons learned to build your own code.</p>
<p>This book is geared to people who want to get their hands on real code, wring the juice from it, make mistakes with it, learn all they can from it, and then tap out fresh code that does the same things with a little more oomph. Such people do not like long, dreary tracts of reading before being able participate in the elusive action. It is a good learning format because the only useful way to learn programming is to dive right in and do it. The book is a blend of brief discussion and quick code snippets with the expected results shown right away. This is a very good way to learn programming.</p>
<p>The section on SOAP, starting on page 450, makes me realize I had better experiment with this interesting technology. I&#8217;d certainly like to be able to find the temperature for a given postal code &#8212; and other things of greater interest. Chapters 12, &#8220;PHP Authentication&#8221;, 14, &#8220;Networking With PHP&#8221;, and 15, &#8220;PHP and LDAP&#8221;, look into core internet services that every programmer should know how to exploit, but too often don&#8217;t. For example I&#8217;ve learned how to authenticate a user with LDAP.</p>
<p>The author, W. Jason Gilmore, is cheerful and most helpful in his responses to reader inquiries. He responded quickly to my questions and I am impressed with his ability to courteously point me in the right direction.</p>
<p>Be sure to download Gilmore&#8217;s example code. There are 30 chapters worth of programming stuffed into that zip file.</p>
<p>The book has a few rough edges. The most obvious is that some sentences are a little wordy. That&#8217;s all right, you can move on to the next paragraphs, and will soon be trying out a new example. I wish Jason had discussed MySQL 4.1 and the mysqli interface, especially since there are other books around that cover MySQL 4.0.x. Perhaps if he had added another chapter to cover that? We can always look forward to a second edition.</p>
<p>This book should be near every serious programmer&#8217;s desk. You, dear reader, will reach for it a surprising amount of the time.</p>
<p>This book was written for new programmers that want a programming introduction to PHP and was not written for web programmers new to PHP. Although I program, I want features of a web programming book when I buy a web programming book.</p>
<p>What I consider a feature of a (good) web programming book: Chapters are split into a quick intro to the most commonly used fuctions of the chapter&#8217;s topic (5-10 pages) and a longer part for use as a reference (15-20 pages). The book&#8217;s format has good eye catching sections so readers do not waste time finding what is important if we just want to skim things so we can get into doing some web programming quickly. Commonly used functions are not buried in a bunch of uncommonly used functions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxtime.com/php-and-mysql-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL 5.0 Certification Study Guide</title>
		<link>http://www.ajaxtime.com/mysql-50-certification-study-guide.html</link>
		<comments>http://www.ajaxtime.com/mysql-50-certification-study-guide.html#comments</comments>
		<pubDate>Thu, 16 Apr 2009 12:25:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.ajaxtime.com/?p=118</guid>
		<description><![CDATA[This book is a very comprehensive guide to what MySQL offers and can teach you. br / br /Would definitely recommend for anyone needing a great book about MySQL. ]]></description>
			<content:encoded><![CDATA[<p>Covering the MySQL 5.0 Certified Developer and the MySQL 5.0 Certified DBA exams, the MySQL 5.0 Certification Study Guide is the one authority to look to when you&#8217;re preparing for either test. The book teaches you all the concepts, principles, and techniques that you&#8217;ll need to know for the exams, and it includes a CD-ROM full of learning aids, practice questions, and real-world examples to help you prepare for test day.</p>
<p>Certified computer professionals often find that having proven, recognized credentials can advance them farther in their fields, give their careers a boost, and make them better, more productive employees for their companies or organizations. Whatever your reason for becoming MySQL certified, MySQL 5.0 Certification Study Guide gives you the information you need to help you better understand MySQL technologies and prepare for and pass the exams.</p>
<p>Paul DuBois is a member of the MySQL AB documentation team, and he is the leading author of books on MySQL topics. His book, MySQL (Sams Publishing), is widely considered to be the definitive guide to using, administering, and programming MySQL.</p>
<p>Stefan Hinz is a member of the MySQL AB documentation team, a MySQL trainer and consultant, and the German translator of the MySQL Reference Manual.</p>
<p>Carsten Pedersen is the MySQL AB certification manager and has led the development of the MySQL certification program. He has also taught several MySQL courses in a number of countries.</p>
<p>Product Description<br />
I can report that Gilmore and Apress have given the world one book that will replace many other PHP and MySQL volumes. This is one that the reader will consistently rely on and keep near to hand. I can summarize this review in nine words: If you want to learn PHP, buy this book. &#8230;an extremely detailed book.</p>
<p id="quoteAuthor">— Richard Testani, Apple-Sauce.com</p>
<p><em>Beginning PHP 5 and MySQL: From Novice to Professional</em> offers a comprehensive introduction to two of the most popular open source technologies on the planet: the PHP scripting language and the MySQL database server. Whether you&#8217;re a newcomer searching for a thorough introduction to these popular technologies, or a seasoned developer in need of a comprehensive reference, this book is for you. You will be exposed to the core features of both technologies, as well as gain valuable insight into how the technologies are combined to create dynamic, data-driven web applications. You&#8217;ll also learn about many undocumented features of the most recent versions.</p>
<p>The first part of the book is devoted to PHP&#8217;s foundational features, with emphasis on features new to PHP 5, like improved object-oriented support, exception handling, SQLite support, SimpleXML, and much more. Other chapters are devoted to basic PHP programming concepts such as variables, datatypes, arrays, string manipulation, and user interaction. You&#8217;ll also learn about PHP 5&#8217;s core capabilities, starting with a survey of installation and configuration tasks. Additional chapters cover session handling, LDAP integration, the Smarty templating engine, and Web Services support.</p>
<p>The latter part of the book overviews the powerful MySQL database server. You&#8217;ll learn about the installation and configuration process, datatypes, key security features, and various administration utilities. Next, you&#8217;ll proceed to learn about PHP&#8217;s assortment of MySQL functions, supported by dozens of examples depicting the creation and execution of queries. You&#8217;ll also learn how to perform searches and manage database transactions.</p>
<p>About the Author<br />
W. Jason Gilmore has been involved in PHP and MySQL Web application development for six years, and has developed hundreds of applications using the LAMP (Linux Apache MySQL PHP) platform. His writings on open source technologies have been featured within many of the computing industry’s leading publications, including Linux Magazine, O&#8217;Reillynet, Devshed, and Zend.com, and have been adapted for educational initiatives led by numerous organizations, including the Ford Foundation and the United Nations. Jason is Developer.com’s monthly PHP columnist, and a regular contributor to Linux Magazine. He spends his days (and many nights) running Apress&#8217; Open Source program, and loves every moment of it. Jason graduated from The Ohio State University in 2000 with a bachelor&#8217;s degree in computer science.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ajaxtime.com/mysql-50-certification-study-guide.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
