
Search In
Hello Readers,
To learn canvas you have basic understanding of HTML and JavaScript.
The HTML5 <canvas> tag gives you way to draw graphics via scripting (JavaScript). You can use it for photo compositions, graph and animation. All core H
Hi Reader's,
Welcome to FindNerd, today we are going to discuss apply layout in CakePHP.
Layouts is a very important feature in a CakePHP web application, by default layout in (app/View/Layouts/default.ctp) file. But we can apply different layou
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to enable SSL in CakePhp.
Basically, SSL is a very important feature in a CakePHP web application. We can enable ssl https in our CakePHP application on the server. We can integ
Hello friends,
Today we learn how we can display the primary key of a table or database.
1. To display the primary key in a table we can execute any of the following command:
SHOW COLUMNS FROM <database_name>.<table_name> WHERE `Key` =
Hello friends,
Today we will learn how to reset auto-increment in MySQL. Before starting this topic you should know that there can be only one auto column(auto-increment) in a table and it must be defined as a key(primary). There are various ways to
Hello Everyone!!
In this blog, we are discussing the uses of the regular expression in the validation a file extension before uploading. Regular expression is a set of the symbol or character or both and it is used in many field but here we are usin
Hello Readers !!
Today we are going to discuss the Performance issue with the Unity3D game.
We all know about the Sounds, Batching, Draw Call, Textures, Meshes and other components which we use in the game. But only some of us know about the u
The below example code will helps you to get Image from URL by using glide library and to wait for image until it loaded. For this in below example I have added glide library in build.gradle file then I am using Glide with MainActivity cl
Hello Readers,
This tutorial will guide you about "How To Show Terms and Conditions Checkbox during Checkout Page in magento".
To enable the terms and conditions check box in checkout page, follow the below steps:
1. Login to admi
In magento, sometimes you need to call block in magento phtml to get the content of block. Here is an easy way to call static block & custom block in any template file.
1. Call Static block content in magento phtml file.
You can easily
