Nov 8, 2009
Pages: 1, 2, 3

Program To Design Your Website - Program to design your website

free web hosting

Read Latest Entries..: (Post #21) by PocketChange on Apr 28 2006, 08:18 PM.
Photoshop is great for creating graphics, while Flash is useful for animated objects. I wouln't use Flash too much though on the web page. Seems that excessive flash use is definitely out of style and web sites that are flash movies are not popular ( they look nice, but search engines can't index them). I like Dreamweaver for html because it has a lot of automated features like synchronizing, checking broken links, etc....
read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion & Free Web Hosting > Computers & Tech > Designing > Web Design and HTML

Program To Design Your Website - Program to design your website

romulo
I have a few questions about desinging a site:

What is the best program to desing a site? Question
What program do you use to design nice pictures and banners?

Plz give some info!! Exclamation

Comment/Reply (w/o sign-up)

Hercco
Best program to design a site is a text editor. Choose any flavour you like, Vi, emacs, editplus for windows. In this sense I'm old school.

Alright, I give you that the modern design programs like DreamWeaver have come long way from what the WYSIWYG editors were at nineties and they probably work well for trying out things and so on. But for the future of web designing - or what I think we should be doing now - is the separation of content and design and I myself find little need to do designing with a WYSIWYG editor. Anyways I don't condemn anyone for using them, it's just not my thing.

Graphics... If I was old school with the page degigning I'm very predictabl with the graphics issue. Yep, Photoshop for me. Simply it is just best graphics design software ever produced.

Comment/Reply (w/o sign-up)

Hraefn
The best thing for designing either a web site or graphics is that little gray matter that sits between your ears. Yep, the brain. =^^= The creation process starts with inspiration—once you have that, you've got it made, regardless of what software you use. When it comes to design, technicality rarely matters. It's a common complaint of my brother that teachers nowadays focus more on the technicalities of website development (e.g. HTML tags, web scripts, etc.) and neglect helping their students develop aesthetics, and I agree. So if you plan to design a website, then first plan out what you want to do, especially if you're making everything scratch instead of using a template. Do what I do, make a storyboard. Write or draw out what you want to do with your website then, when you have a general idea of how the finished product will be like, start coding.

None of this answers your question, of course, but I'll get to that. Those things just had to be said, and now that that's out of the way, here's what you were looking for:

HTML Editors

There are two kinds of HTML editors available: text-based and WYSIWYG.

Text-based editors are those that require handcoding—meaning that all HTML tags and scripts must be typed by the user. Those who want to use a text-based editor must have a good knowledge of HTML tags and syntax. Notepad, the default text editor which comes with most version of the Windows OS, is an example of a text-based editor (BTW, I don't recommend using it as it has no rendering styles, meaning that things can get confusing if your HTML code gets too long).

WYSIWYG stands for What You See Is What You Get. It is a word used to describe a system in which content during editing appears very similar to the final product. MS Word is an example of a WYSIWYG editor—when you type in bold, the final result is also bold (BTW, though MS Word can also be used as an HTML editor, I very strongly recommend that you NOT use it, as it adds a lot of useless code to the HTML file).

Below is a list of HTML editors, both text-based and WYSIWYG.

Text-based editors
  • Notepad++ (freeware) features: syntax highlighting, syntax folding
  • CSE HTML Validator Lite (freeware) features: syntax highlighting, syntax checking, HTML validation
  • HTML-Kit (freeware) (recommended) features: syntax highlighting, syntax checking, HTML validation, active preview, built-in FTP workspace

WYSIWYG editors
Graphics Editors

There are three types of graphics: raster graphics, vector graphics, and animations. Usually, different software are used to create raster and vector images, with some exceptions. Animations can be either rasters or vectors and are handled with a special program that puts together multiple layers or images to create the illusion of movement.

Raster graphics software
Vector graphics software
Animation graphis software
That's all for now; I'm rather tired after that post. Hope this helps! =^^=

 

 

 


Comment/Reply (w/o sign-up)

Sarah81
I use Windows Notepad, myself. If you know basic HTML tags, you can use this nifty little program to code your entire site.

You can also search at download.com for Web site software. Most programs just let you click on the elements that you want to add (i.e. a table, plain text, or photos, etc.) and drop them in.

But if you'd rather just do it yourself (which I've found gives me more control over where things show up on my pages, and of course how they look), you can learn some pretty good things at htmlgoodies.com - free and easy to understand.

