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

Search In

Drupal 7: how to restrict file access to specific user roles

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

How to add comment to a column in MySQL?

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

DNN Outsourcing - A Cost Effective Option for Enterprise Application Development

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

Add a thin line to UITextField in iOS

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

Basic Program of Java Script

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&

Javascript Shifting Elements

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

What is a Template in Joomla?

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

Difference between Test Plan and Test Strategy

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

JavaScript Object Properties

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

How to resolve "Unable to connect to the database" error?

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

1 64 342
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: