Thursday 20 December 2018

How to create menu bar in WordPress

Check out @sandeeparora14’s Tweet: https://twitter.com/sandeeparora14/status/1075999696982728704?s=09

Sunday 21 October 2018

Introduction to Single Source Shortest path and it's types in ADA



I am going to introduce a concept through which we can calculate the shortest distance of all the destination vertices form the single source. In this topic, we will see different types of weights (positive and negative) on edges in a graph and there may be chances to get the negative weight edges/cycles in G->(V,E). Then we will see, whether we can find out the shortest path or fall into the infinity loop.

All cases are going to be discussed  in this topic with diagrammatic and real  approach

Thursday 18 October 2018

What is SQL INJECTION?


Definition: - If you take user input through a web page and insert it into a SQL Database, there's a chance that you have left yourself wide open for a security issue known as SQL Injection.
Injection usually occurs when you ask a user for input, like their name, and instead of a name they give you a SQL statement that you will unknowingly run on your database.

Saturday 13 October 2018

Quick Trick to Earn Rs. 50000


If you are keen to earn money within short span of time through genuine way then you should have opt digital media platform to make your identity first in the world of web.
For this,  firstly you will have to design a platform to show your existence and this could be done by a concept which has been accepted world wide and responsible for making money through web.  
  

Now, I am going to introduce a concept through which you can develop your own website or web applications as per the requirements within 10 minutes and without the cramming of syntax and earn profit.

Monday 1 October 2018

Trick to boost traffic to your website immediately

Search Engine Optimization
This is the best and authenticated way to improve traffic over website within short span of time. As you know very well if you do prefer unethical way to increase traffic in that case google can easily detect the fake traffic and after that you will have to face the dire consequences for the same.

Today I am here to represent an ethical way to boost the traffic over the website and this could be done by SEO - Search Engine Optimization 

Saturday 15 September 2018

Introduction to Biggest Software Repository in the WORLD!!!!!!



In the technical era, today we emphasis over the techniques and technologies to minimize the human resources for achieving the solution within limited period of time. All developed countries are working on advanced technologies to become everything automated. They are keep trying to develop new technologies who will reduce the work of human being and produce accurate output through machines. They believe in smart work.

But unfortunately, we are still emphasizing over the hard work rather than smart work. If I talk about the world of web then I must say, we are having lots of ways or tricks to develop the software, website and web application but we used to adopt traditional way to develop the same.

Today, I am going to introduce a new approach in the world of web to develop and deploy any kind of desktop and web app within short span of time. It will consume less time to produce the same output.

Theoretical and Mathematical part (D&C) of ADA as per the requirement of examination

QUICK REVISION of the Informatics Practices Examination

QUICK REVISION of the Informatics Practices Examination Data Types Every value belongs to a specific data type in Python. Data type iden...