Comment/Reply (w/o sign-up)

demolaynyc
For web design, I prefer to use these three programs: Adobe Photoshop CS+ , Macromedia Flash & Dreamweaver. I use photoshop to design the page layouts, and flash to create a flashy header. Then i use dreamweaver to put everything together and add the content. It sounds simple but it's hard... I still can't finish my site because I can't stick with one good layout.

Comment/Reply (w/o sign-up)

QuantumFlux
If you dont happen to be using MS Windows and want a free graphic editor you can always use GIMP. It is also available for MS Windows. As for a web editor theres this really nice one called NVU which is also available for both Windows and Linux. These two programs are completely free and work really well for most situations. As for me, I personally use Notepad and Photoshop CS2. I dont prefer using a WYSIWYG editor because it will usually add uneeded tags or tag properties, and its sometimes harder to understand the code later on. Hope this helps.

-QuantumFlux

Comment/Reply (w/o sign-up)

Quatrux
For my webdesign now I am using PHP Designer 2006, for graphics the Gimp just works for me, on Linux and on Windows, but when using Linux I am using Bluefish, those are quite good for me. I used to use simple text editors and editplus too, but when my scripts got really big, I need a lot of features to see the code. what I don't like about PHP Designer, that it is slow when changing between Tabs, but I got used to it. wink.gif

Comment/Reply (w/o sign-up)

Quatrux
For my webdesign now I am using PHP Designer 2006, for graphics the Gimp just works for me, on Linux and on Windows, but when using Linux I am using Bluefish, those are quite good for me. I used to use simple text editors and editplus too, but when my scripts got really big, I need a lot of features to see the code. what I don't like about PHP Designer, that it is slow when changing between Tabs, but I got used to it. wink.gif

Comment/Reply (w/o sign-up)

knibble
i think it best to use dreamweaver as it automaticly codes it for you and there are loads of fetures and it automaticly creates css style sheets and its simple to use

Comment/Reply (w/o sign-up)

Jeigh
After I learned basic html I used dreamweaver for a fair while. IT's good for making quality sites with little effort or knowledge, but you don't learn much really. Personally I prefer just using text editors with syntax highlighting for the various web languages (html, php, etc)

My favorite would be bluefish. I used to use some random ones for windows but since I found bluefish I usually stick to doing my web editing in linux and use the fish. It's nothing amazingly special it just has a nice flow and layout for my liking. Setable syntax highlighting, easy file navigation, good stuff. Handles all the usual types of files and if you use a different one you can still choose which type of syntax highlighting to use.

Comment/Reply (w/o sign-up)

Latest Entries

PocketChange
Photoshop is great for creating graphics, while Flash is useful for animated objects. I wouln't use Flash too much though on the web page. Seems that excessive flash use is definitely out of style and web sites that are flash movies are not popular ( they look nice, but search engines can't index them).

I like Dreamweaver for html because it has a lot of automated features like synchronizing, checking broken links, etc.

Comment/Reply (w/o sign-up)

Spell
Wow. This thread helped me out as well! I've got nearly enough credits to get hosting! Anyway, thanks to all people here who posted links to useful programs! smile.gif

Comment/Reply (w/o sign-up)

coolumflyers
I prefer to use dreamweaver and photoshop, they are both very powerful programs that can do alot. I wouldn't recommend Frontpage if your onto your second website, because it only supports html and nothing else that I am aware of.
But it is more or less a matter of opinion and level of skill.

Comment/Reply (w/o sign-up)

aciminsk
OK, Dreamveawe seems to achive overall support. Let me throw a stone. What I don't like about dreamveawer.
When doing ASP pages I finally gave up attempts to use Dreamveawer asp features. It's easier to learn ASP then to figure out how to use them in Dreamveaver. So I do it old good manual way. (Luckily, there are not so many options for PHP, so did not waist time trying to use them).
Not sure about the latest Dreamveawer, but the one I have (Do not remember the release, the last one wich did not require activation) does not handle css properly (One more reason why I started to use notepad).

