Notepad++?

Discussion in 'Technology' started by sm321, Apr 12, 2012.

Notepad++?
  1. Unread #1 - Apr 12, 2012 at 9:08 AM
  2. sm321
    Joined:
    Nov 2, 2011
    Posts:
    2,514
    Referrals:
    1
    Sythe Gold:
    0

    sm321 Grand Master

    Notepad++?

    I've heard it's VERY useful for making websites, but can anyone elaborate more? Thankyou.
     
  3. Unread #2 - Apr 12, 2012 at 9:19 AM
  4. catsown
    Joined:
    Jul 30, 2007
    Posts:
    198
    Referrals:
    0
    Sythe Gold:
    0

    catsown Active Member

    Notepad++?

    It just gives syntax highlighting in the editor.. For example, in PHP on notepad++, an echo statement would be highlighted in blue.

    so

    echo "hello world";

    would look like

    echo "hello world";

    The same occurs with HTML/etc.. It mostly tells you if you have the right function/etc.
     
  5. Unread #3 - Apr 12, 2012 at 9:22 AM
  6. sm321
    Joined:
    Nov 2, 2011
    Posts:
    2,514
    Referrals:
    1
    Sythe Gold:
    0

    sm321 Grand Master

    Notepad++?

    So if I was doing as an example:

    <center><h>Hello castown</h></center>

    it would appear as:

    <center><h>Hello castown</h></center>
     
  7. Unread #4 - Apr 12, 2012 at 9:27 AM
  8. catsown
    Joined:
    Jul 30, 2007
    Posts:
    198
    Referrals:
    0
    Sythe Gold:
    0

    catsown Active Member

    Notepad++?

    Colors vary per-function,

    <center><h>Hello castown</h></center>

    looks like

    <center><h>Hello castown</h></center>

    And a quick tip, <center> is obsolete, try using

    <h1 align="center">Hello castown</h1>

    ( looks like <h1 align="center">Hello Catsown</h1> in np++ )

    I'd say download it and play with it, it's a small file, it's a very useful editor, and you got nothing to loose, lol. (tip-2) In order to get highlighting you have to save the document first with its correct extension ( index.html / etc) :D.
     
  9. Unread #5 - Apr 12, 2012 at 9:30 AM
  10. sm321
    Joined:
    Nov 2, 2011
    Posts:
    2,514
    Referrals:
    1
    Sythe Gold:
    0

    sm321 Grand Master

    Notepad++?

    I thought they might have different colours. Also, just realized this might have to be in programming general? Aswell, why/how is <center> obsolete?
     
  11. Unread #6 - Apr 12, 2012 at 9:33 AM
  12. catsown
    Joined:
    Jul 30, 2007
    Posts:
    198
    Referrals:
    0
    Sythe Gold:
    0

    catsown Active Member

    Notepad++?

    "Older HTML tags and attributes that have been superseded by other more functional or flexible alternatives (whether as HTML or as CSS ) are declared as deprecated in HTML4 by the W3C - the consortium that sets the HTML standards. Browsers should continue to support deprecated tags and attributes, but eventually these tags are likely to become obsolete and so future support cannot be guaranteed. "

    http://www.codehelp.co.uk/html/deprecated.html

    Just because it's deprecated doesn't mean you can't use it thought. If you want to go right ahead, hehe.
     
  13. Unread #7 - Apr 12, 2012 at 9:36 AM
  14. sm321
    Joined:
    Nov 2, 2011
    Posts:
    2,514
    Referrals:
    1
    Sythe Gold:
    0

    sm321 Grand Master

    Notepad++?

    Oh, well if they can become un-supported by certain browsers, I'll use the

    <h1 align="center">Hello Catsown</h1> instead :) Are there any other things like that, that I should know about? Does Notepad++ help alot aswell? Thankyou by the way :)
     
  15. Unread #8 - Apr 12, 2012 at 9:43 AM
  16. catsown
    Joined:
    Jul 30, 2007
    Posts:
    198
    Referrals:
    0
    Sythe Gold:
    0

    catsown Active Member

    Notepad++?

    Err, Notepad++ just helps with highlighting, and that's it ( as far as i know .) The most useful tool is an IDE such as dreamweaver. Can't think of any free IDE's right now thought.
     
  17. Unread #9 - Apr 12, 2012 at 2:04 PM
  18. fredecus
    Joined:
    Jan 17, 2010
    Posts:
    884
    Referrals:
    0
    Sythe Gold:
    9

    fredecus Apprentice

    Notepad++?

    Yeah man, Dreamweaver is impressive and the tools make it a lot easier than notepad++
     
  19. Unread #10 - Apr 12, 2012 at 3:32 PM
  20. sm321
    Joined:
    Nov 2, 2011
    Posts:
    2,514
    Referrals:
    1
    Sythe Gold:
    0

    sm321 Grand Master

    Notepad++?

    I find Dreamweaver very restrictive.
     
  21. Unread #11 - Apr 12, 2012 at 3:53 PM
  22. catsown
    Joined:
    Jul 30, 2007
    Posts:
    198
    Referrals:
    0
    Sythe Gold:
    0

    catsown Active Member

    Notepad++?

    In what way? You know there is Code View, Right?
     
  23. Unread #12 - Apr 12, 2012 at 3:56 PM
  24. sm321
    Joined:
    Nov 2, 2011
    Posts:
    2,514
    Referrals:
    1
    Sythe Gold:
    0

    sm321 Grand Master

    Notepad++?

    What I mean is, you can't move things around "freely" and no, I didn't know there was a code view. However, what I will be doing will only require some HTML.
     
  25. Unread #13 - Apr 12, 2012 at 4:15 PM
  26. catsown
    Joined:
    Jul 30, 2007
    Posts:
    198
    Referrals:
    0
    Sythe Gold:
    0

    catsown Active Member

    Notepad++?

    Ah, You'll never be able to move things around freely, unless you use a free flash site or something, hehe.
     
  27. Unread #14 - Apr 12, 2012 at 7:13 PM
  28. kill dank
    Joined:
    Mar 4, 2010
    Posts:
    6,471
    Referrals:
    2
    Sythe Gold:
    13
    St. Patrick's Day 2013

    kill dank Hero

    Notepad++?

    It colors the words and stuff like Visual Studio would do..

    And on topic of HTML editors, anyone remember MS Frontpage?
     
< Building my computer | i2500k $800 build (all amazon) >

Users viewing this thread
1 guest


 
 
Adblock breaks this site