<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1029758" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1029758</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-web-page-online#comment-1174065</link>
    <description> &lt;p&gt;Glad I can help.  (Seriously, I&#039;m glad... because I&#039;m ususally the one asking the quesitions and it&#039;s so rarely that I&#039;m actually able to help somebody else &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;  )&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Jul 2005 16:02:56 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1174065 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-web-page-online#comment-1174062</link>
    <description> &lt;p&gt;Thanks a lot Fifeclub. It worked, the extension was the problem, I had it as an HTML page instead of .php. &lt;/p&gt;
&lt;p&gt;I really like this solution, its so much easier to setup and the updates are great, exactly what I was looking for. Thanks again.&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Jul 2005 15:36:37 +0000</pubDate>
 <dc:creator>mjgca</dc:creator>
 <guid isPermaLink="false">comment 1174062 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-web-page-online#comment-1174057</link>
    <description> &lt;p&gt;There are much better coders on this site then me and hopefully they&#039;ll chime in... but I&#039;ll try.  &lt;/p&gt;
&lt;p&gt;1) Have you checked to see if blogger is connecting to your server and properly uploading the blogger file?  Have you tried to load that page in your browser to see if it works?&lt;br /&gt;
2) What is the extension of the page you are trying to put the code on (not the page that blogger uploaded)?  If your extension is .html or .htm then you won&#039;t be able to use an include call because those extensions don&#039;t parse code.&lt;br /&gt;
 a) If your server has php installed (most do) then just change your extension from whatever.html to whatever.php.  The page will still work with no code alterations.&lt;br /&gt;
 b) Now that your page is a .php extension it will automatically parse any code, so just use that include code I wrote above and viola.  Note - it needs to be a server path and not an url.&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Jul 2005 13:28:42 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1174057 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>still lost...</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-web-page-online#comment-1174044</link>
    <description> &lt;p&gt;Fifeclub, ok I got the template changed but how do I call the include from the page that I want to display this blog (test.html). &lt;/p&gt;
&lt;p&gt;Thank you so much for your help.&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Jul 2005 03:30:04 +0000</pubDate>
 <dc:creator>mjgca</dc:creator>
 <guid isPermaLink="false">comment 1174044 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-web-page-online#comment-1174036</link>
    <description> &lt;p&gt;Under &quot;Settings&quot; is a tab called &quot;Template&quot;.  Here&#039;s mine:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;?&lt;br /&gt;include &amp;quot;/home/myusername/public_html/header.php&amp;quot;;&lt;br /&gt;?&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;Blogger&amp;gt;&lt;br /&gt;	&amp;lt;BlogDateHeader&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 	&amp;lt;p style=&amp;quot;font-size: 10px&amp;quot;&amp;gt;&amp;lt;$BlogDateHeaderDate$&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; 	&amp;lt;/BlogDateHeader&amp;gt;&lt;br /&gt;&lt;br /&gt;	&amp;lt;div&amp;gt;&lt;br /&gt;	&amp;lt;$BlogItemBody$&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;	&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;br /&amp;gt;&lt;br /&gt;&amp;lt;/Blogger&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!-- &lt;br /&gt;&amp;nbsp;&amp;nbsp; In accordance to the Blogger terms of service, please leave this button&lt;br /&gt;somewhere on your blogger-powered page.&amp;nbsp; Thanks!&lt;br /&gt;--&amp;gt;	&lt;br /&gt;	&amp;lt;a href=&amp;quot;http://www.blogger.com/&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;http://buttons.blogger.com/bloggerbutton1.gif&amp;quot;&lt;br /&gt;width=&amp;quot;88&amp;quot; height=&amp;quot;31&amp;quot; border=&amp;quot;0&amp;quot; alt=&amp;quot;This page is powered by Blogger. Isn&amp;#039;t yours?&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;?&lt;br /&gt;include &amp;quot;/home/myusername/public_html/footer.php&amp;quot;;&lt;br /&gt;?&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;I added the include code to my header and footer but you wouldn&#039;t.  You would just use the blogger part of the code only (don&#039;t use mine because I stripped out a lot of it).  Then on the page where you want your post to appear, just use some include code to call this file from your server, like this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;?&lt;br /&gt;include &amp;quot;/whatever/path/to/your/file.php&amp;quot;;&lt;br /&gt;?&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Hope that helps.&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Jun 2005 21:37:16 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1174036 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks for your replies</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-web-page-online#comment-1174035</link>
    <description> &lt;p&gt;Fifeclub, I like your approach but I am still confused on how to use my template as an Include. I have an account at blogger.com and use my server to host but when I view through my site, its using one of the generic templates. If I change that file, it is overwritten everytime. Can you provide some information or a sample code that would help me? Thanks a lot.&lt;/p&gt;
&lt;p&gt;Auriga, where can I find this text editor? And would it maintain the html tags after the update? Thanks.&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Jun 2005 21:13:54 +0000</pubDate>
 <dc:creator>mjgca</dc:creator>
 <guid isPermaLink="false">comment 1174035 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-web-page-online#comment-1174021</link>
    <description> &lt;p&gt;The answer my friend is Blogging!  Don&#039;t think of blogging the way it&#039;s *supposed* to be used but rather think of how it operates on a technical level.  You add text (or more) to your website from anywhere via a web interface - exactly what you need.&lt;/p&gt;
&lt;p&gt;Set up an free account with blogger.com.  I did mine so many years before it was popular that I can&#039;t remember how I set mine up, but I use blogger to upload a file to my server instead of their generic templates hosted on their servers.  Fiddle with the blogging code to however you like (like remove the &quot;By Whomever - Todays Date&quot; if you want) and simply call this file (which will eventually be located on your server) as an include from whatever page you want your &#039;update&#039; to appear on.  Now the important thing is to set your blog to display only the last ONE post made.&lt;/p&gt;
&lt;p&gt;Sorry if that didn&#039;t make sense but I&#039;ve been using this unconventional techinique for years and it works great.  I set &lt;a href=&quot;http://tinyurl.com/8thxu&quot; class=&quot;bb-url&quot;&gt;my pseudo-blog&lt;/a&gt; to show all posts with no archives but if I had simply set mine to show only the last one post then it would work exactly like you want - I could update my website from any internet connection by simply logging in to blogger.com, type something new,  and clicking the publish button. You wouldn&#039;t need to remove the previous text since (although it is stored on blogger.com&#039;s files, the previous post would automatically be pushed right off the page.&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Jun 2005 14:23:56 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1174021 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-web-page-online#comment-1174017</link>
    <description> &lt;p&gt;I use a text editor called PHP Expert Editor (don&#039;t let the name put you off, it&#039;s a nice easy text editor).&lt;/p&gt;
&lt;p&gt;In this program you can add an FTP account and edit you pages online, and when you save your changes it updates your site automatically!&lt;/p&gt;
&lt;p&gt;Highly Recommended!&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Jun 2005 13:46:19 +0000</pubDate>
 <dc:creator>Auriga</dc:creator>
 <guid isPermaLink="false">comment 1174017 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-web-page-online#comment-1174003</link>
    <description> &lt;p&gt;if you only want to change a couple things, or just have very limited flexibility, you don&#039;t need a full CMS, but really it just depends on how much you need, how much experience you have, etc...&lt;/p&gt;
 </description>
     <pubDate>Thu, 30 Jun 2005 00:57:36 +0000</pubDate>
 <dc:creator>CptAwesome</dc:creator>
 <guid isPermaLink="false">comment 1174003 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/updating-web-page-online#comment-1173994</link>
    <description> &lt;p&gt;You would need some time of content management system. &lt;a href=&quot;http://www.pmachine.com/pm/&quot; class=&quot;bb-url&quot;&gt;pMachine Pro&lt;/a&gt; is actually a blog php program, but it can easily be a total CMS solution. It&#039;s easy to install and customize. You need a php enabled server and the ability to create a MySQL database.&lt;/p&gt;
&lt;p&gt;I&#039;m sure others will have more links to post.&lt;/p&gt;
 </description>
     <pubDate>Wed, 29 Jun 2005 21:53:17 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1173994 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
