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

Search In

Password hasing in CakePHP

CakePHP uses a Security class for hashing the passwords. I am writing some examples below that will definitely help you out in understanding the different ways of password hashing in CakePHP: echo "I am md5 CAKE:".Security::hash("dinesh","md5"); ech

Parallel Programming with .NET

There might be some scenario in your code, where some of the tasks should be performed in the background without affecting the current task. Some time we have scenario, where we needed to fire the function, which consists of some function call, where

Functions in php

A function is a group of statements that does a special task. the function can be called repeatedly to execute the same statements. The syntax of the user defined functions in php is as : function functionName() { code to be executed; } Here

Struts2 Framework and Features

Introduction of Struts2 Framework: Struts2 is one of the mostly used framework for the Java application development. The struts2 framework is developed by the Craig McClanahan and later he handed it over to the Apache Foundation. Struts2 is basicall

Pattern Desigining in PHP

Hello Reader! All of us must have designed a code to print pyramid or some other pattern of asterisk using C, C++. Here is a simple program to print the different asterisk(stars) patterns in PHP. A pattern of stars is a way of arranging these in some

Convert Hexacode to UIColor in objective c

To convert the hexacode to color we can create a category of UIColor and implement the following code - it will return the code corresponding to that hexacode Hexa code can be in following format 1- #RGB 2 -#ARGB 3- #RRGGBB 4- #AARRGGBB How to Cr

Test Case Design Techniques

Test Case Design Techniques These are the techniques that should be followed while writing the test cases to drive the maximum test coverage. Following are the Test Case Design Techniques: Error guessing. Equivalence partitioning. Boundary value

Keyboard Shortcuts for Wordpress

In my previous blog Keyboard Shortcuts for all Web Browsers, I discussed about some commonly used keyboard shortcuts every Web Developer or a Web Designer will love to use. In this blog I will tell you about some keyboard shortcuts you can use while

Import excel sheet into database using PHP

Hello friends, This tutorial will help you to insert excel sheet data into the MySQL database using PHP I have also included the snapshots which will help you to understand more clearly.   Import Students: You can import students by clicking o

Advantage and Disadvantage of Different Topologies

Bus Topology Advantages â–¸ It is easy to set up, handle, and implement. â–¸ It is best-suited for small networks. â–¸ It costs very less.   Disadvantages â–¸ The cable length is limited. This limits the number of network nodes that can be

  • 494
1 14 423
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: