
Search In
The desire to change world can be tempting to the extent that you want to do it yourself. A social enterprise is one such way you can launch a startup business to fulfilling your mission of serving people. Every year, a number of social entrepreneurs
PDCA Cycle for Software Development:-
As we all know that the software testing is a very important section of every software development process. Basically for any software development there are many steps to follow, but mainly there are four steps
Hello guies,
I was working on key stores and found a bit tricky to locate the debug.keystore on ubuntu system so thought to share the details with you.
Follow the steps in order to locate the debug.keystore on ubuntu
1) Go to the home directory a
To use flash on Joomla you need to follow the following steps:
Login to back-end of joomla site.
Select Component -> Banners.
You will Banner Manager page. Click on new button on the top left side.
You will see a form to add banners. Enter the d
Hello, Readers.
By this blog, I am sharing some common test scenarios for the Security Testing. I hope these will help in the time of security testing:-
1- Verify that secure or protect pages should be used HTTPS protocol.
2- Verify for SQL injecti

If you find, suddenly that copy paste stopped working on remote computer when you were accessing using Remote Desktop connection, following would help. Copy paste working on the remote machine is handled by "RDPCLIP.EXE". If this exe doesn't work cor
DNN provide export and import portals functionality.
**Steps to export the template:**
1.Login in the portal of which you export the template with super user account.
2.Go to host->site management ->Export site template.
3.Fill Basic configura
Hi,
Here is a code for loading current logged-in user using Bootstrap full in external PHP file.
function user_load_from_bootstrap($uid = NULL) {
define('DRUPAL_ROOT', $_SERVER['DOCUMENT_ROOT']);
$base_url = 'https://'.$_SERVER['HTTP_HOST']; // thi
CakePHP database configuration details are in a file that is located at app/Config/database.php.
the database file. You can edit the file in the notepad or sublime and can edit the feilds by which it will be connected to the database.
Here we are
Hello Reader's if you want to get all of the HTML code of any website then you use the function as below:-
The first way is by using PHP in built function url fopen, and its code will go like this:-
$ShowHTML = file_get_contents('http://findnered.c
