-
Download Advanced Microprocessors and Peripherals [Book] by : Raza Bayani April 3, 2018
The third edition of this popular text (Advanced Microprocessors and Peripherals) continues integrating basic concepts, theory, design and real-life applications related to the subject technology, to enable holistic understanding of the concepts. The chapters are introduced in tune with the ... Continue Reading
-
Content Management System or CMS by : Bahonar Javid March 19, 2018
“Content Management System or CMS are essential to build a successful website but not the main criteria.” In case you want to build a blog or a website, after purchasing your domain and hosting service, you need to start coding everything ... Continue Reading
-
Good Blog Post Essentials by : Raza Bayani March 11, 2018
You’re at a good place. Good Blog Posts are having the most that they can. Whenever you visit a website and you find the contents unreadable, you likely don’t like to visit that again. If you are a content writer or ... Continue Reading
-
AngularJS the ease and fun library by : Raza Bayani January 16, 2018
JavaScript itself is an interesting client-side scripting language, however its popular and biggest library JQuery adds more fun and quality in learning and working with JavaScript. AngularJS is another JavaScript framework or a library for JavaScript which is very special ... Continue Reading
-
What is Interface and Concept of Interface in Java? by : Raza Bayani December 16, 2017
While learning Java you might think or this question may raise in your mind that what is an INTERFACE in java, and how does it differ from the Class, Subclass or any Abstract class. What is an Interface in Java: An interface ... Continue Reading
-
Introduction to Intelligence & Artificial Intelligence by : Bahonar Javid December 2, 2017
“Very soon the world will witness the very first court case won by Artificial Intelligence.” Computers and machines were invented to ease the human tasks. Since their inventions, their capabilities have grown exponentially. They have decreased in size and ... Continue Reading
-
How to build a responsive site structure with bootstrap by : Raza Bayani December 1, 2017
This article is presented to show the easiest way for creating a responsive site structure, therefor first we will go to understand bootstrap, concept and elements of it. Then after we will code to build the responsive and flexible structure ... Continue Reading
-
Try … Catch … Finally Statement in VB.Net by : Bahonar Javid November 25, 2017
“Try … Catch … Finally statement enables you to handle the probable errors in your code while your code is still executing fine.” While some people think that programming is the art of writing code, others believe that it ... Continue Reading
-
MySQL Database Storage Engines by : Raza Bayani October 25, 2017
MySQL supports a number of different storage engines, sometimes also called table types. This means that you have a choice about the underlying implementation of the tables, each table in your database can use a different storage engine, and you ... Continue Reading
-
How to make use of Namespaces in the .Net Framework? by : Bahonar Javid September 26, 2017
In computer programming, namespaces are logical containers of several similar blocks of codes. These blocks of codes each carry out a specific task, and several number of these blocks which are functionally related to each other are grouped together as ... Continue Reading