Subscribe to Larry Ullman’s newsletter, What is Larry Thinking?, using the form below. The newsletter will go out every three weeks or so, depending upon how busy I am. The newsletter will have links to interesting things online and in this blog, answers to reader questions, Larry Ullman’s book giveaways, Larry Ullman’s book news, and more. For examples, see the archives.
The newsletter is sent in both HTML and plain text formats.
After completing the form below, a confirmation email will be sent to your mailbox. Please read the instructions in that email to complete the subscription.
Subscriber Comments
It is always with great interest that I read your newsletters as you always manage to touch upon relevant subjects.
- Johan C.
By the way, I just finished reading your most recent newsletter. You mentioned the newsletters require a significant time investment – just wanted to say I find them really valuable, especially this issue’s article on PEAR. I highly recommend the newsletter to anyone who’s not already subscribed.
- Michael J.
Thanks for the great newsletter as always, I always seem to read something informative or interesting that I can take away with me.
- Jonathon C.
Your newsletter segment “Becoming a Better Programmer, Part 2″ was appreciated. I’ve implemented the practices you’ve suggested and regularly encourage others I work with (online) to do the same… especially better documentation…
Thanks again for sharing wisdom in your regular monthly newsletters.
- Doug B.
Fantastic newsletter, as always! I love the “What are some sites that have been created based upon your work?” question. It puts all of the theory into practice.
- Jason H.
I would like to thank you for your newsletters. I enjoy reading through them and learning about the latest topics that have either piqued your interest or you feel other developers should know about. What I have found I look forward to most is your reviews of emerging technologies or software you have learned about or tried or use on a daily basis. Although it would be nice to break away from the norm and try all the new programs meant to make your life easier, most of us do not have the luxury of doing so and we rely on word of mouth reviews from other professionals. The same goes for new technologies. When something new is developed, we ask ourselves is this worth my time and effort? Will this benefit me and what I do? What is the learning curve? To me, reading about what you use and what you’ve tried/liked/hated, really helps in my decisions. So, thank you.
- Victor L.
I love your long, long newsletters because almost everything you discuss answers some question I have been struggling with!
- Celia R.

Seu livro PHP 6 E MYSQL 5 não contém muito assunto sobre inserção, visualização, alteração e exclusão de dados em formularios, aqui no BRASIL esse assunto em livros é carente esse livro é bom na maioria dos tópicos de php. Voce poderia inserir bastante desse assunto na proxima edição ou algum arquivo na internet?
Thanks for the feedback and for the nice words on the book.
Thanks, Larry, for all your books. They have really helped to get me started with setting up dynamic websites and the examples are excellent. This is my latest project: http://bastadematar.com which I couldn’t have done without your help.
Thank you for the nice words. And congrats on what you’ve been able to accomplish so far!
Hey Larry,
I have come a long way in the past two years, in creating database-driven websites, thanks to you.
However, I am starting to wonder if I should take my focus away from production and go into a dedicated learning phase for a while: Should I be learning to develop mobile apps for devices like the Android?
I haven’t read up much on mobile app development, but I very rarely see anything about people using php. Apparently it is possible: http://www.droiddog.com/android-blog/2010/07/php-android-app-development/.
I would love to hear your comments on php and mobile apps.
Scott Fennell
Hello Scott. Thanks for the post. If you want to learn how to develop apps, for whatever reason, then perhaps you should. Android app development requires Java, I believe (or Flex via AIR). I personally would not be inclined to use PHP for mobile app development. To me that sounds like using a screwdriver to hammer in a nail because a screwdriver is what you have. PHP, in my opinion, should be used for what it does best: server-side work.