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

Search In

Thread States and Lifecycle in Java

Thread Lifecycle: Want to start the multithreaded programming? Before starting you need to know what is Thread and what is the life cycle of the Thread. Thread having different states and life cycle methods. To know about the thread you can Visit my

How to upload image in Specific folder of your application iOS

Here is the code for UIImagePickerController Delegate. In this Code when we select an image from UIImagePickerController then we call this delegate function which upload the selected image to your local application folder. You have to first find the

How to add a new module position in Joomla

Hello Readers, If you want to add the new module position in Joomla admin and show the text or Html on the front end side of this add new position. You have to follow the some certain steps to do so: 1> Log into the Joomla admin Section. 2>

How to set the Alarms in OpenERP(Odoo)?

If you want to set the Alarms in OpenERP(Odoo) follow the below mentioned steps:- Step-1 Go to Sales Menu and Click it Step-2 Go to Configuration ->Calendar->Alarms Step-3 Click on Create Button Step-4 Go to Name ->Reminder D

How to use Angular JS attribute in HTML.

Angular is the key to our app’s. ng-app directive refers to module and ng-controller directive, which link our controller to our template. In the below example I have created a HTML program with the use of Angular JS attribute. Review of these angul

Inserting data in SQLITE table android

Hi again, here you will learn how to insert data in already created table in SQLITE. You will find it helpful if you are well aware with basic terminology SQLITE if not please go through my previous blog. It will might help you to understand this b

How to add Captcha with CakePHP

We can add captcha for blocking spams robots accessing our site or application. We can add captcha in our web application and website by using the below code -> <?php App::uses('AppController', 'Controller'); class PagesController extends AppC

How do I get a YouTube video thumbnail from the YouTube API?

Hello Readers! We can use YouTube Data API to retrieve video thumbnails, caption, description, rating, statistics and more. API version 3 requires a key*. Obtain the key and create a videos: list request. Example PHP Code $data = file_get_contents

How to send and email without SMTP using PHP

Hello Reader's! If you are new to php and need to send emails then PHP offers you many ways. But you can use the PHP code below, It's simple and does not use yourSMTP. Create a PHP page sentemail.php <?php if(isset($_POST['submit'])){

How to declare model attribute in Odoo

In a Model attribute order should follow the series given below. Private attributes (_name, _description, _inherit, ...) 1. Default method and _default_get 2. Field declarations 3. Compute and search methods in the same order as field declaration 4.

1 195 370
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: