Friday, April 1, 2011

What is the best course to take now? Computer scientists and programmers


But engineers are in high demand abroad and a good number of OFWs are highly paid skilled engineers. Then again, not all engineers are created equal. There are also some types of engineers more in demand atcertain times than others. It seems that these days, it is all about computer engineering.

As for salaries, NYT reports that “Google is paying computer science majors just out of college $90,000 to $105,000, as much as $20,000 more than it was paying a few months ago. That is so far above the industry average of $80,000 that start-ups cannot match Google salaries.”
The Times continues: “…the shortage of qualified engineers has grown acute in the last six months… Nationwide unemployment among computer scientists and programmers is higher than in other white-collar professions – around five percent… But even with a glut of engineers on the job market, few have the skills that tech companies look for, said Cadir Lee, chief technology officer at Zynga.

“Colleges rarely teach the newer programming languages like PHP, Ruby and Python, which have become more popular at young Web companies than older ones like Java, he said. Other skills, like working with large amounts of data and analytics, can be acquired only at a few companies.”


As for salaries, NYT reports that “Google is paying computer science majors just out of college $90,000 to $105,000, as much as $20,000 more than it was paying a few months ago. That is so far above the industry average of $80,000 that start-ups cannot match Google salaries.”
The Times continues: “…the shortage of qualified engineers has grown acute in the last six months… Nationwide unemployment among computer scientists and programmers is higher than in other white-collar professions – around five percent… But even with a glut of engineers on the job market, few have the skills that tech companies look for, said Cadir Lee, chief technology officer at Zynga.

“Colleges rarely teach the newer programming languages like PHP, Ruby and Python, which have become more popular at young Web companies than older ones like Java, he said. Other skills, like working with large amounts of data and analytics, can be acquired only at a few companies.”



Friday, March 25, 2011

How to Create YouTube videos without a camera



Most if not all people in the modern world has a gadget—mobile phone, netbook, laptop or tablet—that comes with a video camera; and there's also a dedicated video camera, which can be used to take videos to capture life's moments or simply to express one's self.

What if someone desires to take a video or make a movie and no camera is available, or that someone has no camera at all?

YouTube, the world's largest online video storage, has an answer.

The site has launched a new webpage, YouTube.com/create, , where you can design your own videos using Xtranormal Movie Maker, Stupeflix Video Maker and GoAnimate.

YouTube integrated these third-party apps, also called tools, to allow users create customized video clips with virtual avatars, custom speech and more.

Click the “Create Video” button corresponding your chosen app and you'll jump to the editing interface where you can create a video for free. To get started, you will need a Google account and to `authorize´ the app.

The Basics of Video Editing

If you've edited a few videos but have always wanted to step up your game and learn to edit with professional software, now's your chance. We'll be taking a dive into the basics of professional video editing software all week. First up: a look at editing environments, the purpose of everything on your screen, and how to do a few basic operations.

Click these links to read the articles to learn it here

How to Design Your Own Web Page and put it online


CONTENTS
Learn About Some of the Methods for Creating Your Own HTML Document
BACKGROUNDS FOR A WEBPAGE
ADD GRAPHICS, PICTURE, IMAGE TO BACKBGROUND OF THE WEB PAGE
CHANGE COLOR OF TEXT ON YOUR WEB PAGE
Adding a Few Links
Web page design  Tables
Obtain Web Space and Web address
Extra information The Basics How do I add a video to my blog or web page?

Wednesday, February 2, 2011

Learn to Program code resources from Lifehacker

If you've been looking to learn how to code, we can help you get started. Here are 4.5 lessons on the basics and extra resources to keep you going. From Lifehacker, click the links below to read the articles
Learn to Code: The Full Beginner's GuideVariables and Basic Data Types
In our first lesson we're going to be taking a look at how to store different kinds of variables

Learn to Code: The Full Beginner's GuideWorking With Variables
Now that you know a thing or two about basic variables and data types, we're going to play around with them and see how they work.

Learn to Code: The Full Beginner's GuideArrays and Logic Statements
In this lesson we're going to start with arrays, which are a more complex type of variable, and then move on to for loops and if statements, which let you add conditional logic to your code. This is where things get tough, but also very cool.

Learn to Code: The Full Beginner's GuideUnderstanding Functions and Making a Guessing Game
In our last lesson we're going to learn all about functions and then write one to make a very simple JavaScript guessing game.

Learn to Code: The Full Beginner's GuideBest Practices and Additional Resources
In our "Learn to Code" epilogue we take a look at some programming best practices and provide a whole bunch of resources to help you take the next steps.