
Search In
Rails Internationalization : Setting locals from URL
In my previous blog, we looked in Setting rails locale from domain name, it was a good approach of detecting the desired locale from domain or subdomain, but sometimes you are not able to provide
Sass stands for "Syntactically Awesome Style Sheets". It is compatible with all CSS versions available.
If your CSS is getting complex, harder to maintain, here you can take the help of preprocessor. Sass allows you to create variabl
LINQ and Stored procedure
LINQ provides a query syntax used for querying different data sources like SQL server, Oracle, Collections etc. Type checking is done at compile time in LINQ. DOT NET framework languages like C# and VB.NE
import org.jivesoftware.smack.tcp.XMPPTCPConnection;
import org.jivesoftware.smack.tcp.XMPPTCPConnectionConfiguration;
import org.jxmpp.jid.DomainBareJid;
import org.jxmpp.jid.EntityBareJid;
import org.jxmpp.jid.Jid;
import org.jxmpp.jid.impl.JidCre
User-friendly websites are typically well-made websites. They are designed with a focus of making every feature easy to use. Gone are the days when business owners used to embrace the use of websites for only promotional and informa
In Software testing, There is much debate that how to achieve quality and how to plan the testing activities. This tutorial will explain to you all about Software Test Plan and suggest you with the ways on how to plan test activities from scratch alo
Hello
Today this post will outline the steps to link items and multimedia files. It explains the use of Multimedia attachments perspective in informatica PIM.
The Multimedia attachments perspective is used to link items and multimedia
Before reading information from any file,we have to open the file for reading.
This Blog will help you to find the code to read-open-close the file(s) on server we have created with PHP.
Opening a file:fopen()
This function enables to open a PHP
Today, data is an essential asset for every organization, and businesses generate a massive amount of data daily. Therefore, they are required to process that data in a proper format. But do you know what data processing is?
The process of e
A code snippet for getting current location on browser using google map API
Here we are calling getLocation() on load of the page
getLocation();
function getLocation()
{
if (navigator.geolocation)
{
navigator.geol
