War Room

Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Mind Warriors - Success, Power, Self-Improvement

Featured Warrior Special Offer...
"Members Of The *War Room* Discover Secrets To Immediate Success!"
Reply
 
LinkBack Thread Tools
Old 06-21-2009, 06:08 AM   #1
Warrior Member
 
Join Date: Jun 2009
Posts: 21
Thanks: 3
Thanked 2 Times in 2 Posts
Default Improving Memory for Coding?

Have any of you had any experience in learning coding? I'd like to learn it well enough so that I can type in a code (say HTML or CSS) just as I am typing this English sentence here. There are some things I have memorized already however some things I am having a hard time keeping vivid enough to recall off hand without looking it up. Does anyone have any tips or tricks or maybe a website I could visit to help me get started in the right path?
JaSunn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-21-2009, 01:52 PM   #2
Warrior Member
 
Join Date: May 2009
Posts: 20
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: Improving Memory for Coding?

Your title scared me.BTW this is known problem for programmer.No matter how much do you remember it, You will forget it if you don't using it for long time.Don't try remember it, it will hurt your brain.

blackrosezy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to blackrosezy For This Useful Post:
Old 06-21-2009, 05:06 PM   #3
Warrior Member
 
Join Date: Jun 2009
Posts: 21
Thanks: 3
Thanked 2 Times in 2 Posts
Default Re: Improving Memory for Coding?

Quote:
Originally Posted by blackrosezy View Post
Your title scared me.BTW this is known problem for programmer.No matter how much do you remember it, You will forget it if you don't using it for long time.Don't try remember it, it will hurt your brain.

LOL Great! That being said, do you have any suggestions for me in regards to how I can keep a neat little section (somewhere) with the most commonly used coding? Or is there a place online already? Thanks so much!
JaSunn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-21-2009, 05:10 PM   #4
Site Flipper
War Room Member
 
AtomicFlipper's Avatar
 
Join Date: Apr 2009
Location: Australia
Posts: 72
Thanks: 4
Thanked 3 Times in 3 Posts
Social Networking View Member's YouTube Profile
Contact Info
Send a message via Skype™ to AtomicFlipper
Default Re: Improving Memory for Coding?

You could use a source code library manager, it allows you to keep track of certain functions so all you have to do is remember the function purpose.

I only know of one; OverZone Software

AtomicFlipper is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-21-2009, 05:44 PM   #5
Warrior Member
 
Join Date: Jun 2009
Posts: 21
Thanks: 3
Thanked 2 Times in 2 Posts
Default Re: Improving Memory for Coding?

Okay that gives me a starting place! I didn't even know that there was such a thing available. I started out trying to put them into a notepad and that just wasn't going to work and I didn't have any other ideas. Thank you for helping!
JaSunn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-21-2009, 06:05 PM   #6
AT gmail DOT com
War Room Member
 
CDarklock's Avatar
 
Join Date: May 2009
Location: Kent, WA
Posts: 1,267
Thanks: 425
Thanked 567 Times in 323 Posts
Social Networking View Member's Myspace Profile  View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Contact Info
Send a message via ICQ to CDarklock Send a message via Skype™ to CDarklock
Default Re: Improving Memory for Coding?

Quote:
Originally Posted by JaSunn View Post
I'd like to learn it well enough so that I can type in a code (say HTML or CSS) just as I am typing this English sentence here.
Just like learning any other language, you do this by simply using it. A lot. If you write web pages every day for a year, you'll get where you want to be.

I'm that writer you ask how to find every time your other writers deliver.
SEO That Works - In The Long Run - Coming Soon...
An employee is bought for what he thinks he is worth, and sold
for what he is truly worth; from this alone, his employer profits.
CDarklock is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-22-2009, 08:50 AM   #7
Active Warrior
War Room Member
 
Join Date: Dec 2005
Location: , , .
Posts: 44
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: Improving Memory for Coding?

hi,

I used to be a coder in the early 70 when I used assembler, COBOL, SQL, C and other odds and ends. It becomes second nature until you want to do someting obscure

A good overview is here CSS Tutorial - Learn CSS the Proper Way

for everything there is to know use W3Schools Online Web Tutorials all of the details and lots of examples

for css CSS Tutorial
for html HTML Tutorial

also does php and sql anad others see the sitemap
Sitemap Tutorials for the full range.

You can just browse around finding what you need .

The Css reference guide tells you about all the values inside a command.
CSS Reference

You can even take their exam to see how well you are doing - its all free

Tip. For CSS do not start off using shortcuts use the full parameter names that way you will get to know what the commands do.

Use a validator service to check that your code is ok The W3C Markup Validation Service for html

If you are having trouble try this checklist before you panic
Common CSS Mistakes for a Beginner - CSS Bugs and Debugging Checklist

To improve your ability to remember try to group code elements together - the reference shows how they fit and then ask yourself what you are working with display properties or placement properties etc.

Good luck
rohar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-22-2009, 08:56 AM   #8
Active Warrior
War Room Member
 
Join Date: Dec 2005
Location: , , .
Posts: 44
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: Improving Memory for Coding?

hi,

I used to be a coder in the early 70 when I used assembler, COBOL, SQL, C and other odds and ends. It becomes second nature until you want to do someting obscure

A good overview is here CSS Tutorial - Learn CSS the Proper Way

for everything there is to know use W3Schools Online Web Tutorials all of the details and lots of examples

for css CSS Tutorial
for html HTML Tutorial

also does php and sql anad others see the sitemap
Sitemap Tutorials for the full range.

You can just browse around finding what you need .

The Css reference guide tells you about all the values inside a command.
CSS Reference

You can even take their exam to see how well you are doing - its all free

Tip. For CSS do not start off using shortcuts use the full parameter names that way you will get to know what the commands do.

Use a validator service to check that your code is ok The W3C Markup Validation Service for html

If you are having trouble try this checklist before you panic
Common CSS Mistakes for a Beginner - CSS Bugs and Debugging Checklist

To improve your ability to remember try to group code elements together - the reference shows how they fit and then ask yourself what you are working with display properties or placement properties etc.

Good luck
rohar is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-22-2009, 07:14 PM   #9
Warrior Member
 
Join Date: Jun 2009
Posts: 27
Thanks: 65
Thanked 2 Times in 2 Posts
Default Re: Improving Memory for Coding?

I was just reading about a technique called PhotoReading. Basically, you just scan the pages of a book that you want to learn the contents of and then sleep on it. It's supposed to be absorbed by your subconcious and then you can recall the knowledge when you need it. Maybe you should look into it?
RainDrop is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-23-2009, 01:31 AM   #10
HyperActive Warrior
War Room Member
 
Join Date: Apr 2008
Location: , , .
Posts: 250
Thanks: 12
Thanked 13 Times in 12 Posts
Default Re: Improving Memory for Coding?

Quote:
Originally Posted by JaSunn View Post
Have any of you had any experience in learning coding? I'd like to learn it well enough so that I can type in a code (say HTML or CSS) just as I am typing this English sentence here. There are some things I have memorized already however some things I am having a hard time keeping vivid enough to recall off hand without looking it up. Does anyone have any tips or tricks or maybe a website I could visit to help me get started in the right path?
Its good that you are aspiring for that elusive perfection which all programmers ,including me,aspire for.but it is some thing that would come with experience.what you should do is to practice creating as many sample websites as you can.the more you practice the more you learn.

Keeping a good attitude is like Kudzu, it spreads!
clubvikram is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-23-2009, 01:45 AM   #11
WordSmith & VoiceOver Guy
 
Hasan Barbary's Avatar
 
Join Date: Mar 2009
Location: Philadelphia, PA
Posts: 64
Thanks: 17
Thanked 9 Times in 7 Posts
Social Networking View Member's FaceBook Profile 
Contact Info
Send a message via Yahoo to Hasan Barbary
Tip Re: Improving Memory for Coding?

I'd like to offer an analogy, if I may. When we first decide to acquire a new skillset, there's that rush of enthusiasm, that urgency... we want to learn & memorize it all NOW! But the brain doesn't really work that way.

There are many parallels between learning computer programming/scripting and learning to play a musical instrument. (I've done both). Years ago, a good friend ~ who was also an accomplished musician ~ took me shopping to buy my first bass guitar. He set me up with my first teacher. But after 3 weeks of diligent practice, I was still mostly lost on the fretboard.

I watched my friend Dave riff effortlessly on his axe, and I was jealous. I asked him, "How long did it take you to memorize all the finger positions? Can you teach me how to do it fast?"

Here was his classic response ~ "It's not like flipping on a light switch... it's more like watching the sun rise. You're totally lost, and in the dark at first, but gradually, it all just makes sense".

That analogy has proved 100% true to my own experience in IT. So just keep at it, keep studying the source code of webpages you see & like, and one day, it'll all come together for you, too.

Good luck!

Hasan Barbary is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Mind Warriors - Success, Power, Self-Improvement

Tags
coding, html, improving, memory, tips, website

Thread Tools

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



All times are GMT -6. The time now is 11:53 PM.