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

Search In

Cakephp: How to cake bake all in Ubuntu 14.04?

Cakephp's bake console is the fastest way to create models, view and controller. In order to create it first you need to create the table. In this case I am creating Users table:   CREATE TABLE users (     id INT UNSIGNED AU

Simple Forgot Password In CakePHP

Simple Forgot Password System In CakePHP Via Email Hello Readers, This blog tutorial will explain how to create a simple Forgot Password system in CakePHP where a users will type email in input box & retrieve new password in their registered em

Static vs Dynamic Routing Protocols

Routing Protocols   Routing is the process of sending data from one end to the other. While doing this you need to select the best or the shortest path for sending data to the node from one point to the other.     There are a lot

IPv6 - Features

The successor of IPv4 is not designed to be backward compatible. Trying to keep the basic functionalities of IP addressing, IPv6 is redesigned entirely. It offers the following features:       Larger Address Space The IPV6

PIM Desktop -Data Import

Hello Todays blog post explains the data import process in Informatica PIM desktop and the various stages that follow.  Firstly, it is important to understand what exactly Product Information Management (PIM) is and why is it useful. Wh

using audio data in unity 5

1. On format and loading type Audio files imported in unity 5 are by default set to be preloaded i.e. audio clip will be loaded at the moment when game is being loaded. This can cause game to take much time to load if audio files are heavy so unit

Is Your Reddit Account is Shadowbanned or Not?

Reddit is one of the most popular sites that can generate huge amount of traffic to your website, video, blog etc. Being shadowbanned is the worst situation. Reddit has its own way to stop spammers from spamming. On other websites, you at least know

Array and operations on array

Array is used to keep collection of objects. Array in ruby can have any type of objects together. Using array in ruby: >> a = [] >> arr = [1, 0, 7] >> arr[2] # => 7 >> arr.size # => 3 >> arr = ["string", 5, 0.8,

Difference between array_key_exists() and in_array()

array_key_exists() and in_array() are two most useful functions in PHP. This article demonstrate the details and differences of these function.   array_key_exists() : This function checks if the given key or index exists in array or not. If ke

Rack in Rails

Rack is a middleware, it provides an interface for a web server to interact with a web application. To understand how rack is used to interact with web server and rack(rails) application, lets first understand the request-response cycle. Client reque

1 281 363
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: