
Search In
<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
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
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
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
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
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
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
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
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
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
