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

Search In

How to change data on changing the option box

Hello Reader's if you are looing to develop the html form which changes the data on changing the values in option box, then in this blog you can see how it is done. To making this form we will start from html file. And its code will go like this:-

SELECT INTO Statement

SELECT INTO Statement: SELECT INTO statement is used to copy data from one table into another table. We can provide a condition while using SELECT INTO statement. Syntax: SELECT columnname(s) INTO new_tablename FROM tablename

Sorting an array of JavaScript objects

Hello friend, I have a javascipt array object. Now i will try to sort price in this array. For Example: var data = [ { "h_id": "3", "city": "Dallas", "state": "TX", "zip": "75201", "price": "162500"

Accessing JSON object in JavaScript

JSON is used to read data from a web server, also it is used to display the data in a web page. In this blog we will be accessing the values of JSON object with the help of the jquery's getJSON() method. GetJSON() method is used to load the JSON

CRUD operations in PHP with MySQLi Object Oriented Interface

My previous article CRUD operations with MySQLi procedural functions is demonstrating about performing CRUD operations on MySQL database. As we know that one of the best feature of MySQLi is that it also provides an object oriented interface, which i

How to count number of elements in an array

There are two PHP functions count() and sizeof() which can be used to count the number of elements of an array. Both functions can also be used to count the number of elements of multi-dimensional array also. The explanation of these functions are gi

HTTP request get vs post in jQuery AJAX

Client and server communication is done with two commonly used http method 1.GET 2.POST GET- GET is basically used for getting the data from the server sometime cached. The $.get method is used in jQuery to get the data. $.get(URL,callback); u

Discussion on bindModel and unbindModel function in CakePHP 2.x

Hi Reader's, Welcome to FindNerd,today we are going to discuss bindModel and unbindModel function in CakePHP 2.X. If we are making any web application in CakePHP then sometimes we have to use bindModel and unbindModel at a runtime. So CakePHP pr

How to Fix Null Pointer Exception When calling Implementation Via Interface from Another Module

When I try to call an implementation from another module via interface, I get null pointer exception   I need help! I get nullpointer exception, after deployment. I have an interface AirlineClient in 'com.airline.model.hook' module.

How to get only one restaurant when I press click button one click

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

1 6 19
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: