SitePoint Sponsor

User Tag List

Results 1 to 5 of 5

Thread: should i be thinking about IDEs or CMSs?

  1. #1
    SitePoint Zealot SirFrigglesworth's Avatar
    Join Date
    Aug 2009
    Location
    Chicago, IL
    Posts
    158
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    should i be thinking about IDEs or CMSs?

    i've been doing web development now for about 8 months. i use photoshop to figure out how i want a page to look then i cut it up and do the markup and styling via komodo text editor.

    should i be looking to use IDEs like dreamweaver or something? i have never even looked at this software and will this butcher my css and html?

    when should i ever think about using an IDE or content management system? im confused because maybe the projects i have done so far have been inefficient in terms of time and maybe i could possibly save time .
    "Death smiles at us all. All a man can do is smile
    back."

    -Gladiator

  2. #2
    SitePoint Addict
    Join Date
    Jan 2008
    Posts
    326
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I wouldn't worry about buying Dreamweaver, there are a lot of alternatives to it now days. I would consider a CMS, but first learn a little PHP. A CMS is only as good as the person(s) deploying it and a good installation often requires some code manipulation.

    Try this, install something like Wordpress for your personal use and work with that for a while as a learning project before trying to sell it.

  3. #3
    SitePoint Zealot SirFrigglesworth's Avatar
    Join Date
    Aug 2009
    Location
    Chicago, IL
    Posts
    158
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by wiggsfly View Post
    I wouldn't worry about buying Dreamweaver, there are a lot of alternatives to it now days. I would consider a CMS, but first learn a little PHP. A CMS is only as good as the person(s) deploying it and a good installation often requires some code manipulation.

    Try this, install something like Wordpress for your personal use and work with that for a while as a learning project before trying to sell it.
    roger that... i actually went to school for things like C, Assembly, J2ee so php isn't that difficult at tall. it is going into wordpress and dissecting all the objects that is so long and boring.

    CMS is worth it, IDEs are probably NOT... gotcha will keep that in mind.
    "Death smiles at us all. All a man can do is smile
    back."

    -Gladiator

  4. #4
    SitePoint Addict
    Join Date
    Jan 2008
    Posts
    326
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you know the code well (which is sounds like you do) take a look at Netbeans with PHP or Aptana both of which are excellent products. DW really isn't a coder's IDE.

  5. #5
    Follow: @AlexDawsonUK silver trophybronze trophy AlexDawson's Avatar
    Join Date
    Feb 2009
    Location
    England, UK
    Posts
    8,111
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)
    This is my simple guide:

    If people who don't know HTML and CSS (or code of any sorts) will be required to be able to add content to a page (or you want pre-built interaction stuff like comments), use a CMS, otherwise don't bother and continue to use hand coding (with server-side includes). And if you find yourself wanting to do more with code than simply write it in a text editor (like server-side framework hooking) then use an IDE (as they tend to have more purpose built enhancements like project management). In the case of a competent coder who maintains their own site and just wants to get the job done... just stick with the editor.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •