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

Search In

difference between die and exit in php

Hello Readers, 1. In php both die() and exit() are equivalent functions. 2. Basically die is used to throw an exception while exit is not, it is only used to exit the process. 3. The die() function is used to print the message and exit the script

Create and Add EBS volume on AWS

Amazon EBS(Elastic Block Store) volume offers high availability and durability with capability to automatically replicate in its availability zone. To create an EBS volume follow the following steps : 1) AWS Account >> EC2 Dashboard >> V

How to add custom field in wordpress for category

Hello Reader's! if you are new to wordpress development and need to add more custom fields in category, Then you can learn it from the code below:- Step:1- Open the file functinon.php and add the following code in it. add_action( 'category_edit_for

Adobe Kuler for Color themes

Adobe Kuler is an online application from Adobe Systems that lets individuals try, create and save various colour schemes, each of which consists of a set of five colours. After downloading Switchboard from Adobe Labs, users using the desktop version

How to generate MD5 and SHA-1 fingerprints for an android application

By following these steps you can be able to generate MD5 and SHA1 fingerprint for your android application using command prompt.(It will surely work in windows7) First of all you need to get the paths for keytool and keystore. keytool you can find

To add pause/stop functionality on mouse over using easySlider1.7

To add pause/stop functionality on mouse over using easySlider1.7 Step 1: Open easySlider JS file in editor like notepad, notepad++ etc. Step 2: Goto line number ‘56’, and add below bold marked line. continuous: false, numeric: false,

To add pause/stop functionality on mouse hover using easySlider1.7

To add pause/stop functionality on mouse hover using easySlider1.7 Step 1: Open easySlider JS file in editor like notepad, notepad++ etc. Step 2: Go to line number ‘56’, and add below bold marked line. continuous: false, numeric: false

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

How to parse JSON using PhoneGap

Follow the below steps to parse JASON in PhoneGap. Step 1. Call Js function From html page or from where we want, like this function onBodyLoad() { document.addEventListener(“deviceready”, callJson, false); } Step 2. Create a function of name cal

How administrator track every user operation on all the objects of the system in OpenERP(Odoo)?

Step-1 Install Audit Trail module Step-2 After that custmozie .py(Python file) file: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file:- from openerp.osv import fields, osv from openerp.osv.os

1 83 130
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: