<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1044928" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1044928</link>
    <description></description>
    <language>en</language>
          <item>
    <title>This is one of the common</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/develop-my-own-blog-software#comment-1245657</link>
    <description> &lt;p&gt;This is one of the common traits that&#039;s common with all software developers. As a developer myself, I dabbled into some sort of wheel-reinventing some years ago hacking out my own email autoresponder, but soon gave up as it did not work well and I didn&#039;t have the motivation to continue enhancing it.&lt;/p&gt;
&lt;p&gt;Fast forward to 2003, I did what any self-respecting Java developer would do and code my own little Text Editor. Again, it didn&#039;t go mainstream due to security, maintainability and the need to keep it going.&lt;/p&gt;
&lt;p&gt;So, the morale of the story is that its fine to try and code your own software, but always put a well tested and trusted software in a public-facing website.&lt;/p&gt;
 </description>
     <pubDate>Sun, 15 Nov 2009 19:35:14 +0000</pubDate>
 <dc:creator>hhunt</dc:creator>
 <guid isPermaLink="false">comment 1245657 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I would agree that using</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/develop-my-own-blog-software#comment-1244990</link>
    <description> &lt;p&gt;I would agree that using something like Wordpress is a far better idea.  I&#039;ve done my own CMS before, but it will never match up with the features of Wordpress, Drupal, etc.  If you think that you can get by with minimal features, you are going to still want to leave room for more features if needed.  Projects and websites expand.  Don&#039;t think you are done with it at launch time.&lt;/p&gt;
 </description>
     <pubDate>Sat, 19 Sep 2009 21:25:41 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1244990 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I would actually be asking</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/develop-my-own-blog-software#comment-1244978</link>
    <description> &lt;p&gt;I would actually be asking the opposite question - why should you develop your own when there are so many others out there to choose from? Is it just because you don&#039;t want to run updates for your clients? Or worry about them having to do it? Wordpress now has a dashboard-based upload feature that solves the problem of upgrading for non-technical people.&lt;/p&gt;
&lt;p&gt;What happens when you make changes to your app? Or when they want to add more functionality that you don&#039;t have? Or what about if they want to make changes to their site themselves, and they can&#039;t do it because they can&#039;t find online resources to help them? &lt;/p&gt;
&lt;p&gt;You say that the cost of development isn&#039;t an issue for you - what about design &amp;amp; usability? This is something that major blogging systems have put a lot of work into. Are you going to spend time training and taking support calls from clients?&lt;/p&gt;
&lt;p&gt;At work I have to maintain a whole bunch of custom built apps - most of which do stuff that could easily be done with a CMS platform of some type. We are the only ones who use these things. We are the only ones catching bugs, we are the only ones fixing bugs, we are the only ones who know how they work. (although, I don&#039;t have a full time developer to properly support these things either).&lt;/p&gt;
&lt;p&gt;The other side of this is that when you have in-house tools people expect you to be able to add and change stuff. Before you know it your app is no longer a simple blogging tool, but has all sorts of other stuff built in. Bloat! If you&#039;re using an open source or pluggable system you can say either no the system doesn&#039;t do that or, we can build a plug-in for that.&lt;/p&gt;
&lt;p&gt;Something hosted like Blogger or Wordpress.com would be a different question IMO. I&#039;ve never been a fan of remotely hosted services for some reason - I just like to have control. This also means that you&#039;re running everything on your own domain and not shunting your blog off to another domain (which means you&#039;re spreading any backlinks between 2 sites).&lt;/p&gt;
 </description>
     <pubDate>Fri, 18 Sep 2009 20:29:00 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1244978 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Well, if you know exactly</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/develop-my-own-blog-software#comment-1244973</link>
    <description> &lt;p&gt;Well, if you know exactly what you want and how to achieve it, I see no reason you shouldn&#039;t design your own CMS.&lt;/p&gt;
&lt;p&gt;Personally, I tried a similar thing about ten years ago written in Perl, but I&#039;m currently battling with Drupal CMS.&lt;/p&gt;
&lt;p&gt;However, I would put these points to you for your consideration.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Security&lt;/strong&gt;.&lt;/li&gt;
&lt;p&gt;If your Dad&#039;s programming is anything like mine, it won&#039;t be bug free and some of the black hats out there understand the little programming errors that someone who does not have formal training in which ever programming language it is you will be using. In contrast, a CMS with a large user base like Drupal or Joomla will have the code constantly tested for vulnerabilities.&lt;/p&gt;
&lt;li&gt;&lt;strong&gt;Inventing the wheel&lt;/strong&gt;&lt;/li&gt;
&lt;p&gt;The bulk of what you will be attempting to do will have been solved by someone else. There&#039;s nothing to stop you writing your own solution within an application like Drupal and building on the base code rather than starting from scratch.&lt;/p&gt;
&lt;li&gt;&lt;strong&gt;Extendability&lt;/strong&gt;&lt;/li&gt;
&lt;p&gt;Quite likely you are going to find that your project takes you in a direction you hadn&#039;t thought of. In a custom coding environment, that would mean rewriting whole chunks of code (with the attendant probability of error), whereas a modular system would be far more flexible in this regard.
&lt;/p&gt;&lt;/ol&gt;
&lt;p&gt;On the other hand there are disadvantages from using CMS:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Learning Curve&lt;/strong&gt;&lt;/li&gt;
&lt;p&gt;If you are already proficient in your language it will be a lot easier and quicker to sit down and whack out some code rather than learn a CMS, particularly something as notorious as Durpal.&lt;/p&gt;
&lt;li&gt;&lt;strong&gt;Flexibility&lt;/strong&gt;&lt;/li&gt;
&lt;p&gt;If you can program in Python you can use that. I had to learn PHP for Drupal but I would rather have done it in Perl. (or, indeed, Python)
&lt;/p&gt;&lt;/ol&gt;
&lt;p&gt;I&#039;m sure there are other points, when I think of them I&#039;ll add them on.&lt;/p&gt;
&lt;p&gt;Basically, it comes down to the complexity of the site(s) you are designing as to whether it&#039;s better to roll your own.&lt;/p&gt;
 </description>
     <pubDate>Fri, 18 Sep 2009 10:55:13 +0000</pubDate>
 <dc:creator>davecoventry</dc:creator>
 <guid isPermaLink="false">comment 1244973 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
