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

Search In

Keyword test in Test Complete

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

Move Body To A Targeted Destination In Cocos2d WIth Appropriate Angle

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

Deleting file from folder in cakephp 2.X

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'

Delete files from folder in cakephp 2.X

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 dr

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

How to give permissions to user roles from control panel in liferay 6.2?

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

C++ Interview Questions and Answers– Part 4

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

Laravel 4.x Mail Services

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

How to autoload Guzzle in Laravel 4

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

Expression Tag in JSP

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

1 20 217
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: