Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 01-10-2004, 06:59 PM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Sep 2004
Posts: 2
Default Web programmer problem.....!


Dear,

Well i know HTML, and a bit of Java Script . Can work on Dreamveaver and Frontpage.... but i want to know more .... wht programming thing i shd learn after i know HTML... plz guide me ... will be thankful if u can give me the things to learn in a list.. cause when ever i try to learn something it say u must know other things first....
pratikbagaria is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 01-10-2004, 11:52 PM   #2 (permalink)
Coming back to life ..
 
it_waaznt_me's Avatar
 
Join Date: Nov 2003
Location: A bit closer to heaven
Posts: 1,997
Default

Hmm... learn CGI programming ... go for ASP or PHP. A bit of Flash will also help you.
__________________
Sleight of hand and twist of fate...
On a bed of nails she makes me wait...
And I wait without you ...
With or without you ..
----
Batty = Too Busy Now !!!
it_waaznt_me is offline  
Old 02-10-2004, 12:04 AM   #3 (permalink)
Broken In
 
Join Date: Aug 2004
Posts: 190
Default

html is now nearly history, but its knowledge u will find it useful while learning the new things dhtml,cgi-perl,php-mysql, and dont forget xml
__________________
Attack life, it\'s going to kill you anyway.
walking-techie is offline  
Old 02-10-2004, 12:29 AM   #4 (permalink)
In The Zone
 
#/bin/sh's Avatar
 
Join Date: Apr 2004
Location: 42.65 N 73.76 W
Posts: 213
Default

1st learn java , jscript and asp

then u find no problem learning php .... etc
__________________
\"99 little bugs in the code, 99 bugs in the code, fix one bug, compile it again, 148 little bugs in the code. 148 little bugs in the code....\"
#/bin/sh is offline  
Old 02-10-2004, 11:01 AM   #5 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default

Whatever it_waaznt_me said is just right. Go for PHP. I wouldn't recommend ASP. Learn MySQL with PHP. There is a specific book on the topic. That will help you make dynamic pages.

BTW, howsoever outdated HTML may be, you must know it.
__________________
:: Free hosting and free domain names available in special cases. Conditions apply ::
tuxfan is offline  
Old 02-10-2004, 11:14 AM   #6 (permalink)
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default

Quote:
Originally Posted by walking-techie
html is now nearly history,
Aye techie bhai, what did you say again ? Can HTML ever be history ? Can C be history ?
__________________
- --
http://web.gnuer.org
GNUrag is offline  
Old 02-10-2004, 11:23 AM   #7 (permalink)
Right Off the Assembly Line
 
Join Date: Sep 2004
Posts: 2
Default

well thankz a lot... i know HTML is a kinda old ... but its useful .. and i know flash, photoshop, illustartor, coreldraw.....
pratikbagaria is offline  
Old 02-10-2004, 04:33 PM   #8 (permalink)
In The Zone
 
Join Date: Feb 2004
Location: Chennai
Posts: 300
Default Re: Web programmer problem.....!

Quote:
Originally Posted by pratikbagaria
Dear,

Well i know HTML, and a bit of Java Script . Can work on Dreamveaver and Frontpage.... but i want to know more .... wht programming thing i shd learn after i know HTML... plz guide me ... will be thankful if u can give me the things to learn in a list.. cause when ever i try to learn something it say u must know other things first....
Dude,

You have just opened your eyes on Web programming, b4 u close, there are tons to learn from WWW !

* XHTML
* DHTML
* PHP
* PHP3
* ASP
* ASP.NET
* CGI
* PERL
* PYTHON
* WML
* XWML

and more stuffs to pop soon... get ready & go 4 it
__________________
Vande Mataram - Two words that became a Fiery War Cry and Electrified the nation towards Freedom. A mantra that instills a sense of Pride and belonging.
go4inet is offline  
Old 02-10-2004, 09:52 PM   #9 (permalink)
Version 2.0
 
Deep's Avatar
 
Join Date: Jan 2004
Location: Mumbai
Posts: 977
Default

hmm i think if your logic is clear then learning the any web coding...

basially in simple language...

prog languages are simple english nothing else...

for example...
if you want to say..if user enters 5 then say hi else say bye

so in php u write like this..

<?php
if ($variable==5)
{
echo "hi";
}
else
{
echo "bye";
}
?>

and in asp u write like this..

<%if numVariable = 5 then %>
Hi
<%else %>
Bye
<%end if %>

so the point is..logic remains same..what changes is syntax..and remember small pice of synatx should not be tough..


so i will suggest you to learn c, c++ and clear the logics then jump to php, asp whatever you want...(php will be my all time fav)

take help of http://www.w3schools.com/ or download couple of ebooks...(i had referred to learn php in 24 hrs..did some 2-3 chapers and then got bugged so started coding..and as and when errors used to come...google helped me..and php.net helped me too...)

for asp.net i will suggest...going for ASP.Net unleashed..its a great book..worth buying it..


and for c, there is a book by author Yashwant kanetkar - Let us C...great book...it had used that book to learn C...

i hope this info helps you to decide...

cheers
Deep
__________________
- Deep Ganatra -
www.whoisdeep.com
www.twitter.com/DeepXP/
Deep is offline  
Old 02-10-2004, 10:22 PM   #10 (permalink)
In The Zone
 
Join Date: May 2004
Location: dehradun
Posts: 389
Default

ya go for JavaScript, then go for ASP or PHP
suggest u go for PHP
or go for ASP & ASP.NET
__________________
Music is like Sex, The more you get, the more you want.
demoninside is offline  
Old 08-12-2005, 10:10 AM   #11 (permalink)
Right Off the Assembly Line
 
Join Date: Dec 2005
Location: Goa,India
Posts: 13
Default

Go for PHP & MYSQL, that will be enough. Enjoy!
rnaik is offline  
Old 08-12-2005, 10:47 AM   #12 (permalink)
Version 2.0
 
Deep's Avatar
 
Join Date: Jan 2004
Location: Mumbai
Posts: 977
Default

Quote:
Originally Posted by rnaik
Go for PHP & MYSQL, that will be enough. Enjoy!
and what was the point in bumping so old topic?

Please take care from next time.

Deep
__________________
- Deep Ganatra -
www.whoisdeep.com
www.twitter.com/DeepXP/
Deep is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Sujeet
- by clinton
- by Who
- by bhaskar
- by soumya

Advertisement




All times are GMT +5.5. The time now is 11:45 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2