
Search In
Hellow Reader's ,
Some time we need to set default time zone in our applications.In this blog i am going to explain how you can do this.
This is a simple step for change the defualt timezone in cakephp.
Go to your project directory
Open  
We can empty an arrary in Javascript in many ways.Lets go through each of the them.
For Example we have an array like this:
var myArray = ['a','b','c','d','e','f'];
First method :
myArray = []
Above code will empty the variable myArray and cr
Customizing checkbox using Pure Css
The checkbox you see below is nothing but the label and its input that is hidden or making its opacity to "zero" reason for doing this is, it has very less CSS styling property that will not satisfied us
Hello Readers !!
Today I will explain to you how you can reduce the size of the APK file.
We need to take care following points when we create a build so that APK size should be small.
Device Filter:- This is a very important poi
Hii,
In this blog i am going to discuss about accordions i.e is a web control used while creating menus, content-rich pages.
Main idea behind using this user interface accordian is to collapse content and make it expanded when hovered or clicked o
WE NEED HELP creating a single Form in Javascript. Can you help us?
Our Nonprofit institution is trying to raise donations to save a historical mill. We offer various “thank you gifts” for various donations, and we are currently using Pa
Hi Reader's,
Welcome to FindNerd, today we are going to discuss Group By in Cakephp
In Cakephp web application sometimes we need to fetch data from database according to group field name. So GROUP BY statement is used in conjunction with the agg
Hi Reader's,
Welcome to FindNerd, today we are going to discuss insert data using replace statement in Mysql
Basically REPLACE INTO Statement is used for inserting a row in a table. If we want to replaces any record form our table then firstly o
It is not possible to have two db queries in model hook of ember js router. You can either create two router files- one for fetching the new records from database and the another one for fetching record.
That is not a good approach to create two ro
Firebase is a Google product for the mobile platform that helps us developing High-quality apps quickly, it also helps us to create our own userbase & earn more money. Google's FireBase provides us cloud & back-end services. Firebas
