What Certifications do You Have?

Reply

Join Date: Jul 2006
Posts: 1,419
Reputation: TheNNS is an unknown quantity at this point 
Solved Threads: 15
TheNNS's Avatar
TheNNS TheNNS is offline Offline
Nearly a Posting Virtuoso

Re: What Certifications do You Have?

 
0
  #51
Sep 20th, 2006
C++ is terrible. I'm sure it's used for many things, but I guess I just suck at programming, I should've said I'm terrible at programming.
Florida Rocks!
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,154
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 530
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: What Certifications do You Have?

 
0
  #52
Sep 21st, 2006
c++ aint hard if you stars out with console apps e.g my 1st app (it sux so bad tho)

 
/main.cpp
//Copyright James Bennet 2006 - Engine source code available on request
//A small RPG I am making for me and my friend to play as well as to learn c++
#include <cstdlib>
#include <iostream.h>
#include <time.h>
#include <stdio.h>
using namespace std;
////////////////////////////////////////////////////////////////////////////////
class person //Nicked the idea for this from fallouts s.p.e.c.i.a.l system
{
 public:
           
  int lvl;
  int gold;
  int p;
  int e;
  int c;
  int i;
};
////////////////////////////////////////////////////////////////////////////////
int main(void)
{
    person player1;
    int action;
 
 srand((unsigned)time(0)); //Makes the stats random, based on system time
 player1.p = 1 + rand() % (10);
 player1.e = 1 + rand() % (10);    //Generates the random stats
 player1.c = 1 + rand() % (10);
 player1.i = 1 + rand() % (10);
 
cout << endl << "Welcome to my RPG - James Bennet 2006" << endl
 
         << endl << "Your Stats Are: " 
         << endl << endl << "Perception: " << player1.p 
         << endl << "Endurance: " << player1.e 
         << endl << "Charisma: " << player1.c
         << endl << "Intelligence: " << player1.i 
         << endl;
         
    system("PAUSE"); //The push any key prompt
    return EXIT_SUCCESS;
}
////////////////////////////////////////////////////////////////////////////////
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 1,181
Reputation: hollystyles will become famous soon enough hollystyles will become famous soon enough 
Solved Threads: 67
hollystyles's Avatar
hollystyles hollystyles is offline Offline
Veteran Poster

Re: What Certifications do You Have?

 
0
  #53
Sep 21st, 2006
IT hardware and Software technologies change so fast. Certs or no certs the key is you can't stop. Once you're on the roundabout if you don't keep learning and reading off your own back, the game's up!

I've been trying to get my employers to cough up for MCAD so long, when I finally landed a job where they promised it would be part of the package it's gone out of date (still available but MCPD is it's replacement)

I feel any form of higher/further education directly to do with your career or not is a good thing because the vital skills you learn are self motivation, social skill and the ability to research and assimilate new information. Once you know these you can turn your brain to most things. When an employer interviews you he/she is as scared as your are, if they hire the wrong person it could cause a real business headache and huge costs. They're not looking for a long list of certs, as long as there's something. What they really need is to be put at ease by you showing them in the interview you can think smart and take care of the job in hand.

So you need to get something but don't panic too much about what the course title is or what's the flavour of the month cert, just get one. All you're trying to do is show you can learn and pass things (you're a smart person) The rest is down to your self confidence and how well you can sell yourself.

For me the only real certification is the little slip of paper with your salary on it, if you're taking one of those home you're not far off the target.

------
Oh yeah I have:

BTEC Nat Dip Business and Finance
BTEC HND Business and Finance
Cert of Higher Education Applied Economics (not full Bsc cos I didn't finish it)
MCSE 2000 (now out of date)
Intro to ADO.NET (some little Microsoft course can't remember full details)
Developing Microsoft ASP.NET web applications (1st step to MCAD didn't get to exam as changed jobs)

Notice my sub-concious aversion to examination? I can learn as much as the next man, but I don't like having to prove it under duress if you know what I mean!
Last edited by hollystyles; Sep 21st, 2006 at 7:21 am. Reason: Forget my certs!
==========================================
Yadda yadda yadda...
Web junky, fevered monkey
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,381
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1466
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is offline Offline
Still Learning

Re: What Certifications do You Have?

 
0
  #54
Sep 23rd, 2006
certifications --- hummmm. I have a HS graduation certificate, a marriage license, associates of arts degree, several medals from viet nam, a military retirement certificate, a social security card, a i will be getting an old-age social security retirement certificate in a couple years. I think that's enough certifications for one lifetime.:mrgreen: :eek: :rolleyes:
Last edited by Ancient Dragon; Sep 23rd, 2006 at 11:44 pm.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,154
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 530
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: What Certifications do You Have?

 
0
  #55
Sep 24th, 2006
yeah i have birth certifcate, 9 GCSE certificates, a national insurance card, passport and NUS card
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 150
Reputation: lol_hacker101 has a little shameless behaviour in the past 
Solved Threads: 0
lol_hacker101's Avatar
lol_hacker101 lol_hacker101 is offline Offline
Junior Poster

Re: What Certifications do You Have?

 
0
  #56
Sep 24th, 2006
I have completed several programming(java) courses at nearby colleges and the infamous iDtech camps, i have more experience than knowledge, and i gained most of it from manuals and emails from my older brother, who is a programmer with his own business.

lol_hacker101
Reply With Quote Quick reply to this message  
Join Date: Sep 2006
Posts: 76
Reputation: Mix is an unknown quantity at this point 
Solved Threads: 0
Mix's Avatar
Mix Mix is offline Offline
Junior Poster in Training

Re: What Certifications do You Have?

 
0
  #57
Oct 7th, 2006
That's nothing one day I wanted certs so I went out and got my BAS, CDCT, BMSIS, NATO, DNVM, JavAX, JAZZ, PMP, GLZK, bis, SIM, CDC, and my NicNak cert. I didn't want to do any work so I just bought the "Special Certs kit" from Ebay.

I paid the guy $900 for the kit. It's been a year, last time I checked the guy was banned from Ebay, the order does not exist on records... and I still don't have my Special Certs kit...
.Just dancing.
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 472
Reputation: MIGSoft is an unknown quantity at this point 
Solved Threads: 1
MIGSoft's Avatar
MIGSoft MIGSoft is offline Offline
Posting Pro in Training

Re: What Certifications do You Have?

 
0
  #58
Oct 8th, 2006
I have a bachelor degree in computer Science From SUNY Binghamton University. I am currently working on my MS/PhD.

I also have a patent pending for an algorithm.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the IT Professionals' Lounge Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC