
Search In
The best way to restrict the file access, is to set default download method to "Private" from Configuration->media->file system.
After making this change we can use Content access module to manage the access of files.
I found this link very h
Sometimes wee need to add a comment to a column for understanding purpose means to easily identify what is the use of that particular column.
We can add comment to a column by two ways- at the time of table creation or by ALTER command after creati
One of the oldest and the world’s largest open-source web application framework, DotNetNuke (DNN) has been helping its clients manage information on their respective websites, intranets, and extranets since long utilizing Microsoft’s ASP.NET quite ef
For textfield we use attributes to give outlines to it or some times we place image view behind every textfield for its outline. We can instead use CALayer for it. I am setting an upper outline to a textfield, here is the code:-
CALayer *upper = [CA
JavaScript is the programming language of HTML and the Web.
JavaScript can be placed in the and the sections of an HTML page.
In HTML, JavaScript code must be inserted between and tags.
<!DOCTYPE html>
<html>
<head>
<script&
The shift() method is used to remove the first element of an array from the zero index and shift to the consecutive index and this is also used to change the length of an array .
syntax :
array.shift();
Example :
var arr = ['Mukesh', 'Ayush', 'Ravi
Template is one of the type of Joomla Extensions. It represents your site look i.e., layout of your site. Templates are of two types: one is Front-end Templates and other is Back-end Templates.
Template Types
Front-end Templates:
Front-end templat
1) A test plan is a document which describes the approach to test a system or a software product whereas Test Strategy is a guideline which describes the test design/methods and determines how the testing to be done.
2) Components of test plan includ
Properties are defined as the values that are associated with a JavaScript object.It is also called the very important part of Javascript.
A JavaScript object is made up of a collection of un-ordered properties.It can be changes, added, deleted.
syn
There are few most common ways to fix database connection errors which are as given below.
1 Need to check Database details such as username or password which is exist in configuration.php is either incorrect or has been changed.
2 Compare databas
