
Search In
Previous Git Blogs
1. Intialize git repostiory
2. First Commit
3. Two tree architecture and Three tree architecture
4. Best basic practices for writing commit messages
5. Viewing the commit logs
6. Git Basic WorkFlow
7. What is HEAD pointer in GI
If you want to apply 2D transition on your buttons and anchor tag on hover effect, then code below might be helpful for you
HTML:
<div class="container">
<div class="2d_transition">
<h2>Types of 2D Transition</h2>
<
To convert variables of one type to another is known as type conversion. There are two types of type conversion:
Implicit type conversion
Explicit type conversion
Implicit type conversion : It automatically converts the data type to
Using a selection tool to cut an particular image portion in photoshop we are going to use refine edge to modify the selection so that we can use it in a better way.
For this first we need an Image. Open it in the photoshop.
Use the Brightness and
Do you wish to break into travel writing? Be it on a professional basis or as a hobby, we are sure that the thought has crossed some people’s minds at some point in time. However, what people have done with these thoughts is the main
Landing Page
Landing pages are one of the most important segments of lead generation. Landing page, also known as destination page is a web page where a user turn up after clicking online ad or search engine result link.
Landing pag
Due to the regular advancement in technologies and trends, we have seen gradual updates in popular web and mobile technologies. So, here we are going to discuss new development changes that have been released in Laravel 5.4. As we all knows,
The online world has made a huge impact on various aspects of our lives. One of the things that have changed drastically over the years with the advent of the Internet is how we learn. Today, we can easily find information on various subjects and in
What are Sessions?
Before we get into implementing a Sessions solution, it’s important to understand exactly what they are.
By default, the Internet is a “stateless” environment. This means that every request you make in a browser is anonymous in the
To shuffle(randomize) an array in javascript, there is an algorithm called Fisher-Yates devised and Don Knuth popularized algorithm.
Below is the code for using it:-
Arr.prototype.shuffle = function() {
var input = this;
for (var i = input
