Git tips & tricks for everyday use - part 2
The first part of my git tips & tricks blogpost got some really good responses. It's been a while so I think the time is right to compose a second list of tips & tricks!
The first part of my git tips & tricks blogpost got some really good responses. It's been a while so I think the time is right to compose a second list of tips & tricks!
I've been working with git for the last few years and I have some tricks to make my every day use a bit easier. So I wanted to share them and hopefully help someone with it.
This article is aimed at somebody who has already some experience using git.
Today Symfony 2.6 is officialy released. This release is packed with nifty features and enhancements introduced by the DX initiative.
Modern web applications use HTML5 placeholders to give a hint to the user about what to enter in a field.
<input type="text" placeholder="Enter your name" id="name"/>
The latest versions of all modern browsers support this attribute, but older versions of internet explorer (<IE10) don’t support it. This little snippet will add support for the placeholder attribute in browsers who lack this HTML5 feature.
I will be using this place to share my experiences and thoughts on symfony/web development, new technologies and more.