Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

General Discussions


You are currently viewing our General Discussions as a guest. Please register to participate.
Login



Reply
What Program is best to learn
Old 01-31-2007, 08:11 AM What Program is best to learn
millwalll's Avatar
Webmaster Talker

Posts: 674
Name: James
Location: KENT
Trades: 3
I was thinking about Learning a Program but not sure what one is best C++,Visual Basic or any others anyone know what good to learn and what sort things i can do once i know them. i know C++ has some things in common with PHP
__________________

Please login or register to view this content. Registration is FREE
millwalll is offline
Reply With Quote
View Public Profile Visit millwalll's homepage!
 
 
Register now for full access!
Old 01-31-2007, 11:24 AM Re: What Program is best to learn
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
A lot of it depends upon your goals.
The reality is, most programming languages are fairly easy to learn. The most time is spent getting to know the best practices and the libraries that are used with the language.

If you don't know anything, and just want to play around, just start with javascript. All you need is a simple text editor to get started and your browser is your runtime. On windows, you can script many OS functions by creating an HTA (hypertext application), with KDE on Linux, there are extensions to control and integrate most KDE apps using javascript. If you want to build a standalone program, you can use the XUL framework by Mozilla to build applications using js and XML.

Once you get your feet wet, you'll probably have a better idea of where you want to go. In the enterprise, a lot of stufff is Java. On the web, Java Ruby, PHP, C#, yada yada yada. Client apps, most are still C++ but, other languages are starting to pop-up too.

good luck
willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 01-31-2007, 11:38 AM Re: What Program is best to learn
millwalll's Avatar
Webmaster Talker

Posts: 674
Name: James
Location: KENT
Trades: 3
Hi thanks for that i am more intrested in learning how to make software so would c++ be the best thing to learn
__________________

Please login or register to view this content. Registration is FREE
millwalll is offline
Reply With Quote
View Public Profile Visit millwalll's homepage!
 
Old 02-01-2007, 08:39 PM Re: What Program is best to learn
Average Talker

Posts: 16
Name: Rita_peng
Trades: 0
what about Filemarker Pro?Maybe you can try it~
rita_peng is offline
Reply With Quote
View Public Profile
 
Old 02-02-2007, 05:55 AM Re: What Program is best to learn
Novice Talker

Posts: 12
Trades: 0
If you know any one programming language very well, whether its C++. or Visual Basic or Java then you can learn any language easily, since logic is same just application is different.
sauravs is offline
Reply With Quote
View Public Profile Visit sauravs's homepage!
 
Old 02-02-2007, 08:02 AM Re: What Program is best to learn
In0ue'sHeArt's Avatar
Super Talker

Posts: 137
Name: yOu can lean On.
Trades: 0
i am more interested in a Linux Admin,, what do yah think?
In0ue'sHeArt is offline
Reply With Quote
View Public Profile
 
Old 02-02-2007, 03:17 PM Re: What Program is best to learn
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
Quote:
Originally Posted by In0ue'sHeArt View Post
i am more interested in a Linux Admin,, what do yah think?
An admin will need a collection of knowledge.
Start with shell scripts, you'll use them alot. On most Linux, bash is the way to go (you will need to be at least able to read csh scripts). Even the simple scripts you write, starting out, will be useful.
Along with that, learn awk and sed. Make sure to know how to use grep and find too.
next up, you'll need a general purpose scripting language.
Most admins start with perl but, python and ruby are fine choices (growing in popularity) too.

At some point though, you will need to learn C/C++. Most linux apps are written in them. Plus, you will need to learn to create kernel modules, and debug random things.

There's a reason linux admins on average earn more than double what a windows admin does Of course, the average linux admin manages about 3X the number of boxes as a windows admin.

Now, if you said Linux developer, the list would be a little different.
willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 02-02-2007, 07:22 PM Re: What Program is best to learn
Ultra Talker

Posts: 328
Trades: 0
python - easy
c+/c++ - beyond easy
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
roy77 is offline
Reply With Quote
View Public Profile
 
