<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1036403" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1036403</link>
    <description></description>
    <language>en</language>
          <item>
    <title>thanks for the help</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/saving-time-templates#comment-1209546</link>
    <description> &lt;p&gt;thanks for the help.&lt;/p&gt;
&lt;p&gt;I was having .htaccess problems as you suggested. Well i guess I mentioned something about that too.&lt;/p&gt;
&lt;p&gt;Anyways.&lt;/p&gt;
&lt;p&gt;thanks for the help.&lt;/p&gt;
&lt;p&gt;Stinky  (formerly known as the domainking) &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/confused.png&quot; title=&quot;Confused&quot; alt=&quot;Confused&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Oct 2006 19:51:00 +0000</pubDate>
 <dc:creator>Stinky</dc:creator>
 <guid isPermaLink="false">comment 1209546 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/saving-time-templates#comment-1209478</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;domainking;209477 wrote:&lt;/strong&gt; I know it could be easy with javascript but the problem would be putting adsense inside javascript (which isn&#039;t possible.)&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Actually, it wouldn&#039;t be smart to do this with Javascript, for a variety of reasons.  It will affect accessibility where Javascript is disabled or not supported, and partial content will be hard to read, etc etc.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;domainking;209477 wrote:&lt;/strong&gt; I also know some php but the problem i come to there is that i wouldn&#039;t want all my pages to be php. &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Why not?  It will save you time down the road.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;domainking;209477 wrote:&lt;/strong&gt; I&#039;ve seen it&#039;s possible to put php inside html but i haven&#039;t got that working yet. could be my webhost or my .htaccess file maybe?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;You can embed PHP in any file by using &lt;strong&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;strong&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&amp;nbsp; ... &amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;strong&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/strong&gt; tags.  Apache will parse that as PHP code if it&#039;s in a file with a known extension (like .php).&lt;/p&gt;
&lt;p&gt;With mod_php, you can add in .htaccess other extensions, say .html, with &lt;code&gt;AddType application/x-httpd-php .html&lt;/code&gt;&#039;&lt;/p&gt;
&lt;p&gt;[If MultiViews is enabled in Apache, it&#039;s a little more &lt;a href=&quot;http://tranchant.plus.com/notes/multiviews&quot; class=&quot;bb-url&quot;&gt;complicated&lt;/a&gt;.]&lt;/p&gt;
&lt;p&gt;However, if you have 3000 or so files, you probably ought not embed PHP in every one of them, as it will still be hard to maintain.  A better way would be to dynamically generate the HTML output via a script, like a CMS, as demonhale suggested.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Oct 2006 07:26:51 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1209478 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/saving-time-templates#comment-1209477</link>
    <description> &lt;p&gt;the only problem with .asp is that i&#039;m running on a linux server. &lt;/p&gt;
&lt;p&gt;I know it could be easy with javascript but the problem would be putting adsense inside javascript (which isn&#039;t possible.)&lt;/p&gt;
&lt;p&gt;I also know some php but the problem i come to there is that i wouldn&#039;t want all my pages to be php. &lt;/p&gt;
&lt;p&gt;I&#039;ve seen it&#039;s possible to put php inside html but i haven&#039;t got that working yet. could be my webhost or my .htaccess file maybe?&lt;/p&gt;
&lt;p&gt;anyways. I know there are more ways so keep em coming! &lt;/p&gt;
&lt;p&gt;P.s. i&#039;m not the domainking. I&#039;m the domainrookie. I don&#039;t even recall picking this stupid name. If you are out there admin! Change it if possible. I sent you a message. &lt;/p&gt;
&lt;p&gt;Your&#039;s truly&lt;br /&gt;
domainrookie:rolleyes:&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Oct 2006 05:35:01 +0000</pubDate>
 <dc:creator>Stinky</dc:creator>
 <guid isPermaLink="false">comment 1209477 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/saving-time-templates#comment-1209463</link>
    <description> &lt;p&gt;either use some CMS or code your own php pages... proper css tagging also helps a lot, since changing just the css will change the whole look of the site... In my opinion, make the site either in ASP or PHP...&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Oct 2006 01:47:06 +0000</pubDate>
 <dc:creator>demonhale</dc:creator>
 <guid isPermaLink="false">comment 1209463 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
