Browse Tutorials

28 Tutorials

Sort by: Latest | Most Popular
JavaScript Promises | Play
Updated On: Jul 03, 2023 | Videos: 3 | Hits: 381

Learn JavaScript Promises. These 3 videos will give you a clear understanding on how to create and work with JavaScript Promises

Advanced JavaScript Tutorial | Play
POPULAR Updated On: Mar 14, 2023 | Videos: 18 | Hits: 5340

Learn Modern JavaScript programming concepts and techniques that is essential to todays JavaScript based web development. In this tutorial we focus on latest changes to JavaScript language in year 2015 (ES6). What you learn in this Tutorial will help you understand other latest tutorials you find online.

SQL for Web Developers | Play
POPULAR Updated On: Sep 03, 2022 | Videos: 15 | Hits: 5426

SQL - Structured Query Language is one of the most essential skills for any software Developer. This tutorial is for anyone who is interseted to learn SQL from the begenning or would like to refresh their knowledge on the subject.

Software for Web Development | Play
Updated On: Aug 17, 2022 | Videos: 5 | Hits: 2090

Learn how to Install most essential software for Web Development. We will be posting the installation instructions for XAMPP, WAMP Server, Sublime Text and any other software that we think is important for you.

JavaScript Practical Examples | Play
Updated On: Aug 17, 2022 | Videos: 8 | Hits: 2837

If you have already followed our JavaScript For Beginners tutorial, this tutorial will help you use what you have already learnt to build some mini practical projects so that you can learn how to use your knowledge in the real world.

CSS (Cascading Style Sheets) in Sinhala | Play
Updated On: Aug 17, 2022 | Videos: 10 | Hits: 2138

CSS (Cascading Style Sheets) in Sinhala

Code Editors | Play
Updated On: Feb 21, 2022 | Videos: 6 | Hits: 2801

Learn about this powerful Code Editor in Sinhala Language. You can use it for your HTML, CSS, PHP web development and it has many features to code faster in order to save your time. In this tutorial, you can also learn about the EMMET plugin for Sublime Text using which you can code even faster using its short-cut methods.

Coding Sessions Series | Play
Updated On: Feb 03, 2022 | Videos: 5 | Hits: 2115

This series contains sessions of practical coding of different projects. Each video has a different small project which you can follow along and complete within less than 30 minutes. 

JavaScript APIs | Play
Updated On: Jan 16, 2022 | Videos: 1 | Hits: 626

Learn JavaScript APIs in Sinhala. JavaScript APIs can help you do the things that you used to do with external JavaScript libraries such as jQuery with a few lines of codes.

How to Publish A Website | Play
POPULAR Updated On: Aug 19, 2021 | Videos: 6 | Hits: 2978

Learn how to publish a website starting from buying a domain and how to upload your website to the web server using FTP software. If your website has a MySQL database, you can learn how to setup and upload the MySQL Database to your web server as well.

Web Forms Tutorial | Play
POPULAR Updated On: Feb 04, 2021 | Videos: 9 | Hits: 3406

If you are creating a dynamic website, Web Forms are an important part of the process and here you can learn the best practices and many hidden features that you can use to improve your Web Form Design.

SEO with .htaccess File | Play
Updated On: Jan 23, 2021 | Videos: 5 | Hits: 2258

Learn how to use the power of .htaccess file to improve the Search Engine Optimisation of your website. You can learn how to protect folders of your website, how to create cclean URLS, how to create a custom 404 page etc from this tutorial and more to come.

Web Design Tips | Play
Updated On: Jan 11, 2021 | Videos: 5 | Hits: 2111

In this tutorial you can find common web design patterns such as SlideShows, Images Galleries, Navigation Bars plus more. You can donwnload the exercise files to compare with your code if you need any help.

Working with Fonts | Play
Updated On: Jan 11, 2021 | Videos: 4 | Hits: 1985

You do not have to be limited to the fonts that are available on your or your users' computers. Using Web Fonts such as FontAwesome and Google Fonts, you have the freedom to use various fonts on your website and this tutorial will help you learn how to do it.

Send Emails with PHP | Play
Updated On: Jan 11, 2021 | Videos: 3 | Hits: 1625

If you are developing a dynamic website, most probably you need to communicate with your users. Learn how to send Emails with PHP using PHP Mail function, XAMPP Server or the popular PHP library called PHPMailer. 

JavaScript Tutorial for Beginners | Play
POPULAR Updated On: Jan 09, 2021 | Videos: 13 | Hits: 6007

If you are new to Web Design and want to learn JavaScript, this tutorial will help you get started with JavaScript Programming. JavaScript is an essential part of Web Develpment today and an important part of Front End Development.

Google Chrome for Web Developers | Play
Updated On: Jan 09, 2021 | Videos: 3 | Hits: 1598

Google Chrome is the one of the most powerful tools for Web Designers / Developers. Learn how to use the Developer Tools, Shortcuts of Google Chrome web browser to save your time when Browsing, Designing or Developing websites.

jQuery AJAX Tutorial | Play
Updated On: Jan 09, 2021 | Videos: 4 | Hits: 1959

With power of AJAX, you can communicate with the Web Server and update web pages without refreshing them, providing your users rich experience. Using jQuery JavaScript library, you can create AJAX web applications with a very few lines of code.

Pagination using PHP / MySQL | Play
Updated On: Jan 09, 2021 | Videos: 3 | Hits: 1602

When you need to show multiple records from a database on a web page to your user, it is necessary to break those records into pages when the number of records are increasing. This process of breaking records into pages is called Pagination and in this tutorial you can learn how to do it using PHP and MySQL.

HTML CSS Web Design Tutorial | Play
POPULAR Updated On: Jan 01, 2021 | Videos: 13 | Hits: 12734

If you are new to HTML and CSS web design, this Tutorial will show you how to create and design a web page from scratch with step by step practical lessons. Exercise files are availalbe to download and follow along. 

PHP (with MySQL) Tutorial | Play
POPULAR Updated On: Jan 01, 2021 | Videos: 28 | Hits: 12631

If you are already faimiliar with basic HTML and CSS, using PHP and MySQL Database, you can start buiding dynamic websites like this one. Learn how to use web forms to gather user inputs and save them in MySQL database and learn to read and write from/to MySQL database.

PHP MySQL Practical Exercise | Play
POPULAR Updated On: Jan 01, 2021 | Videos: 19 | Hits: 9070

If you followed our PHP MySQL Tutorial, this is the next best tutorial you must watch in order to fine tuine what you learnt in the PHP MySQL Tutorial and get more experience to deveop your own project. Exercise files are availble to download and compare or follow along. Good luck!

How to Crop and Upload Images | Play
Updated On: Jan 01, 2021 | Videos: 3 | Hits: 1605

Learn how Crop Images using Cropper.js JavaScript plugin before uploading, and Upload cropped images to a web server using PHP.

Creating Slideshows | Play
Updated On: Jan 01, 2021 | Videos: 2 | Hits: 1308

Learn how to create Slideshows using jQuery Cycle plugin. You can learn how to create a Basic Slideshow with images only or an advanced on with Text and Images.

Uploading Files | Play
Updated On: Jan 01, 2021 | Videos: 5 | Hits: 2442

In this tutorial you can learn how to upload files using PHP, How to upload files to your website using an FTP software and also How to crop and upload images to your website using PHP and JavaScript.

Responsive Web Design Tutorial | Play
POPULAR Updated On: Jan 01, 2021 | Videos: 10 | Hits: 5418

Learn Responsive Web Design techniques from the beginning, All you need to know is basic HTML + CSS. You can start creating Responsive Websites without the help of any other framework like Bootstrap. This tutorial will also help you to understand How Responsive Web Design works.

Microsoft Office Tips | Play
Updated On: Jan 01, 2021 | Videos: 1 | Hits: 917

Microsoft Office Tips

Object Oriented Programming with PHP | Play
POPULAR Updated On: Jan 01, 2021 | Videos: 19 | Hits: 8283

If you already familiar with PHP and interested to learn Object Oriented Progrmaming with PHP, this course is for you. This tutorial will also help you undertand basic Object Oriented Programming Techniques. Exercise files are available for you to download, compare with your code and follow along.