
Search In
What is Meta Tag ?
It provides information known as data in an html document.
It allow us to develop the description of the web page.
It is used by search engines to index a page so that the user can easily find it.
It help the user to identify
Introduction to Testing:
The question that always arises is that why we should test a software/code? can't developers code like we need not to write test cases for it to ensure its correctness and quality.
The answer to above question is
I have an app and inside it only one activity (main activity) and layout XML of main activity have only
list view . This app will get restaurants near from my location and display it in list view.
What I need to do is add button to the main act
In Magento lets see if we are required to generate invoices of the orders and their pdf consecutively from admin panel.
how we can do it:
1. Create a file config.xml in an etc folder in our module.
2. Then Create a controller folder in which ad
In this blog, we will learn about form validation in AngularJS. From Angular 1.3 onwards, ngMessages module has been introduced and we will be using the same for form validation. Before the addition of this module, developers had to make use directiv
Garbage collection is an important technique in .Net that is used to free the memory for unused object that are no longer referenced.It has the following benefits.
1. It enables you to develop an application without having worry to free memo
Hello readers, In today's blog I have tried to make An animated WIFI symbol using CSS3 properties.
As using CSS3 animation and transform rotate property , I have created an animated wifi symbol showing the increase and decrease in the signals wi
In September 2002, Mozilla Foundation developed a free, open-source and cross platform graphical interface Web Browser, known as Mozilla Firefox. Now, it’s the most popular open- sourced internet web browser around the whole
Welcome to FindNerd.
Today we are going to discuss the concept of rewrite rules in word-press. It is little confusing for lots of developers but if we check different methods of WP_Rewrite class then you can easily implement them in proj
