
Search In
Following are the drawbacks of HTTP session cookies, for storing structured data on the client side :-
1. Cookies are incorporated with each HTTP request, subsequently slowing down your web application by transmitting the same informa
array_merge(): This function is used to join the one or more array into single array.
Syntax: array_merge($array1, $array2, $array3...);
Its required to pass at least one array to array_merge().
<?php
$array1 = array("php","web")
Hi reader's,
If you have done enough work with the technologies like PHP then you can switch to Angular Js. Using Angular Js is quick and fast to compile than PHP. If you want to fetch Mysql records now a days you can perform same task by u
Hi Reader's,
Welcome to FindNerd, today we are going to discuss converting ".DOCX" file to ".PDF" file using LIBREOFFICE in cakephp.
If we are developing any web application in CakePHP then sometimes we need a file to convert
Many apps these days show an alert on app's launch saying a new update is present at the store.
To implement this feature first we need to find version of the app available on app store and version of the current running app and then compare bot
=> I'm using following MapView in my layout:-
------------------------------------------------------------
<com.google.android.gms.maps.MapView
android:id="@+id/map"
class="com.google.android.gms.maps
Introduction to Zepto Virus
Zepto Ransomware:
Zepto is unique type of virus whose purpose is to infect the system through ' spam ' emails. Most of the virus program uses algorithm, similarly Ransomware also uses algorithm called RSA
Hello Readers,
Below blog shows the call of the model from one component to another component.
For Example - We have a two different components in Joomla :
>> comp1
comp1->model->m1
model: m1
comp1->controller->c
Hello Readers! In this blog we are going to create an api for inserting the data into database and then passing the data to the device in JSON format using php.
Step 1 : Firstly you are required to create a database. Here we have created a s
ASP.NET MVC : Submit Form using Enter Key
Sometimes there is a scenario or requirement of posting the form on pressing the "Enter" key in asp.net mvc. This functionality can be achieved via jQuery in MVC.
Create a "Ho
