Jump to content
Larry Ullman's Book Forums

indigetal

Members
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by indigetal

  1. On a related note and before I move forward, does anyone know what is the best strategy for linking images here? I have more charts, and services like flickr and 23 don't seem to work. I don't want to have to post duplicate threads here and at my blog to simply upload images at the blog in order to link here. What online image sharing services can link images here?
  2. Hi sorry if it's confusing, there was a lot to cover and I guess you have to know where to begin. The starting point is the box with the thick border and bold font in the middle, titled "Database Design aka Data Modeling." From there, you follow the arrows, however supplemental information is represented by dashed lines within the arrows. You will have to find your way back to the main item and continue with the solid arrows when you follow supplementary information. Groupings are contained within dashed boxes. Headings, or big ideas, are represented with solid boxes. I'll include this explanation in the original post as well so people don't have to go searching for an explanation.
  3. Thanks HartleySan for your words of encouragement. I fixed the issue with the linked image, if you see anything that could be improved in the chart please let me know. I want to review my notes for the book, but I will be sure to post my charts for the message forum and begin my project soon.
  4. 2013 was a banner year for me, I decided to focus my attention on taking my web development know-how to the next level (I happen to live in an area brimming with prospects for knowledgeable web developers). Towards that end I have spent much of my free time in 2013 reading almost everything that Larry Ullman has recently written on PHP, MySQL, JavaScript, Ajax, XML, JSON, and OOP, as well as "The Definitive Guide to HTML5" by Adam Freeman, "Beginning jQuery" by Jack Franklin, "Programming The Mobile Web," by Maximiliano Firtman and others (when, basically, Larry Ullman hadn't written anything dedicated to those subjects...) However, I understood that shifting from one subject to the next at this pace would dampen my long-term retention and protract my course of progress. So, at the same time, I took meticulous notes, creating supplementary documentation, excel spreadsheets, charts, and anything else that I thought would help me to refresh my memory quickly. I finished my jQuery book just before the new year, and having looked around for the next logical topic to research, I have come to the conclusion that I need to shift gears and take a deeper-dive into what I've covered so far. That is, I would like to utilize all of the supplemental materials that I've created and, using Mr. Ullman's suggestions and review and pursue notes to work on the comprehensive working examples, with the goal of finishing them as launch-able sites (in this book a message board and user registration application). Hopefully, people who have read the books will also find value in my charts (they often assume you own the books and reference page numbers), will be able to work alongside me as I (attempt to) finish off the working examples and maybe even be willing to offer some tips and advice on my code. I will be creating new threads for each example I begin in order to cut-down on clutter, following a naming convention of "Ch. 17 Review and Pursue - Message Board Example" For a taste of what is to come, here is my chart of Chapter 6, "Database Design." The starting point is the box with the thick border and bold font in the middle, titled "Database Design aka Data Modeling." From there, you follow the arrows, however supplemental information is represented by dashed lines within the arrows. You will have to find your way back to the main item and continue with the solid arrows when you follow supplementary information. Groupings are contained within dashed boxes. Headings, or big ideas, are represented with solid boxes. Thanks for reading...
  5. Just as a short note, the SQL commands to create the three tables for the real-world site project in chapter 15, pg. 556 caused errors in phpMyAdmin with MAMP. I removed all of the single quotation marks throughout the code and everything ran smoothly. I guess this is a phpMyAdmin issue or maybe I'm using a different version than that used in the book. Still love Mr. Ullman's books and have nearly all of them now! Thanks
  6. After following the instructions precisely to assign a password to the root user via phpMyAdmin found in Appendix A and editing config.inc.php I was getting an error message when trying to open the start page in mamp. After doing some investigation online I found this site which recommended changing a whole host of other files in the MAMP/bin folder. After following those additional instructions everything worked just fine.
×
×
  • Create New...