February 16, 2017
In this article, Kushagra Gaur introduces Web Maker, a browser extension he created for front-end developers who want a blazing-fast, offline web playground.
If you’re a front-end developer like me, you’ve probably tried one or more of the code playgrounds out there like CodePen, JSBin, JSFiddle etc. They&...
November 23, 2016Gather ’round kiddies, Uncle Cal has a history lesson to share.Back when the world was young
Back in the early days of Open Source – when Dinosaurs roamed the earth and Rasmus was a young man – there were two types of open source projects we talked about: those that didn’t cost any money, and...
November 23, 2016Open Source is much more than making something available to the public. It is not only about your code, it is also about licenses, understanding participation and herding cats a.k.a. dealing with community issues. In this article we will briefly look at the benefits of open sourcing your code and the pitfalls to avoid....
November 15, 2016We love our themed weeks here on SitePoint. Earlier this year we had IoT week, which saw us (me in my tin hat) publishing articles focused on the intersection of the internet and the physical world. The week was a big success, and so now we’re back by popular demand with an entire week dedicated to all things ope...
September 20, 2016This is the editorial from my latest JavaScript newsletter, you can subscribe here.
Occasionally while browsing the web I come across some cool project or library that does something I’d never thought about doing (or didn’t know could be done) with JavaScript. I suppose it just goes to prove Atwood’s ...
August 23, 2016
A few months ago, Jason Grigsby’s post about autocompletion in forms made the rounds. I loved the idea of allowing users to fill in their credit card details by taking a picture of their card. What I didn’t love was learning ...
May 25, 2016If you’re a web developer, possibly one of your most boring and repetitive tasks is the configuration of the basic setup for every new project. Configuring your my-project.dev domain, creating the database, installing WordPress (or any other CMS/Framework) for the thousandth time: you already know how to do it. W...
May 19, 2016Cocycles is a new code search service that enables code to be found by functionality. In this article, Cocycles team member Jonathan explains the idea behind this approach to code searching.We’re all familiar with it: that moment when you’re forced to abandon your code editor, interrupt your workflow and ...
April 11, 2016Previously, we covered contributing to PHP’s documentation. Now, we will be covering how to get involved with PHP’s core. To do this, we will be looking at the workflow for fixing a simple bug in the core.Since submitting new features to PHP has already been explained pretty well, we will not be covering that her...
April 8, 2016In this two-part article series, we’ll be covering how to contribute to the PHP project. This will hopefully clarify what steps need to be taken for those looking to become more involved with PHP.
This first part will be covering how to contribute to PHP’s documentation, including how to request a php.net account a...
Recent Comments