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

Search In

Generic DropdownList in MVC

Hi All, We in most of our projects in MVC come across creating dropdown list, that can be tricky sometimes. In this blog you all will get a preview of creating a generic function for creating dropdown for any list. The first thing we need to do is

iphone and Android Push Notification API

Push notifications are messages that allow an app to notify of a message similar to how a text message pops up on your screen with a sound. Code for Android ,Iphone API push notification is given below by using urbanairship. 1.Android Push Notificat

How to search records with maximum and minimum limit in MySQL

DELIMITER $$ DROP PROCEDURE IF EXISTS GetCustomerSearchResult$$ CREATE DEFINER=root@% PROCEDURE GetCustomerSearchResult( criteria INT ,searchValue VARCHAR(500) ,MinLimit INT ,MaxLimit INT ) BEGIN CASE WHEN criteria=1 /*search b

Javascript Array Methods: Unshift(), Shift(), Push(), And Pop()

Javascript Array Methods: Unshift(), Shift(), Push(), And Pop() push() and pop(), these two methods append elements to an array and remove an element from the an array respectively. Both of these methods work at the end of the array, where the index

Get current location on load of a page using google map API

A code snippet for getting current location on browser using google map API Here we are calling getLocation() on load of the page getLocation(); function getLocation() { if (navigator.geolocation) { navigator.geol

Keywords Analysis and Researching

What is Keywords Researching “Keyword researching” is the most important step in Digital Marketing, as it is about finding and researching actual search terms that people enter into the search engines while doing a search. SEO Professional search fo

How to optimize and repair all databases and tabels in mysql?

Optimization of database tables in mysql is a methodology which must be done frequently to make your database healthy. As per mysql manual, OPTIMIZE TABLE should be used if you have deleted a large part of a table or if you have made many chan

Setup Push Notification with PhoneGap and Android

Hello All, If you want to setup a push notifications with PhoneGap and Android, here below I am providing the guidelines, you only have to follow the steps one by one- So first of all you have to install push plugin for PhoneGap. The plugin can be

Push Notification - Android using GCM

This post will help you to send push notification to Android devices using server side scripting language called php. click below Link to get Google cloud messaging api- https://console.developers.google.com/project Here is a code to send push not

Stored Procedures and Functions in MySQL- Part 5

Conditional Constructs - IF...ELSEIF..ELSE This construct is used to evaluate some complex conditions and based on the results execute different set of statements. The basic syntax is IF <conditions> THEN      <op

1 86 282
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: