When you’re writing a blog post, you know you have to get the interest of your audience. You’re doing that by thinking of a great headline, structuring a great post, and presenting unique ideas. Is ...
Choose the version of ruby you want to install for example : 2.2.3 After choosing the right version of ruby first step is to install some dependencies : sudo apt-get update sudo apt-get install ...
Are you still planning to build web applications based on a plain JavaScript? No Way! With the modern age of rapid app development, we require much better ways to ...
This tutorial is simply an example of css3 loader using css3 and html5. There is no rocket science used in this tutorial it is very simple if yo need such animation loader without using any image, ...
"She was incredible," said Lee, who remembers being worried about every little sound and move her son made. "It was great to have someone come in and say 'that's OK ...
Jack Conley, Dillon Cooper, Jakob Arnold, Jimmy Cawley, and Andrew Papp all scored runs in the first inning to give Leesville Road a 5-0 advantage going into the ...
window.onload() - It is a Java script pre-defined function. document.ready() It is a jQuery event which are called when page is loaded. The basic difference between these :- document.ready() is called ...
In today's world, there are lots of client side scripts to make a better user interface. In this article, we are going to bind the data and apply sorting and filtering using AngularJS. Open your ...
Devise(https://github.com/plataformatec/devise): It represents authentication mechanism. Very powerful, flexible and also it allows to integrate Outh authentication ...
Having a hard time understanding this bootstrap package. I used NPM to install it. I've done everything in the doc file (which is pretty limited). I'm trying to use the search dropdown. I want to edit ...
Get the value of an attribute for the first element in the set of matched elements. An attribute value may only be a string. The attributes contains basic information ...
The best programming to do a code is "To make common function". So that we can use that function again and again. For this laravel provide Libraries. We can make a file in libraries folder and define ...