
Search In
Prefabs
A Prefab is a type of asset -- > a reusable Game Object stored in Project View. Prefabs can be inserted into any number of scenes, multiple times per scene. When you add a Prefab to a scene, you create an instance of it. All Prefab instan
Best approach for Image loading in iOS apps
Best way to load Images in iOS apps than image sync.
Download SDWebImage framework and Unzip it.
**Steps to follow**:-
Step 1. Add SDWebImage framework into your project. On Project navigator Click>>
SQL query is used to retrieve selected row or column from the database based on the given condition . It is also used to retrieve data from a table in database .
Syntax ->
Select expression from table_Name where clause ; // Expression indicate
Hi Reader's,
Welcome to FindNerd,today we are going to discuss how to upload multiple file upload in CakePHP 2.x?
If we want to upload multiple images in our CakePHP web application with the help of input browse box. So for that we have to follo
Welcome to FindNerd. Today we are going to discuss one of feature of angularJS that is filters. We will discuss angularJS features one by one so keep reading our blogs. Filters play with data. It transforms the data as well as change the format of da
In this short visual presentation, I am going to give a demonstration of the major updates on FindNerd Project Management Software which have been live for product release since 23 May 2017. So without further ado, let's get to it:
Major
Node.js which make use of chrome v8 engine can be used for building fast, scalable network applications. It is based on event-driven and non-blocking I/O model thus making it lightweight and efficient and most suitable for real time application.
&nb
How to change the text of an input using jquery
We can change the text of an input with the help of attributeEquals selector in Jquery
Syntax: $(“attribute='value of the attribute'”)
attribute can be : name , value, title, style, src, id, href,dis
Below are commonly used php directives, which can be changed in php.ini file (we use Linux so its path is like that: /etc/php5/apache2/php.ini) or its called php configuration file or php configure setting.
1> By default the execution time in php
Using Google Cloud Messaging (GCM) we can send push notification from web server to the android devices that are registered.
This is how the process works:
1.Android device sends sender id to GCM server for registration.
2.GCM Server returns regist
