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

Search In

Differences Between IsNull() and Coalesce() Functions?

Differences Between IsNull() and Coalesce() Functions? ISNULL() Function: 1)ISNULL function is regraded as Transact-SQL function. 2)This function is used to replace NULL with the replacement value specified in second argument or from from the input

To send email using cake email

To send the email using the CakeEmail we first need to configure the smtp configuration that is in the Config/email.php. public $smtp = array( 'transport' => 'Smtp', 'from' => array('youremailaddress@abcd.com' => 'My Site'), 'host' =

Use of Callback Functions in jQuery

We well know that  JavaScript code is run line by line but in some cases, the next line of code can be executed before completion of the previous line of code and this cause that its give unexpected result or errors. To fix this type of problem

How to play video online using .Net

"How to play video online" For cutting a frame from a video, please refer to my following blog: Cut frame from a video In this article we will take a overview on cutting a frame using ffmpeg.exe file and then will discuss how to play the video o

Gherkin keywords

Gherkin is a Business Readable language that Cucumber understands and describes the application flow. In cucumber each line should start with a Gherkin keyword. Gherkin provides the following keywords:   Feature Scenario Scenario Outline Ex

How to register a new user using Shopify mobile buy sdk ?

In previous blog we learn how to login in shopify from android app, now we already have sample application class to maintain buy client session so in this blog we learn how to create a new user account in your shop. xml layout file for registration

A simple registration and login form and connectivity through database in php

For Javascript validation please refer this link:  http://findnerd.com/account/#url=/list/view/Simple-Javascript-form-validation/15856/     FOR REGISTERING: Here is the code for registering the user and saving data in data. <?

Phpmyadmin: How to install PhpMyAdmin in Ubuntu 14.04

This blog will help you to understand how to install securely phpMyAdmin to manage your databases on Ubuntu 14.04 How to install phpMyAdmin: Step 1: First you need to update the package index on your server with this command:   Now write t

To upload images in CakePHP

We can add the functionality of browsing images and let the user upload images of its choice to his account. For this functionality we first have to give a browse button in the registration page and then the functionality to it of adding the images

Sending Email through SMTP mailer in Rails

Sending Email through SMTP mailer in Rails As we know these days in almost every application we have the need to send mails to its users then be it for password confirmations, subscriptions etc. So these mails can be sent through your rails applica

1 146 160
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: