<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043807" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043807</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Hey,
There are a couple of</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/easiest-way-changing-text-site#comment-1255921</link>
    <description> &lt;p&gt;Hey,&lt;/p&gt;
&lt;p&gt;There are a couple of methods available for you.&lt;/p&gt;
&lt;p&gt;1. I personally love Joomla, it is a great way to edit content, you will need hosting that has Linux/MySQL capabilities.&lt;/p&gt;
&lt;p&gt;2. Something else you can do is check with your web host for a possible Fantastico app where you can just click a button and it is installed instantly...this includes several content management systems, websites in HTML, blogs and more.&lt;/p&gt;
&lt;p&gt;3. Mentioning blogs above, wordpress is great also.&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Oct 2010 17:07:56 +0000</pubDate>
 <dc:creator>freddavis</dc:creator>
 <guid isPermaLink="false">comment 1255921 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>you are talking about a</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/easiest-way-changing-text-site#comment-1255851</link>
    <description> &lt;p&gt;you are talking about a static web page. well, for that you need to know html, css and a good editor like notepad. refer some online tutorials for building a login form. that should be enough.&lt;/p&gt;
 </description>
     <pubDate>Tue, 26 Oct 2010 14:51:16 +0000</pubDate>
 <dc:creator>andolasoft</dc:creator>
 <guid isPermaLink="false">comment 1255851 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I think CSS is the easiest</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/easiest-way-changing-text-site#comment-1250090</link>
    <description> &lt;p&gt;I think CSS is the easiest way to change the text on the entire webpage.&lt;/p&gt;
&lt;p&gt;If you enter this code in the header of the page it will change the text of the entire page.&lt;/p&gt;
&lt;p&gt;body {&lt;br /&gt;
font-family: sans-serif;&lt;br /&gt;
font-size: 14px;&lt;br /&gt;
} &lt;/p&gt;
&lt;p&gt;That will change all the text into sans-serif with a font size of 14 pixels, and you can replace the font and size with whatever you want.&lt;/p&gt;
 </description>
     <pubDate>Wed, 16 Jun 2010 00:39:48 +0000</pubDate>
 <dc:creator>businessentials</dc:creator>
 <guid isPermaLink="false">comment 1250090 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>You can use FTP, It have</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/easiest-way-changing-text-site#comment-1249910</link>
    <description> &lt;p&gt;You can use FTP, It have editing option. There are a lot of text editors that have the ability to upload directly to FTP. Also, your operating system may support &#039;mounting&#039; FTP or WebDAV on your local system as a directory, which would make it as easy as editing a file on your PC.&lt;/p&gt;
 </description>
     <pubDate>Mon, 07 Jun 2010 12:34:31 +0000</pubDate>
 <dc:creator>Hafsoh</dc:creator>
 <guid isPermaLink="false">comment 1249910 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>As Megan said, it really</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/easiest-way-changing-text-site#comment-1241381</link>
    <description> &lt;p&gt;As Megan said, it really depends on WHAT you are wanting to change.&lt;br /&gt;
If it&#039;s a basic HTML page with not much content, then I would say editing it in an editor each time is the quickest and easiest.&lt;/p&gt;
&lt;p&gt;If for a client that doesn&#039;t want to do that, then either save the editable content to a Database or in a file. Then create a secure log in area that has a HTML form that gets all the current data and allows editing of all the data as required (form text and textarea inputs etc).&lt;br /&gt;
Submitting the form will update the saved file or the database.&lt;/p&gt;
&lt;p&gt;The file can be the actual file, although then you would need to also add any and all other code in the file each time it&#039;s updated, such as CSS, DIV&#039;s, other text, header, footer etc.&lt;br /&gt;
The best method using the file approach is to use a separate file to the one you are trying to edit, then with PHP include the file where required.&lt;/p&gt;
&lt;p&gt;Using a DB is &quot;easier&quot; as you would just get all the data from the DB in the file to display it, editing and updating it is also simple. The DB method may be overkill though if the site doesn&#039;t already have one and if it&#039;s only a little amount of content you wish to be editable.&lt;/p&gt;
&lt;p&gt;Best methods depend on specific circumstances 99% of the time.&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 May 2009 13:25:00 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1241381 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>You can use some free/open</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/easiest-way-changing-text-site#comment-1241378</link>
    <description> &lt;p&gt;You can use some free/open source Content Management Systems. As your site is a single page you can use any custom php script.&lt;/p&gt;
 </description>
     <pubDate>Wed, 06 May 2009 12:38:11 +0000</pubDate>
 <dc:creator>stevejeff</dc:creator>
 <guid isPermaLink="false">comment 1241378 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>How much text is there that</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/easiest-way-changing-text-site#comment-1241343</link>
    <description> &lt;p&gt;How much text is there that needs changing? Do you need a WYSIWYG editor?&lt;/p&gt;
&lt;p&gt;If it&#039;s just a small bit of text you could build a PHP script that would take a form and write the contents to a .txt file. Then use a PHP include to include that txt file in your page. I built a system like that recently for a small  project.&lt;/p&gt;
&lt;p&gt;If you need more than that, and more features like a WYSIWYG editor, you could look into simple CMS systems.&lt;/p&gt;
 </description>
     <pubDate>Tue, 05 May 2009 13:30:06 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1241343 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
