Menu Close

Category: Programming (page 1 of 1)

Easily Preview the Output of Your HTML and CSS With A Web App

NewImage

If you ever play around with HTML, CSS, and JavaScript, and don’t want to set up a testing environment, check out JSFiddle. JSFiddle is a web app that lets you input HTML, CSS, and JavaScript, hit a button, and see the results of your code.

Read more


Learn the Basics of Programming, Interactively In Your Browser

Try Ruby header

Do you wish you knew how to program? I sure do. Even though I had a programming class or two in college, I know only enough to muddle through some code to get a rough idea about what is happening. When I’ve looked into learning how to program, I’ve seen only boring tutorials in print or online. Until now. Try Ruby is an online interactive tutorial, based on Ruby, that walks you through some of the basics of programming in Ruby. Read more