IPB

Welcome Guest ( Log In | Register )



Tags
This content has not been tagged yet
7 Pages V  « < 4 5 6 7 >  
Reply to this topicStart new topic

Is Creating A Real Website A Very Difficult Job? Need Help!


cranfieldos
no avatar
Newbie
*
Group: Members
Posts: 1
Joined: 19-June 09
Member No.: 83,455



Post #51 post Jun 19 2009, 10:58 PM
QUOTE (webishqiptar @ May 2 2009, 09:00 PM) *
Why don't you learn a Cms like drupal or Joomla or Wordpress, or Blogger..it is much easier to understand the basics. I prefer to modify wordpress, and create what I like. I suggest you to get some books and start learning a programming language.


I completely agree, if your not inclined to learning a new scripting language or willing to pay for a commercial product such as dreamweaver then try downloading and installing an open source CMS, personally i prefer manual scripting, but recently i have downloaded and installed Joomla and have found it to be very user friendly, it does all the hard work for you so you dont have to! wink.gif
Go to the top of the page
+Quote Post
The Simpleton
no avatar
bUrIeD iN tHe TRAP!
*********
Group: Members
Posts: 912
Joined: 10-June 09
From: India
Member No.: 83,082
myCENT:16.40



Post #52 post Jun 20 2009, 05:18 AM
If the user's intention is to learn something new by creating the website then it is suggested that he does all the hard work himself instead of depending on ready-made solutions like these! And if the intention is to just put a site up then CMS is the answer.

Learning to do everything on his own would certainly benefit the user sometime in the future so this is recommended more, isn't it?
Go to the top of the page
+Quote Post
Idolon
no avatar
Newbie [Level 2]
**
Group: Members
Posts: 37
Joined: 21-June 09
Member No.: 83,570
myCENT:51.61



Post #53 post Jun 22 2009, 09:19 PM
For some (well, at least for me) it is much easier to learn by studying other's code.  Rather than starting from scratch, find an existing web page similar to you want to do and try to figure out what each part of the code does.  You can start with a ready-made CMS like Wordpress,  look at existing themes or plugins, and then modify them as you learn how they work.


You may also want to pick up a development tool such as NetBeans or Aptana Studio that provides hints as to what HTML tags do and what attributes they can have.  It's much easier than switching back and forth between your HTML code and a cheat sheet.

Go to the top of the page
+Quote Post
sandeep95
no avatar
Newbie [Level 2]
**
Group: Members
Posts: 25
Joined: 4-August 09
Member No.: 85,860
myCENT:37.05



Post #54 post Aug 4 2009, 06:25 PM
Why don't you search on youtube on learn html. It is more easy to learn visually than reading. You should also try to learn CSS. But you should first just get a free template and a wysiwyg editor. That can start you off. I really recommend the CSS tutorial on 2createawebsite.com . Their tutorials are easy to understand but they don not cover anything. But if you would like to read then go to w3schools.com
Go to the top of the page
+Quote Post
Nameless_
no avatar
Privileged Member
*********
Group: Members
Posts: 826
Joined: 7-August 09
Member No.: 86,048
myCENT:47.30



Post #55 post Aug 10 2009, 11:16 AM
QUOTE (kasperooney @ Jun 20 2009, 03:18 PM) *
If the user's intention is to learn something new by creating the website then it is suggested that he does all the hard work himself instead of depending on ready-made solutions like these! And if the intention is to just put a site up then CMS is the answer.

Learning to do everything on his own would certainly benefit the user sometime in the future so this is recommended more, isn't it?


This is exactly what I want to do... you just accurately fully summed up my intentions!
I am currently learning coding and all that though, I've borrowed a lot of books from the library,
and it is easier to learn everything yourself than get someone else's work because it will then be easier to edit it and change it to what you want.

QUOTE (Idolon @ Jun 23 2009, 07:19 AM) *
For some (well, at least for me) it is much easier to learn by studying other's code.  Rather than starting from scratch, find an existing web page similar to you want to do and try to figure out what each part of the code does.  You can start with a ready-made CMS like Wordpress,  look at existing themes or plugins, and then modify them as you learn how they work.


You may also want to pick up a development tool such as NetBeans or Aptana Studio that provides hints as to what HTML tags do and what attributes they can have.  It's much easier than switching back and forth between your HTML code and a cheat sheet.


Yes, I will be doing that first too... I have a few website designs on my mind from other people's website, but sadly they have sold the domain and moved on to somewhere else where I don't know...

So I will have to start from scratch anyway. I've also downloaded Aptana Studio, but everything looks so complicated that I don't know where to start. There are so many functions and everything, I really don't know what do to. Also, Aptana Studio isn't a WYSIWYG editor, meaning I have to do all the coding by myself...

This might be good for me in the long term where I learn how to code everything and all that, but it won't be good for me in the short term and that will mean I will have to take longer to learnign coding and everything before I get the results that I want.
Go to the top of the page
+Quote Post
FruitRocks
no avatar
Member [Level 3]
******
Group: Members
Posts: 99
Joined: 8-July 09
From: Ohio
Member No.: 84,392
myCENT:21.09



Post #56 post Aug 22 2009, 07:26 PM
QUOTE (Variablez @ Dec 8 2008, 12:39 PM) *
Use Microsoft Office Frontpage, im sure you can get it cheap induvisually, it helps with HTML and Visual, its really cool then just click Veiw HTML and it shows the HTML code for the site you made! Simple!


That is what I actually started out with when I used to run my websites on Apache Local Server. If you want a more up-to date version of FrontPage, I would suggest going and downloading Microsoft Sharepoint Designer. They also have a full standalone tutorial that you can download.

SharePoint Designer:

http://www.microsoft.com/DOWNLOADS/details...;displaylang=en

A great book that has helped me a lot is called: Luara Lemay's Teach Yourself Web Publishing with HTML 3.2 in 14 Days. The book itself was made in 1996 (meaning the software included may be a little outdated, but because it is open source I'm sure that you will be able to find a newer version of it somewhere), so it is kinda old, but that is okay because all of the basics of HTML are there (it really hasn't changed that much). Some of the basics it teaches you are HTML tags (like <bold> or <p>). It also covers more advanced stuff like CGI scripts, SSL Encryption, and website secruity.

The cheapest FrontPage 2003 is still VERY expensive for a single piece of software, so I would suggest just getting SharePoint (or even Microsoft Web Developer Express Edition, which is FREE, but kinda hard to get a hang of. they have tuts on there website about it).


Web Developer Express Edition:

microsoft.com/express

FrontPage 2003 Link (its about $200)

http://www.pacificgeek.com/product.asp?c=2...D=50726&P=F
Go to the top of the page
+Quote Post
minimcmonkey
no avatar
Super Member
*********
Group: [HOSTED]
Posts: 407
Joined: 19-June 08
From: United Kingdom - Cornwall!!!!!
Member No.: 63,876
myCENT:80.60



Post #57 post Aug 28 2009, 11:01 PM
Of course the correct responce to this depends on what you mean by a "real" website. Im assuming you mean making it in bare HTML.
Firstly, you will find very few popular websites are made with only HTML - the language is totally static, and doesnt even allow for basic mathematic functions. If you want to make an impressive website I would recommend learning HTML, CSS and javascript.
Anything which involves storing, or processing user input, or logging in etc, will require a server-side language like PHP, ASP.net or CGI. Generally paired with a database language like mySQL.

Anyway, learning HTML.

HTML is very easy once you get use to it.
At first you may have trouble understanding what all the tags are for. But its gets very easy, I have been making websites for about 6 years now, and can create a basic text based page in seconds.

I started learning using w3schools.com Which is a very useful site, especially as a reference. But I have always found that a book will be a lot more use. I bought a book to learn HTML, and it taught me a great deadl. I now have a huge pile of books which I have used for learning nearly every programming or web language I know.

Once you have made a few sites you get use to everything.

A big part of learning HTML is understanding what each tag is for, how to use its attributes, and memorising the important ones (eventually you will know all of them!)

Another thing to understand, is that HTML is basically useless without other languages. It just tells the browser what to put on the page. It has trouble telling it where to put it without CSS.

Hope this helps somewhat!
Go to the top of the page
+Quote Post
phpphp
no avatar
Advanced Member
*******
Group: Members
Posts: 110
Joined: 15-December 08
From: Sweden
Member No.: 74,657
myCENT:29.59



Post #58 post Sep 28 2009, 07:55 PM
No, rather its very easy now!

There was a time when people have to code for single pages, now dynamic website have made it very easy to build heavy sites in less duration.

CMS system like joomla have made it very easy to make a dynamic site very easily. just you need to add your required portion and just upload it without knowing whats really going on..and how its made. but if you have to code that yourself... can take months smile.gif
Go to the top of the page
+Quote Post
fermin25
no avatar
Premium Member
********
Group: Members
Posts: 150
Joined: 22-May 09
From: Honduras
Member No.: 82,247
myCENT:29.90



Post #59 post Oct 1 2009, 10:32 AM
Well maybe yeah because if you use PHP you will have to learn all the code and believe itīs very difficult if you donīt experience with another programation code. But if you want a simple HTML site itīs not very difficult and with some programs like Macromedia Dreamweaver or WYSIWYG Web Builder soon you will create your website and start to generate visitors. Another thing that you can do is buy a PHP script pre-designed and customize it with your information or content. I will explain you a little better...

If you for example want to open and create a blog maybe programming it will take you a lot of time, but you can buy or in this case free download a PHP script like wordpress install it in your hosting account and start to post and get visitors...This way is more simple than program an entire PHP blog script.

Or maybe you can open a blog in Blogger or Wordpress and add it a Domain name .com, .net, .org. You can get a domain name with Xisto and Trap17. For that you have to post and earn a least $10.00 MyCent and change them for a domain name. The domain name you like!

Well I hope I can help you with this information. Donīt be afraid and create your website ok.

Go to the top of the page
+Quote Post
eauncarter
no avatar
Newbie
*
Group: Members
Posts: 9
Joined: 13-November 09
From: India
Member No.: 91,613
myCENT:48.80



Post #60 post Nov 13 2009, 11:11 AM
The easiest way of learning web designing I think is by using a web template or WYSIWYG editor at first and then keep on editing the HTML till you get the hang of it. On the other hand you can always chip in a book or a tutorial
Go to the top of the page
+Quote Post

7 Pages V  « < 4 5 6 7 >
Reply to this topicStart new topic

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No New Posts 12 noxit 11,478 26th February 2009 - 12:59 AM
Last post by: novic_1223
No new   27 Dagoth Nereviar 4,294 22nd August 2009 - 09:38 PM
Last post by: Nameless_
No new   14 rpgsearcherz 1,902 3rd September 2009 - 05:01 PM
Last post by: webishqiptar
No New Posts   11 thewebkid 3,136 11th April 2009 - 05:00 AM
Last post by: zakaluka
No New Posts   5 Thunder 8,209 16th April 2009 - 08:21 AM
Last post by: amrik09
No new   17 EricDrinkard 16,928 11th August 2009 - 01:13 PM
Last post by: fadillzzz
No new   61 Etherion 45,040 17th November 2009 - 06:14 AM
Last post by: Johnmck93
No New Posts   2 Ho-oh'sRealm 80 12th November 2009 - 03:58 AM
Last post by: 1stentropy
No New Posts   4 andyy15 6,348 27th May 2009 - 09:36 PM
Last post by: Dook-E
No New Posts   1 Jarek_Gd 962 24th February 2008 - 12:49 PM
Last post by: rvalkass
No new   27 Assassin 12,364 20th August 2009 - 07:37 PM
Last post by: FruitRocks
No new   23 PnOyKiO 21,570 20th October 2009 - 12:22 PM
Last post by: -Sky-
No new   45 Dehornos 7,211 7th November 2009 - 08:01 PM
Last post by: bigtimedrama
No new   16 sonesay 2,593 31st July 2009 - 06:27 AM
Last post by: iworld200
No new 18 Vacant 16,259 26th September 2004 - 10:13 AM
Last post by: gotcha41


 



RSS Open Discussion Time is now: 21st November 2009 - 08:25 PM

Web Hosting Powered by ComputingHost.com.