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

Search In

Create stored functions in MYSQl

Hello Reader's ! In this blog you will learn how to create store functions using CREATE FUNCTION statement in Mysql. In Mysql we can create user user defined functions that returns a valid value. To process and manipulate data Mysql Stored funct

Array of dates between two dates

Hello Friends, To create an array of dates between two dates you may use the following code: 1.Create an NSMutableArray NSMutableArray *datesArray = [NSMutableArray new];   2.Set the date formatter according to your requirement. &n

Partial View in MVC

When we want to use piece of code again and again want to make it reusable throughout the application we will make it a partial view.   Partial view is like user control in a normal web application that is created and placed anywhere in the pa

Difference between “int main()” and “int main(void)” in C.

Consider definition of int main(): int main() { return 0; } Consider definition of int main(void): int main(void) { return 0; } The above two definition work perfectly fine in C but the difference between two is int main() can b

login form in cakephp

Its really easy to create a login form by using cake php, for creating a form a user have to mention its type,action or url for pointing the form to the login() action to the controller, user would supply array like this. And for further fields they

Cakephp: How to retrieve video url from Google App Engine

About Google App Engne Google App Engine applications are used to create data storage. We do not require to maintain servers with App Engine. We just need to upload applications and can access the site from the web. How to Upload Video? Write the f

cakephp 2.4.2: How to do Blowfish authentication

What is Blowfish Authentication: It is an authentication adapter for AuthComponent. Blowfish is a symmetric-key block cipher. It provides the ability to authenticate Post Data using Blow Fishing. In order to add Blow fish authentication add it in Au

how to create modal in javascript

js-model is a library that allows user to work with models by using javascript code. This will help to user for creating a pop-up window for the further details. It contain the interactive data as well as a large part of the logic surrounding for ex:

Few Common Test Scenarios For OTP Testing

Hello Readers.. By this blog i am contributing few common test scenarios for the OTP testing. OTP stands for ‘One Time Password’. Now a days, OTP testing is an modernization plan. OTP testing is an innovation testing technique or testing

Fetch Phone Contact Using Contacts Framework

Hi all, Apple has introduced new Contacts Framework in iOS 9, which replaces the AddressBook framework. Accessing contacts information using AddressBook framework was very tough task for developer. But new Contacts framework of iOS 9 provides very e

1 638 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: