Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Chapter 4: HTML5 Canvas

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

Discussion on apply layout in CakePHP

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

Discussion on enabling SSL in CakePhp

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

How to display primary key of a table and database?

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` =

How to reset auto increment in mysql?

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

How to Validate File extension before Upload using Regular Expression in JavaScript and jQuery

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

Performance Issue with Unity Game

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

How to get Image from URL using glide library

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

How To Add Terms and Conditions Checkbox in Checkout Page ?

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

How to call static & custom block directly from phtml file ?

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

1 650 949
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: