|
|
|
|
![]() ![]() |
Feb 11 2008, 08:40 PM
Post
#1
|
|
|
Member [ Level 1 ] 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 |
|
|
|
Feb 11 2008, 08:46 PM
Post
#2
|
|
|
Advanced Member Group: Members Posts: 190 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
|
|
|
|
Feb 11 2008, 08:59 PM
Post
#3
|
|
|
Member [ Level 1 ] 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...
|
|
|
|
Feb 13 2008, 09:35 PM
Post
#4
|
|
|
Newbie [ Level 1 ] 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.
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.... |
|
|
|
Feb 14 2008, 04:50 AM
Post
#5
|
|
|
Super Member Group: [HOSTED] Posts: 599 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. |
|
|
|
Feb 14 2008, 05:23 AM
Post
#6
|
|
|
Premium Member Group: [HOSTED] Posts: 413 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! |
|
|
|
Feb 14 2008, 05:02 PM
Post
#7
|
|
|
Advanced Member Group: [HOSTED] Posts: 196 Joined: 30-June 07 Member No.: 23,045 |
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. 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. |
|
|
|
Feb 14 2008, 05:24 PM
Post
#8
|
|
|
Advanced Member 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.
|
|
|
|
Feb 15 2008, 12:18 AM
Post
#9
|
|
|
Newbie [ Level 2 ] 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.
|
|
|
|
Feb 15 2008, 04:16 AM
Post
#10
|
|
|
Premium Member Group: [HOSTED] Posts: 461 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.
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 24th July 2008 - 01:32 PM |