Old 02-02-2007, 08:06 PM Re: What Program is best to learn
dansgalaxy's Avatar
Defies a Status

Posts: 6,521
Name: Dan
Location: Swindon
Trades: 0
i hate this, i just cant seem to grasp prog languages like some can...
maybe its just my type of learning. if i had a teacher/tutor who toaught me it i would pick it up alot faster.

im just started learning php, and im still on basics, i just cant like remember and think about the more complex (to me atleast) functions, the bext i can do it if's and $_get and stuff lol...

Dan
__________________
Discounted Web Hosting With XDnet!
>> Get 25% of hosting~ Promo: Webmaster-talk <<

Please login or register to view this content. Registration is FREE
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 02-05-2007, 01:12 AM Re: What Program is best to learn
In0ue'sHeArt's Avatar
Super Talker

Posts: 137
Name: yOu can lean On.
Trades: 0
Quote:
Originally Posted by willcode4beer View Post
An admin will need a collection of knowledge.
Start with shell scripts, you'll use them alot. On most Linux, bash is the way to go (you will need to be at least able to read csh scripts). Even the simple scripts you write, starting out, will be useful.
Along with that, learn awk and sed. Make sure to know how to use grep and find too.
next up, you'll need a general purpose scripting language.
Most admins start with perl but, python and ruby are fine choices (growing in popularity) too.

At some point though, you will need to learn C/C++. Most linux apps are written in them. Plus, you will need to learn to create kernel modules, and debug random things.

There's a reason linux admins on average earn more than double what a windows admin does Of course, the average linux admin manages about 3X the number of boxes as a windows admin.

Now, if you said Linux developer, the list would be a little different.

wow... you are such a great comp wizard... thanks a ton. after reading it, i am now much more interested in linux.. at least now I know, what are the things i should learn first in linux. Great! thanks
In0ue'sHeArt is offline
Reply With Quote
View Public Profile
 
Old 02-05-2007, 08:02 AM Re: What Program is best to learn
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
Quote:
Originally Posted by In0ue'sHeArt View Post
wow... you are such a great comp wizard... thanks a ton. after reading it, i am now much more interested in linux.. at least now I know, what are the things i should learn first in linux. Great! thanks
Thanks but, I'm just a guy scribbling up code for .....
willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 02-05-2007, 04:03 PM Re: What Program is best to learn
dansgalaxy's Avatar
Defies a Status

Posts: 6,521
Name: Dan
Location: Swindon
Trades: 0
and there was my thoughts of linux being easier out the window....

dan
__________________
Discounted Web Hosting With XDnet!
>> Get 25% of hosting~ Promo: Webmaster-talk <<

Please login or register to view this content. Registration is FREE
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 02-09-2007, 12:08 PM Re: What Program is best to learn
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
Quote:
Originally Posted by dansgalaxy View Post
and there was my thoughts of linux being easier out the window....

dan
Well, easier is relative.
If you have to do some updates on some servers and still have time for beer, then linux is the only way to go. As an admin, do you have to know more? Absolutely, thats why you'll make more too.
Its a powerful system, more power requires more knowledge.

For example, some reasons many like linux in a server environment is you can update a piece of software while it is running. The updates will take place when you restart the program. You can install/update just about anything without a reboot. Think about how much money is lost on a high volume ecomm site during a reboot. About the only time anybody reboots a linux server is for hardware changes or to update the kernel of the operating system.
Finally, what the poity-haired types like, its actually cheaper to admin.
Sure the system administrators cost twice as much but, they can manage 4Xs as many machines.
At my last job (RealNetworks) 3 system admins were in charge of over 100 live servers, in addition to a bunch of test and development servers. Compare that with Microsoft's recommendation of one admin per 4 servers.
willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 02-09-2007, 04:56 PM Re: What Program is best to learn
dansgalaxy's Avatar
Defies a Status

Posts: 6,521
Name: Dan
Location: Swindon
Trades: 0
i dont know how people who are still in school find the time to learn it.

