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

Search In

How to add category in Joomla?

Categories in Joomla manages the articles. Articles have exactly one category. To create a category you need to follow the steps given below: Login to the back-end of Joomla Site. Click Content -> Category Manager ->Add New Category. You will

Media Manager in Joomla

Media Manager manages the Joomla images. It uploads and deletes the files from [joomla root]/images/ directory. You can upload files, create directories and sub directories using this tool. To access media manager click on Content -> Media Manage

Send data through ajax call and receive Json response from controller in Springs

Here is the sample code implementing ajax call to send the data of a form to the controller and receiving json response from controller. Student.java Create a java bean class and generate setter and getter. public class Student { private Str

Add element to Array in parse.com Android

Here I am writing code to add an element to Parse Array. It is very simple to add values to parse array. We need to insert using add() or addUnique() instead of put() method. So for normal column, we use put() method of ParseObject and for array, w

How to set form action via ajax

Hello Reader's If you want to make your form reusable and set the action dynamic via ajax, Then you can make the ajax call like in the example below:- <form id = 'idForm'> ... </form> and the script will go like this <script

How to take backup of a table in MySQL using PHP?

You can use PHP to take backup of a table in MySQL. For this, you need to write the following code: $dbhost = 'localhost'; $dbuser = 'dbusername'; $dbpass = 'dbpassword'; $conn = mysql_connect($dbhost, $dbuser, $dbpass); if(! $conn

Play with AJAX - Liferay

Ajax is one of those patterns that are a must have with a UI framework, so let's go ahead and jump right into doing some Ajax requests, and then we'll dive into the more complex cases. Let's prep our sandbox, the module we're going to use is called

Skype, Sign in bar is not visible in Windows Operating System

If sign in bar is not visible in Skype, then you can follow the following steps: Step 1 : Go to Windows Start Step 2 : Select All Programs Step 3 : Select Accessories Step 4 : Right click on Command Prompt Step 5 : Select "Run as administrator"

Call ajax function on autocomplete in jquery

//Call ajax function on autocomplete in jquery $(document).ready(function(){ jQuery("#name").autocomplete({ source: function(request, response) { $.ajax({ url: 'include/get.php', type: "POST",

Call ajax function on autocomplete in jquery

<h2>//Call ajax function on autocomplete in jquery</h2> $(document).ready(function(){ jQuery("#name").autocomplete({ source: function(request, response) { $.ajax({ url: 'include/get.php',

1 17 185
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: