
Search In
NPM's init command will scaffold out a valid json file for you project.
The commands for npm init are:-
mkdir myapis
cd myapis
npm init --yes
I have used --yes option with the above command, because I don't want to set author name, keywor
Hii,
In this blog i am going to share the definition and difference between different methods of jquery used to calculate dimensions.
Following are the six different jquery methods used to calculate dimensions as per the requ
Hello Readers!
In the previous Blog I have explained about HAML, now I am going to explain you that how we can add attributes in It. This syntax is much more similar to the HTML tags
For Example:-
%a{:href
If we want to find the current coordinates of the element then we can easily do that with the help of jQuery. jQuery have offset() method which makes us to find the coordinates of the element which you want to find in respect to the document.


Hello Readers,
In today's post we will learn to import Android Facebook SDK in eclipse. We faced several problems when import Facebook SDK in eclipse. To import we need to follow the steps as mentioned below:
First of all, we need to
Hello Readers,
Step 1 : First we write the ajax code in default.php file inside module (Ex: mod_mymodule) tmpl/default.php folder.
Code Example :
$("#id").change(function()
{
var id=$(this).val();
$.ajax
({
type: "POST",
Hello Readers, If you are using CodeIgniter you want to fetch limited MySQL results then in this blog we will learn how to to this.
Suppose you want only first 200 chars of a field then you should only fetch limited results, this will reduce
Enumerator is a type of class which allows both the internal and external iteration.
List Of Enumerable Methods in Ruby:
collect
map
each
select
Collect:
It is similar to the map method and it allows us to iterate thro
Hello friends,
Today we learn how to make clone of an element using jQuery. In jQuery, clone() method is used to make clone or copy of a set of element or a particular element. This method makes not only the copy of element but also it's child,
CircularPagerIndicator is usually a kind of indicator that used to know how many images or tabs are left in our view. It is like a dot at the bottom of a view, more you can get by implementing below few lines in your project.
Step1: permission neede
