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

Search In

How to Create Database in cake php

CakePHP database configuration details are in a file that is located at app/Config/database.php. This database file user can edit the file in the notepad or sublime and can edit the feilds by which it will be connected to the database.Filling all fie

How to auto load model in codelgniter

Hello Friends, If you are looking to auto load any model function or many models functions like I want to user model will be auto load in my project. Please review the below code for the same and make the changes accordingly. Please open "code

IMAP protocol

IMAP   IMAP stands for Internet Mail Access Protocol.   IMAP is the protocol used for manipulating and changing the mails without actually downloading it. You can do any action you want to perform and it will hold by the mail server its

  • 107
jQuery adding class

We can dynamically add class to the html using the jQuery. It is used when we are adding html dynamically or when at an event we want that css to be called. We can add the css class simply   $("button").click(function(){ $("h1,p,a,span").ad

How to serach php.ini location

Hello friends, This is very important to search a file in Ubantu server like my location in the server is "var/www/html/myproject" and I want to make some changes in my php.ini file but I don't know the location of php.ini file. This i

UI Objects not visible in storyboard when changing height and width specifications

You may often come to a situation when your UIObject(say UIImageView) is not visible on storyboard. It may be because you’ve dragged and dropped the UI Object for specification(say Regular Width - Regular Height) other than Any-Any.   S

CSS jQuery

We can add css by jquery using css() method To return the value of a specified css property css("propertyname"); To set a css property css({"propertyname":"value","propertyname":"value",...}); To set a background and the fontsize of p $("p")

Camera follow player

Add a new script to Main Camera of your scene.   public class CameraController : MonoBehaviour { public GameObject player; // add your player object in the tool private Vector3 offset; void Start () { offset

Animation effect to object through script

Add a animation effect to your game object through simple line code in unity Add this line to your script update funtion and the object in which this script is added will show you a rotating animation at its position void Update () { trans

Reset Password without taking old password as parameter in Asp.Net Identity

Reset password is a part of forgot password functionality in ASP.Net identity. When a user forgets his/her password and want to change his password without using old password, then we use reset password functionality. In Asp.Net identity, we have me

1 75 342
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: