A quick follow-up to my suggestion: the article I sent you to look at is still quite valid, although a little dated; the only factual correction that I would like to make quickly is that you do not need flexinode, since Drupal 5 now allows you to create your own custom content types. If you desire to add additional attributes or fields to your custom content types, then you can easily do so by downloading and installing the cck module.
<br><br>Victor Kane<br><a href="http://awebfactory.com.ar">http://awebfactory.com.ar</a><br><br><div><span class="gmail_quote">On 4/25/07, <b class="gmail_sendername">Victor Kane</b> &lt;<a href="mailto:victorkane@gmail.com">
victorkane@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I think you are on the right track using Drupal.<br>
<br>The confusion arises as users of all kinds get very excited about all levels of using this framework, and start getting carried away in their suggestions without taking into account what your objectives are.
<br><br>Dries, the original creator of Drupal, spoke at the last conference about freeing the users from webmasters (you do not have to know HTML) and about how now the task is to free the users from programmers (and certainly from programming) and to free the users from designers also.
<br><br>While people who love to program, or work as programmers, love to program a lot with Drupal, and as graphic designers work with Drupal in their every effort to make Drupal &quot;not look like Drupal&quot; for their fashion-conscious clients, on the other hand, you can fashion very decent looking and above all, functional sites without any programming or even theming at all.
<br><br>To go beyond the blogging question, simply set the front page as a page. If your site is basically a brochure site, you can start out by following Laura Scott&#39;s excellent &quot;Approaching a brochureware website using Drupal&quot; (link: 
<a href="http://pingv.com/blog/laura/200509/approaching-a-brochureware-website-using-drupal" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://pingv.com/blog/laura/200509/approaching-a-brochureware-website-using-drupal
</a> ), which shows you which modules to use, to set up an about page, a products or services page, contact form, etc., all without programming.
<br><br>Then, if you need special blocks, you can make them with a WYSIWYG editor like TinyMCE. <br><br>If you need special content types you can make them without programming just as you would in Access or the like by going to Administer &gt;&gt; Content Types.
<br><br>If you need special views, you can create views, with their own special paths for page views, also without programming. These paths can be placed in menus or blocks holding links, or put on pages as links.<br><br>

And you can house everything in the default Garland theme, with your own color scheme, dispensing with the graphic artist, and you will have a great site.<br><br>Good luck!<br><span class="sg"><br>Victor Kane<br><a href="http://awebfactory.com.ar" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://awebfactory.com.ar</a></span><div><span class="e" id="q_1122882b7b05c0ad_2"><br><br><div><span class="gmail_quote">On 4/25/07, <b class="gmail_sendername">Krister Ekstrom</b> &lt;<a href="mailto:krister@kristersplace.ws" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
krister@kristersplace.ws</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>In the message quoted below you talked a lot of having to make ones own<br>code to get around in Drupal. I know i&#39;m a newbie to all this CMS stuff<br>and i consider myself an idiot when it comes to programming in any shape
<br>or form even though i know a tiny little bit about Javascript but not<br>enough by far to get around, partly because i have a terrible memory for<br>syntax, so my question is do i really need to know about programming to
<br>be able to manage Drupal?<br>I chose to go with a CMS because as a blind person it can be quite<br>tricky to do layout and contents that looks desent and more atractive<br>than working in a standard html editor, but if you have to learn how to
<br>hack in order to manage this, maybe it&#39;s time to think again.<br>/Krister<br><br>J-P Stacey wrote:<br>&gt; Hi,<br>&gt;<br>&gt;&nbsp;&nbsp;&gt; I realized CMS is aimed at Blog users, and I am having tough time<br>&gt;&gt; getting quick tutorials for commercial site where no Blog or News Feeds
<br>&gt;&gt; are needed.<br>&gt;<br>&gt; I realize I&#39;m late to this party, but as a newbie myself I&#39;ve just come<br>&gt; through the procedure of turning Drupal into my CMS of choice, so being<br>&gt; rubbish is still fresh in my mind!
<br>&gt;<br>&gt; Although Drupal isn&#39;t specifically aimed at blog users, out of the box I&#39;d<br>&gt; say it *does* look very bloggy, so the confusion is understandable. The<br>&gt; default theme is very much &quot;WordPress++&quot;, I&#39;d say. But under the hood it has
<br>&gt; different ways of doing things that mean you can move fairly quickly away<br>&gt; from that.<br>&gt;<br>&gt; My suggestions would be:<br>&gt;<br>&gt; * CCK, as suggested elsewhere. You can create new content types with Drupal
<br>&gt; core, although they all have the same input fields. CCK provides the ability<br>&gt; to create custom input fields, like dates or extra metadata.<br>&gt;<br>&gt; * To get a more hierarchical structure to the site, look into the category
<br>&gt; module. This puts Drupal-core taxonomies into &quot;containers&quot;: when a content<br>&gt; node is tagged with a taxonomy term, it then goes into that container. It&#39;s<br>&gt; a slight hack and a bit fiddly but it seems to work well.
<br>&gt;<br>&gt; * Get the hang of PHPTemplate, Drupal API, Drupal Form API and the concept<br>&gt; of theme_* and hook_* functions early on, as it&#39;ll save you extra<br>&gt; programming later. These permit you to hook up to Drupal core in your own
<br>&gt; templates, so you (a) don&#39;t reinvent the wheel and (b) have less hassle<br>&gt; moving to a new theme later on.<br>&gt;<br>&gt; * Learn about page Regions (sidebar, header, footer etc.) and the Blocks<br>&gt; that go into them, and the Views you can use to automatically generate
<br>&gt; content for blocks.<br>&gt;<br>&gt; * For your own purposes, check out Drupal&#39;s language locale support. Make<br>&gt; heavy use of the t() function in your own code and you should find you can<br>&gt; translate between different languages easily.
<br>&gt;<br>&gt; * Similarly for your own use, look into one of the more XHTML/CSS-friendly<br>&gt; included themes like garland. Some themes still make extensive use of<br>&gt; &lt;table&gt; elements for layout.<br>&gt;
<br>
&gt; Good luck!<br>&gt;<br>&gt; J-P<br>--<br>[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.drupal.org/</a> ]<br></blockquote>
</div><br>
</span></div></blockquote></div><br>