Welcome Guest ( Log In | Register )



2 Pages V   1 2 >  
Reply to this topicStart new topic
> Web Developing Software, THe simplest software for buidling a good and reasonable website
Sohaib
post Feb 11 2008, 08:40 PM
Post #1


Member [ Level 1 ]
Group Icon

Group: [HOSTED]
Posts: 32
Joined: 9-February 08
From: Karachi
Member No.: 28,291



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://style.wannabe.at

so Im looking for a web developing software which is very simple and which have simple and fast wizards to creat website of different styles....

plzzzzz do help me if anyone of u have or know any software like thiss..... I hope u understand wat I tried to ask....


This post has been edited by Sohaib: Feb 11 2008, 08:42 PM
Go to the top of the page
 
+Quote Post
Feelay
post Feb 11 2008, 08:46 PM
Post #2


Advanced Member
Group Icon

Group: Members
Posts: 187
Joined: 13-January 08
From: Sweden
Member No.: 27,579



hmm.. I know one software.. I've never tried it myself, but my friend says that it is very good, and cheap tongue.gif It is called magix (www.magix.com or something).. try it out wink.gif or you can always learn html, xhtml, dhtml with theese three, you can do stuff better than what a software can do it wink.giftongue.gif
Go to the top of the page
 
+Quote Post
Sohaib
post Feb 11 2008, 08:59 PM
Post #3


Member [ Level 1 ]
Group Icon

Group: [HOSTED]
Posts: 32
Joined: 9-February 08
From: Karachi
Member No.: 28,291



well recommend me a software which u know by yourself.as far as this magix thing is concerned.... well I know a bit of itt its juzz okkk not really good fot developing different kind of website .... I want a software which has different website templates and interfaces for diffferent subjects like celebrities, music, comedy, corporate...
Go to the top of the page
 
+Quote Post
tabula123
post Feb 13 2008, 09:35 PM
Post #4


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 2
Joined: 13-February 08
Member No.: 28,390



If you ask me I would advise yoou to use notepad++. That is if you know how to use hypertext makeup.


QUOTE(Sohaib @ Feb 11 2008, 03:40 PM) *
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://style.wannabe.at

so Im looking for a web developing software which is very simple and which have simple and fast wizards to creat website of different styles....

plzzzzz do help me if anyone of u have or know any software like thiss..... I hope u understand wat I tried to ask....

Go to the top of the page
 
+Quote Post
FirefoxRocks
post Feb 14 2008, 04:50 AM
Post #5


Super Member
Group Icon

Group: [HOSTED]
Posts: 589
Joined: 12-July 06
From: Ontario, Canada
Member No.: 14,464



I'd recommend coding the pages with (X)HTML, styling them with CSS, adding special effects with JavaScript and when you move up to a more advanced level, learning a server-side scripting language such as PHP or ASP to work with MySQL or any SQL database.

