Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Viewing history and diffs

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

Types of 2D transition on hover effects

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> <

Type conversion in PHP

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

Refine Edge use in photoshop

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

How to Break Yourself Into Travel Writing?

  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

Essential Components of a Successful Landing Page

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

Laravel 5.4 - Future Development Changes and New Features Release Notes

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,

How e-Learning Can Connect Entrepreneurs Professionally

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

Using database of session handling in Code PHP

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

How to shuffle an array in javascript?

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

1 45 481
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: