PHP 8.0.0 Beta 1 available for testing
The PHP team is pleased to announce the fourth testing release of PHP 8.0.0, Beta 1. This continues the PHP 8.0 release cycle, the rough outline of which is specified in the PHP Wiki...
Every week we collate our favourite articles from the week. Have a read of the latest PHP Developer news, Database News and Web Development news.
The PHP team is pleased to announce the fourth testing release of PHP 8.0.0, Beta 1. This continues the PHP 8.0 release cycle, the rough outline of which is specified in the PHP Wiki...
With recent changes to school schedules, we’re actively working with you—the educators—to keep your curriculum going remotely...
Think website design, and the ideas and options are endless. There are thousands of website design components to explore and experiment with. There is also a significant increase in the number of personal devices...
As we all know, some businesses rely on seasonality. In other words, a large chunk of their sales arrive during the same months of every year and suffice to say, Christmas tends to be one of these bigger periods...
At GitHub Universe 2018 we announced GitHub Actions, the best way to automate your software workflows on GitHub. With Actions you can orchestrate any workflow, based on any event, while GitHub manages the execution and provides rich feedback and security every step along the way...
The dependency graph powers many important experiences in GitHub, including security alerts, the “used by” counter, dependency insights, and automatic security fixes...
Just the hint of a hacked site is enough to send jitters down the spine of every webmaster...
If a picture is worth a thousand words, then consider a video worth a thousand bucks to your website, more specifically… an intro video!
For SEO specialists and digital marketers, this can be both good and bad news. Good, because it’s a sign that the industry is constantly evolving...
By combining draft pull requests and review requests, educators can teach a collaborative mindset and best practices from the industry. Let’s see how this works in action...
The right web tools and services streamline your workflow in an effective way. With the use of web tools, you can do work smarter rather than harder and easily achieve the desired result within a specific time period and most times, even save money...
WordPress 5.2 is targeted for release at the end of this month, and with it comes an update to the minimum required version of PHP. WordPress will now require a minimum of PHP 5.6.20. Beginning in WordPress 5.1, users running PHP versions below 5.6 have had a notification in their dashboard...
Static website generators like Gatsby and Jekyll are popular because they allow the creation of complex, templated pages that can be hosted anywhere...
The highly controversial Copyright Directive proposal is headed to a final vote. While copyright reform is needed, there are problems with the specific approaches outlined in this proposal. Developers took part in discussions and raised concerns about unintended negative impacts on software development...
We will never live in a world where everyone viewing our sites has an identical browser and browser version, just as we will never live in a world where everyone has the same size screen and resolution. This means that dealing with old browsers — or browsers which do not support something that we want to use — is part of the job of a web developer...
There aren’t a lot of places on a web design where you get to tell jokes. Error pages and source code are one of the few places you can hide your humor...
WordPress has become a hugely popular web platform and there are plenty of free themes available for it. But when you are planning to set up a professional website that can impress your audience...
Given that CSS has changed quite substantially in the last few years, this is a really good time to refresh your knowledge. Even if CSS is a small part of what you do (because you work elsewhere in the stack), CSS is how things end up looking as you want them on screen, so it is worth being reasonably up to date...
All of us share a lot of links on GitHub. In fact, nearly one-third of comments on issues and pull requests include a link. Hidden behind each of those links is important context that can inform the conversation. But each link that navigates you away from the conversation represents a context switch that reduces your focus and the timesaving benefits of productivity tools....
When providing some functionality for processing a file uploaded by the user, the file must be available to the process throughout the execution...
This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site to play with the new version...
In part one of this series, Code Climate discussed how they used GitHub Apps to improve their GitHub integration...
Privacy is a fundamental human right that allows us to be our true selves. It’s what allows us to be weirdos without shame. It allows us to have dissenting opinions without consequence. And, ultimately, it’s what allows us to be free. This is why many nations have strict laws concerning privacy.....
CSS Shapes Level 1 has been available in Chrome and Safari for a number of years, however, this week it ships in a production version of Firefox with the release of Firefox 62 — along with a very nice addition to the Firefox DevTools to help us work with Shapes....
Building technology and software has become a very responsible job. People trust the products we create, and they can have a significant impact on their lives, too. Considering this, we not only need to think about inclusive solutions, but also stand up and advocate for ethics, reliability, and security...
Suddenly, the words that I was used to in the English language (such as “new,” “return” and “throw/catch”) took on a whole new meaning; the cryptic syntax, semicolons, brackets and completely new rules didn’t make things any easier for me...
Good design leads to sales and conversions on your website, but crafting great design is no easy task. It takes a lot of time and effort to achieve excellent results...
JavaScript can have a surprising impact on SEO. As you may be aware, basic web crawlers are pretty dumb. They just read through the text files associated with your domain, following links and trawling through your code. But they can only see the code that comprises your website.
Today, custom domains on GitHub Pages are gaining support for HTTPS.
When first starting out with WordPress, it’s very common to make any changes directly on your live site. After all, where else would you do it? You only have that one site, so when something needs changing, you do it there.
About a year ago, we came to a crossroad that changed the way we build software today. Like many other teams, we were working on a few things at a time, developing different projects for our web and mobile applications, with shared ingredients in the form of common Node.js code between our back-end repositories and micro services, and common React UI components with some slight visual and functional differences between our apps.
If you're a WordPress user and you've ever wondered about the process of creating your own custom plugin, this new tutorial from Delicious Brains might be just what you need. In it they go through their process for creating a plugin, from the initial ideas to release.