Dev Shed Lounge
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherDev Shed Lounge

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Learn five alternative approaches for automating the delivery of Excel-based reports. Read all about it in the free whitepaper: “Automating Excel Reports: Five Approaches for Java DevelopersDownload Now!
  #1  
Old November 14th, 2002, 06:22 PM
Chiles4 Chiles4 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: Nuevo Mexico, U.S.
Posts: 86 Chiles4 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 26 m 38 sec
Reputation Power: 6
Anyone use SmartPlanet for online courses?

I'm trying to evaluate SmartPlanet.com for online courses but trying to get information about them from the site is like pulling teeth. It's like you have to whip out your credit card before you can get the information you need to evaluate them. Kind of bass-ackwards!

Has anyone had any experiences with them lately?

Reply With Quote
  #2  
Old November 14th, 2002, 09:14 PM
Zitan Zitan is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: May 2001
Location: New Zealand
Posts: 638 Zitan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 22 m 10 sec
Reputation Power: 8
Unfortunately I've never heard of them

I'm always dubious of paying for online courses as there is so much free learning material out there. If you trying to learn php for example you just need to do a PHP tutorial google, download phptriad to install a local webserver, php and database, and then come to devshed and ask a bunch of questions

Reply With Quote
  #3  
Old November 15th, 2002, 09:50 AM
Chiles4 Chiles4 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: Nuevo Mexico, U.S.
Posts: 86 Chiles4 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 26 m 38 sec
Reputation Power: 6
Quote:
I'm always dubious of paying for online courses as there is so much free learning material out there.
Yeah, I hear ya! And I've found that the tutors, administrators, and "customer service" (assuming they have any) are extremely disorganized!

And the material is almost always for absolute newbies no matter what the course.

I'm currently trying to learn Java. The good thing about courses is that they're structured and kind of force you into a routine of study. The alternative to is reading books - without a defined regimen of exercise, that can get too theoretical. And the lack of structure makes it harder to stick to.

PHP is on my list but ASP seems to be more "popular" in the job classifieds. But I would prefer PHP to ASP personally. I'm also learning Javascript.

I went to your phptriad link but I don't see too much about what it is exactly. I've already installed PWS and Apache in Win98SE and they both appear to be working. But I haven't run any ASP or PHP yet.

It's a bit aggravating - I'm going to be laid off soon and am wary about dropping $500 on courses but book learning can be impractical. I know about Sun's tutorial and the Javaranch so I am finding some resources.

Any direction appreciated.

Reply With Quote
  #4  
Old November 15th, 2002, 11:25 PM
Chiles4 Chiles4 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: Nuevo Mexico, U.S.
Posts: 86 Chiles4 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 26 m 38 sec
Reputation Power: 6
I've decided not to go with smartplanet. They're pricey and trying to get good info before you cough up the bucks is very hard. I spoke to someone in a chat window and got an e-mail response also and their level of customer service just doesn't cut it.

From your recommendation, I keyed "learn Java" and "Java tutorial" into google and got alot of "stuff". Before, I was just keying "java online course" - which led me to much pricier offerings. I've also decided to avoid instructor-led courses - I feel that they just go too slow. I found a newbie java course that's interactive using flash with audio for $25 at www.joegrip.com. Using Flash seems like a fun way to learn - compared to dry books. I told them to develop some more advanced courses in Java.

Reply With Quote
  #5  
Old November 17th, 2002, 03:16 PM
Zitan Zitan is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: May 2001
Location: New Zealand
Posts: 638 Zitan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 22 m 10 sec
Reputation Power: 8
:-) Go back to phptriad and download the module (get the latest version). Once you have downloaded it, simply double click the file and watch as apache, mysql and php are installed onto your computer. Then go to your start menu and start apache and mysql, then type in http://localhost and you are ready to rock. You just need to copy php files into c:\apache\htdocs. Cool

I know that it is scary when you get laid off, and looking at the job columns for jobs is understandable. However if you don't currently know a server-side language or any SQL (structured query language, used by all databases), then you need to start somewhere. I think that starting with MySQL and PHP is a really good point, because there is more tutorials and support available for you (among other reasons). I don't use MySQL anymore because Postgre is just so much better, however it was a really good starting point. I developed a web service as a community project using MYSQL/PHP (www.mrc.org.nz) and it was a great learning experience. Once you have the basics down, learning ASP is no problem (although I personally would never choose ASP ) or MS SQL etc..

The Java tutorials are generally at java.sun.com, but it is so much easier to get started with open source. You'll spend a week reading about classes and objects with Java, without getting any actual development done WIth PHP you can start doing stuff right away, and then read up on classes when you're ready.

Definately don't pay anybody for tutorials and courses because there are heaps out there. Just check out www.devshed.com, see all the tutorials. It is harder without a study program, but if you want that then you should really consider uni. Otherwise take the plunge and have fun, you certainly will enjoy PHP.

Good luck

Reply With Quote
  #6  
Old November 18th, 2002, 10:35 AM
Chiles4 Chiles4 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2002
Location: Nuevo Mexico, U.S.
Posts: 86 Chiles4 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 26 m 38 sec
Reputation Power: 6
Thanks for the direction. Yeah, PHP/MySQL sounds like fun (geek fun that is ). And personally, I prefer to go that route over the M$ route. But I'm trying to focus on Java and Javascript and adding more may be counterproductive (to my brain!)

Quote:
You'll spend a week reading about classes and objects with Java, without getting any actual development done

You got that right! The books/classes always start off with so much theory - most of which any programmer is already familiar with- classes, objects, encapsulation, instantiation, yada, yada, yada. The flash class I mentioned above is fun, throwing theory and coding at me at the same time. You can't just read theory - you need something that gets your hands dirty quickly or you lose all the theory.

OT, studying both Java and Javascript at the same time, I've found that their syntax and underlying theory seem stunningly identical (except Java implements things a scripting language wouldn't). Why do I always hear they're unrelated except for in name?

BTW, I may give phptriad a try. Anything that can get those enviroments going for me on Win98SE without intervention on my part would be great!

Last edited by Chiles4 : November 18th, 2002 at 10:37 AM.

Reply With Quote
  #7  
Old November 18th, 2002, 03:34 PM
Zitan Zitan is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: May 2001
Location: New Zealand
Posts: 638 Zitan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 22 m 10 sec
Reputation Power: 8
Well it is up to you, but keep PHP in mind It is isn't just geek fun, IMHO, it is a much better development tool than Java for a variety of reasons, check out my comments in this thread.

Also if you want to be a web developer it is important to work within the n-tier architecture. This means working with a database. There are some good php/mysql or php/postgres tutorials, and this will get you into the idea of working with a database, rather than learning jdbc, after your month of being brain-washed about classes. LL

Either way, good luck. Z.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDev Shed Lounge > Anyone use SmartPlanet for online courses?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway