1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Notepad designing problem (stumped)

Discussion in 'HTML & Website Design' started by Toopac, Sep 26, 2008.

  1. #1
    I have encountered a bug 'recently' in Notepad with XP, lines of text disappear.

    So I can't code properly or edit websites, I am now having to use wordpad instead.

    Anyone know how to resolve this problem?

    It normally happens after javascript like:

    <script type="text/javascript" src="/liveclock.js">

    But I can see the end tag </script>
     
    Toopac, Sep 26, 2008 IP
    Clive likes this.
  2. steve875

    steve875 Peon

    Messages:
    91
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Why not use something like Notepad++ ? I'd post a link, but don't think I'm able to do so just yet.
     
    steve875, Sep 26, 2008 IP
  3. Toopac

    Toopac Peon

    Messages:
    4,451
    Likes Received:
    166
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I have looked into Notepad++ but have not tried it yet, mainly because of it's features.

    I'm a stick in the mud & like what I know, notepad was simple as can be "no frills", that is why I need it working lol
     
    Toopac, Sep 26, 2008 IP
  4. alemcherry

    alemcherry Guest

    Best Answers:
    0
    #4
    Edit plus will workout even better. A bit of syntax highlight will not do any harm, trust me :)
     
    alemcherry, Sep 26, 2008 IP
  5. Clive

    Clive Web Developer

    Messages:
    4,507
    Likes Received:
    297
    Best Answers:
    0
    Trophy Points:
    250
    #5
    A bit funny since the standard Notepad has got NO features, basically :)
    If you cannot afford something like Adobe Dreamweaver, try AceHTML Free instead. Personally I don't see myself coding much without the syntax highlighting or tag autocompleting features.
     
    Clive, Sep 26, 2008 IP
  6. tattoos

    tattoos Prominent Member

    Messages:
    1,903
    Likes Received:
    150
    Best Answers:
    0
    Trophy Points:
    335
    #6
    Not sure if you have tried "programmers notepad" before, but it may be worth a look..

    http://www.pnotepad.org/

    Cheers
    James
     
    tattoos, Sep 26, 2008 IP
  7. Toopac

    Toopac Peon

    Messages:
    4,451
    Likes Received:
    166
    Best Answers:
    0
    Trophy Points:
    0
    #7
    That is the point, I like the "no frills" of notepad.


    I have adobe but it's a bit clunky for simple editing.

    I might have to reinstall windows.
     
    Toopac, Sep 26, 2008 IP
  8. LindseyInteractive

    LindseyInteractive Well-Known Member

    Messages:
    2,825
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    175
    #8
    Not sure why you say it is a bit clunky? You can choose to go to code view, spilt view, or design only view to see exactally what you are looking for.

    But if notepad is the only thing you are wanting to use, then you really don't have to reinstall all of windows, just get a windows disk and you can opt to install certain programs from windows disk.
     
    LindseyInteractive, Sep 26, 2008 IP
  9. nicangeli

    nicangeli Peon

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Agreed. It's more than a "bit" clunky.

    OP: I know exactly what you mean, I just have no suggestion on how to fix your problem. Sorry.
     
    nicangeli, Sep 27, 2008 IP
  10. itsameyer

    itsameyer Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I would reccomend Eclipse
     
    itsameyer, Sep 28, 2008 IP
  11. blueparukia

    blueparukia Well-Known Member

    Messages:
    1,564
    Likes Received:
    71
    Best Answers:
    7
    Trophy Points:
    160
    #11
    Dreamweaver? A bit clunky? 180MB for a text editor with a slapped on design mode that outputs some of the worse code in the industry (yeah, just cause it validates doesn't mean it's good code). The design mode in CS3 is a seriously f**ked up version of Opera's engin, and CS4's design mode built on webkit is just as bad - live view works, but that adds ANOTHER view, to preview in ONE browser (or rather, and AlTERATION of one browser), Safari. You should never rely on anything but a browser to show you what to do. Test in:
    IE6,IE7, Opera, Firefox and Safari/Chrome.

    Same with any other WYSIWYG editor - pure crap. People who can't cook don't be chefs, so why should people who can't code become web developers..

    Back to the problem. I wouldn't recommend Notepad because it has weird character encoding issues - strange things can happen. Find a simple editor and turn syntax highlighting off.
     
    blueparukia, Sep 28, 2008 IP
  12. garrettheel

    garrettheel Peon

    Messages:
    341
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I can easily understand why you wouldn't want to use Dreamweaver, way too bulky and complicated - also has bad practices and encourages people not to learn the code they are writing properly. A lot of people who code in Dreamweaver will, if you throw a plain text editor in front of them, run into a lot of problems because they can't go into the menu and click a button to do everything for them. A good example of this is css properties.

    I'm going to second downloading Notepad++, the syntax highlighting makes it easier to write the code and it has a lot of things that you'll find will help you code. Whilst having all this, it still remains light and simple and, best of all, it's free. You'd be stupid not to at least give it a go ;)
     
    garrettheel, Sep 28, 2008 IP
  13. Toopac

    Toopac Peon

    Messages:
    4,451
    Likes Received:
    166
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I downloaded Notepad++ & fixed the features to be as simple as possible, so it is a decent replacement for notepad.

    The thing is my notepad had worked fine for years then suddenly stopped working properly:confused:
     
    Toopac, Sep 28, 2008 IP
  14. MikeHayes

    MikeHayes Peon

    Messages:
    95
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #14
    Hi,

    Its new to me. I've been using Notepad for years without problems. Be interested in hearing what the cause is if you get it cleared up.

    Mike
     
    MikeHayes, Oct 3, 2008 IP
  15. steelfrog

    steelfrog Peon

    Messages:
    537
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Notepad has a bitshifting bug in which a string of characters of a certain number of bytes will cause it to wipe the data or replace it with chinese characters. This may not be what you're running into, but keep in mind that as useful as Notepad is, it's not 100% bug-free.

    (If you're curious, a popular version of this bug is to create a new document, type in "bush hid the facts" or "this app can break" in lowercase without the quotes, then saving the document. Close notepad, re-open the document)
     
    steelfrog, Oct 3, 2008 IP
    nicangeli likes this.
  16. Matt B

    Matt B Active Member

    Messages:
    1,350
    Likes Received:
    65
    Best Answers:
    0
    Trophy Points:
    90
    #16
    Matt B, Oct 3, 2008 IP
  17. tattoos

    tattoos Prominent Member

    Messages:
    1,903
    Likes Received:
    150
    Best Answers:
    0
    Trophy Points:
    335
    #17
    :eek: LOL.. it works... I have never heard about that before.
    I am surprised at that. Thanks for the heads up..

    For the conspiracy theorists out there,
    "bush hid the facts" becomes "畢桳栠摩琠敨映捡獴".

    Using Google to translate it..

    :rolleyes::confused:

    Cheers
    James
     
    tattoos, Oct 3, 2008 IP
  18. Toopac

    Toopac Peon

    Messages:
    4,451
    Likes Received:
    166
    Best Answers:
    0
    Trophy Points:
    0
    #18
    Interesting...
     
    Toopac, Oct 3, 2008 IP
  19. GreatWebSuccess

    GreatWebSuccess Peon

    Messages:
    226
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #19
    You can also try UltraEdit, works well for coders
     
    GreatWebSuccess, Oct 4, 2008 IP