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

Search In

Reasons of defects occurs in software

There are lot of reason's to occur the bugs in software application but most important factor is human factor. Human being develops the software, so its natural that mistake would be happen in code/application. No one can perfect so any one can m

Pre-Launch Checklist and its Components

Pre-Launch Checklist:- A check-list is a list of items/tasks/assignments that are recorded for tracking.This catalog/list could be either ordered in a sequence or could be random/unsystematic. Checklist is needful for tracking and judge/rate completi

Introduction about SEO MetaTags

What is Meta tags Before knowing about Meta Tags, you should also know what is Metadata? Metadata is data about data or data which gives information about data. In webpages Metadata are used with HTML codes called meta tags, it provides the inform

Inherit OpenERP Models

Inherit OpenERP Models: There are two ways of Inheritance in openerp:- 1-Object Inheritance - _inherit 2-view inheritance 1-Object Inheritance - Objects may be inherited in some custom or specific modules. It is better to inherit an object to add/mo

Push Notification - iPhone

This post will help you to send push notification to iPhone devices using server side scripting language called php. Here are code to send push notification /** * Apple Push Notification Services (APNS) * * @param array data

Creating a mongDB snapshot with LVM

Snapshot can be represent as creating pointers (equivalent to “hard links”) between special snapshot volume and live data. The snapshot process uses a copy-on-write strategy. As a result the snapshot only stores modified data. The primary purpose of

What is Swift??

Swift is a new programming language for iOS and OS X apps that builds on the best of C and Objective-C, without the constraints of C compatibility. Swift adopts safe programming patterns and adds modern features to make programming easier, more flexi

Creating a mongDB snapshot with LVM

Snapshot can be represented by creating pointers (equivalent to hard links ) between special snapshot volume and live data. The snapshot process uses a copy-on-write strategy. As a result the snapshot only stores modified data. The primary purpose

Form authetication in MVC

Here I will try to explain the form authentication in MVC. Step-1 Let's start with a new MVC project, following steps: File > New > Project, a dialog box appears, select "Web" from the "Template" option, then on right side select "ASP.NET MVC

How to get address from latitude and longitude

If you would like to get address from latitude and longitude. You can use below function: public function getAddressbylatlong($latitude, $longitude){ $latlng = $latitude. ','.$longitude; $geocode = file_get_contents('http://maps.go

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