
Search In
Agile Methodology
Agile methodology is a method to deliver software at a very high speed with following benefits:
1) Less communication gap between the team members.
2) Requirement changes exists.
3) Requirements are more clear.
4) Customers are in
Hello Readers,
If you want to remove the index.php from the url (http://host/folder_name/index.php) and show in this form
(http://host/folder_name/joomla/).
Use the following steps to do so:
1>Log into your Joomla dashboard (administrator).
2&
"How to show multiple items in a textbox, using auto completion in Javascript"
In this article we will make a project that will select multiple items from the autocomplete list and display them in the textbox as tags using Javascript.
For acheivin
With the help of jQuery we can delete link for any record. On below code we have add a click event to triggers the ajax request. when the ajax request returns get success response.
$(document).ready(function() {
$('a.delete').click(function(
To create stages of project in openerp follow these step given below
Step1 – Install project module in openerp
Step2 - Go to Project -> Configuration -> Stages -> Task Stages -> Stages -> New
As shown in below given figure, one is st
Hi Friends,
Rails provides several methods for fetching single object from table, one of the method is find_by. It fetches the first record in the table matching some specific conditions. Example can be if we want to fetch the first blog with title "
Hello Readers,
When we log in to the Joomla administrator site and we find out the error like:-
unable to log in to the Joomla administrator site.
JAuthentication::__construct: Could not load authentication libraries.
Username and password do not
If you are getting this error "Given URL is not permitted by the Application configuration:". You need to define "OAuth Redirect URIs" on your facebook app setting. To resolve this, please follow the below step:
1) Open your facebook developer accou
Performance Testing
Testing the behavior of an application by applying load is known as performance testing. In Performance testing we check for certain factors like:
1.Response Time - The time taken by the server to process the client's request.
Definition of substr() function in php ?
The mainly use of The substr() function returns a component of a string.
Syntax of substr() function
substr(string,start,length)
You can see below example the use of substr() function.
<?php
//here
