
Search In
The “Same Origin Policy” is an essential theory in web application and introduced for security reason, It ensures that scripts contained in a first web page to access data in a second web page, but only if both web pages have the sa
Internationalization in Cakephp 3.x
Hello friends, welcome to findnerd. Today I am going to tell you how to implement Internationalization in Cakephp 3. It is similar to multilingual. In my previous blog I have mentioned how to develop multilin
This tutorial will help user to learn how to trace hop by hop destination of end host , use commands nslookup,netstat,pathping command with different switches to get more information over network.
The tracert command is a Command Prompt command th
Hi All
Today we will discuss about how to Localize Ionic application.
We have a JavaScript library for AngularJS "Angular Translate".
It allows you to Translate your application depending upon language you desire.
It will provide a great way to loca
Types of line Items in DFP:
Sponsorship: A sponsorship line item is high priority line item sold on the basis of (CPM) Cost Per Thousand/Mile impressions, (CPC) Cost Per Click and (CPD) Cost Per Day.
These line items are always goal based and serve
.NET has introduced a thread safe dictionary (4.0 onward). Essentially, it does something similar like conventional dictionary plus lock system. Read the MSDN documentation for the same at following link:
http://msdn.microsoft.com/en-us/library/ee37
Hi all,
Here is an example how to format currency using Angular filters.
Formats a number as a currency (ie $1,234.56). When no currency symbol is provided, default symbol for current locale is used. - AngularJS
HTML:-
<body ng-controller="C
If you would like to change your facebook profile picture with php or jquery. You can use below code for the same.
Please download facebook.js from Facebook SDK.
<script src="//code.jquery.com/jquery-latest.min.js"></script>
<script
If you would like to get your profile picture in facebook app. Please user the below code, you can download facebook.js from facebook SDK.
<script src="//code.jquery.com/jquery-latest.min.js"></script>
<script src="//connect.f
Adding Translation to a Rails Application
Hi friends, in my previous blogs related to internationalization of rails application, we have configured the i18N api and saw different types of methods to pass the locals, if you have not read those then