
Search In
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
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
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>
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
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
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
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
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
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'])){
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.
