
Search In
In this article we will going to give privilege to users to log in by their social networking profiles.
Here we will discuss to log in by facebook.
First we will going to install Devise gem.
Now when we have installed and integrated Devise.
The f
Content marketing may be the most effective from of marketing available for your business. Whether you run a small business with a limited marketing budget or business that is looking to grow beyond what it is today, quality content can hel
Introduction to Testing:
The question that always arises is that why we should test a software/code? can't developers code like we need not to write test cases for it to ensure its correctness and quality.
The answer to above question is
One of the most common html elements in a web page is select box. In Rails select and option tag helper method is used to display it .
select and option tag:
<%= select_tag(:city_id, options_for_select[[‘Bangalore’, 1], [‘Dehradun’, 2]]) %>
Forget Password function use in cakePhp for making it secure by sending the code to the database in encrypted form, and fetch the value from by using find keyword in the list, this will give you detail on the bases of email id.
Forexample: A us
I have a situation in which I want to fetch data from another server. In node.js it is possible to send data to another server. For achieving this task we will use http module. To explain this I have written the code below .
Example:
var h
Starting a business is easy, but maintaining your business to keep it growing into one of the hardest things in the world. But it is a simple thing at the same time as there are many people who started small businesses and now they own business empir
Cook, concerned about Jobs' frail condition, went to get his blood tested, according to the biography. It turned out that Cook was a match and could donate Jobs a piece of his liver. The transfer had a high likelihood of success for both patients. [u
Web-designing plays a key role in making an Ecommerce site not only attractive to customers but turn their respective searches into successful sales too. Customers often find an item they are looking for through search engine results, but t
Routing is used to separate parts of application by using URL to for location path. Angular Router is used to navigate from one view to another as performed application tasks by user.
In Angular, there are three main components tha
