Webmaster Forum


Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
Share |
  #41 (permalink)  
Old 04-07-2011, 03:18 AM
wulaishiwo's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 03-02-11
Location: China
Posts: 90
iTrader: 0 / 0%
Quote:
Originally Posted by lair360 View Post
I learn to read codes when I was 9 years old. It's a little weird... but, I can now write HTML, PHP and all these other languages for my website. Its also a breeze to save money as I don't have to fork out thousands of pounds for a web template.


By the way , how old are you?
__________________
cambridge satchels
 
Reply With Quote
  #42 (permalink)  
Old 04-08-2011, 01:42 AM
saicou's Avatar
Contributing Member
 
Join Date: 04-07-11
Location: China
Posts: 127
iTrader: 0 / 0%
this depends on the books, the labor you put into and way you are reasoning.
someone they have a good mathmatic reasoning mind would learn fast. if me, I will give up since I don't have a good mathmatic mind.
__________________
Looking for reciprocal link exchange with all theme,
I have a safety boots & work safety website, we are Chinses factory for safety shoes,
PM me if you are interested
 
Reply With Quote
  #43 (permalink)  
Old 04-08-2011, 10:18 AM
The Controversial Coder
Latest Blog:
None

 
Join Date: 05-01-06
Location: Manchester; UK
Posts: 2,374
iTrader: 0 / 0%
Quote:
Originally Posted by saicou View Post
this depends on the books, the labor you put into and way you are reasoning.
someone they have a good mathmatic reasoning mind would learn fast. if me, I will give up since I don't have a good mathmatic mind.
Although Mathematical understanding is necessary for certain elements in programming, it's generally your basic arithmetic and very basic algebra, only in sort of graphics areas when dealing with vectors and matrices etc does Mathematics become very important. I know numerous programmers whose Mathematical skill isn't great, but they're still fantastic programmers.
 
Reply With Quote
  #44 (permalink)  
Old 04-08-2011, 10:47 PM
snakeair's Avatar
Super Moderator
 
Join Date: 12-31-07
Location: Medford, NJ
Posts: 42,206
iTrader: 3 / 100%
10 Free E-Books on Ruby for Beginners

Here is some stuff for all you coders.

Quote:
Ruby may have lost some of its shine in recent months to JavaScript and Node.js, but it's still one of the most popular programming languages out there, and it's still growing.

There are a large number of beginner's Ruby resources out there, and the material is diverse. Here are a few places to get started.
Continued at: http://www.readwriteweb.com/hack/201...uby-for-be.php
__________________
Newbiz Advertising - A resourceful blog

Like us on Facebook: facebook.com/Newbizshop

Premium WordPress Themes - A list of themes.
 
Reply With Quote
  #45 (permalink)  
Old 06-22-2011, 03:47 PM
Member
Latest Blog:
None

 
Join Date: 06-20-11
Posts: 46
iTrader: 0 / 0%
I agree with Dan Williamson. It is an ongoing process.

My advice is to read books. Start with the basics. Try starting with Python.
__________________
Average GPA
Code Igniter Tutorials
 
Reply With Quote
  #46 (permalink)  
Old 06-22-2011, 04:54 PM
Contributing Member
Latest Blog:
None

 
Join Date: 06-17-11
Location: El Paso, TX
Posts: 72
iTrader: 0 / 0%
Quote:
Originally Posted by Dan Williamson View Post
To those that say you can learn the basics of programming in a day or so, you are wrong in every way. You can learn the basic syntax and how to use it to create very basic linear applications that have nothing meaningful in them in a day yes.
I take issue with statement. While I agree that syntax can be a stumbling block to some people syntax is very language specific and therefore not a programming fundamental. The basics of programming can be taught without even using a programming language. The concepts of:

variables
operators
expressions
arrays
if, then, else
functions
classes and objects

Just to name a few, are at the heart of every programming language regardless of language (aside from maybe classes and objects but most modern languages have adopted and OO approach). I've taught people these concepts before without even touching real code (using pseudo-code though).

I don't believe it is enough to simply show someone a code example and a result and expect them to just understand how it works. Fundamentals of programming have to be taught first and I believe that any reasonable smart person with a good understanding of algebra will pick up these concepts quickly.

Now obviously they won't be creating pretty code or elegant solutions right away but understanding the basics will help them immensely when it comes to refactoring.
 
Reply With Quote
  #47 (permalink)  
Old 06-27-2011, 05:55 AM
ppetrid's Avatar
Member
 
Join Date: 06-25-11
Posts: 34
iTrader: 0 / 0%
Quote:
Originally Posted by Dan Williamson View Post
Once again I must ask for clarification. Your English is fine, therefore a none-issue, perhaps it's just my pedantic nature. You say basic language, yet use examples of Java/C++ which are two of the more complex languages, a basic language to me would be BASIC which has it's own complexities but it's generally more basic.

I wouldn't classify any real programming language as basic, you may mean basic for you and I can fully respect that, but they're each complex in their own ways.
Well, it depends! Each language has its strengthens & weaknesses but it's really on what you want to do. For example, learning Java/C++ would enable you to understand object-oriented programming, learn its concepts and practices. Python or PHP support object-oriented programming as well but are mainly scripting languages not suitable for learning object-oriented coding. Python can be great for beginners, as it showcases some programming concepts like call-by-reference, makes it easy to built Graphical user interfaces and forces the programmer to write clean code etc. Finally, it is generally accepted that C is the way to go in order to understand how does memory work and what happens behind the scenes when code is being executed.

At any case, always try to understand the logic behind the code; the language should be just a means to express your algorithms.
__________________
Pantelis Petridis
software architect / engineer
yawd web applications | yawd programming blog
 
Reply With Quote
  #48 (permalink)  
Old 06-27-2011, 07:52 AM
g36's Avatar
g36 g36 is offline
Contributing Member
Latest Blog:
None

 
Join Date: 05-14-11
Posts: 83
iTrader: 0 / 0%
It takes couple days to master it if you have background in other programming languages. Programming language from one language to another is similar and it works similar.
 
Reply With Quote
  #49 (permalink)  
Old 06-27-2011, 10:33 PM
UmerGurchani's Avatar
Contributing Member
 
Join Date: 06-18-11
Posts: 139
iTrader: 0 / 0%
Learning Programming is not a hard thing to do, but you would be able make anything unless you gain full expertise in it and this takes time...so you should first learn the basic and keep on practising
 
Reply With Quote
  #50 (permalink)  
Old 06-28-2011, 09:03 AM
Contributing Member
Latest Blog:
None

 
Join Date: 06-21-11
Posts: 100
iTrader: 0 / 0%
if you are learning from teacher it will take time and it will be a long process if you are learning yourself this will be short term process
 
Reply With Quote
  #51 (permalink)  
Old 06-28-2011, 08:44 PM
snakeair's Avatar
Super Moderator
 
Join Date: 12-31-07
Location: Medford, NJ
Posts: 42,206
iTrader: 3 / 100%
Quote:
Originally Posted by paulkingston View Post
if you are learning from teacher it will take time and it will be a long process if you are learning yourself this will be short term process
I know we have a lot of resources and advice in here already but do you have any new resources to share with us?

Any good books online to purchase?
__________________
Newbiz Advertising - A resourceful blog

Like us on Facebook: facebook.com/Newbizshop

Premium WordPress Themes - A list of themes.
 
Reply With Quote
  #52 (permalink)  
Old 06-30-2011, 10:16 AM
Junior Member
 
Join Date: 06-30-11
Posts: 4
iTrader: 0 / 0%
First all you have to learn C language. Afterwards you can move on .net or Java. For web designing you should learn first HTML and CSS.

Last edited by HTMLBasicTutor; 06-30-2011 at 11:29 AM.
 
Reply With Quote
  #53 (permalink)  
Old 06-30-2011, 11:37 AM
The Controversial Coder
Latest Blog:
None

 
Join Date: 05-01-06
Location: Manchester; UK
Posts: 2,374
iTrader: 0 / 0%
Quote:
Originally Posted by richardcliffy View Post
First all you have to learn C language. Afterwards you can move on .net or Java. For web designing you should learn first HTML and CSS.
Why do you have to learn C? Also HTML and CSS isn't programming.
 
Reply With Quote
  #54 (permalink)  
Old 07-04-2011, 07:16 AM
snakeair's Avatar
Super Moderator
 
Join Date: 12-31-07
Location: Medford, NJ
Posts: 42,206
iTrader: 3 / 100%
Quote:
Originally Posted by abhis View Post
these are many advantage of open source programming language ,but some problem arise the hard
Can you name a few Advantages?
__________________
Newbiz Advertising - A resourceful blog

Like us on Facebook: facebook.com/Newbizshop

Premium WordPress Themes - A list of themes.
 
Reply With Quote
  #55 (permalink)  
Old 07-04-2011, 09:26 AM
ppetrid's Avatar
Member
 
Join Date: 06-25-11
Posts: 34
iTrader: 0 / 0%
Quote:
Originally Posted by Dan Williamson View Post
Why do you have to learn C? Also HTML and CSS isn't programming.
HTML: Hypertext Markup Language

Not a programming language indeed
__________________
Pantelis Petridis
software architect / engineer
yawd web applications | yawd programming blog
 
Reply With Quote
  #56 (permalink)  
Old 07-05-2011, 07:57 AM
Member
Latest Blog:
None

 
Join Date: 12-19-10
Posts: 33
iTrader: 0 / 0%
If you have a passion for it, you have very good chances to master it.
__________________
Sig removed by moderator. See guidelines and infraction before putting a sig back in this space.
 
Reply With Quote
  #57 (permalink)  
Old 07-06-2011, 05:20 AM
Junior Member
 
Join Date: 06-30-10
Posts: 26
iTrader: 0 / 0%
It al depends on the teacher and /or the material
 
Reply With Quote
  #58 (permalink)  
Old 07-08-2011, 10:59 AM
Junior Member
 
Join Date: 07-08-11
Posts: 3
iTrader: 0 / 0%
It depends on you teacher and if you learn by yourself then you have good material. To learn programming is not very hard. You just understand concept of it. If your concepts are clear than you can learn any language easily. First lean some language like C,C++. After that you can easily move to .Net or Java.
 
Reply With Quote
  #59 (permalink)  
Old 07-09-2011, 10:15 AM
fooini's Avatar
Contributing Member
Latest Blog:
None

 
Join Date: 07-08-11
Location: Romania
Posts: 50
iTrader: 0 / 0%
its a process and depends on the field you'll be practicing in. formal ed prefers vb, java, c stuff, while many self taught coders nowadays are learning with more so scripting style languages like php and javascript.
 
Reply With Quote
  #60 (permalink)  
Old 07-09-2011, 11:37 AM
Junior Member
 
Join Date: 07-08-11
Posts: 3
iTrader: 0 / 0%
It is not hard to learn programming language. To learn any programming language your concept of it should be clear. For that you should learn some basic language like C and HTML. After clearing concept of it you can easily move to any programming language. You can go with .NEt or Java. HTML and CSS are good for web designing.
 
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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 Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
article submission and social bookmarks is hard to learn? rashidriaz SEO Forum 3 02-20-2011 10:16 AM
Want to learn Programming Language phool6 Coding Forum 13 01-28-2010 11:32 AM
Try This Programming Quiz grishamist Tech Talk 2 11-07-2008 11:22 AM
Is SEO That Hard To Learn? weblover SEO Forum 8 03-06-2007 11:46 PM
E-Books for Programming kwvarga Coding Forum 0 11-28-2005 03:41 PM


V7N Network
Get exposure! V7N I Love Photography V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 07:12 AM.
Powered by vBulletin
Copyright © 2000-2013 Jelsoft Enterprises Limited.
Copyright © 2003 - 2013 Escalate Media LP




Search Engine Optimization by vBSEO 3.6.0 RC 2 ©2011, Crawlability, Inc.