FTP feature of Dreamveawer is stripped off. You could not set it to view hidden files like .htaccess for example.

Yes, it's feature rich, but it takes time to learn how to use it so it does things for you. And in many cases it's easier to learn how to do the same things yourself

Comment/Reply (w/o sign-up)

Shadow X
QUOTE
I have a few questions about desinging a site:

What is the best program to desing a site? Question
What program do you use to design nice pictures and banners?

Plz give some info!! Exclamation

I totally agree with everyone else who has said Dreamweaver. For designing a website whether a beginner or an expert, whether simple or complicated - Dreamweaver is definetly the best way to go. This is because there are lots of features you can use and combined with an FTP server, it opens up a whole new range of possibilities. The latest version Dreamweaver MX I think, is a great piece of software. I'm not sure if you have to pay for it or not but you can download it from the internet for just over 100 MB. However, there are some disadvantages when it comes to using Dreamweaver for the first time. It may seem a little complicated at first because there are so many possibilities, but when you play around and read a few tutorials it becomes more and more simpler.

Another website designing program, which is not as good as Dreamweaver, is Microsoft Frontpage. Here you create your website layout(s) on a new page(s). I'm not sure how to upload this design to your website but I think that your host will have a Frontpage feature that will let you do this. But don't go along with what I said, just ask around to make sure! wink.gif Good luck with which ever one you choose.

Comment/Reply (w/o sign-up)


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Pages: 1, 2, 3
Similar Topics

