Startertutorials Blog
Tutorials and articles related to programming, computer science, technology and others.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Algorithm

Algorithm in Computer Science

Categories: Programming. No Comments on Algorithm in Computer Science

This article provides a comprehensive overview of algorithm in computer science field along with relevant examples. If not already done, go through this program development steps article.   Definition   An algorithm, named after 9th centaury Persian mathematician al-Khowarazmi, is simply a set of rules for carrying out some calculation, either by hand, or, more […]

Read the rest of this entry »
Basics of programming languages

Basics of Programming Languages

Categories: Programming. 4 Comments on Basics of Programming Languages

In this article we will learn about basics of programming languages. First we will look at different types of computer languages and then learn about different generations of programming languages. Hope you had already learned about basic networking concepts.   Computer Languages To write a program, we must use the computer languages. A computer language […]

Read the rest of this entry »
Basic networking concepts

Basic Networking Concepts

Categories: Computer Science. 5 Comments on Basic Networking Concepts

This article introduces you with the basic networking concepts which are essential for every person learning about computer science. Hope you have already read about history of computers.   Network Examples of communication devices are: modems, routers and bridges.   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: […]

Read the rest of this entry »
Basics of a Computer Cover

Basics of a Computer

Categories: Computer Science. 22 Comments on Basics of a Computer

In this article we will learn about basics of a computer. This article provides a comprehensive overview of different fundamental concepts related to a computer.   Before going to start reading this article, see our complete C programming tutorial for beginners.   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. […]

Read the rest of this entry »

HTML Form Validation using PHP and JavaScript

Categories: Programming. Tags: AJAX, HTML, JavaScript, and PHP. No Comments on HTML Form Validation using PHP and JavaScript

In this article I will show you how to validate a HTML form using PHP and JavaScript. JavaScript performs preliminary checks on the client-side and PHP is used to validate the details entered by the user against the details available in the database on server-side.   AJAX has also been used to display the error […]

Read the rest of this entry »

Getting Started with Bootplus

Categories: Bootplus. No Comments on Getting Started with Bootplus

Bootplus is a front-end framework which is built on top of Twitter Bootstrap. Bootplus is customized to reproduce the look and feel of Google+. Almost everything available in Bootstrap is also present in Bootplus. Bootplus utilizes LESS CSS, is compiled via Node, and is managed through GitHub. Note: Using Bootplus requires prior knowledge in HTML, […]

Read the rest of this entry »

Cloud Simulators in Cloud Computing

Categories: Cloud Computing. No Comments on Cloud Simulators in Cloud Computing

This article provides a comprehensive overview of cloud simulators in cloud computing.   Download research paper titled: A Comparative Analysis of Cloud Simulators   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty if you’re human: If you are a researcher, and would like to cite […]

Read the rest of this entry »