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

Search In

An overview of z-index property

The z-index property has caused a lot of confusion more than any other CSS property. It’s not complicated, the problem is that a few people understand how it really works. z-index is not a difficult property to understand. But due to false assu

Difference b/w Function Declaration & Function Expression

Hello readers, Today in my blog I would like to discuss about the difference b/w Function Expression and Function Declaration.   The first question that arises in the readers mind would what basically these both terms mean,  so here is th

How to create a contact form using contact form 7 plugin in WordPress?

This aide is a prologue to the Contact Form 7 module for WordPress. Fundamental information of WordPress organization is required. With different illustrations, this instructional exercise discloses how to show a structure on your page, and how to re

Wordpress ShortCodes Guide

Hello readers ! Today we discuss about "WordPress Short Codes". Short-codes:- a short-code is a shortcut to put things simply. short-codes are WordPress-specific pieces of code that do things that would otherwise require technical knowledge or whi

Finding address from latitude longitude in ios using CLGeocoder

CoreLocation framework of iOS provides method for finding address of a location using its latitude and longitude (also known as ReverseGeocoding). Following code snippet explains how to use it : CLLocation *location = targetlocation; CLGeoco

How to create project in dijango-1.4

In dijango-1.4 to create project in under django framwork use the below commands step by step :- Step1- First you have to check your dijango framework in proparly worked or not.   Step2- Than Go to the django framwork location: cd /home/sac

Using transaction in Entity framework 6

When we need to perform mutiple operations on an object in database or on multiple objects, then using transaction is considered a good practice as it maintains data consistency Here is the sample code of how we can use transaction in EF using (Ap

SQL: How to display all the records related to common id

I was stuck in the following issue. Issue was related with retrieving common records in group. I have to display records which are common with each id. Following records are inserted into the table "mytable": id | title -----

How to disable back button of the browser using javascrpt

There are many cases where we have to disable the back button of the browser. Here, the following code will help you to make your back button disable. HTML: <body onload="disableBackOnLoad(); "> Now the back button is disabled </body>

How to add a Refresh Control on a tableView.

Hi Readers,   To refresh the table whenever you pull down the table, we need to use Refresh Control. To add a UIRefreshControl on a TableView you just have to add a below code in your viewController.   UIRefreshControl *refreshControl

1 46 408
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: