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

Search In

How to use caching using database in codeigniter

Enabling caching . Caching is enabled in three step. 1) Create a writable directory on your server where you want strored the cache files. 2) Set the path to your cache folder in your application/config/database.php file. 3) Enable the cachi

Using MySQL with node.js

Hello Everyone , In this blog we will discuss about how to use MYSQL in node.js. node-mysql is one of the best modules which can be used for working with MySQL database. To install the MySQL in node.js driver you have to follow up with the below pro

How to get the data of a form in javascript?

We can use the serialize() method to get the data of a form. This method creates a text string in URL-encoded notation by serializing form values. It helps to select more than one element of the form. Syntax: $(selector).serilaize(); Example: &

How to make a quick login page in Wordpress

Hello Reader's! If you are new to Wordpress and want to make a login custom page, then you can see an example below:- First you have to create a page on the root, name it login.php <?php /* * Template Name: Sign In */ if($_POST['submit'] ==

How to add, update and delete the records into the database using linq

UserEntities objUserEntities= new UserEntities();/*Create object of user entity /* Add records into the database */ public void AddUser(User objUser) { objUserEntities.AddToUsers(objUser); /*Linq has its own function to insert th

Incorporate Progress Bar in Unity3D

How to make a progress bar in Unity3D Game Calling LoadLevelAsync like TheDarkVoid suggested will start the loading process. You could put it in a coroutine so other parts of the game can keep running. It returns an AsyncOperation. Example: var s

How to install Unity3d

Install Unity : Below are the steps to install Unity 3d: First download the Unity 3d from the URL: [http://unity3d.com/unity/download][1] Then double click on the UnitySetup-4.3.1.exe Click on Next button to set the installation path. After setti

Terrain in Away3D (Part 1)

Terrain in Away3D (Part 1) User are always curious with the heights of Hills, Mountains and Depth of river and wells in the game. He always thinks how these things are done. By this blog you will have a fair idea about Height Maps, Alpha Maps used t

Char array is better than String for password prevention

Why Char array is better than String for storing secure data like Password in Java? As we know that String is immutable in Java if we store password as String, it will be available in memory (Heap) until Garbage collector clears it and since String

How to display multiple images one after another in some time interval

Sometimes we need to display ads in our application.To display the multiple images one after another in some time interval write the following code: Create a customTimerTask class that extends the TimerTask class public class customTimerTask exte

1 193 370
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: