programming

FacebookTwitter
http://lifehacker.com/5917581/google-blockly-is-a-visual-drag+and+drop-tool-for-building-apps-and-learning-to-code

Google Blockly Is a Visual, Drag-and-Drop Tool for Building Apps and Learning to Code

Curious about programming and want to build your own app, but feel a bit intimidated? Google Blockly is a visual programming language that can help you get started quickly.The webapp lets you drag blocks together to build apps, which can then be exported to actual programming languages. Blockly was influenced by Google's other graphical coding tool, App Inventor , which was influenced by MIT's Scratch , a tool for teaching kids programming.

Windows - GameSalad

Create Your Account Complete your GameSalad profile to take advantage of your free membership benefits and join the most exciting game design community on the Internet! Create Account > Learn the Basics Need a little help getting started? http://gamesalad.com/download?platform=windows

Mozilla Launches Thimble, A Web-Based Code Editor For Teaching HTML and CSS

http://techcrunch.com/2012/06/18/mozilla-launches-thimble-a-web-based-code-editor-for-teaching-html-and-css/ Mozilla , the non-profit organization behind the popular Firefox browser, just announced the launch of Thimble , its latest project to teach more users how to build their own web pages. Thimble, which is part of Mozilla’s recently launched Webmaker project , is meant to help novice users write and edit basic HTML and CSS right in a web-based code editor. The service features instant previews and also lets its users host their finished pages on a Webmaker domain with just one click.
Everyone ought to be able to read and write; few people within the global mainstream would argue with that statement. But should everyone be able to program computers? http://readwrite.com/2012/05/17/computer-programming-for-all-a-new-standard-of-literacy

Computer Programming for All: A New Standard of Literacy

The key to learning to code is learning to think like a computer--which is a hard thing to do. "It requires structured thinking, ability to abstract details away, and there’s little margin for error--one little typo and your program might do something entirely different from what you wanted," says game developer Rui Viana. "The real world just doesn’t work like that, so it’s hard to get your head around it." Which is precisely why Viana created Cargo-Bot , a simple iPad app that turns "thinking like a computer" into a genuinely addictive puzzle game. It’s like Angry Birds crossed with Codecademy , and it’s total genius.

Cargo-Bot, An Addictive iPad Game That Teaches Programming Concepts

http://www.fastcodesign.com/1669821/cargo-bot-an-addictive-ipad-game-that-teaches-programming-concepts
http://education-portal.com/articles/8_Free_Game_Design_and_Development_Courses_and_Resources_Online.html See our list of the top free online game design and development courses. Learn about what courses are available and what topics they cover to find the course that's right for you. Info on Free Online Courses in Game Design and Development Game design and development involves various fields, from graphic design and programming, to math and probability. Some of the courses below have additional software requirements, but most of these software programs are free and can be downloaded through links on course websites.

8 Free Game Design and Development Courses and Resources Online

Ever wanted to learn how to build an iPhone & iPad game but don’t know how to code? You’ve come to the right place because with this informational video course you’re going to get over 8.5 hours of full blown knowledge thrown at you that will teach you how to build an iPhone/iPad game using Game Salad – a FREE third party piece of software. The regular price of this course is $179 but today you can get it for only $79 ! Learning how to program can take months if not years and let’s be real…we just don’t have that much time on our hands! With this video course you’ll learn how to create iPhone & iPad games without using a single line of code! http://mobileorchard.com/learn-how-to-make-iphone-ipad-games-with-no-programming/

Learn How to Make iPhone & iPad Games with No Programming

Lately, I have been thinking about how to teach people something unexpected while they are working on something that they are passionate about. It sounds kind of obvious, but my goal isn't to trick someone into learning or to serve them medicine in their sugar. I want to create authentic learning experiences around webmaking projects. I believe that if you are really invested in something, then you will seek out the learning. http://jessicaklein.blogspot.com/2012/01/webmaking-101-for-journalists-prototype.html

Webmaking 101 for Journalists: A Prototype

HTML is a very interesting machine language because, like human languages, most things that interpret it are very forgiving. For instance, did you know that the following HTML is technically invalid? <video><source src="movie.mp4"></source></video> It’s invalid because <source> is a so-called void element : since it can’t have any content inside it, you simply don’t need a closing tag for it. The <img> tag works the same way. The technically correct way to write the above HTML snippet is as follows:

Hackasaurus

http://www.toolness.com/wp/category/mozilla/hackasaurus/

Instructional Overlay for Webmaking 101 tool prototypes

In preparation for the Open News design sprint next week I did a few mock ups playing around with an Instructional overlay. The idea is that this is a slider that could be toggled over the js.bin interface that we use in the lovebomb.me, webpage maker and soon- open news prototypes. It will give the user helpful tips and pointers on how to write html and css. As you look at these designs, keep in mind that the grey bar can be moved up and down (or side to side) with your mouse. This first iteration is a horizontal overlay.
Before installing the Android SDK, you must agree to the following terms and conditions. This is the Android Software Development Kit License Agreement 1.

SDK

Developing a well-rounded aesthetically pleasing website can be a daunting task even for the most seasoned web developer. You must identify current trends and standards and determine ways to incorporate them into your designs. Luckily, there are many free tools which are available that can help you speed up your efforts and work in a more efficient manner. Below are 20 tools which are sure to benefit all developers. Typetester

20 Tools to Make the Life of a Web Developer Easier - Nettuts+