Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to use strlen() function in PHP?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to use strlen() function in PHP? If you want to get the length of your string word then you should use the strlen() function. This function is used for getting the length of a s

How to remove item from ArrayList

The below example will help you to remove an Arraylist item using the element index. To remove an item from an arrayList I have used Object remove (int index) method. This method returns a reference to the item that was removed. You can see below pro

Getting width and height of a div with the help of jQuery

If anyone want to get the width and height of a div then he/she can do this with the help of  jQuery width() or height() method. The width() method will find the width of that element which we want to find. It do not take the padding or margin

How to make animation with SVG HTML5

Here is the simple example of SVG animation. We use HTML structure to show svg graphics in browser. Tags used:- svg <svg>:- Makes the svg structure. circle <circle>:- Element is used to draw circles. g <g>:- Element is used to g

MACROS IN C

MACROS A macro is a piece of statements(code) which we provide a name or give that piece of statements a name. so whenever we used that name which we provide to that piece of code in the program, that code get replaced by the contents of the macro

HTML5 Geolocation API

HTML5 Geolocation API The Geolocation API specifies a general putting into effect for the objects, properties, and methods to unite with the Geolocation interface. One object holds the whole implementation of the W3C Geolocation API—the Geolocation

How to setup POD for your Xcode project

Below are the steps please follow them. Open Terminal Change directory to your XCode project root directory (where your ProjectName.xcodeproj file is placed). $ pod setup : (Setting up CocoaPods master repo) If successful, it shows : Setup comple

How to validate the date using preg_match function in PHP?

The syntax of the preg_match function is that: preg_match (string pattern, string string [, array pattern_array],[, int $flags [, int $offset]]]); In the above function first and second parameter are mandatory and the rest of the parameters are opt

SiteMap in asp.net

In this blog I will explain you how to use siteMap in asp.net web application.I would like to start with few basic question:- 1) What is siteMap? The SiteMap displays a list of links representing the user's current page and the hierarchical path

User Controls in Asp.Net

User Control in Asp.Net: Overview:     User Controls are used inorder to avoid rework & reduce complexity of the application, It provides reusability of the code. For example if we have to display the grid view at different

1 291 481
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: