Posts

Showing posts from July, 2019

Java ! Simple & Powerful

Image
Simple Java is a language that is derived or inspired from c/c++. Therefore it has many similarities with the c languages. That is somewhat why we are telling that java is very simple language.The java has a good memory management system that can deal with the system memory and can deal with the garbages or the cache in the system. Java is very easy to learn, and its syntax is simple, clean and easy to understand. According to Sun, Java language is a simple programming language because: 1.Java syntax is based on C++ (so easier for programmers to learn it after C++). 2.Java has removed many complicated and rarely-used features, for example, explicit pointers, operator overloading, etc. 3.There is no need to remove unreferenced objects because there is an Automatic Garbage Collection in Java. Powerful Java is a very powerful language because it uses the oop principles (Object Oriented Programming). Object Oriented Programming methodology simplifies pro

Firebase:Powerful platform of database for Android, Ios and web app

Image
Thinking you any free  database management system ! Firebase is a powerful and free Google's own platform. Firebase platform can help you to create apps software which can be both IOS or Android. They can also create web app software which can be used in your website for writing the data from your website to the firebase database. The data enduring through any web forms can be stored in the database by specifying a path to database. First of all to use the firebase you need to apply why the firebase in your app development a platform by using the firebase configuration for firebase cdn. Name the firebase also please send the automatic facility to add firebase to the website or any app software by providing tags firebase in the automatic section of the firebase. It can be find from the the project settings. The the information of data can be stored in the realtime database of the firebase. Here the entered values directly stored in the world firebase rea

jQuery And Its Basics

Image
jquery is a important factor in designing a web page because it can perform many  functions that it can include animations like slide down, slide up, toogle etc. They contribute more animations than a cascading style sheet. Syntax: Basic syntax is:   $( selector ). action () $(document).ready(function(){   // jQuery methods go here... });  The jQuery is written inside the script tag but only this function works when we write the Google's on Microsoft's script source code inside the script tag. The cdn of the script tag of Microsoft and Google is is given below: Google CDN: < head > < script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" > < /script > < /head > Microsoft CDN: < head > < script src ="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.4.1.min.js" > < /script > < /head > jQuery Syntax The jQuery syntax is tailor-made for  selectin