anyone know any FREE tools to design?

Discussion in 'HTML & Website Design' started by shireen2007, Nov 26, 2007.

  1. #1
    I used to use Dreamweaver in school but that was free.
    I want to know are there any free versions of Adobe Photoshop (don't say gimp-i have that already) and can you recommend any good free software that can help me turn my psd file into a wordpress template?
     
    shireen2007, Nov 26, 2007 IP
  2. LarryExpress

    LarryExpress Peon

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You want the WYSIWYG editor or just HTML editor ?
     
    LarryExpress, Nov 26, 2007 IP
  3. shireen2007

    shireen2007 Peon

    Messages:
    276
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I have experience with both. I suppose what I am asking is what to use to make my psd template into a wordpress theme.
     
    shireen2007, Nov 26, 2007 IP
  4. bnandika

    bnandika Well-Known Member

    Messages:
    1,079
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    140
    #4
    You can use NVU it's free and similar as dreamweaver
     
    bnandika, Nov 26, 2007 IP
  5. Stomme poes

    Stomme poes Peon

    Messages:
    3,195
    Likes Received:
    136
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I can't think of a reason not to use Gimp and a simple text editor. Dreambeaver tries to emulate a browser (and can't because it isn't one) and adds unneeded code. Photoshop has a few algorithms Gimp doesn't, CYMK colours and deeper bit-colours. Since I like to keep my images small, I'm happy with 8-bit (for now).

    I've made all my pages and the only thing that needed to be paid for was Flash CS3 (by the boss) and that was for ads, so not necessary.

    If you don't need the full power of PS, there's Elements, which isn't free but doesn't cost as much as the whole thing. I think it's up to Elements 5 now.

    When you learn what you're doing, you can take a big page design from anyone and make it act like a page.

    Here's an example (albeit one with like Zero content... the guy only had an image): http://stommepoes.jobva.nl/Ruztik/ruztik.html
    Yeah, that was just one image. I cut stuff out with Gimp, used CSS tricks and floated stuff. If you have a wide screen resolution, make the browser window smaller--- I had to cut and copy part of his city to make sure there was always a cityscape even when the browser width was side than his image. The speakers were floated right and left so they always stayed at the sides.

    *Edit whole thread (original images) http://www.sitepoint.com/forums/showthread.php?t=509090
     
    Stomme poes, Nov 26, 2007 IP
  6. shireen2007

    shireen2007 Peon

    Messages:
    276
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks for all the information! I am so HAPPY that someone thought up this forum. I've been an active member for only a week and a half and I picked up quite a few templates to help flesh out my portfolio.
     
    shireen2007, Nov 27, 2007 IP
  7. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #7
    Yeah, if you are SERIOUS about web development do yourself a favor and drop that steaming pile of shit known as dreamweaver in the trash now - I still can't believe that crap is taught in schools (though it shouldn't surprise me - schools teaching the wrong way of doing things? Teachers that have NO ****** CLUE about the subjects they are teaching? Never happen...)

    Go get a text editor, and do it the right way in the code - test in all the browser engines (no excuse anymore for Win or Mac - just leaving linsux out in the cold)... and start reversing your design process - Put the CONTENT for the page in the HTML with semantic minimalist markup, then bend the HTML to your will with CSS - EVENTUALLY hanging your styling on the page via the CSS... I still say starting from a .psd, much less wasting hours in some paint program before you lay down one bit of code is just plain retarded and back-asswards.

    As for a free image editor, you might want to try paint.net
    http://www.getpaint.net/

    Which I rate slightly higher than GIMP, but slightly below Corel Paint Shop Pro.

    If you can afford it, Paint Shop Pro kicks Photoshop's ass in a number of areas important to web development - like image optimization via the save dialog and better color depth controls... and at $99.99 it's WAY cheaper.
     
    deathshadow, Nov 27, 2007 IP
  8. mz906

    mz906 Peon

    Messages:
    101
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    you may want to use:

    CSSedit - for CSS
    BBedit - for raw xhtml/php/js/py/pl/mysql or what ever
    CODA - a more modern version of dreamweaver, smaller, light, faster, and less bloat
     
    mz906, Nov 27, 2007 IP