Keywords : program, design, website

  1. Freewebs And Piczo
    :) website thingys (3)
  2. Question Related To Website
    need Web page solution (5)
    I have some question in mind that need solution so please 1) What is benefit of using header and
    footer tag in our web page ? 2) How we can registered our website on any search engine? 3) Did I use
    animated image without flash in website.? 4) What is the correct way to display web page on center
    in any browser.? if we use css style ? I have little idea off all question answer but i need
    specific help so welcome. Thanks....
  3. I Need A Template For A Website
    (11)
    i need a template for a game wesite. im making a game website and need a web template thats easy to
    use....
  4. Website Navigation Hover Buttons Stick So Made Css Today
    need further help with tutorial from this site (7)
    Hi I made hover buttons to go into my friends website because frontpage didn't allow the text on
    their buttons to be left aligned. Anyway, I think they stick a lot and i'm not happy with them.
    I have read a lot of people don't like the time it takes for java applets to load either so
    thought I should try doing the navigation buttons with the CSS shown on this site. I was so happy
    when after following the instruction my buttons turned out fine but the probem is that they have a
    solid border around each button and i want my nav bar to look like it's under....
  5. Web Developing Software
    THe simplest software for buidling a good and reasonable website (16)
    Hi Everyone !! I want to make a website but I dont wanna use the conventional software
    like Frontpage or Dreamveawer cuz one has to be a web developer to creat a website using the above
    mention softwarez. since I know a bit of designing so I created my 1st website using photoshop but
    what I did is I design the whole page as an image and took it to frontpage and using the hot spot
    option, I hyperlink the image parts and thuss created my website but obviouslyyy... this is not the
    professional way of creating websites .you can check my website its URL is http://s....
  6. Graphic Design Program
    (7)
    i, what is the best freeware graphic design program - for web design application (like buttons,
    background and etc.) ....
  7. A Website
    what all do i need? (8)
    ok, as you may have seen in some of my other posts, i plan to make a text based online game. Well,
    i feel that while im still learning php, mysql, and javascript, it would be a good idea to start
    learing what i need for a website, i know you need a domian name but uh yeah lol. I thought if im
    gunna learn one thing to make something happen i might as well try to learn it all lol. What could
    go wrong? lol. Well thanks for your help. Thanks Zemon1....
  8. Preview Your Website In Ie From Non-windows Os
    (3)
    If you are using a non-windows based OS probably Linux or Mac OS may be even Solaris or OS/2, you
    can preview how you website or new site design looks in Internet Explorer. A site by Daniel Vine
    provides you this facility for free, Just head over to http://www.danvine.com/iecapture/ and
    enter your sites URL to preview. This site will automatically create a screen shot of your site how
    it appears in IE. Usually it will take longer to get a screenshot because always there will be
    thousands of such sites queued to be previewed. Post your comments and experiences.....
  9. Music Into A Website ?
    (9)
    im not sure if this is the right place to ask this, but since webdesigning people visit this forum,
    they probably have some answer for my question :] im making a own website and im looking for some
    backround music with the same style as http://www.batterydrink.com/pitlanegame some computer based
    chill music. i cant make this stuff myself since i dont have programs nor the knowledge to do music
    myself, so does anybody here know if there is a page or something found from the internet from where
    you can download songs (computer made songs) that you can use on your website....
  10. Testing A Website Design
    (6)
    I am currently design a website for this small hotel. I have never in the past made website that
    weren't for myself of for friends, so I want to make everything perfect becuase I'm going to
    earn a small bit of pocket money this time. This is currently my checklist of things that I will
    do, just to make sure the website runs nice and smoothly. - optimize graphics and photos for
    faster loading times - approximate loding speeds across diferent internet connection - make my HTML
    upto HTML 4.01 strickt (W3C checker) - use style sheet to control formatting of site,....
  11. Website Template Design Tutorial
    A tutorial about 3Column website creation. (0)
    http://www.pokemon.roxr.com/indiacalling/viewtopic.php?t=22 I dont know how to upload pdf files
    here. However I am placing the link. Please tell me how can I upload pdfs here. All of my tuts are
    in pdf format. Thanks. This isn't a tutorial by any means. You've simply posted a link
    to another site. Since this is your first time, you'll get off with a verbal warning only. But
    be careful in future. You are not entitled to make such posts in the Tutorials section, unless the
    post is a full-blown tutorial written by YOU. ....
  12. Adding Static Content To Website...
    (9)
    I want to add some static content to my website and was steering towards using SHTML files and the
    #include method, but hesitated on it. I currently have a big handful of .HTM files and don't
    want to convert them to SHTML (even though it shouldn't be much of a bother). I just like them
    to be .HTM files (use to it). Is there any way to do something similar like the Server Side Include
    method above, but with HTM files instead? Usually the SHTML code will have some line like the below
    in it: QUOTE So if I just change that mypage.html, it will change it fo....
  13. Questions About This Website/topic Page
    astahost topic page (1)
    Is there a way to see all of the available topics, perhaps an alphabetized list? I saw a topic
    earlier, replied to one of the entries, but cannot find the topic any longer. Thanks very much!....
  14. Need Help / Ideas With My Website Makeover
    in flash? (5)
    Good evening, i have heard at the 'site review' part of the forum that my site would be
    better if i made just one red box, and place my links to the other pages on my site at the top. So,
    i tought, maybe i could make a header, in flash orso? Does someone know a good program and/or
    tutorial to learn how to make one? Thanks, Michiel....
  15. Need Help In Designing My Website.
    (1)
    If your looking for some new websites to join then here are some for you to join: You can join my
    website here: Click here Or you can join my friends website at: Click here My website is under
    construction at the minute, but the problem i face is that i need people to help me construct it.
    First one to PM me can do it if you want to and when you do help me, afterwards i'll make you a
    member of staff. Currently my friends website is down but hopfully it will be up soon. At least
    make an attempt to write a short review on what you site or your friend's s....
  16. Music On A Website
    How? (6)
    Ok on my website (not the one listed on sig) i have a really cool load up page which takes about a
    minute. What i want to do is have a piece of music playing in the background but without the user
    having to click on anything. Like say they enter my website then imediatly the music plays 1.Is
    this possible 2.If so HOW?? thanks /smile.gif' border='0' style='vertical-align:middle'
    alt='smile.gif' /> ....
  17. Flash Music Player On Website
    (2)
    hi you guys. i'm looking for a way to create a flash based music player where it automatially
    plays a song and you can skip to other songs, adjust the volume and start and stop it etc. anyone
    know where i can find this info. i would like to create it myself like using swish or macromedia
    flash not use a template as i want it to look like my website. thanks in advance!!....
  18. Css Vs Xslt Vs Smarty Vs Other : What To Use ?
    what to use in a website (3)
    Well I am not trying to compare them all. I am asking which one to use in making a
    personal,extendible and nice looking website. Its a simple problem of keeping design away from
    content. I am trying to make a personal website which would eventually showcase all of these
    technologies (and more) but I was looking for one to stick with as the main design. If you have
    done a large project with these technologies I would certainly like to hear from you.....
  19. Looking For Free Software To Build Website
    (17)
    I'm looking for a free software for building my own website in Astahost.Is there any free good
    and easy to build software for building website without using HTML codes as just like building free
    website in tripod? Thanks, sunny. Topic title edited by: Rudy....
  20. Website Poll
    how to create a poll (4)
    does anyone have a good script for crating a poll on a website -----This is not a tutorial. The
    tutorials section is only for genuine tutorials. Moved from Tutorials section to Web Design and
    HTML.-----szupie ....
  21. Website Acting Up On Me
    What Am I Doing Wrong? (7)
    Okay, so I was working on my site and I noticed that I can drag and drop my frmaes. I don't
    understand why I can because I didn't add that script anywhere in my html. If you would like to
    see what I'm talking about please visit here . Right click the webpage and click view source.
    If you would like to test the drag and drop yourself clcik on the graphic or the marquee and drag
    it. It's not suppose to move though, even though it does. Please somebody try and help me. I
    would try with CSS but I'm not good with CSS at all, I only know HTML so . . .....
  22. Building A Website
    (39)
    Im a newbie & I need to make a web site for my group and i was wondering what software should i use
    to make a nice website like astahost.com I currently have dreamweaver but i do not know how to use
    it..please help me!....
  23. Website Templates
    where to find some good ones (13)
    Hi... I've been looking around the net looking for some good examples of free templates good
    when co-use with PHP. I think i've been to most sites but can anyone throw out some where you
    think they have a good selection, other than zymic, which was my first guess hehe. Thanks.....
  24. For Website Review - Read First
    this is not the correct forum. (0)
    Since a lot of the requests for website reviews get posted here, I figured I'd pin this topic.
    The correct forum to post about website reviews, lay-out reviews is here . Please do not post the
    requests for review here, we (moderators) move them anyway, so you'd spare us a lot of work
    /wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> While any issues,
    ideas, etc about design itself can be posted here, the review is done in a different subforum.
    ~MoonWitch....
  25. Website Layout
    (10)
    hi all i planning to build a website. Theme: Job Info in India, forum for fresh graduates Can you
    guyz suggest me the Best format for the front page. Thanks in advance.....
  26. Website Design And Development
    software tools for website development (13)
    i'm using macromedia software suite in designing websites: Macromedia Dreamweaver, Firworks,
    Flash....
  27. Starting A Website
    (16)
    looking to create a fairl nice looking site, what kind of programing should i look into? also a
    little advice on getting started would be much apreciated.....
  28. Making A Cool Website
    can someone help (9)
    Not to sure if someone would liek to to but I need someone who can make website or has the knowlegde
    of how to and can teach me or help me make a text based online game. Post here if your interested.
    I want make like a rpg game and have s little animation like when the player battle, something like
    the fighting in the game fire emblem. Maybe not the long because they would want to fight a lot and
    that would slow them down but its a idea. And make areas where you shop for items and a place where
    you heal and other game options a lot of F2P text based online games have....
  29. Best Ad Placement on a Website
    (18)
    Most of the websites that I currently visit all of ads of some type in their website design. I was
    also planning to ad a few ads to my website to help pay for a domain name and was wondering where I
    should place my ads. Where is the best location to place ads so that a lot of people will click on
    them? Is it on the top or bottom and what type of ad service do you recommend that I use? Thanks,
    Nisshutsu....
  30. WebSite Development and Management Tools
    (10)
    Astra Site Manager Astra SiteManager scans your entire Web site highlighting functional areas
    with color-coded links and URLs to unfold a complete visual map of your site. With this tool you
    can: pinpoint broken links or access problems, compare maps as your site changes, identify key usage
    patterns for improving web site effectiveness, and validate dynamically generated pages. Linkbot
    3.0 Linkbot is a suite of Web site management utilities that helps webmasters track down and
    repair problems on their sites. Linkbot can find and repair broken links, locate slow a....

    1. Looking for program, design, website

See Also,

*SIMILAR VIDEOS*
Searching Video's for program, design, website
advertisement



Program To Design Your Website - Program to design your website

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com