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 11-06-2005, 04:57 PM   #1 (permalink)
In The Zone
 
himtuna's Avatar
 
Join Date: Apr 2005
Location: Delhi
Posts: 241
Default HTML COURSE????


HI
I WANT TO LEARN WEB DESIGNING.I WENT TO NIIT DELHI KAMALA NAGAR. THEY TOLD ME THEY WILL BE TEACHING ME THE FOLLOWING TOPICS:-
Basics of the Internet
Components of a Web site
Planning and Organizing a Web site
Types of Content for a Web site
Creating an Outline for a Web site
Hosting a Web site
The origin and Background of HTML
The need for URLs
Enhancing an HTML Page
Using images
color and background in an HTML Page
Creating Tables and Frames in a Web Page
Designing forms
Creating a website using front page
THESE COURSE WILL TAKE NEARLY ABOUT 24 HOURS(THEY TOLD ME).
I WANT TO ASK IF THIS COURSE IS BENEFICIAL AS I AM GIVING Rs. 3000.
__________________
http://www.himtuna.com/
http://www.himanshuthakur.com/
Do good to be good !
himtuna is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 11-06-2005, 05:16 PM   #2 (permalink)
Just Do It
 
Charley's Avatar
 
Join Date: Feb 2005
Location: Bangalore
Posts: 2,126
Default

You should have posted it in the General Section....
Charley is offline  
Old 11-06-2005, 05:23 PM   #3 (permalink)
In The Zone
 
himtuna's Avatar
 
Join Date: Apr 2005
Location: Delhi
Posts: 241
Default

WHAT TO DO NOW DUDE? I CANT RESUBMIT THIS.
GIVE ME THE ANSWER IN TWO WORDS :-
1)JOIN OR
2)DON'T JOIN NIIT
__________________
http://www.himtuna.com/
http://www.himanshuthakur.com/
Do good to be good !
himtuna is offline  
Old 11-06-2005, 05:57 PM   #4 (permalink)
Wise Old Owl
 
Join Date: Dec 2004
Location: South Side Crater, Mars
Posts: 1,038
Default

had i been in ur position i wud have taken help frm various free tutorials on net nd might have purchased a book on HTMl...the only drawback in this kind of self paced learning is that u tend to linger on woth the course...2 days work will take u 4 days to finish !!!

so a better approach will be to go in for the course..finish it off in 12days .. nd then practice it @ ur own .. ohh but the last statement frm ur post .. " creating a web site using front page" .. are they going to teach u to make a web site with that???? nyone with a lil help and internet can make a web site with front page ... try to learn HTML language rather than making use of third party web site creation tools.....
grinning_devil is offline  
Old 11-06-2005, 06:26 PM   #5 (permalink)
Human Spambot
 
expertno.1's Avatar
 
Join Date: May 2005
Location: Expert Planet
Posts: 2,480
Default

well you should take it
__________________
Off From Digit Forum for some months.....busy
expertno.1 is offline  
Old 11-06-2005, 07:11 PM   #6 (permalink)
Right Off the Assembly Line
 
Join Date: Mar 2005
Location: NH 47 , 120 KM/h
Posts: 32
Default

=)) 3000/- for a webpage course .

i agree with grinning_devil , self learning may be hard, but like they say if you have a mind you can take over world

Just search google with keywords like

"how to make a website"
"Creating Tables and Frames" etc

