Making bugs ex-bugs with Xdebug

Xdebug is an indispensable tool for every PHP developer. PHP’s favorite real-time debugger, it supports breakpoints, more detailed debug output, and deeper introspection of PHP code to determine just what it’s doing (and what it’s doing wrong). Sadly, it comes at a huge cost in performance, though, making it unsuitable for production. Not on Platform.sh, though. Xdebug is now available on all Grid environments, secure and without a performance loss.

Simple MySQLi database access wrapper

Package:
Simple MySQLi database access wrapper
Summary:
Connect and query a MySQL database using MySQLi
Groups:
Databases
Author:
Chetankumar Digambarrao Akarte
Description:
This class can Connect and query a MySQL database using the MySQLi extension...

Read more at https://www.phpclasses.org/package/11624-PHP-Connect-and-query-a-MySQL-database-using-MySQLi.html#2020-04-26-03:02:16

Simple MySQLi database access wrapper (New)

Package:
Simple MySQLi database access wrapper
Summary:
Connect and query a MySQL database using MySQLi
Groups:
Databases
Author:
Chetankumar Digambarrao Akarte
Description:
This class can Connect and query a MySQL database using the MySQLi extension...

Read more at https://www.phpclasses.org/package/11624-PHP-Connect-and-query-a-MySQL-database-using-MySQLi.html

Weekly News for Designers № 537

Envato Elements

Helping Clients Rapidly Adopt New Business Models – COVID-19 has forced many businesses to adapt – and has kept web designers on their toes.
Example from Helping Clients Rapidly Adopt New Business Models

Animation in Design System E-Book – A free eBook that walks you through how to create motion guidelines for your unique product and design system.
Example from Animation in Design System E-Book

Creating Playful Effects With CSS Text Shadows – Use CSS to bring a 3D look to your text.
Example from Creating Playful Effects With CSS Text Shadows

UI Design Hygiene – Some basic checks to perform before sharing your design work with clients.
Example from UI Design Hygiene

When I Get out of Here: The Grumpy Designer’s Post-Quarantine Bucket List – One designer’s plan to better enjoy life after quarantine.
Example from When I Get out of Here: The Grumpy Designer’s Post-Quarantine Bucket List

Creating the NHS Patient Webinars Platform – A case study that details how webinars are being used by the NHS to work with patients.
Example from Creating the NHS Patient Webinars Platform

Listboxes vs. Dropdown Lists – Learn the intricacies of both UI elements and best practices for their use.
Example from Listboxes vs. Dropdown Lists

JavaScript Scope Explained in Simple Words – A step-by-step guide to understanding scope in JavaScript.
Example from JavaScript Scope Explained in Simple Words

Cooltipz.css – A library for adding pure CSS tooltips to existing HTML elements.
Example from Cooltipz.css

pattern.css – A CSS-only library for adding background patterns to your projects.
Example from pattern.css

Semantic sidenotes for the web – Sidenotes can be an important part of a page. So, how do you make them semantic?
Example from Semantic sidenotes for the web

Selectors Explained – Translate CSS selectors into plain English.
Example from Selectors Explained

Solving the mysteries of pure CSS dropdowns – Advice and examples for those who need to build their own menus.
Example from Solving the mysteries of pure CSS dropdowns

Image Speed Test – A tool that analyzes your site’s images and offers suggestions to improve performance.
Example from Image Speed Test

Boilerplato – A tool that lets developers generate boilerplate source code from a template.
Example from Boilerplato

12 Free Invoice Templates for Designers – Utilize these attractive, easy-to-edit invoices for your design business.
Example from 12 Free Invoice Templates for Designers

Open Source Dashboards UI Kit – Download this free design kit with a huge set of customizable elements and templates.
Example from Open Source Dashboards UI Kit

25 Procreate Tutorials for Drawings, Illustrations, Paintings, and More – A collection of resources to help you master the mobile drawing app.
Example from 25 Procreate Tutorials for Drawings, Illustrations, Paintings, and More

The post Weekly News for Designers № 537 appeared first on Speckyboy Design Magazine.

Site News: Blast from the Past – One Year Ago in PHP (04.23.2020)

Here's what was popular in the PHP community one year ago today:

PHP Internals News: Episode 50: The RFC Process

PHP Internals News: Episode 50: The RFC Process

In this episode of "PHP Internals News", Henrik Gemal (LinkedIn, Website) asks me about how PHP's RFC process works, and I try to answer all of his questions.

The RSS feed for this podcast is https://derickrethans.nl/feed-phpinternalsnews.xml, you can download this episode's MP3 file, and it's available on Spotify and iTunes. There is a dedicated website: https://phpinternals.news

Transcript

Derick Rethans 0:16

Hi, I'm Derick. And this is PHP internals news, a weekly podcast dedicated to demystifying the development of the PHP language. This is Episode 50. Today I'm talking with Henrik come out after he reached out with a question. You might know that at the end of every podcast, I ask: if you have any questions, feel free to email me. And Henrik was the first person to actually do so within a year and a half's time. For the fun, I'm thinking that instead of I'm asking the questions, I'm letting Henrik ask the questions today, because he suggested that we should do a podcast about how the RFC process actually works. Henrik, would you please introduce yourself?

Henrik Gemal 0:52

Yeah, my name is Henrik Gemal. I live in Denmark. The CTO of dinner booking which does reservation systems for restaurants. I've been doing a PHP development for more than 10 years. But I'm not coding so much now. Now I'm managing a big team of PHP developers. And I also been involved in the the open source development of Mozilla Firefox.

Derick Rethans 1:19

So usually I prepare the questions, but in this case, Henrik has prepared the questions. So I'll hand over to him to get started with them. And I'll try to do my best to answer the questions.

Henrik Gemal 1:27

I heard a lot about these RFCs. And I was interested in the process of it. So I'm just starting right off here, who can actually do an RFC? Is it anybody on the internet?

Derick Rethans 1:38

Yeah, pretty much. In order to be able to do an RFC, what you would need is you need to have an idea. And then you need access to our wiki system to be able to actually start writing that, well not to write them, to publish it. The RFC process is open for everybody. In the last year and a half or so, some of the podcasts that I've done have been with people that have been contributing to PHP for a long time. But in other cases, it's people like yourself that have an idea, come up, work together with somebody to work on a patch, and then create an RFC out of that. And that's then goes through the whole process. And sometimes they get accepted, and sometimes they don't.

Henrik Gemal 2:16

How technical are the RFCs? Is it like coding? Or is it more like the idea in general?

Derick Rethans 2:23

The idea needs to be there, it needs to be thought out. It needs to have a good reason for why we want to add or change something in PHP. The motivation is almost as important as what the change or addition actually is about. Now, that doesn't always get us here at variable. In my opinion, but that is an important thing. Now with the idea we need to talk about what changes it has on the rest of the ecosystem, whether they are backward compatible breaks in there, how it effects extensions, or sometimes how it effects OPCache. Sometimes considerations have to be taken for that because it's, it's something quite important in the PHP ecosystem. And it is recommended that it comes with a patch, because it's often a lot easier to talk about an implementation than to talk about the idea. But that is not a necessity. There have been quite some RFCs where the idea was there. But it wasn't a patch right away yet. It is less likely that

Truncated by Planet PHP, read more at the original (another 15240 bytes)

Powered by Gewgley