<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi<br><br>from what youve just sayd, I take it blocks are the best route to go ? Simply populate the blocks in drupal and hook the blocks where needed via the template ?<br><br>--- On <b>Wed, 3/17/10, themes-request@drupal.org <i>&lt;themes-request@drupal.org&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: themes-request@drupal.org &lt;themes-request@drupal.org&gt;<br>Subject: themes Digest, Vol 43, Issue 12<br>To: themes@drupal.org<br>Date: Wednesday, March 17, 2010, 4:09 AM<br><br><div class="plainMail">Send themes mailing list submissions to<br>&nbsp;&nbsp;&nbsp; <a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br>&nbsp;&nbsp;&nbsp; <a
 href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>or, via email, send a message with subject or body 'help' to<br>&nbsp;&nbsp;&nbsp; <a ymailto="mailto:themes-request@drupal.org" href="/mc/compose?to=themes-request@drupal.org">themes-request@drupal.org</a><br><br>You can reach the person managing the list at<br>&nbsp;&nbsp;&nbsp; <a ymailto="mailto:themes-owner@drupal.org" href="/mc/compose?to=themes-owner@drupal.org">themes-owner@drupal.org</a><br><br>When replying, please edit your Subject line so it is more specific<br>than "Re: Contents of themes digest..."<br><br><br>Today's Topics:<br><br>&nbsp;&nbsp;&nbsp;1. Re: How much php knowledge required? (JasonN)<br>&nbsp;&nbsp;&nbsp;2. Re: How much php knowledge required? (Tomasz Kisielewski)<br>&nbsp;&nbsp;&nbsp;3. Re: How much php knowledge required?
 (Wahiaronkwas)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Tue, 16 Mar 2010 13:58:29 -0500<br>From: JasonN &lt;<a ymailto="mailto:imjasonn@gmail.com" href="/mc/compose?to=imjasonn@gmail.com">imjasonn@gmail.com</a>&gt;<br>Subject: Re: [themes] How much php knowledge required?<br>To: A list for theme developers &lt;<a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a>&gt;<br>Message-ID:<br>&nbsp;&nbsp;&nbsp; &lt;<a ymailto="mailto:4df456281003161158q3c665b56yf77447079dbc9f6b@mail.gmail.com" href="/mc/compose?to=4df456281003161158q3c665b56yf77447079dbc9f6b@mail.gmail.com">4df456281003161158q3c665b56yf77447079dbc9f6b@mail.gmail.com</a>&gt;<br>Content-Type: text/plain; charset="iso-8859-1"<br><br>Someone needs to do a training course that's pure Drupal design. I'll admit<br>there's little out there about it, in a format that makes sense to
 non-PHP<br>developers.<br><br>The design process is quite simple.<br><br>There's a template.<br><br>The template has hooks for both code and design elements.<br><br>You can position the template hooks in the "blocks" you want them to be<br>manually. But, using the Drupal block management system requires a bit more<br>flexibility and therefor a bit more sophisticated code layout.<br><br>If I am blessed to have a few hours to mark this up, I'll share it with you<br>all. Though, I tend to think for most on this list it's remedial.<br><br>On Tue, Mar 16, 2010 at 12:07, Jared Stoneberg &lt;<a ymailto="mailto:jared@stonebergdesign.com" href="/mc/compose?to=jared@stonebergdesign.com">jared@stonebergdesign.com</a>&gt;wrote:<br><br>&gt; That php/mysql course is overkill.&nbsp; IMO theming Drupal is 75% CSS/HTML 10%<br>&gt; PHP and 15% Drupal Configuration.&nbsp; If you only have a little CSS knowledge<br>&gt; spend your time there.<br>&gt;<br>&gt;
 -Jared<br>&gt;<br>&gt;<br>&gt; On Tue, Mar 16, 2010 at 9:52 AM, <a ymailto="mailto:saksiri.kridakara@yahoo.com" href="/mc/compose?to=saksiri.kridakara@yahoo.com">saksiri.kridakara@yahoo.com</a> &lt;<br>&gt; <a ymailto="mailto:saksiri.kridakara@yahoo.com" href="/mc/compose?to=saksiri.kridakara@yahoo.com">saksiri.kridakara@yahoo.com</a>&gt; wrote:<br>&gt;<br>&gt;&gt; Thank you everyone for these responses!<br>&gt;&gt;<br>&gt;&gt; I have watched the lullabot and lynda.com videos and have a good<br>&gt;&gt; conceptual understanding at this point...along with a little css and<br>&gt;&gt; html experience.<br>&gt;&gt;<br>&gt;&gt; I have not dug in and developed a theme yet, but getting prepared.<br>&gt;&gt; I guess what I'm trying to extract is how php is used in relation to<br>&gt;&gt; drupal themes.<br>&gt;&gt;<br>&gt;&gt; With so much else to get my head around, I'm hoping I can somehow<br>&gt;&gt; learn just what's necessary for theme development so I
 don't have to<br>&gt;&gt; read a whole additional book.<br>&gt;&gt;<br>&gt;&gt; For example there is a lynda.com php/mysql course but that might be<br>&gt;&gt; overkill?<br>&gt;&gt;<br>&gt;&gt; Saki<br>&gt;&gt;<br>&gt;&gt; On Tue, Mar 16, 2010 at 8:43 AM, JasonN &lt;<a ymailto="mailto:imjasonn@gmail.com" href="/mc/compose?to=imjasonn@gmail.com">imjasonn@gmail.com</a>&gt; wrote:<br>&gt;&gt; &gt; What is your strength now? That's an important place to start.<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; On Mon, Mar 15, 2010 at 22:55, <a ymailto="mailto:saksiri.kridakara@yahoo.com" href="/mc/compose?to=saksiri.kridakara@yahoo.com">saksiri.kridakara@yahoo.com</a><br>&gt;&gt; &gt; &lt;<a ymailto="mailto:saksiri.kridakara@yahoo.com" href="/mc/compose?to=saksiri.kridakara@yahoo.com">saksiri.kridakara@yahoo.com</a>&gt; wrote:<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; How much php knowledge is required to develop / customize drupal<br>&gt;&gt; &gt;&gt; themes
 efficiently?<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; Do I need to read a whole book or is there some basic documentation of<br>&gt;&gt; &gt;&gt; the essential php used for drupal theming?<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; Any resources would be greatly appreciated!<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; Saki<br>&gt;&gt; &gt;&gt; _______________________________________________<br>&gt;&gt; &gt;&gt; themes mailing list<br>&gt;&gt; &gt;&gt; <a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a><br>&gt;&gt; &gt;&gt; <a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; --<br>&gt;&gt; &gt; Jason A. Nunnelley<br>&gt;&gt; &gt; ----------------------------------------<br>&gt;&gt; &gt; <a href="http://www.jasonn.com"
 target="_blank">http://www.jasonn.com</a><br>&gt;&gt; &gt; Systems Administrator<br>&gt;&gt; &gt; +1 256 297 1652<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; _______________________________________________<br>&gt;&gt; &gt; themes mailing list<br>&gt;&gt; &gt; <a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a><br>&gt;&gt; &gt; <a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; themes mailing list<br>&gt;&gt; <a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a><br>&gt;&gt; <a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>&gt;&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; themes
 mailing list<br>&gt; <a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a><br>&gt; <a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>&gt;<br>&gt;<br><br><br>-- <br>Jason A. Nunnelley<br>----------------------------------------<br><a href="http://www.jasonn.com" target="_blank">http://www.jasonn.com</a><br>Systems Administrator<br>+1 256 297 1652<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <a href="http://lists.drupal.org/pipermail/themes/attachments/20100316/adee3d93/attachment-0001.html" target="_blank">http://lists.drupal.org/pipermail/themes/attachments/20100316/adee3d93/attachment-0001.html</a> <br><br>------------------------------<br><br>Message: 2<br>Date: Tue, 16 Mar 2010 20:37:40 +0000<br>From: Tomasz Kisielewski &lt;<a ymailto="mailto:tom.kisielewski@googlemail.com"
 href="/mc/compose?to=tom.kisielewski@googlemail.com">tom.kisielewski@googlemail.com</a>&gt;<br>Subject: Re: [themes] How much php knowledge required?<br>To: A list for theme developers &lt;<a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a>&gt;<br>Message-ID:<br>&nbsp;&nbsp;&nbsp; &lt;<a ymailto="mailto:251553bb1003161337i14ba036br87d87e2e1d7235a7@mail.gmail.com" href="/mc/compose?to=251553bb1003161337i14ba036br87d87e2e1d7235a7@mail.gmail.com">251553bb1003161337i14ba036br87d87e2e1d7235a7@mail.gmail.com</a>&gt;<br>Content-Type: text/plain; charset="iso-8859-1"<br><br>HI<br>The best way IMO is to create simple 3 column layout html/css, fill it in<br>text, by hand not drupal devel module and port it to drupal page.tpl.php and<br>crate .info file. Try to set it up, learn drupal management ( U have to know<br>how to use it!) and experiment with very basic like wireframe "design",<br>learn how to define regions
 etc. Later nodes, blocks, page-front and other<br>stuff. Find out how drupal works and try to understand $hooks and variables,<br>but start from very basic easy things. Everything depends on the level of<br>your skills. IMO hooks and functions are a bit more advanced fro the<br>beginners....and start to learn PHP.<br><br><br>-Tom<br><br>On Tue, Mar 16, 2010 at 6:58 PM, JasonN &lt;<a ymailto="mailto:imjasonn@gmail.com" href="/mc/compose?to=imjasonn@gmail.com">imjasonn@gmail.com</a>&gt; wrote:<br><br>&gt; Someone needs to do a training course that's pure Drupal design. I'll admit<br>&gt; there's little out there about it, in a format that makes sense to non-PHP<br>&gt; developers.<br>&gt;<br>&gt; The design process is quite simple.<br>&gt;<br>&gt; There's a template.<br>&gt;<br>&gt; The template has hooks for both code and design elements.<br>&gt;<br>&gt; You can position the template hooks in the "blocks" you want them to be<br>&gt; manually. But, using
 the Drupal block management system requires a bit more<br>&gt; flexibility and therefor a bit more sophisticated code layout.<br>&gt;<br>&gt; If I am blessed to have a few hours to mark this up, I'll share it with you<br>&gt; all. Though, I tend to think for most on this list it's remedial.<br>&gt;<br>&gt;<br>&gt; On Tue, Mar 16, 2010 at 12:07, Jared Stoneberg &lt;<a ymailto="mailto:jared@stonebergdesign.com" href="/mc/compose?to=jared@stonebergdesign.com">jared@stonebergdesign.com</a>&gt;wrote:<br>&gt;<br>&gt;&gt; That php/mysql course is overkill.&nbsp; IMO theming Drupal is 75% CSS/HTML 10%<br>&gt;&gt; PHP and 15% Drupal Configuration.&nbsp; If you only have a little CSS knowledge<br>&gt;&gt; spend your time there.<br>&gt;&gt;<br>&gt;&gt; -Jared<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; On Tue, Mar 16, 2010 at 9:52 AM, <a ymailto="mailto:saksiri.kridakara@yahoo.com" href="/mc/compose?to=saksiri.kridakara@yahoo.com">saksiri.kridakara@yahoo.com</a>
 &lt;<br>&gt;&gt; <a ymailto="mailto:saksiri.kridakara@yahoo.com" href="/mc/compose?to=saksiri.kridakara@yahoo.com">saksiri.kridakara@yahoo.com</a>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt;&gt; Thank you everyone for these responses!<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; I have watched the lullabot and lynda.com videos and have a good<br>&gt;&gt;&gt; conceptual understanding at this point...along with a little css and<br>&gt;&gt;&gt; html experience.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; I have not dug in and developed a theme yet, but getting prepared.<br>&gt;&gt;&gt; I guess what I'm trying to extract is how php is used in relation to<br>&gt;&gt;&gt; drupal themes.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; With so much else to get my head around, I'm hoping I can somehow<br>&gt;&gt;&gt; learn just what's necessary for theme development so I don't have to<br>&gt;&gt;&gt; read a whole additional book.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; For example there is a lynda.com php/mysql course
 but that might be<br>&gt;&gt;&gt; overkill?<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Saki<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; On Tue, Mar 16, 2010 at 8:43 AM, JasonN &lt;<a ymailto="mailto:imjasonn@gmail.com" href="/mc/compose?to=imjasonn@gmail.com">imjasonn@gmail.com</a>&gt; wrote:<br>&gt;&gt;&gt; &gt; What is your strength now? That's an important place to start.<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt; On Mon, Mar 15, 2010 at 22:55, <a ymailto="mailto:saksiri.kridakara@yahoo.com" href="/mc/compose?to=saksiri.kridakara@yahoo.com">saksiri.kridakara@yahoo.com</a><br>&gt;&gt;&gt; &gt; &lt;<a ymailto="mailto:saksiri.kridakara@yahoo.com" href="/mc/compose?to=saksiri.kridakara@yahoo.com">saksiri.kridakara@yahoo.com</a>&gt; wrote:<br>&gt;&gt;&gt; &gt;&gt;<br>&gt;&gt;&gt; &gt;&gt; How much php knowledge is required to develop / customize drupal<br>&gt;&gt;&gt; &gt;&gt; themes efficiently?<br>&gt;&gt;&gt; &gt;&gt;<br>&gt;&gt;&gt; &gt;&gt; Do I need to read a whole book or
 is there some basic documentation of<br>&gt;&gt;&gt; &gt;&gt; the essential php used for drupal theming?<br>&gt;&gt;&gt; &gt;&gt;<br>&gt;&gt;&gt; &gt;&gt; Any resources would be greatly appreciated!<br>&gt;&gt;&gt; &gt;&gt;<br>&gt;&gt;&gt; &gt;&gt; Saki<br>&gt;&gt;&gt; &gt;&gt; _______________________________________________<br>&gt;&gt;&gt; &gt;&gt; themes mailing list<br>&gt;&gt;&gt; &gt;&gt; <a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a><br>&gt;&gt;&gt; &gt;&gt; <a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt; --<br>&gt;&gt;&gt; &gt; Jason A. Nunnelley<br>&gt;&gt;&gt; &gt; ----------------------------------------<br>&gt;&gt;&gt; &gt; <a href="http://www.jasonn.com" target="_blank">http://www.jasonn.com</a><br>&gt;&gt;&gt; &gt; Systems
 Administrator<br>&gt;&gt;&gt; &gt; +1 256 297 1652<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt; _______________________________________________<br>&gt;&gt;&gt; &gt; themes mailing list<br>&gt;&gt;&gt; &gt; <a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a><br>&gt;&gt;&gt; &gt; <a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; &gt;<br>&gt;&gt;&gt; _______________________________________________<br>&gt;&gt;&gt; themes mailing list<br>&gt;&gt;&gt; <a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a><br>&gt;&gt;&gt; <a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>&gt;&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt;
 themes mailing list<br>&gt;&gt; <a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a><br>&gt;&gt; <a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>&gt;&gt;<br>&gt;&gt;<br>&gt;<br>&gt;<br>&gt; --<br>&gt; Jason A. Nunnelley<br>&gt; ----------------------------------------<br>&gt; <a href="http://www.jasonn.com" target="_blank">http://www.jasonn.com</a><br>&gt; Systems Administrator<br>&gt; +1 256 297 1652<br>&gt;<br>&gt; _______________________________________________<br>&gt; themes mailing list<br>&gt; <a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a><br>&gt; <a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>&gt;<br>&gt;<br>-------------- next part --------------<br>An HTML attachment was
 scrubbed...<br>URL: <a href="http://lists.drupal.org/pipermail/themes/attachments/20100316/c723870b/attachment-0001.html" target="_blank">http://lists.drupal.org/pipermail/themes/attachments/20100316/c723870b/attachment-0001.html</a> <br><br>------------------------------<br><br>Message: 3<br>Date: Tue, 16 Mar 2010 22:09:00 -0400<br>From: Wahiaronkwas &lt;<a ymailto="mailto:wahiaronkwas@gmail.com" href="/mc/compose?to=wahiaronkwas@gmail.com">wahiaronkwas@gmail.com</a>&gt;<br>Subject: Re: [themes] How much php knowledge required?<br>To: A list for theme developers &lt;<a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a>&gt;<br>Message-ID: &lt;<a ymailto="mailto:4BA039BC.2000209@gmail.com" href="/mc/compose?to=4BA039BC.2000209@gmail.com">4BA039BC.2000209@gmail.com</a>&gt;<br>Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br><br>That's where I am...right at the start of that learning curve.&nbsp;
 I think <br>what's important is to learn Drupal's coding practice from the start. <br>But coming at this as someone who has only learned HTML and CSS, man, <br>what a hill to climb. But, I'll try.<br>-Val<br>On 10-03-16 4:37 PM, Tomasz Kisielewski wrote:<br>&gt; HI<br>&gt; The best way IMO is to create simple 3 column layout html/css, fill it <br>&gt; in text, by hand not drupal devel module and port it to drupal <br>&gt; page.tpl.php and crate .info file. Try to set it up, learn drupal <br>&gt; management ( U have to know how to use it!) and experiment with very <br>&gt; basic like wireframe "design", learn how to define regions etc. Later <br>&gt; nodes, blocks, page-front and other stuff. Find out how drupal works <br>&gt; and try to understand $hooks and variables, but start from very basic <br>&gt; easy things. Everything depends on the level of your skills. IMO hooks <br>&gt; and functions are a bit more advanced fro the beginners....and start
 <br>&gt; to learn PHP.<br>&gt;<br>&gt;<br>&gt; -Tom<br>&gt;<br>&gt; On Tue, Mar 16, 2010 at 6:58 PM, JasonN &lt;<a ymailto="mailto:imjasonn@gmail.com" href="/mc/compose?to=imjasonn@gmail.com">imjasonn@gmail.com</a> <br>&gt; &lt;mailto:<a ymailto="mailto:imjasonn@gmail.com" href="/mc/compose?to=imjasonn@gmail.com">imjasonn@gmail.com</a>&gt;&gt; wrote:<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Someone needs to do a training course that's pure Drupal design.<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;I'll admit there's little out there about it, in a format that<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;makes sense to non-PHP developers.<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;The design process is quite simple.<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;There's a template.<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;The template has hooks for both code and design elements.<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;You can position the template hooks in the "blocks" you want
 them<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;to be manually. But, using the Drupal block management system<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;requires a bit more flexibility and therefor a bit more<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;sophisticated code layout.<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;If I am blessed to have a few hours to mark this up, I'll share it<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;with you all. Though, I tend to think for most on this list it's<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;remedial.<br>&gt;<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;On Tue, Mar 16, 2010 at 12:07, Jared Stoneberg<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;&lt;<a ymailto="mailto:jared@stonebergdesign.com" href="/mc/compose?to=jared@stonebergdesign.com">jared@stonebergdesign.com</a> &lt;mailto:<a ymailto="mailto:jared@stonebergdesign.com" href="/mc/compose?to=jared@stonebergdesign.com">jared@stonebergdesign.com</a>&gt;&gt; wrote:<br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;That php/mysql
 course is overkill.&nbsp; IMO theming Drupal is 75%<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;CSS/HTML 10% PHP and 15% Drupal Configuration.&nbsp; If you only<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;have a little CSS knowledge spend your time there.<br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;-Jared<br>&gt;<br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;On Tue, Mar 16, 2010 at 9:52 AM, <a ymailto="mailto:saksiri.kridakara@yahoo.com" href="/mc/compose?to=saksiri.kridakara@yahoo.com">saksiri.kridakara@yahoo.com</a><br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&lt;mailto:<a ymailto="mailto:saksiri.kridakara@yahoo.com" href="/mc/compose?to=saksiri.kridakara@yahoo.com">saksiri.kridakara@yahoo.com</a>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&lt;<a ymailto="mailto:saksiri.kridakara@yahoo.com" href="/mc/compose?to=saksiri.kridakara@yahoo.com">saksiri.kridakara@yahoo.com</a><br>&gt;&nbsp; &nbsp; &nbsp;
 &nbsp;&nbsp;&nbsp;&lt;mailto:<a ymailto="mailto:saksiri.kridakara@yahoo.com" href="/mc/compose?to=saksiri.kridakara@yahoo.com">saksiri.kridakara@yahoo.com</a>&gt;&gt; wrote:<br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Thank you everyone for these responses!<br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;I have watched the lullabot and lynda.com<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&lt;<a href="http://lynda.com" target="_blank">http://lynda.com</a>&gt; videos and have a good<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;conceptual understanding at this point...along with a<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;little css and<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;html experience.<br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;I have not dug in and developed a theme yet, but getting<br>&gt;&nbsp; &nbsp; &nbsp;
 &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;prepared.<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;I guess what I'm trying to extract is how php is used in<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;relation to<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;drupal themes.<br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;With so much else to get my head around, I'm hoping I can<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;somehow<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;learn just what's necessary for theme development so I<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;don't have to<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;read a whole additional book.<br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;For example there is a lynda.com &lt;<a href="http://lynda.com" target="_blank">http://lynda.com</a>&gt;<br>&gt;&nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;php/mysql course but that might be overkill?<br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;Saki<br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;On Tue, Mar 16, 2010 at 8:43 AM, JasonN<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&lt;<a ymailto="mailto:imjasonn@gmail.com" href="/mc/compose?to=imjasonn@gmail.com">imjasonn@gmail.com</a> &lt;mailto:<a ymailto="mailto:imjasonn@gmail.com" href="/mc/compose?to=imjasonn@gmail.com">imjasonn@gmail.com</a>&gt;&gt; wrote:<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; What is your strength now? That's an important place to<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;start.<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; On Mon, Mar 15, 2010 at 22:55,<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
 &nbsp;&nbsp;&nbsp;<a ymailto="mailto:saksiri.kridakara@yahoo.com" href="/mc/compose?to=saksiri.kridakara@yahoo.com">saksiri.kridakara@yahoo.com</a><br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&lt;mailto:<a ymailto="mailto:saksiri.kridakara@yahoo.com" href="/mc/compose?to=saksiri.kridakara@yahoo.com">saksiri.kridakara@yahoo.com</a>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; &lt;<a ymailto="mailto:saksiri.kridakara@yahoo.com" href="/mc/compose?to=saksiri.kridakara@yahoo.com">saksiri.kridakara@yahoo.com</a><br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&lt;mailto:<a ymailto="mailto:saksiri.kridakara@yahoo.com" href="/mc/compose?to=saksiri.kridakara@yahoo.com">saksiri.kridakara@yahoo.com</a>&gt;&gt; wrote:<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;&gt; How much php knowledge is required to develop /<br>&gt;&nbsp;
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;customize drupal<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;&gt; themes efficiently?<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;&gt; Do I need to read a whole book or is there some basic<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;documentation of<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;&gt; the essential php used for drupal theming?<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;&gt; Any resources would be greatly appreciated!<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;&gt; Saki<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;&gt;
 _______________________________________________<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;&gt; themes mailing list<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;&gt; <a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a> &lt;mailto:<a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;&gt; <a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; --<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; Jason A.
 Nunnelley<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; ----------------------------------------<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; <a href="http://www.jasonn.com" target="_blank">http://www.jasonn.com</a><br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; Systems Administrator<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; +1 256 297 1652<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; _______________________________________________<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; themes mailing list<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; <a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a> &lt;mailto:<a ymailto="mailto:themes@drupal.org"
 href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt; <a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;_______________________________________________<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;themes mailing list<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a> &lt;mailto:<a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<a href="http://lists.drupal.org/mailman/listinfo/themes"
 target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>&gt;<br>&gt;<br>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;_______________________________________________<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;themes mailing list<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a> &lt;mailto:<a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a>&gt;<br>&gt;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;<a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;-- <br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Jason A. Nunnelley<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;----------------------------------------<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;<a href="http://www.jasonn.com"
 target="_blank">http://www.jasonn.com</a><br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;Systems Administrator<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;+1 256 297 1652<br>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;_______________________________________________<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;themes mailing list<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;<a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a> &lt;mailto:<a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a>&gt;<br>&gt;&nbsp; &nbsp;&nbsp;&nbsp;<a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>&gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; themes mailing list<br>&gt; <a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a><br>&gt; <a
 href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br>&gt;&nbsp; &nbsp; <br><br><br><br>------------------------------<br><br>_______________________________________________<br>themes mailing list<br><a ymailto="mailto:themes@drupal.org" href="/mc/compose?to=themes@drupal.org">themes@drupal.org</a><br><a href="http://lists.drupal.org/mailman/listinfo/themes" target="_blank">http://lists.drupal.org/mailman/listinfo/themes</a><br><br><br>End of themes Digest, Vol 43, Issue 12<br>**************************************<br></div></blockquote></td></tr></table><br>