
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
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
Mapping a domain to an IP in goDaddy
Go To My accounts in Godaddy and select manage domains.
Select the domain where you need to map the ip i,e. domain.com
Click on manage and then click on DNS zone file option
See the ‘@’ in hosts and click on ed
IBM Bluemix is the cloud platform that helps developers rapidly build,
manage and run web and mobile applications. I found this interesting tutorial on using Bluemix.
Create a coupon-finding app by combining Yelp, Google Maps, Twitter, and
Some Important Tips While Creating an API
While creating a web project we do need to create API which can be used by any third party like iPhone,Android etc. Below is a link of an article which can help you in keeping thins in mind while creating AP
All Talk: Using the Mediator Pattern in .NET Framework
We always look for the pattern when targeting any new problem which comes to us but what about existing ones. It happens many times that our project increases with time and we lost what object i
Leveraging Interfaces and Extension Methods To Extend Your Classes
Why always look to create new classes or functions in a class when we can extend existing classes. I found these two (Interfaces & Extension methods) very strong practices to sup
More often than not we need to change URL parameters sometimes for Hash tags and sometimes for creating url parameters for creating new clickable URLs..
function updateQueryStringParameter(uri, key, value) {
var re = new RegExp("([?&])" + key
Hello Reader's! If you want to change your web background image automatic on the day time basis, i.e. for day it will show pic 1 and in night it will show pic 2 as background.
Lets see the full example below:-
</body>
<sc
Many times, you face a situation when you have to face interviews and try to find some interesting SEO questions to brush up your knowledge. I personally faced this situation many times before. When we already know so many things, it&rsqu