or you can try site`s like
http://www.w3schools.com/ etc

if you are not satisfied join the course
__________________
Me | Online Signature MAker | PageRank Checker
imported_sr_ultimate is offline  
Old 11-06-2005, 07:12 PM   #7 (permalink)
Just Do It
 
Charley's Avatar
 
Join Date: Feb 2005
Location: Bangalore
Posts: 2,126
Default

Quote:
Originally Posted by himtuna
WHAT TO DO NOW DUDE? I CANT RESUBMIT THIS.
GIVE ME THE ANSWER IN TWO WORDS :-
1)JOIN OR
2)DON'T JOIN NIIT

First of all learn the etiquette of posting ........

" DONT USE CAPS "......
Charley is offline  
Old 11-06-2005, 09:33 PM   #8 (permalink)
Version 2.0
 
Deep's Avatar
 
Join Date: Jan 2004
Location: Mumbai
Posts: 977
Default

One friendly warning to the ones who dont know the answers and post reply...

if think a person should join or not join anything then please mention the reason why u want or dont want him to join...just posting things like "i think you should join it" doesnt mean anything infact doesnt help at all....

back to the topic...

to be frank I do not see anything worth in joing this course because you get the same stuff on the net for FREE and there is nothing much to learn...

Let me teach you the same here for FREE

So let's start...but before starting make sure that you are capable of reading the stuff...

Basics of the Internet -

Text Based with details

Animated Brief Simple one

Components of a Web site -

Web site – A collection of files Web files, including a home page. The home page is usually the address that is given, as it is usually the easiest to remember. I.e. www.greencomputer.com, as opposed to a web page inside the site, such as www.greencompiter.com/services.html (in actuality the first page of the site is www.greencomputer.com/index.html, the server is told that www.greencomputer.com really means www.greencomputer.com/index.html making it easier to remember web addresses.

Source - http://powerelf-server-appliance.gre...glossary.shtml


Planning and Organizing a Web site

Creating an Outline for a Web site

Hosting a Web site


All 3 covered here - http://www.websitebuildingtips.com/


Types of Content for a Web site - It can have static as well as dynamic content, static contents include collection of HTML pages which user need to download and edit and then upload the same..

where dynamic is easier one, you get a control panel from where you can edit the content and publish by clicking on a button...

The origin and Background of HTML -

This page covers all - http://www.w3.org/MarkUp/historical

The need for URLs - I will call this as vague topic..because its just a basic thing..you need URLs to access the website withouht that you cannot...just one line answer should cover the topic

Enhancing an HTML Page
Using images
-

These articles should help you out for sure -

http://communications.epsb.ca/tips_creating.shtml
http://www.websitebuildingtips.com/design/index.html

For images - http://www.w3schools.com/html/html_images.asp

color and background in an HTML Page -

Font color is simple just use <font color="red">this will display text in red</font>

Background Color in HTML - http://www.w3schools.com/html/tryit....html_bodybgcol

More on backgrounds here - http://www.w3schools.com/html/html_backgrounds.asp


Creating Tables and Frames in a Web Page -

http://www.w3schools.com/html/html_tables.asp

Designing forms -

http://www.w3schools.com/html/html_forms.asp

Creating a website using front page - I strictly wont suggest using Frontpage to create websites....

Macromedia Dreamweaver is the best -

check this out to learn how to create sites using Dreamweaver...

Create Sites - http://webdesign.about.com/od/dreamw...sdwnewsite.htm

Create Pages - http://www.ucs.ed.ac.uk/usd/student/...bpages_doc.pdf

or this one

http://www.informit.com/articles/art...?p=130896&rl=1

I think I have covered all...

I hope it helps you and saves your Rs. 3000

Regards
Deep
__________________
- Deep Ganatra -
www.whoisdeep.com
www.twitter.com/DeepXP/
Deep is offline  
Old 11-06-2005, 09:47 PM   #9 (permalink)
l33t n00b!
 
Nimda's Avatar
 
Join Date: Jun 2005
Location: q3dm7
Posts: 258
Default

Spending 3k bucks on learning stuff like "the basics of the Internet" would be a total waste of money. Follow the links given by Deep... if you have any doubts, then pls post in this forum. We are always here to help you out. At least I will, to the best of my ability.
Nimda is offline  
Old 11-06-2005, 11:17 PM   #10 (permalink)
Alpha Geek
 
NikhilVerma's Avatar
 
Join Date: May 2004
Location: India
Posts: 930
Default

NIIT are total looters....
They'll teach you the most basic stuff claiming it of high importance and high prices to go with it...
NikhilVerma is offline  
Old 11-06-2005, 11:56 PM   #11 (permalink)
In The Zone
 
himtuna's Avatar
 
Join Date: Apr 2005
Location: Delhi
Posts: 241
Default

thanks thanks thanks
but i have already given Rs500. which is offcourse not refundable. There is only one option for me & i.e to join another course .I am studying in class 11. In school we are tought c++ , the course book is Sumita arora. So shall i join niit to learn c++ or I fight with them to get my money back.
__________________
http://www.himtuna.com/
http://www.himanshuthakur.com/
Do good to be good !
himtuna is offline  
Old 11-06-2005, 11:58 PM   #12 (permalink)
Version 2.0
 
Deep's Avatar
 
Join Date: Jan 2004
Location: Mumbai
Posts: 977
Default

Join for C++ thats the better option

Deep
__________________
- Deep Ganatra -
www.whoisdeep.com
www.twitter.com/DeepXP/
Deep is offline  
Old 12-06-2005, 08:40 AM   #13 (permalink)
l33t n00b!
 
Nimda's Avatar
 
Join Date: Jun 2005
Location: q3dm7
Posts: 258
Default

Yes, learning C++ would definitely be the better option.. but a warning tho.. you might get really bored in your 11th and 12th computer classes! For 1.5 years (whole 11th and half of 12th) they teach only C++ and that too the basics.

When I was in 11th, I already knew C++ and was creating Win32 applications. It's hard to express how boring each class was. I never used to listen in class but even then I always got above 95 in every exam
Nimda is offline  
Old 12-06-2005, 10:11 AM   #14 (permalink)
In The Zone
 
himtuna's Avatar
 
Join Date: Apr 2005
Location: Delhi
Posts: 241
Default

They are taking Rs2100 for 4 weeks course(exactly 24 hours) of c++
__________________
http://www.himtuna.com/
http://www.himanshuthakur.com/
Do good to be good !
himtuna is offline  
Old 12-06-2005, 10:14 AM   #15 (permalink)
Version 2.0
 
Deep's Avatar
 
Join Date: Jan 2004
Location: Mumbai
Posts: 977
Default

I dont think anyone can teach c++ in 24 hrs...

they might teach u the very basic of it ask u to refer book to learn more..

Deep
__________________
- Deep Ganatra -
www.whoisdeep.com
www.twitter.com/DeepXP/
Deep is offline  
Old 12-06-2005, 10:38 AM   #16 (permalink)
In The Zone
 
himtuna's Avatar
 
Join Date: Apr 2005
Location: Delhi
Posts: 241
Default

Rs 2000 for these things at niit is it worthy
intr to c++
underst the fundamental data types
understanding structure of c++ programe
programming constructs like if ,else
conditional constructs
unary operations
looping constructs
introduction to functions
need for functions
defining a function
function argument
..........
......
intro to structures
data storage type
intro to arrays
pointers
object oriented programming
structures vs classes
access specifiers
constructors
virtual base classes
push and pop arrarys
postfix
intro to queues
file access mode
stream insertion and extraction
open mode bits
etc.
__________________
http://www.himtuna.com/
http://www.himanshuthakur.com/
Do good to be good !
himtuna is offline  
Old 12-06-2005, 10:40 AM   #17 (permalink)
Version 2.0
 
Deep's Avatar
 
Join Date: Jan 2004
Location: Mumbai
Posts: 977
Default

yes looks like proper.

but when u said 24 hours then do u mean 1 day or 24 hours total i.e. 12 days if u go for 2 hrs daily?

Deep
__________________
- Deep Ganatra -
www.whoisdeep.com
www.twitter.com/DeepXP/
Deep is offline  
Old 12-06-2005, 10:44 AM   #18 (permalink)
In The Zone
 
himtuna's Avatar
 
Join Date: Apr 2005
Location: Delhi
Posts: 241
Default

2 hours a day three days aweek total four weeks or 24 hours
__________________
http://www.himtuna.com/
http://www.himanshuthakur.com/
Do good to be good !
himtuna is offline  
Old 12-06-2005, 11:34 AM   #19 (permalink)
l33t n00b!
 
Nimda's Avatar
 
Join Date: Jun 2005
Location: q3dm7
Posts: 258
Default

Ya that should be ok. Get a good book on C++ too and practice what was taught in the previous class. I recommend C++ Complete reference and Deitel and Deitel - How to Program in C++.
Nimda is offline  
Old 12-06-2005, 05:06 PM   #20 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default

Learn HTML in 24 hours. That book costs around Rs. 125!! That will teach all the basics of HTML that NIIT teaches for 3000!! :roll: The rest of the topics can be learnt by surfing the net. No one can teach you those things.
__________________
:: Free hosting and free domain names available in special cases. Conditions apply ::
tuxfan is offline  
Old 12-06-2005, 10:27 PM   #21 (permalink)
In The Zone
 
bharat_r's Avatar
 
Join Date: Mar 2004
Location: Chennai
Posts: 470
Default

I never go to NIIT or other computer institutes.

The last time when I went to a course was when I was in school.It was "Net Weaver" in NIIT,where they thought the basics of HTML & Frontpage.

The course was crap.It was sooooo easy & I didn't need any teaching.I used to finish evrything even before it was thought.(Maybe it was because it was an easy course)

So I started learning everything on my own.I learnt C++ from an e-book called Learn C++ in 21 days.

Look out for some "Teach yourself" series.

The only benifit u get in joining in institutes is a certificate.
bharat_r is offline  
Old 14-06-2005, 10:24 AM   #22 (permalink)
In The Zone
 
himtuna's Avatar
 
Join Date: Apr 2005
Location: Delhi
Posts: 241
Default

TELL ME TH ELINK OF THAT EBOOK
__________________
http://www.himtuna.com/
http://www.himanshuthakur.com/
Do good to be good !
himtuna is offline  
Old 14-06-2005, 11:56 AM   #23 (permalink)
Right Off the Assembly Line
 
Join Date: Jun 2005
Location: Mumbai
Posts: 1
Default HTML the easy way, anyone??

Himtuna,

Let me share one of the links I've always considered the ultimate in web designing study. Its by a guy named Joe Barta and he introduces the new user to HTML in an easy, simple but effective way.

His site is here

The basic HTML tutorial is free and the online tutorial can be downloaded for offline study at your own pace. Now for someone who's bandwidth-challenged (like me ), that's a blessing.

As far as the C# course is concerned, you could join the NIIT course, but you have to keep practising and writing actual code to develop mastery.

take care and keep me posted about your progress.....

Navin
navinquadros is offline  
Old 14-06-2005, 05:34 PM   #24 (permalink)
In The Zone
 
himtuna's Avatar
 
Join Date: Apr 2005
Location: Delhi
Posts: 241
Default

thanks
i'll post my progress with post name c++boyz
__________________
http://www.himtuna.com/
http://www.himanshuthakur.com/
Do good to be good !
himtuna 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 abhidev
- by Sujeet
- by Krow

Advertisement




All times are GMT +5.5. The time now is 08:18 AM.


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

Search Engine Optimization by vBSEO 3.3.2