I do not recommend using a WYSIWYG editor as they generate almost always unsemantic code that is often invalid HTML. For coding my pages, I used to use HTML-Kit but now I use Notepad++ more because it is more portable. On Linux, you can use Pico or a graphical text editor such as Gedit (don't know the equivalent for KDE, Kedit?).

Remember, web development is different from web design. Designers work with the layout, UI and appearance of the page more (CSS and images). Developers work with the content and how the page works (HTML, XHTML, JavaScript, etc).

And yes, using images to design the whole page and then mapping certain sections to links is definitely not the way to go.
Go to the top of the page
 
+Quote Post
Herbert
post Feb 14 2008, 05:23 AM
Post #6


Premium Member
Group Icon

Group: [HOSTED]
Posts: 404
Joined: 4-September 04
Member No.: 234



One big advantage of Dreamweaver over Frontpage.... I did the exact same page using the WYSIWYG (what you see is what you get) method without touching the code itself... and the Frontpage file was approximately 3 times larger than the Dreamweaver file simply because Frontpage put in so much crap code that wasn't needed.

If you can't afford or don't want to use Dreamweaver, then there is an open source web page editor I found called NVU
http://nvudev.com/index.php

Seems to work ok, but I don't know if it'll do what you want.

If you just want to get a basic template designed to put info in for a whole website... Dreamweaver templates work great for that. You make up one basic page with editable regions, and then you create pages based off that template.. That way, if you need to change, say a footer for all your pages, you only have to change the one file that is the template and it automatically updates all the pages based on that file, so you don't have any inconsistencies!

smile.gif
Go to the top of the page
 
+Quote Post
Mordent
post Feb 14 2008, 05:02 PM
Post #7


Advanced Member
Group Icon

Group: [HOSTED]
Posts: 194
Joined: 30-June 07
Member No.: 23,045



QUOTE(FirefoxRocks @ Feb 14 2008, 04:50 AM) *
I'd recommend coding the pages with (X)HTML, styling them with CSS, adding special effects with JavaScript and when you move up to a more advanced level, learning a server-side scripting language such as PHP or ASP to work with MySQL or any SQL database.

I do not recommend using a WYSIWYG editor as they generate almost always unsemantic code that is often invalid HTML. For coding my pages, I used to use HTML-Kit but now I use Notepad++ more because it is more portable. On Linux, you can use Pico or a graphical text editor such as Gedit (don't know the equivalent for KDE, Kedit?).

Remember, web development is different from web design. Designers work with the layout, UI and appearance of the page more (CSS and images). Developers work with the content and how the page works (HTML, XHTML, JavaScript, etc).

And yes, using images to design the whole page and then mapping certain sections to links is definitely not the way to go.

Agreed on pretty much all points. I use Notepad++ exclusively for web development, simply because you can get exactly what you want with full control over every aspect. One major advantage of Notepad++ (link for those who have yet to be enlightened) is, in my opinion, the sheer simplicity of it. There's no work done on your files "behind the scenes", which keeps them nice and clean of poorly formed code. It also lets you have multiple tabs open in one window, so you can flick between files (such as HTML files, CSS ones or PHP) all within the same application and develop all of them equally well. That, and I have a love of plaintext editors. wink.gif

Seriously, though, for templated work you're best off trying something a little more Dreamweaver-y. Working from scracth with Notepad++ and the like works great if you're trying to get to grips with the languages and helps keep you in good practice with properly created files, but it can take a good while to get something half-decent out of it. Personally, I still prefer building my sites from the very first character of the first index page, but that's just me.
Go to the top of the page
 
+Quote Post
Miles
post Feb 14 2008, 05:24 PM
Post #8


Advanced Member
Group Icon

Group: [HOSTED]
Posts: 177
Joined: 25-December 07
Member No.: 27,129



If you're looking for a good program, I recommend going along my route, have a look at a HTML programming book ( I still remember looking over internet bible many years ago, around 2003), then learning more on the internet, and applying any previous coding knowledge to learn PHP. It worked for me, and I'm quite young. If you get the temptation to copy and paste, say, hex colours, or table coding, you should do it, because you'll learn how to do it that way eventually. The program you should use is notepad, or if notepad is buggy and messes up the layout of your php, wordpad. At most, use a syntax-highlighting editor, like notepad++, mentioned by some people here.
Go to the top of the page
 
+Quote Post
monahan
post Feb 15 2008, 12:18 AM
Post #9


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 15
Joined: 14-February 08
Member No.: 28,422



I think you should just bite the bullet and learn to use Dreamweaver. I'm not a professional website designer, but I took a day to just sit down and learn and fool around in Dreamweaver and Ive created some pretty cool websites. I think the benifits of using a program like Dreamweaver is well worth it in the end.
Go to the top of the page
 
+Quote Post
faulty.lee
post Feb 15 2008, 04:16 AM
Post #10


Premium Member
Group Icon

Group: [HOSTED]
Posts: 442
Joined: 5-November 06
Member No.: 17,016



I started off my HTML programming with CuteHTML. Simple, fast and straight forward. Never liked Dreamweaver, it's a bloat. After I've learn all the syntax and making use of Google, I switch to Eclipse. Have been using it ever since. I do use Notepad++ from time to time. Had a portable version, so I can fix stuffs on site with it.
Go to the top of the page
 
+Quote Post

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

Collapse

> Similar Topics

Topics Topics
  1. Best Ad Placement on a Website(18)
  2. Making A Cool Website(9)
  3. Starting A Website(16)
  4. E107 Website Portal Software(0)
  5. Website Design And Development(13)
  6. Website Layout(10)
  7. For Website Review - Read First(0)
  8. Website Templates(13)
  9. Building A Website(39)
  10. Website Acting Up On Me(7)
  11. Website Poll(4)
  12. What's The Best Blog Software(19)
  13. Looking For Free Software To Build Website(17)
  14. Css Vs Xslt Vs Smarty Vs Other : What To Use ?(3)
  15. Flash Music Player On Website(2)
  1. Music On A Website(6)
  2. Need Help In Designing My Website.(1)
  3. Need Help / Ideas With My Website Makeover(5)
  4. Questions About This Website/topic Page(1)
  5. Adding Static Content To Website...(9)
  6. Program To Design Your Website(21)
  7. Website Template Design Tutorial(0)
  8. Testing A Website Design(6)
  9. Music Into A Website ?(9)
  10. Preview Your Website In Ie From Non-windows Os(3)
  11. A Website(8)
  12. Website Navigation Hover Buttons Stick So Made Css Today(7)
  13. I Need A Template For A Website(6)


 



- Lo-Fi Version Time is now: 7th July 2008 - 04:40 AM