Welcome Guest ( Log In | Register )



3 Pages V   1 2 3 >  
Reply to this topicStart new topic
> Program To Design Your Website, Program to design your website
romulo
post Feb 1 2006, 05:06 PM
Post #1


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 12
Joined: 1-February 06
Member No.: 11,015



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
Go to the top of the page
 
+Quote Post
Hercco
post Feb 1 2006, 06:03 PM
Post #2


Super Member
Group Icon

Group: Members
Posts: 595
Joined: 4-September 04
Member No.: 228



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.
Go to the top of the page
 
+Quote Post
Hraefn
post Feb 1 2006, 10:09 PM
Post #3


Member [ Level 2 ]
Group Icon

Group: Members
Posts: 65
Joined: 28-July 05
Member No.: 7,488



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! =^^=
Go to the top of the page
 
+Quote Post
Sarah81
post Feb 2 2006, 04:34 AM
Post #4


That really was a Hattori Honzo sword.
Group Icon

Group: Members
Posts: 473
Joined: 27-August 05
From: Texas, USA
Member No.: 8,126



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.
Go to the top of the page
 
+Quote Post
demolaynyc
post Feb 7 2006, 01:10 AM
Post #5


Premium Member
Group Icon

Group: Members
Posts: 330
Joined: 2-February 06
Member No.: 11,040



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.
Go to the top of the page
 
+Quote Post
QuantumFlux
post Feb 9 2006, 04:04 AM
Post #6


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 7
Joined: 9-February 06
Member No.: 11,172



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
Go to the top of the page
 
+Quote Post
Quatrux
post Feb 9 2006, 06:37 AM
Post #7


the Q
Group Icon

Group: [HOSTED]
Posts: 1,051
Joined: 13-July 05
From: Lithuania, Vilnius
Member No.: 7,059



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
Go to the top of the page
 
+Quote Post
Quatrux
post Feb 9 2006, 06:38 AM
Post #8


the Q
Group Icon

Group: [HOSTED]
Posts: 1,051
Joined: 13-July 05
From: Lithuania, Vilnius
Member No.: 7,059



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
Go to the top of the page
 
+Quote Post
knibble
post Feb 20 2006, 03:05 PM
Post #9


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 1
Joined: 20-February 06
Member No.: 11,433



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
Go to the top of the page
 
+Quote Post
Jeigh
post Feb 20 2006, 03:29 PM
Post #10


Whitest Black Mage
Group Icon

Group: [MODERATOR]
Posts: 1,352
Joined: 20-May 05
From: NB, Canada
Member No.: 5,281



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.
Go to the top of the page
 
+Quote Post

3 Pages V   1 2 3 >
Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. WebSite Development and Management Tools(10)
  2. Clicksor(7)
  3. Favorite Graphics Program?(68)
  4. A Free Graphic Design Program That Could Equal Photoshop?(35)
  5. 1 More Administrator Needed For Runescape Forums Website(1)
  6. Blender(4)
  7. Effective Website Promotion Without Spamming!(20)
  8. Best Free Anti-virus Program(22)
  9. How To Create A "user Profile" Page.(14)
  10. Free Web Hosting: (running With Scissors)(1)
  11. Free Web Hosting: (soda)(1)
  12. Free Web Hosting: (jammerjd)(2)
  13. Free Web Hosting: (mish)(2)
  14. Free Web Hosting: (khalilov)(0)
  15. Free Web Hosting: (khalilov)(2)
  1. Free Web Hosting: (xerxes)(1)
  2. Free Web Hosting: (efrain_aguilar)(2)
  3. How To Design A Form In Flex 2(0)
  4. Why Turkey Could Not Open The Website From China?(4)
  5. How To Design A Contact Form Part 3(0)
  6. Free Web Hosting: (putnik) - denied(1)
  7. Free Web Hosting: (eggie)(1)
  8. Free Web Hosting: (adavak)(1)
  9. Free Web Hosting: (jersey)(0)
  10. Free Web Hosting: (entheone)(2)
  11. Free Web Hosting: (jezstarr)(2)
  12. Free Web Hosting: (mikemastah)(1)
  13. Free Web Hosting: (aici) - denied(2)


 



- Lo-Fi Version Time is now: 10th October 2008 - 07:40 PM