
Search In
Enabling caching .
Caching is enabled in three step.
1) Create a writable directory on your server where you want strored the cache files.
2) Set the path to your cache folder in your application/config/database.php file.
3) Enable the cachi
Extensions are used to extra features to the Joomla website. They are very easy to install and use. There are two ways to install joomla extensions:
Installation from Backend:
To install from backend you will need to follow the following steps:
In this example, we will create a simple webpage that consists of the header, the navigation and the content.
<div class="wrapper">
<div class="header">
Header
</div>
<div class="nav">
Na
UI (User Interface):- User Interface means testing the application that how easily an user can use/understand the application.GUI (Graphical User Interface):- In GUI we test requirements like background color, button naming convention, drop down menu
document.ready() v/s window.onload():
Most of us think that document.ready and window.onload is one of the same thing the only difference is that window.onload is used in javascript while we use document.ready in Jquery.
But
Hello
Today we would discuss about Embedding Webview in Andorid based PhoneGap Application:
Before starting let us have a formal introduction about the Webview:
It is a View that displays web pages. It is a class through which we can display some
Follow the below steps to parse JASON in PhoneGap.
Step 1. Call Js function From html page or from where we want, like this
function onBodyLoad()
{
document.addEventListener(“deviceready”, callJson, false);
}
Step 2.
Create a function of name cal
Hello Readers,
This post helps you to create a ZIP file using PHP.
<form name="zip" method="post">
<input type="checkbox" name="files[]" value="book.pdf" />
<input type="checkbox" name="files[]" value="doc.pdf" />
<input type="
In web development field we face different situations in order to fulfil the requirements. Sometimes we have to customize the well managed CMS/frameworks. Today we are going to take an sample example of wordpress plugin development. There is one situ
Hello Readers,
If you want to add the new module position in Joomla admin and show the text or Html on the front end side of this add new position.
You have to follow the some certain steps to do so:
1> Log into the Joomla admin Section.
2>
