
Search In


TestComplete - Keyword Test
TestComplete is an automation testing and quality assurance tool. It supports keyword-driven testing which allows the user to create, modify and record the tests.
How to create a new Keyword test:
Every project have Key
In order to move body along with the sprite in cocos2d with box2d,you no need to worry about.
Just take a look to this:-
PhysicsSprite* sprite = (PhysicsSprite*)body->GetUserData();
CGPoint target;
//set target for the body
target = CGPoin
Simple code to delete image from the img folder .
App::uses('File', 'Utility');
$imgpath = ' 'img/downloads/myimg.jpg'';
$det = new File(WWW_ROOT .$imgpath , false, 0777);
if($det->delete()) {
echo 'Image is deleted'
If anyone wants to delete file from the folder can use this code.
App::uses('File', 'Utility');
$file = new File(WWW_ROOT .'subcategory/thumbs/abc.jpg', false, 0777);
if($file->delete()) {
echo "File Deleted";
}
Thanks Karen, for dropping by. What you say is so true, milnoils need to see this! I'm glad I did, because it taught me about bold evangelisation! Telling people the Truth, in Love is essential, to bring people into relationship with Jesus, & Conve


Liferay provide inbuilt permissions feature to manage users and roles of the user, so I will guide you, how to use permissions feature in liferay control panel.
Follow below steps to manage role permissions and users : -
Step 1: First of all login
In the previous parts C++ Interview Questions and Answers Part 1, Part2 and Part 3, I have explained some basic questions of C++. This part is in continuation with the previous C++ Interview Questions and Answers tutorial. In this part of the tutoria
In laravel 4.x we can easily integrate the mail functionality. Laravel provide a simple API over popular SwiftMailer. We can simply configure our mail credential by using
app/config/mail.php
which allow you to change your SMPT host, port and cre
It becomes easier with Guzzle, which is a PHP HTTP, to send HTTP requests. Moreover, one can easily perform the task of integrating with web services. Guzzle enables to send both synchronous and asynchronous requests.
Guzzle using Laravel 4.x:
You d
JSP Expression Tag : In JSP the Expression tag is used to print in the output stream.So whenever you have some data to print into the screen or can say browser you can use the JSP Expression Tag.
The java code '<% out.println(“msg”); %>' can b
