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

Search In

Agile Methodology

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

How to remove index.php file from URL in Joomla

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

"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

How to use “Animated AJAX Record deletion” in jQuery?

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(

How to create stages of project in openerp

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

find_by in Rails

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 "

How To Fix JAuthentication Error in Joomla

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

What should be Valid OAuth redirect URIs for Facebook App

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

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.

How to use substr() function php ?

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

1 368 949
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: