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

Search In

How to Send More Than One Data in PHP Ajax Form

<input type="file" name="file" id="file" /> <div style="background:url() no-repeat"> <span id="uploaded_image" ><img src=" '.$row["carimg"].' " height="150" width="225" class="img-thumbnail" /></span></div> &n

WebGrid in MVC

While working with bulk of records in MVC  Model View Controller, you need to display it in the grid or repeater.   With binding it with the grid is different thing in MVC for those who have bind it in simple web application before. &nbs

Displaying image in google map

While showing the locations based on the latitude and longitude you need to display the images associated with that object you are displaying the locaton for.         This is the database where we have stored the image info

Data Binding, Data Filter and Sorting in Angular JS using WEB API

In today's world, there are lots of client side scripts to make a better user interface. In this article, we are going to bind the data and apply sorting and filtering using AngularJS. Open your favourite text editor and create directory structu

Layout View in MVC

In a web application, we often use common section in most of the pages i.e. Menu, Side Navigations, Footer etc. So in order to not write the same code in all the pages, we have the provisions of Layout view in MVC. Layout view works in the same way

Exception handling in SQL

Exception handling in SQL Whenever an exception occurs our code gets disrupted. Exception handling is a way to handle these disruptions,  Like we may log when an exception occurs or we may raise error when any exception occurs. We can use TRY a

How to promote the page in OpenERP(Odoo)?

If you want to promote the page in OpenERP (Odoo) follow the below mentioned steps: - Step-1 Go to website menu and clik it. Step-2 Go to promote page and click it. Step-3 Define Keywords->Add keyword->Reference Your Page->Title->Desc

How to create Cordova plugin directory structure

Hi, Here is the steps to create cordova plugin directory structure : Install Yeoman by this command $ npm install -g generator-cordova-plugin then go to folder where you want that directory structure and run this command $ yo cordova-plugin F

How to detect mobile device in website using PHP

If you want to know any mobile device is accessing your website, Then the easy way to detect device is to run a php code. Lets see the code below :- <?php $useragent=$_SERVER['HTTP_USER_AGENT']; if(preg_match('/(android|bb\d+|meego).+mobile|av

Convert Map to List

Map and List are the two commonly used data structures Here I am writing way to convert Map to List. Basically Map holds two things are key and value on the other hand list holds only values. Both Map and List allow duplicate data. Below is the ex

1 20 103
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: