v.naveen
Sep 11 2008, 07:24 AM
| | Hi, i had started a new topic, coz i would like to learn - how to start a new web site and manage it, how ever i am good at desktop programming |
Comment/Reply (w/o sign-up)
Deretto
Sep 11 2008, 09:43 PM
You might want to take a look at the tutorial forum. There's a lot of good information there posted by the members of the board. Best of all, it's there for your use. x3 The basic programming language for web sites is known as HTML. I'm not sure if you can find a simple guide here, but if not then just google for one. Don't try to memorize everything. Just try to get the code to work. I have to refer to a personal site all the time. You'll remember some things eventually. Really, that's the best way to learn.
Comment/Reply (w/o sign-up)
onscreen
Sep 12 2008, 07:17 AM
The best way is learn by examples and google.com is your best friend. For full documentation, http://www.w3.org/html/ is the direct link to most of the basic resources. Once you learn the foundation, then you can opt to learn CSS or any other languages.
Comment/Reply (w/o sign-up)
jesseruu
Sep 13 2008, 08:20 AM
Heres a good link for good HTML and other webpage language resources www.w3schools.comW3schools online provides examples ect. Once you have the basics of making a website signup for free hosting and try out your code!
Comment/Reply (w/o sign-up)
boburmum1
Sep 13 2008, 12:54 PM
if you want a really good website, use javascript instead of writing alot of html all the time. my friend has a few websites with css,jscript,php and ASP. i wish i was as good as him.plus tizag is a really good html tutorial website
Comment/Reply (w/o sign-up)
kudmus
Sep 13 2008, 03:04 PM
You first need to learn the basics of HTML and CSS and then install Dreamweaver(not the best idea but that's how I did it). Download a template that you like and start from there. When you think you are seasoned with HTML and CSS go to Tizag and start on PHP. Whoever that guy is, his tutorials are helpful for dummies.
Comment/Reply (w/o sign-up)
bishoujo
Sep 13 2008, 04:21 PM
I learnt to create and design web pages using Frontpage. A lot of people like to criticize it, but I think it works for me. I've had my website for more than 5 years, changed new layouts several times and most people only have good things to say about the design
Comment/Reply (w/o sign-up)
mdlacey85
Sep 14 2008, 09:01 AM
Best thing to do first of all would be to get yourself a WYSIWYG (What you see is what you get) HTML editor. This will allow you to be a website without having any knowledge of code. There are many free versions available, just search google. For more advanced codes just visit one of the two sites listed below, that's where I get most of my stuff from as you can just search for what you want and cut and paste the code into your site. http://www.hotscripts.com/http://www.thescriptswarehouse.com/Best Of Luck Matty QUOTE(bishoujo @ Sep 14 2008, 02:21 AM)  I learnt to create and design web pages using Frontpage. A lot of people like to criticize it, but I think it works for me. I've had my website for more than 5 years, changed new layouts several times and most people only have good things to say about the design 
Comment/Reply (w/o sign-up)
Stridr
Sep 14 2008, 09:43 AM
Depending on the site you intend to create, you may need to pick up different skills and knowledge. In my opinion desktop programming is a whole different world from web programming, with much more considerations of your client. Marketing your site is also important. I suggest learning HTML, probably the most basic web language.
Comment/Reply (w/o sign-up)
Forbez
Sep 14 2008, 09:51 AM
Check out the following: www.w3schools.com Thats the best website to learn htm, php, javascript, every programming language. If you want my advice on what to learn first, learn html first. Make sure you know everything there is to know about HTML then move onto javascript or PHP, once you've learnt those 3, the sky's the limit.
Comment/Reply (w/o sign-up)
wwilliams
Oct 12 2008, 12:42 AM
if you just want to make a website a WYSIWYG editor is a good way to go but if you want to learn how to make a good website yourself learn html then move to php or asp... i prefer php myself... but starting out you might just want to go with a WYSIWYG editor... all up to you and what you want to do edit: if you want a free WYSIWYG editor http://www.w3.org/Amaya/http://www.kompozer.net/if you want to learn just the code i like http://notepad-plus.sourceforge.net/uk/site.htm
Comment/Reply (w/o sign-up)
etycto
Sep 28 2008, 12:15 AM
to get started you should learn some web languages starting with html and css then you could move to javascript and or PHP when you understand html and css. learning these stuff should be easy since for you since you know computer programing. also maybe your site could be about computer programing or about the things you've done with computer programing. managing is a bit easy, just make sure you update your site often to give your users something new to come back to.
Comment/Reply (w/o sign-up)
NLEPATHY
Sep 27 2008, 06:09 AM
QUOTE(v.naveen @ Sep 11 2008, 11:24 AM)  Hi, i had started a new topic, coz i would like to learn - how to start a new web site and manage it, how ever i am good at desktop programming Hello v.naveen, Having seen your post I thought maybe I can contribute something there. You see, the quickest way for you to build a website is by using a website builder software. One of my favourite is EZGENERATOR. You can go to their website at http://www.ezgenerator.com, and there you will find anything you will need to create a professional website. You can create a professional website without graphical skills or technological/HTML knowledge and yet still have all the added extra's such as BLOG, Calendar, e-Commerce, Guestbook, impressive image slideshows, PodCast, Counters and many more features. You can download a free trial of the software (23mb) and follow the online video tutorials. They have built in templates which you can choose from, and you can select the type whether e-commerce, music, etc. After you have built your site, you will need a domain or subdomain name and a hosting service. If you cannot afford a premium hosting service, there are many free web hosting company around offering almost everything you will need. Actually, trap17.com seems to be an excellent choice, but you will need to accumulate credit points through postings on their forum. Free Web hosting companies also provide you with subdomains if you cannot afford a domain name. The difference between subdomain and domain is that domain name is yourwebname.com or yourwebname.net where are free subdomain you will have to use the webhosting name as part of your domain name such as yourwebname.trap17.com For the time being I thinak that is what I have to contribure, but if you require any further assistance, please do contact me on midi.site90@gmail.com All the best NLEPATHY
Comment/Reply (w/o sign-up)
jlhaslip
Sep 26 2008, 11:50 PM
try w3schools.com. Good Tutorials, good html and css forums, too. Lots of help there for new html / css designers.
Comment/Reply (w/o sign-up)
admir_zukic
Sep 26 2008, 11:39 PM
QUOTE(v.naveen @ Sep 11 2008, 07:24 AM)  Hi, i had started a new topic, coz i would like to learn - how to start a new web site and manage it, how ever i am good at desktop programming I have found two great pages where you can find all instructions, for how to make by you own a web site step by step .... but there is a small problem ....  the sites are in German language .... So, .....: SELFHTMLCSS 4 YouI think that the best way to start your Web page is that you try with CSS design, thats how I started  good luck with your new web site
Comment/Reply (w/o sign-up)
Similar Topics
Keywords : web, design, bie, learnng, topic, design, maintain, web, site
- Help With My Site
had a idea and don't have a clue if it can be done (6)
Designing An Online Community Center Site
(4) Main Site Sections => Forums, Gallery, Free Web Portal Access, Site Information/Contact Info, Free
Downloads Directory/Infobase. Desired Site Elements => Localized Site Search Engine/Bar, Login/Sign
Up, Automated Feeds/Section Updates, Dynamic Page Generation/linking. Preferred Code Languages=>
C++, PHP, ColdFusion, Javascript. Website Type: Dynamic Database-Driven. Specs: Windows XP
x86(win32) OS w/ .NET Framework; SeaMonkey, FireFox, and IE7 Browsers currently installed. If
anyone can give me any info about how best to go about this project, it would really help. ....
How To Add The Flash In Our Website ?
Animated image in website make the site atractive, but take more time (4) Animation in this world: We see in most of the website that company icon, logos, memorandom,
Advertisement, smily,even todat Button etc. in the website are animated in a sequencial manner so
any body who see this get impressed, even so many time i also get impressed and want to give thanks
that one who creates this logic a fantastic idea, adobe website we read some articles, i want a
proper process or command from starting to end till image(how many types of image) animated in my
website. what software, hardware, required to do complete this task. any idea, tutorial, not....
Transfering A Joomla Site
How do I make sure I don't get errors? (0) I was designing my Joomla powered site on a laptop and the XAMPP folder was on drive D. I zipped
this folder and stored it somewhere before unistalling XAMPP and deleting everything. I installed
Joomla on another machine but this time XAMPP is in C:\ . After replacing the contents of the
\htdocs\ with the saved ones I can't access any page. All I'm getting now is: QUOTE
Warning : require_once(D:/xampp/htdocs/site/includes/joomla.php) : failed to open stream: No such
file or directory in C:\xampp\htdocs\site\administrator\index2.php on line 31 Fat....
Best Browser To Desighn Your Site To
not much of a question but more like a statement (28) well since i started web desighning i've always used internet explore (why?) well when i first
tried FF2, i wasn't a "web-designer" then so i didn't care much about css and htlm stuff, i
din't like it and one of the reason was beacause a couple of the sites i visited wasnt firefox
compatible. but anyways recently i was desighning a site for this community. so like two weeks ago i
downloaded FF3 for testing purposes. in IE the site looked great but what i found was that in
firefox the site was horible, as bad as they could come. so since firefox was better....
Building A Forum Under Another Web Site?
(8) Hello, Im going to set up a simple website to use with my buddies. A main page where I can update
from time to time and a forum are all I need. I know WYSIWYG builders, ftp uploaders and forum
moderating. Im thinking of using phpBB since it's free and seems simple and reliable, right?
My question is can I build the forum on my local computer then upload to hosting service? The
readme.txt recomends to install online in host machine. And this is what I need to do, right?
-build an index.html with WYSIWYG, upload it to main folder of host. -create a folder in the....
Dreamweaver Cs3 Help With Php
dunno where to post topic. webdesign based but software? (1) i have installed cs3 and its good with html and such but when im previewing .php files its showing
not connected to internet. do i still need to install php,mysql and such? xamp right?....
How To Make A Website
(If you're trying to drive people away from your site) (30) Alright so there are many topics out there of how to make a website that everyone will love and want
to go to, but I can't seem to find any about how to make a website that people will hate and try
to run away from, so here are some pointers for those who are trying to make the worst website:
Step one: COLORS Be sure to use a vivid and bright background color, and a non-noticeable text
color. Nothing wakes people wake up more than a florescent yellow background with white text. Make
people work to try to read your website. After all, you have some great content....
Ideas For New Fan Club Site!
(5) Well, I'm working in a fan club site, this is like our 5° site because every host in which
we've been in always change something and the site stops working. The site is a Black Eyed Peas
fan club site, it already has profiles (with gallery and comments box) for each
user,forum,chat,videos,gallery,lyrics,downloads,bios of the members of the BEP, but I think that the
site need something else. Please gimme some ideas to make this site the best! /biggrin.gif"
style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" />....
Where Is There A Good Site To Learn Web Html?
(20) im a noob when it comes to web html to design web sites, can some one tell me where to find a good
website that has good tutorials on how to use web html?....
Want To Open Shopping Portal In My Site
What i do (2) I want to open a shopping portal in my site which will do the following: take the information from
the visitor what good they want to sell then directly post it on my site What script i choose that
will suit the website of mine could any body tell me....
My New Site Template
Heres a new template of mine done in photoshop (3) This is my new template I'm going to be using for my new site. It took me 3 days to do. I spend
day 1 drawing it up sorry I cannot upload my draft sketch as my scanner is not working. The next 2
days I spent drawing it up in photoshop. The colours are kinda generic I know but thats my style. I
cant seem to create anything other then grey toned things. I think adding some decay onto the panels
will give it some depth something my style of drawing lacks. The panels - I like as many panels as
I can so I went with the 3 column layout and extra 2 side header panels for ....
Free Site Counter Stats
(7) hi frnds everyone want to keep an eye on their site traffic. histats is a really great one i found
with gives site stats for free. it have many amazing features. visit www.histats.com i am
sure u will like it... this is my first post so excuse me if my post have any mistakes....
How To Attract Users To Register On A Site
(13) :rolleyes:Use great graphics an good color which attracts the users/views eyes an capturers there
attention which cuases them to view your website if its good enought they'll register. Also use
good images, links an have blogs an forums also start a referring website such as like this: Visit
this site and know all the info about the CHITWAN http://hamrochitwan.com Some thing like that
would get more users depending on if the items in your shop are GOOD maybe like moderator for a week
costing 100 referals or somethink. /blink.gif" style="vertical-align:middle"....
A Small Html Problem
How to display foreign characters correctly when designing a site. (5) I was wondering how I could solve a small problem. I was told that some people see accented and
umlauted letters (such as " é " and " ë ") as question marks (" ? ") on my website. I come across
the same thing sometimes when looking at websites which use non-English characters. Funnily enough,
the other day, I looked at a site and the apostrophy ( ' ) was also shown as a question mark.
That is a very common character usually, I would think. I thought it had something to do with the
character encoding settings, and let me also mention I use Mozilla Firefox as my brows....
Help Me With My Site
(5) Hey guys, Im have a gta type of site, and need some help with it. I am using HTML, and am using a
pretty basic template, and cutenews. My banner looks funky, and I do not know how to put
information on the left hand side, even though my right hand site has links and stuff. The link is
gta-source.net/index.php make sure you go to that link or it'll redirect to the forums. So
please if anybody can help me I would appreciate it.....
Need Help With Site
(3) Hi. I need some help with this website that I am going to make I am making it somewhere else but I
am going to use my Trap17 hosting service as the media so if there was a game on my website I would
put a link and it would link back to here and would show a black background and the media game, or
video. Could anyone tell me how I would do that? Only the background code. But even before that I
need to uninstall Joomla. Let me say first that I have not idea how to find my way through Traps
control panel? Thanks in advance.....
Web Site Design Question
(10) Well thanks to Trap17 my web site is up and running again. I have most everything put back, just
need to do a fair amount of fine tuning. I have questions on a couple topics before I do much more
on it. Which is best for links on your site that leave your web site, to have them open in a new
browser window or just go direct to the site? I heard somewhere that they should open in a new
window, as you don't want people to leave your site, but do you all find the new windows to be
annoying? And which looks best, text that scrolls and the background doesn't m....
Getting Flash Images On A Site
(1) well, i don' t have a site yet, but about 6 months ago i made a template, with flash buttons and
all, with sound and everything i was so proud so i tryed to put em on there with a special code u
needet or something ,so i did, but i got blank images,, i even tryed uploading it on the site it
didn't work, so i asked around they said u can' t install them on a cpanel, u need ftp, so i
downloadet the program needet and i got stuck there, so basicly how do u do that,and could some1
help me out how to get it working on a cpanel....
Drupal Related
Auction site (1) Hi, I've been trying to look for ways to run an auction site thats easy to set up and I saw
drupal... Is there a way to run an auction site using drupal?? If anyone of you know how to do it
plzz help me! I've tried to look through google but not getting any help! I want to make an
auction site which will be able to take few types of product posted by the users and let other users
log in to bid for the price! Is there a way to do so?? And if anyone of you know an easier way to
go about doing it please help me! even if its not drupal but something and works!! Tha....
Adding Second Page Of Cutenews To My Site
How do I do this? (3) I'm using Cutenews on my website. I forgot to mention in my last post on this topic that
Cutenews is news system that can be integrated into an existing website and can function like a
blog. Well, I recently integrated cutenews into an existing site, and I'm wondering how I get
the older news to show up on another page. For example, I'm using cutenews on my main index
page. At the bottom of the page I'd like to put a link that says, "old news," and have that page
open up into a new page of my older news/blogs that people can still post comments on. What....
Integrate Blog Into Existing Site?
What's the Simplest Route? (11) I'd like to integrate a very simple blog-type feature that will only show up my site's home
page. I want the blog section to look like the rest of the site. Here's my site if it helps:
vbritton's site The site has three columns, and in the center column, I want to put simple
blog entries. I want to keep the other two columns open for other stuff so it doesn't look like
a blog site. It would also be nice to have an rss feed. I know some html. I don't know php or
sql, but I'm guessing I might have to learn if I want to do this right. I'....
Poll: Should I Use Frame Or No Frames For My Site?
I know the design I want, just not sure which way to do it (10) I got lucky - while making sure I knew what I was talking about, I found a page that explains frames
AND demonstrates the design I'm thinking about. ^-^
http://www.highdots.com/css-editor/html_tu...ames/frame.html The page shows what I mean about
"mock" frames - using tables (I'm assuming?) to arrange the title and the menu, but scrolls with
the rest of the text. I have no idea how else to describe it. ^-^ The first poll is just to see if
a trend I've noticed actually exists, or I'm just crazy. ^-^....
View Souce Code
do you know this site? (8) I have seen this site before.The site is simple.there are a box that you can put a url link then
press enter you can see the code of the page (see everything include meta,comment...),even it is
written in php,asp... If anyone know this site,please let me know(I have format my computer,so I
lost it).thank you. ....
Making Your Site Successful
No matter what it's about! (9) I started writing an article about this for an article site I had just joined. It was done! I wrote
so much! I was so thrilled! I hit "Submit!" And as it turned out, it had timed out and the entire
page reset. My face was probably priceless but so was my utter rage. So I've been careful about
what I write since then. I have a Notepad document open as I type. And then I make several threats
and continue writing. But back to the point. Hosting This one's simple. Dear god, if you ask
me questions about this, I will scream very loudly. But seriously, if Trap17....
Please Suggest Me How To Do ....?
My First Web Site ..... ? (11) Hi buddies . I just got free Web Hosting by Trap 17 , it is a real great pleasure for me. Now there
are several problems in my mind regarding to CREAT my own FIRST website. * Which software should
i use for building my website ? * I want to know how to show the IP of the visitor on the welcome
page of my site? * I want to place e-messenger on my site , how to place it ? * I want to create
different flash and java effects on my site how to create them? As in my earlier post i told that i
just start using computer so please help me to solve my problems described a....
Fast Site Indexing By Blogging?
(8) I've heard many people use blogging for the fast indexing, and even there is software like
blogging equalizer that allows you to index your site and all pages in couple of hours. What I need
is a VERY detailed process of creating blog and how to get your site indexed fast. Please share
your experience and knowledge!....
"un-supported Browser" Message
Site won't let me in because of it. (5) Boy, this is a new one for me. I know enough about the Web to know that it is possible to detect the
Browser which is being used to call a page, and I know that there are differences between Browsers.
I also don't think this is right, but has anyone else ever seen the situation I am about to
describe? Cruising the Net. Click on a link. The Browser does its thing and an error message pops
up to say "Sorry, your browser is no longer supported by Micro$oft, so you can't view this
page. " Now, I could understand if it was a Micro$oft site or a techy style page, bu....
How Can I Make My Site Load And Work Faster?
(21) i just wanted to know some extra tricks and tips i can use to make my site work great, being fast,
and work well on all browsers. i think this will also help a lot more people and not just me. so
lets start a list of things we can do to make our site work better, faster. start your commenting.....
Help With My Site
(5) I would like to put a forums onto my site and I have no idea how to. Please tell me how to create
one. Thanks!....
Looking for web, design, bie, learnng, topic, design, maintain, web, site
|
Searching Video's for web, design, bie, learnng, topic, design, maintain, web, site
See Also,
|
advertisement
|
|