
Search In
What and why we need to use Var dataType? This is one simple question that many of us might not know. So here it is, illustrated with a simple example:
When we declare any variable as int i = 0; this is an explicit conversion.
But when we write var
To call javascript function write the following lines :
NSString *getStringvalue=[webView stringByEvaluatingJavaScriptFromString:@"getName()”];
Where getName() is a JavaScript function which return a String value.
and to send Objective C variable
Hi
I want someone make a code using python, this code relating to sensors management, read order, show the result, save the result and arrangement the results, that for 6-20 sensors at the same time.
If there is a programmer can do that, co
Welcome to Findnerd. In a series of wordPress functions, today i am going to discuss the wordPress function add_meta_box. WordPress is full on with customized options. Meta boxes is a wonderful option to customize. Meta-boxes are the special type of
Hi, Im stuck on a project. This is on Google Cloud, I have a Cloud Function that resize a image with ImageMagick. The Cloud function is is triggered whenever a new image is uploaded to a bucket. That part works fine.
Now I want to combine the image
Using Auto installer in Joomla there is no requirement to create a database,upload files or configuration programs required. Using this it will reduce steps while installation and its fast to install and update. All will be done using auto installer
While writing codes in your application for insert delete update select you majorly does it with the help of stored procedures.
So for that we can have stored procedures that can be parameterized or without parameters.
So for that w
A code snippet for getting current location on browser using google map API
Here we are calling getLocation() on load of the page
getLocation();
function getLocation()
{
if (navigator.geolocation)
{
navigator.geol
In MVC we build the application and run it . The main core behind the application is that it will run from the controller name and the action name.
public static void RegisterRoutes(RouteCollection routes)
{
Buying & selling process has seen some serious changes in the recent time. With the radical changes in technology, the conventional method of buying & selling has gone virtually too. People prefer it doing it on their phones, tablets or deskt
