Techorials converting non-tech to high-tech, one at a time

26Jun/100

Intro to the Linux Command Line

The power of Linux lies in its ability to be infinitely modified to suit the individual user. To do this, you'll need to master the command line, a daunting task for most, but don't worry, Techorials is here to help!

Filed under: Code, General, Linux No Comments
22Jun/100

Getting started in JavaScript, AJAX, and jQuery, Part 1

The rise of Ajax, or Asynchronous JavaScript and XML, has brought with it a movement towards more interactive Internet sites and the use of "web applications", without a need to install proprietary plug-ins. As nearly all personal computers and "smart" mobile devices now contain web browsers capable of showing JavaScript, those interested in making interactive sites and applications for a variety of platforms would do well to learn to use it, at least to the point where they can use the more advanced libraries that reduce the necessary workload.

In this article, I'll go over how to set up a working environment for programming in JavaScript. If you already have an understanding of these topics, Part 2 will start to go more in-depth with using Ajax and explaining how it works. It is recommended that you already have an understanding of HTML and CSS so that you sites will not only be interactive, but also appeal to users aesthetically.

Filed under: AJAX, Code Continue reading