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

Search In

To extract only Date from Date Time in SQL in particular format

In SQL we have situations where we want to extract date from date time and in particular format -- Extracting only Date from DateTime Type Column SELECT N.[ID],N.[Message],N.[LocationID],N.[TargetUserID],N.[Url],CONCAT(U.[FirstName],U.[LastName])

Sending Notifications in Android

For sending notifications to android phone first you need to register yourself in google developer console https://console.developers.google.com After doing registeration in that you need to generate an API key from it   Code for GCM

How to create Toolbar text animation in android

In the below example I have created Toolbar text animation function. Here In activity_main.xml layout first I have created Toolbar and added a TextView, then In MainActivity I have used ObjectAnimator class. You can see below program it will clearly

Session in php

Session is used in php to store information with the help of session variable. By creating session we can use that information across multiple pages. When we create an application we write the code, do some changes and then we close it our syste

SQL wildcards

SQL wildcards are used within a table to search for data.  Usage of wildcard characters in SQL call for SQL LIKE operator, which enables to hold a comparison between a value and similar values. Following are the two types of wildcard operators

How to Change User Active/Suspend Status on dropdown change in cakephp

Hello Reader's!,If you want to change User Active / inactive status on click or dropdown change,Then I wrote this blog for you. first you need to create dropdown box which contain user status 0 for Suspend 1 for active. Example: <?php $opti

$watch() , $digest() and $apply() in AngularJS

There is an important concept of angularjs $scope function like: $watch $digest  $apply  As to understand angularjs more better we have to go throught the central function in angularjs. Lets discuss them one by one: 1. $watch : A w

How to create models in dijango

To create models in dijango to following thses step in given below: Step1- First you check your mysql is proparlly working in your systems. Step2- Than DB setting in the settings.py in your project like as DATABASES = { 'default': { 'ENGINE': '

jquery validation method

jquery validation is a pattern of checking of input desired code user need a standard library of validation method and include the file into the same folder. it is a process of ensuring that computer input is clean and correct by using the rules and

Difference between Razor Engine and Aspx Engine

Razor and ASPX both are engines are used for designing and defining the HTML part in your application. While working with normal websites we go with the ASPX engine While working with new kinds of project like MVC we use Razor engine for  it.

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