War Room

Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Featured Warrior Special Offer...
"Members Of The *War Room* Discover Secrets To Immediate Success!"
Reply
 
LinkBack Thread Tools
Old 10-19-2009, 08:36 PM   #1
Warrior C
War Room Member
 
Wealthyclark's Avatar
 
Join Date: Oct 2009
Posts: 109
Thanks: 0
Thanked 6 Times in 4 Posts
Contact Info
Send a message via Yahoo to Wealthyclark
Default Learning programming

Hello, does anyone know of a good affordable course that will teach a complete newbie how to create software such as rss readers, directory submitters and so on?

If not, could anyone at least supply me with the correct terminology for describing this sort of software so that I may do a proper search for information on learning to create these software's?

Wealthyclark is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-19-2009, 11:48 PM   #2
Warrior Member
War Room Member
 
Tim Brownlaw's Avatar
 
Join Date: Oct 2009
Location: Berwick, Melbourne, Australia
Posts: 25
Thanks: 0
Thanked 5 Times in 5 Posts
Social Networking View Member's Twitter Profile 
Default Re: Learning programming

Well all I can recommend is that you search through Google and the likes.

In regards to creating an RSS Reader for instance, I typed into Google - creating RSS Readers - and got back a bunch of links on doing just that in PHP etc...

So do your research on the search engines. There is a lot of information out there.
Just add a lot of time and you should be fine..

Cheers
Tim

Earning an income from doing what you love is everyones dream. So wake up and start doing it.

Skype: Tim_Brownlaw
Twitter: http://www.Twitter.com/TimBrownlaw
SoKule: http://www.SoKule.com/postit/TimBrownlaw
Tim Brownlaw is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2009, 12:01 PM   #3
Warrior Member
 
Join Date: Oct 2009
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Learning programming

The way I understand it, you'd be hard pressed to find information that specific and suitable for newbies without needing to cover the more general territory of php itself. You'd have to go through learning variables, arrays, functions, and so on in order for you to be able to apply this to the task of, say, creating an rss reader, for instance.

Pretty much like internet marketing, I think. I'd be hard pressed to find information out there that can provide for me a 'money making website' without my needing to go through understanding things like affiliate programs, CPC, CPA, Adsense, Wordpress, plugins, and so on.

Another analogy: it would be hard for me to go from total zero knowledge of guitar playing to being able to perform a Beatles song well on my own without having to learn about strumming, maybe plucking, guitar chords, learning how to read a tablature, and so on.

To get to the specific grove of trees you're after, you kind of have to navigate your way through the bigger forest, and getting to know that forest is, I detect, the hard part of learning programming that you're trying to avoid. Maybe it just can't be done, pretty much like becoming an IM millionaire without even logging in into the internet.

But nobody says you can't try.

As for terminology, just describe whatever it is you're after even in plain and simple English, and G would find pages for you that contain that which you seek.

Hope that helps.
ninjawarrior is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2009, 03:37 PM   #4
Warrior Member
 
Join Date: Oct 2009
Location: Cornwall
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Contact Info
Send a message via Skype™ to TamarBoy
Lightbulb Re: Learning programming

Hi, You could google "Visual Studio 2008 Express" Edition - you can learn either C# or VB.NET - both very simple but VB.NET can be easier to learn - after that I suggest you spend a lot of time playing with the code and get a book on VS.NET & your chosen language - you will be up and writing submitters and rss apps in no time.

I wish you good fortune - but remember you do need to put some time into it.

James Jenkins - Tamar Solutions
TamarBoy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-21-2009, 05:51 PM   #5
Edwin Boiten
War Room Member
 
edynas's Avatar
 
Join Date: Sep 2006
Location: The Hague,Netherlands.
Posts: 306
Blog Entries: 1
Thanks: 8
Thanked 15 Times in 12 Posts
Default Re: Learning programming

When you go the desktop application route I would also look into VB.NET of C#. Or you can go the online applcation way and learn php

Edwin

---> Create Amazon Product sites in Minutes<--- Get ready for Christmas sales andcreate small product related niche sites very fast.
edynas is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-24-2009, 10:39 PM   #6
Warrior C
War Room Member
 
Wealthyclark's Avatar
 
Join Date: Oct 2009
Posts: 109
Thanks: 0
Thanked 6 Times in 4 Posts
Contact Info
Send a message via Yahoo to Wealthyclark
Default Re: Learning programming

So where do you guy's suggest that I start my learning experience being totally new to all this?

If possible, I would like to start somewhere that would point me in the right direction to further my education after I have completed the beginning courses.

I would like to thank everyone for there help!

Wealthyclark is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-01-2009, 07:31 AM   #7
Warrior Member
 
Join Date: Oct 2009
Posts: 8
Thanks: 0
Thanked 1 Time in 1 Post
Default Re: Learning programming

Zend offers cool courses if you wanted to learn PHP..
but they are a little bit expensive..
anyway, my 2 cents. try to learn basic stuff online and when you want get further education go for zend courses.. you also will get certificates from them..
ermac2014 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-01-2009, 08:48 PM   #8
Active Warrior
 
Join Date: Mar 2007
Location: SC
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Learning programming

I highly recommend the ANSI C programming language to beginners. Sure, ANSI C is a procedural (not object-oriented) language that's mostly for command prompt programs, but it gives you a strong foundation for other languages like C++, C#, and Java. Once you have a strong foundation in C, and grasp object-oriented concepts, you can learn almost any high-level programming or scripting language quickly and easily.

If you're a beginner, I would stay away from interpreted languages like Visual Basic (VB). Visual Basic was the first language I learned, and I paid for it later when I moved to languages like C/C++. It's easy to develop bad programming practices with VB.

Here are a few ANSI C books I recommend:

