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

Search In

how to differentiate synchronized block and synchronized method in Java

The synchronization is the mechanism by which we can control multiple threads to access the shared resources. Without synchronization, it is possible for one thread to modify a shared resource while another thread is in the process of using or updati

Wordpress files and directory structure

Most clients can run their WordPress site while never finding out about WordPress documents or catalogs. Be that as it may, seeing how WordPress stores records and indexes can help you take care of numerous basic WordPress issues all alone. This aid

Stored Procedures and Functions in MySQL- Part 4

Conditional Constructs - CASE As in any programming constructs even in stored routines we might need to execute different commands based on what the variable or expression evaluates to. For the same we have CASE.... END CASE and IF...ELSEIF...ELSE c

How to save and fetch image data from documents directory in iOS

Hi Reader’s,   This blog includes the concept of how to store and fetch data from document directory. You can easily understand the concept with the help of code given below:-   ​ ViewController.h #import <UIKit/UIKit.h>

How to send smtp mail in codeigniter?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to send SMTP mail in codeigniter? In a web applications sending email is a very common feature.This is used for sending Emails messages,notifications and newsletters. If you are

Override Portlet MVC Action Command in Liferay 7

Hello Programmers,   If you are looking to override a Portlet MVC Action Command then you are at correct place. I'm going to override LoginMVCActionCommand in this example. I'm writing the steps here. Before starting code, yo

How IT Outsourcing Help Saving Cost for Companies by 80%?

              Offshore IT outsourcing to various professionally managed full-service web design and development agencies in India functioning with an aim to helping businesses to scale new heights o

Best Language for Server Side Development – PHP or Python?

Python and PHP are just two popular high-tech programming languages. PHP is traditionally employed as a server-side scripting language, while Python is appreciated because of its dynamics, accessibility, and simplicity. Despite almost equal popularit

How to add penalty in customer invoice in OpenERP-6.1?

In OpenERP first, install the account module and then create the own module and relate it to the fields payment term in account module. Follow these steps given below: Step1- First create add_penalty.py file in your own module and pass this file in

How to get iOS device type and version

If you need login device type, model and version of an iOS device, then use below code. You'll have to import below file first then:- // #import `<`sys/utsname.h> NSString* deviceName() { struct utsname systemInfo; uname(&system

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