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

Search In

LinkedList implementation in Java

Hi friends, Here I am writing a way to implement basic LinkedList. First of all LinkedList has the properties of List interface and AbstractSequentialList class because it implements List interface and extends AbstractSequentialList. Example :

Speed Up Your WordPress Website by Caching Custom Queries using Transients API

Hello readers! If you want to make your WordPress website faster you can make it possible by Caching Custom Queries using Transients API. So read out this tutorial carefully and apply the steps in your website. If you are using custom WordPress que

What is HTML Local Storage?

What is HTML Local Storage Objects ? Local Storage is that method we can store data on user browser. Its work same as cookies. Cookies was use in old time means before html5 and Local Storage is much better then it because we can store more data (m

What problems does AngularJS solves?

AngularJS is a framework ( client-side ) for web applications that embeds HTML, CSS and Javascript. It basically focuses on:- 1.Coding data access, Reading, form validations - are some functions in which many people are not good at while doing all t

How to develop application using Phonegap.

Phonegap is an open source framework that provides us to build mobile applications. It uses some web APIs for the different platforms like android, ios, windows, blackberry. We can add the specific platform in which we want to run the mobile applicat

Associative array in PHP

The element of an Array in PHP by default are accessed by the index number i.e. the position in which the element or value is stored in the array. For example : <?php $temperature = array(10, 20, 30, 25); echo "Delhi temperature : ".$temperatu

Multiple layout in CakePHP

This blog is going to explain "How to apply multiple layout in CakePHP". By default layout file located in (app/View/Layouts/default.ctp) in CakePHP. if we don't apply any layout, then all pages will take default layout. if we are requi

How to get particular column of a multidimensional array using foreach loop in PHP?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to get particular column of a multidimensional array using foreach loop in PHP? Let have an  array with full of key values:- $detailArr=array( array('name' => 'Ravi',

What is the difference between HTML and XHTML?

1. HTML documents are made of elements that have three different components- element tags , start tag end tag; element attributes are given within tags. HTML element lies between and including tags. XHTML documents has only one root element. All ele

What is a Business Process

Business Process is basically plethora of activities related to structural analysis which produces pioneering services for end users.   It generally represented by Flow Chart which showcase sequence of activities which focus on process matri

1 242 423
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: