
Search In
jQuery make it possible to interact with user by adding events to the web page, It includes many Events Methods like hide(), bind(), blur(), change(), click() and dbclick(). Here in this blog I just want to create one "click" function that
While integrating the Google map we need to display the location according to the latitude and the longitude.
So in that case we need to make the use of the marker functionality for displaying it.
So if we want to change the image that the location
Vue.js is a library of javascript that can be used to build any web application. It has MVVM(Model-View-ViewModel) architecture. It is easy to learn and also more flexible.
Here you will see how you can use this js in your application.
Adding Vue.js
<?php
if(isset ($_POST['Signup']))
{
$file_name = $_FILES['image']['name'];
$file_tmp =$_FILES['image']['tmp_name'];
$file_ext=strtolower(end(explode('.',$_FILES['image']['name'])));
Swift#3
If an image URL contains special character which doesn't load image on image view then we need to do more than UTF8 encoding. We usually decode string using Unicode methods but sometimes it is not sufficient to encode special character.
Importing excel files in Rails
Hi friends,
Importing excel sheets and storing them into db is a very common usecase of applications. So here I am going to guide you to a step-by-step process of how to import records into db from an excel file in Ra
Technology is an integral part of day-to-day business operations. Companies both large and small are quickly realizing how important these technological solutions are to business growth and development. Businesses are able to gain more than
Technology makes work easier. If it were not for mobile phones, people would still be sending letters and waiting for days to hear back. Today, there are numerous software that aid in making both work and personal life easier. Here are six
Introduction In this blog will learn about Azure Cosmos DB key feature of replicating data globally, along with ways to achieve it. Also, will explore Manual Failover & Failover priorities with setting up using Azure portal.
Prerequisite
Most of these heroes were not professional soldiers but were simply men and women of the countryside who managed to stay alive with limited resources while outrunning and outfoxing thousands of German troops. "How do these guys physically survive?" M
