Posted by uNeedStuff on February 19, 2007 at 9:03pm
Yeah, I've asked nancyw to join us over here. She is the one who made a few suggestions on my Basic Understanding but I'm not sure a Wiki page is the best way to offer suggested changes ... I'm sure we'll figure something out.
Shari
I may be different,
may I never be indifferent.
Shari
I may be different,
may I never be indifferent.
Posted by uNeedStuff on February 22, 2007 at 1:56am
I have found it very helpful in a number of ways. I took a big gulp! and installed the whole server thing on my computer today just based on what you have shared. So YES! to both. I don't think there can be too much information ... well that's not true there is a ton of information at drupal.org just need a better way to lay it out I think.
Shari
I may be different,
may I never be indifferent.
Shari
I may be different,
may I never be indifferent.
Go for it. You can now start the browser and enter http://databasename.
From reading in the forum, I thought a site name needs to be in the form x.y (containing at least one dot) for cookies to work right under 5.x with the standard settings.php?
<P> </P> <P>If you are unable to find something on our new site or have a question about our site or services feel free to <A HREF="contact">contact us</A>.</P> <P> </P> <P>--Webmistress</P>
which is problematic for two reasons:
1) current standard HTML only uses lowercase for tags
The World Wide Web Consortium (W3C) recommends lowercase tags in their HTML 4 recommendation, and XHTML (the next generation HTML) demands lowercase tags.
1) That's very interesting since all HTML generators I've used (e.g. Dreamweaver) create uppercase tags. I personally prefer to see them that way (they stand out better), but am largely getting out of that practice. But I would encourage you to post this note on that page.
2) That's something strange I've seen in Drupal. In most places, yes, you need the leading slash, but in some places you don't. I haven't figured out the differences yet. And I even have a section in the book that suggests the leading slash. :-(
Comments
Yeah, I've asked nancyw to
Yeah, I've asked nancyw to join us over here. She is the one who made a few suggestions on my but I'm not sure a Wiki page is the best way to offer suggested changes ... I'm sure we'll figure something out.
Shari
I may be different,
may I never be indifferent.
Shari
I may be different,
may I never be indifferent.
Yes, but how do you like it?
Do you think that book is useful? Does it fill a need?
Nancy W.
now running 4 sites on Drupal so far
Drupal Cookbook (for New Drupallers)
Nancy Dru
I have found it very helpful
I have found it very helpful in a number of ways. I took a big gulp! and installed the whole server thing on my computer today just based on what you have shared. So YES! to both. I don't think there can be too much information ... well that's not true there is a ton of information at drupal.org just need a better way to lay it out I think.
Shari
I may be different,
may I never be indifferent.
Shari
I may be different,
may I never be indifferent.
one comment
at the bottom of http://drupal.org/node/120647
doesn't this cause problems:
From reading in the forum, I thought a site name needs to be in the form x.y (containing at least one dot) for cookies to work right under 5.x with the standard settings.php?
Nope, works fine for me
This is a localhost site. And cookies get posted just fine.
Nancy W.
now running 4 sites on Drupal so far
Drupal Cookbook (for New Drupallers)
Nancy Dru
also
Overall it's great, so the criticisms I'm making here are just minor/trivial things (I'm a critical person by nature...).
a comment on the example HTML code, such as on: http://drupal.org/node/120646
you have stuff like:
<P> </P><P>If you are unable to find something on our new site or have a question about our site or services feel free to <A HREF="contact">contact us</A>.</P>
<P> </P>
<P>--Webmistress</P>
which is problematic for two reasons:
1) current standard HTML only uses lowercase for tags
2) relative URLs should have a leading slash.
Hmm
1) That's very interesting since all HTML generators I've used (e.g. Dreamweaver) create uppercase tags. I personally prefer to see them that way (they stand out better), but am largely getting out of that practice. But I would encourage you to post this note on that page.
2) That's something strange I've seen in Drupal. In most places, yes, you need the leading slash, but in some places you don't. I haven't figured out the differences yet. And I even have a section in the book that suggests the leading slash. :-(
Nancy W.
now running 4 sites on Drupal so far
Drupal Cookbook (for New Drupallers)
Nancy Dru
link depends on URL settings?
Well, it may depend on URL settings. To be safe (for this sort of admin page), it may be better to use PHP format andl()
For Newbies
For newbies, I'd prefer to keep things as simple and "vanilla" as possible.
Nancy W.
now running 4 sites on Drupal so far
Drupal Cookbook (for New Drupallers)
Nancy Dru