Search the Community
Showing results for tags 'review and pursue'.
-
Can anyone provide me with a simple solution to the Pursue question in chapter 18, create a last_login field and make it so that a user can see how long it has been since they last logged in. thanks Graham
- 1 reply
-
- login
- chapter 18
-
(and 3 more)
Tagged with:
-
I created a chart demonstrating the site architecture of this example, which can be found here, and the database ERD of this example can be found here. REVIEW: 1. What impact does a database's character set, or a PHP or HTML page's encoding have? An HTML page or PHP script can specify its encoding, which dictates what characters, and therefore languages, are supported. Similarly, by setting your MySQL databases encoding, you can impact what characters can be stored in it. (Ullman 184) 2. Why does the encoding and character set have to be the same everywhere? What happens if ther
- 17 replies
-
- review and pursue
- chapter 17
-
(and 1 more)
Tagged with:
-
Dear Masters: I am new to JS, learning it first from this book. Completed sequentially upto Ch 6. Now I am stuck at Chapter 6, Pursue Problem No. 3 - "Update the original tasks.js so that the output also shows a random task." I have tried many ways but unable to generate a purely random task. Can any one help, please. I am using: Browser: Firefox 13.01 OS: Windows 7 IDE: Aptana Studio 3 P.S. My gratitudes to Sir Ullman for this awesome book. I have tried many but started to really learn from here. Thank you. Placid
-
I am having trouble understanding how one would go about solving this problem: Does 'configuration file' translate to 'text file', that acts as a sort of configuration file? I do not see what the purpose of this problem is. Why does one want the login credentials defined, a configuration file to hold the credentials, and then the file included in various pages?