1. C Programming Language (2nd Edition) by Brian W. Kernighan and Dennis M. Ritchie
2. Teach Yourself C In 21 Days (4th Edition) by Peter Aitken & Bradley L. Jones (Usually, I wouldn't touch one of the "Teach Yourself [X] in [X] Days" books with a ten foot pole, but this is an exceptional book.)

After you feel confident in C, I would recommend C++ or Java.

Here are a few good Java books:

1. Core Java, Volume I--Fundamentals (8th Edition) by Cay S. Horstmann and Gary Cornell
2. Core Java, Volume 2--Advanced Features (8th Edition) by Cay S. Horstmann and Gary Cornell

Once you get through these books, you can learn PHP easily by going through the PHP Language Reference:
PHP: Language Reference - Manual

Remember, you won't become a proficient programmer overnight. It takes A LOT of hard work.

But there's nothing like seeing "Hello World" appear on the screen for the first time...
Christopher Landrum is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-01-2009, 09:01 PM   #9
Active Warrior
 
Join Date: Mar 2007
Location: SC
Posts: 44
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Learning programming

I forgot to tell you...

You'll need an ANSI C compiler to work through the books.

Here is a free one:
LCC-Win32: A free compiler system for Windows Operating Systems by Jacob Navia
Christopher Landrum is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-02-2009, 02:22 PM   #10
C#/VB.NET Bot Coder
 
milo_pl's Avatar
 
Join Date: Apr 2009
Location: Europe
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via MSN to milo_pl Send a message via Yahoo to milo_pl Send a message via Skype™ to milo_pl
Default Re: Learning programming

I think you should start from VB or C# if you are complete noob - because .NET/Mono platform and managed languages are the future for developing apps - it's like it was back in the 80's when people were switching from assembly lang to C/C++ and Pascal.

milo_pl is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-02-2009, 03:16 PM   #11
Warrior Member
 
Join Date: Oct 2009
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Learning programming

Hours and hours of programming and you will learn the ins and outs. Programming is a hands on language, you need to learn the basics by practicing and making the code, not reading a book.

When you've got the basics down you can read some books to learn the harder stuff.
warmlikecoffee is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-03-2009, 03:55 AM   #12
Vengeful Spirit
 
zaizaices8's Avatar
 
Join Date: Sep 2009
Location: Las Vegas, NV
Posts: 60
Thanks: 0
Thanked 5 Times in 5 Posts
Social Networking View Member's Myspace Profile  View Member's Twitter Profile 
Default Re: Learning programming

For starters, I recommend Visual Basic. It's much better if you start using Visual Basic 6 the latter will be easy after that.

But it all depends on the person. I am comfortable using VB because I'm used to it's environment. Some is more experience in using JAVA, J2SE etc. and some are more knowledgeable in using C/C++/C#.

Lyka Adams is the founder of the blog about Poker Players and Casino Tips and Strategy.
zaizaices8 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-03-2009, 04:22 AM   #13
Warrior Member
 
Join Date: Oct 2009
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Learning programming

for desktop applications you can use C#, VB or Java and for web based applications u can use PHP or ASP.NET

edesimusic is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-06-2009, 03:26 AM   #14
e.calabio
 
Join Date: Nov 2009
Posts: 27
Thanks: 7
Thanked 0 Times in 0 Posts
Default Re: Learning programming

If you wanna learn you might want to read on some ebooks. There's a lot of free ebooks out there to learn these stuff.
e.calabio is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-06-2009, 09:16 AM   #15
Active Warrior
War Room Member
 
Join Date: Jan 2009
Posts: 74
Thanks: 7
Thanked 4 Times in 4 Posts
Default Re: Learning programming

I'm currently going through a VB video series on how to create bots to automate processes. Like macros but with further features available and will lead to learning more into the area.

For PHP / Javascript / MySQL I strongly recommend OReilly's guide, it is awesome. I personally learnt PHP/Javascript/MySQL by myself, picking bits up through Googling on how to do things. I was getting along just fine like this but decided to go through this guide to clean my code up a bit and it really helped.

Gimme4Free is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-06-2009, 08:37 PM   #16
Warrior Member
 
Mike P Smith's Avatar
 
Join Date: Nov 2009
Posts: 20
Thanks: 0
Thanked 3 Times in 3 Posts
Default Re: Learning programming

Quote:
Originally Posted by Wealthyclark View Post
So where do you guy's suggest that I start my learning experience being totally new to all this?
All the VB/php suggestions are great (and the way I would go), but let me ask you this: What kind of general programming experience do you have? Do you consider yourself mathematically inclined (not an expert, but not afraid of it)?

If you've never programmed before, expect it to be a little tough going. But experience is the greatest teacher - never give up.

--
Mike Smith
Still no sig. I just don't know how to advertise.
Mike P Smith is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-08-2009, 09:04 AM   #17
HyperActive Warrior
 
Join Date: Oct 2009
Posts: 160
Thanks: 9
Thanked 5 Times in 5 Posts
Default Re: Learning programming

Start with Python,Ruby,Java,PHP as you're on IM site and looking for way into web programming.

robfoster is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-16-2009, 05:44 PM   #18
Warrior Member
 
hhunt's Avatar
 
Join Date: Jun 2009
Location: Underground
Posts: 25
Thanks: 0
Thanked 1 Time in 1 Post
Social Networking View Member's Twitter Profile 
Default Re: Learning programming

Hello Wealthyclark, I don't think this is the right place to ask more advanced programming question.
As @Tim suggested, I'd recommend you use Google to carry out your own research. There are millions of resources available online, if you can't run a simple search for yourself, then any advice given in this forum is wasted.

Help yourself a bit.

The Future Of Automated Trading download a trial copy
Get free links to your site through guest blogging
Solve your PC Repair problem right now
Earn $$ with WidgetBucks - Best PPC Ads!

hhunt is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-18-2009, 07:01 AM   #19
Active Warrior
 
Join Date: Dec 2008
Posts: 36
Thanks: 9
Thanked 1 Time in 1 Post
Default Re: Learning programming

No need to buy literature, you have free resources on internet.

spero123 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-19-2009, 01:38 AM   #20
xga
Active Warrior
 
Join Date: Aug 2007
Location: , , .
Posts: 50
Thanks: 0
Thanked 10 Times in 3 Posts
Default Re: Learning programming

For server side software, PHP is a easy language to start for beginner.

For desktop application, try C#. The Microsoft Visual C# express edition is a free download and is an excellent platform to learn how to write windows software.

xga is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-19-2009, 02:31 AM   #21
JROX.COM
War Room Member
 
Ryan Roxas's Avatar
 
Join Date: Nov 2003
Location: Las Vegas, NV
Posts: 10
Blog Entries: 1
Thanks: 0
Thanked 1 Time in 1 Post
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile  View Member's YouTube Profile
Default Re: Learning programming

PHP would be the easiest way to go. go with what you are looking to create. it sounds like you want to do more web based type applications, so PHP/MySQL, maybe Ruby on Rails for that.

Ryan Roxas is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
learning, programming

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 10:44 AM.