
Search In
Hello Reader's if you are looking to develop a web app which gets the facebook user profile details then by using PHP you can do this. Facebook gives us the public details of any user like: photo, cover location and birthdays. To use this yo
In this blog I am going to tell you about Animation Iteration Count Property of CSS3. How many times an animation cycle should play is defined with the help of Animation Iteration Count Property of CSS3.
Syntax for the Animation Iteration Coun
Welcome to Findnerd. Today we are going to discuss control structures in Ruby. If we talk about the control structures then you have already use or study in other programming language like C, C++, Java etc. We do not want to repeat the same things he
Hi reader's, If you are developing website using google map and want to show location image and detail inside the marker then in this we will see how to do this.
Step 1: Create a blank space as an HTML div where the google map will load by
The jquery filtering methods is used for the purpose for specifying the criteria, Those elements didn't matched with the criteria it will illuminate from the selection while the matched elements will be returned.
It has multiple methods like eq(i
is() method:
It is used to filter html elements by checking with selectorElement. It returns true if there is minimum one match from the given selectorElement or some other argument provided.
Syntax:
$(selector).is(selectorElement,function(index,
Hello Readers,
This blog shows the basic custom plugin creation in Joomla.
The below are the basic files which is used to create plugin in joomla.
1. myplugin.php
2. myplugin.xml
3. index.html
Step 1 : myplugin.php - myplugin.php is the entry fil
In my iPhone 7 launch and rumour roundup published 2 days back, I have compiled a series of expected specs and features that were circulating around the globe. Glad to see, that majority of expectations that were included in the rumour ro


Datepicker in jquery is very easy to use in your application with some preinstalled libraries, it has various features as hide the future dates, hide the past dates from the current date. Calendar popup will show on focusing input field.
Example :
Hello readers, this is a smalll blog on animation-timing-function property. This property defines the speed of the animation. The animation-timing-function property, is used to define a function that defines how a transition will change during each c