I am and i know people which runs servers and i am just like WhaT?

Dan
__________________
Discounted Web Hosting With XDnet!
>> Get 25% of hosting~ Promo: Webmaster-talk <<

Please login or register to view this content. Registration is FREE
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 02-09-2007, 10:54 PM Re: What Program is best to learn
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
Quote:
Originally Posted by dansgalaxy View Post
i dont know how people who are still in school find the time to learn it.

I am and i know people which runs servers and i am just like WhaT?

Dan
Most just get started by putting it on their desktop.
I used to dual-boot Windows and Linux. Then one day I realized that I hadn't booted into Windows for over 6 months. So, I decided to free up some drive space ;-)
BTW, for the record, I am a programmer, not an admin (except for my own stuff).
willcode4beer is offline
Reply With Quote
View Public Profile
 
Old 02-12-2007, 01:24 AM Re: What Program is best to learn
sukantab's Avatar
Super Talker

Posts: 113
Name: Sukanta
Trades: 0
C++ is no doubt a good language to learn, But I think VB is easier to learn & code unless you really need to use the Object oriented stuff. This is for creating windows softwares. For web programming php is the best and easiest.
__________________

Please login or register to view this content. Registration is FREE
|

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
sukantab is offline
Reply With Quote
View Public Profile
 
Old 02-12-2007, 11:54 AM Re: What Program is best to learn
dansgalaxy's Avatar
Defies a Status

Posts: 6,521
Name: Dan
Location: Swindon
Trades: 0
I put ubuntu on my desktop and found it simple and basic. compared to windows.


Im not sure i probally should give it a chance,
however im not sure how to do it with dual boot
[the last time i tried i ended up partitioning my dricve whth my current files, not being able to boot form that, re-installing windows booting form that version and finding the my files were in the ither pertition i transferd needed file deleted that partition and not have unallocate space on my C: and dont know how to allocate it to a exsiting partition...

o and it didnt install ubuntu...

btw, does redhat cost? i thought all linux were free but i can only find versions of red hat which cost...

Dan
__________________
Discounted Web Hosting With XDnet!
>> Get 25% of hosting~ Promo: Webmaster-talk <<

Please login or register to view this content. Registration is FREE
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 02-13-2007, 11:27 AM Re: What Program is best to learn
sukantab's Avatar
Super Talker

Posts: 113
Name: Sukanta
Trades: 0
Redhat is not free any more - now they have a fedora project for free use: http://fedoraproject.org/wiki/Distribution/Download
__________________

Please login or register to view this content. Registration is FREE
|

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
sukantab is offline
Reply With Quote
View Public Profile
 
Old 02-13-2007, 12:48 PM Re: What Program is best to learn
dansgalaxy's Avatar
Defies a Status

Posts: 6,521
Name: Dan
Location: Swindon
Trades: 0
I thought linux was open source so distros had to be free?

So how can they charge?

dan
__________________
Discounted Web Hosting With XDnet!
>> Get 25% of hosting~ Promo: Webmaster-talk <<

Please login or register to view this content. Registration is FREE
dansgalaxy is offline
Reply With Quote
View Public Profile Visit dansgalaxy's homepage!
 
Old 02-13-2007, 01:30 PM Re: What Program is best to learn
memberpro's Avatar
Super Talker

Posts: 143
Trades: 0
I think the most univerial programming code would be C++ and then you can easily transfer into Visual C++. I myself is am a Basic fan, but I wish I knew C++ well.

I also like Lingo which is the programming language of Macromedia (now Adobe) Director. Director is fun because you can create anything you want including animation, dialog boxes,ect and have the functionality to talk to other programs, FTP functions, as well as basic I/O file operations. It is a basically a software package for "artsy" people who want to be programers.

I can create anything from Director!
__________________

Please login or register to view this content. Registration is FREE
- step-by-step learn how to design, create and install your own website in hours...not days.
Please login or register to view this content. Registration is FREE
was never so easy.
memberpro is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to What Program is best to learn

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.47019 seconds with 12 queries