Simple MySQLi database access wrapper
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
leomoon PHP Twitter RSS
Read more at https://www.phpclasses.org/package/11626-PHP-Generate-RSS-feeds-from-Twitter-user-statuses.html#2020-04-25-23:47:23
leomoon-twitter2rss
Simple MySQLi database access wrapper (New)
Read more at https://www.phpclasses.org/package/11624-PHP-Connect-and-query-a-MySQL-database-using-MySQLi.html
Weekly News for Designers № 537
Helping Clients Rapidly Adopt New Business Models – COVID-19 has forced many businesses to adapt – and has kept web designers on their toes.
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.
Creating Playful Effects With CSS Text Shadows – Use CSS to bring a 3D look to your text.
UI Design Hygiene – Some basic checks to perform before sharing your design work with clients.
When I Get out of Here: The Grumpy Designer’s Post-Quarantine Bucket List – One designer’s plan to better enjoy life after quarantine.
Creating the NHS Patient Webinars Platform – A case study that details how webinars are being used by the NHS to work with patients.
Listboxes vs. Dropdown Lists – Learn the intricacies of both UI elements and best practices for their use.
JavaScript Scope Explained in Simple Words – A step-by-step guide to understanding scope in JavaScript.
Cooltipz.css – A library for adding pure CSS tooltips to existing HTML elements.
pattern.css – A CSS-only library for adding background patterns to your projects.
Semantic sidenotes for the web – Sidenotes can be an important part of a page. So, how do you make them semantic?
Selectors Explained – Translate CSS selectors into plain English.
Solving the mysteries of pure CSS dropdowns – Advice and examples for those who need to build their own menus.
Image Speed Test – A tool that analyzes your site’s images and offers suggestions to improve performance.
Boilerplato – A tool that lets developers generate boilerplate source code from a template.
12 Free Invoice Templates for Designers – Utilize these attractive, easy-to-edit invoices for your design business.
Open Source Dashboards UI Kit – Download this free design kit with a huge set of customizable elements and templates.
25 Procreate Tutorials for Drawings, Illustrations, Paintings, and More – A collection of resources to help you master the mobile drawing app.
The post Weekly News for Designers № 537 appeared first on Speckyboy Design Magazine.
PHP Unique Number Generator (New)
Read more at https://www.phpclasses.org/package/11616-PHP-generateUniquesNumbers.html
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:
- Webslesson: Login Registration System with Email Verification in Laravel 5.8
- php|architect: Frontend Fundamentals and Chris Hartjes
- Tomáš Votruba Blog: Hidden Gems of PHP Packages: Static Analysis Results Baseliner
- Tomáš Votruba Blog: Don't Give Up Your PHP Code for Compiler Passes so Easily
- Voices of the ElePHPant: Interview with Derek Binkley
- ircmaxell's blog: A PHP Compiler, aka The FFI Rabbit Hole
- Derick Rethans: PHP Internals News: Episode 7: PHP and JIT
- @seregazhuk: Building a RESTful API Using ReactPHP: JWT Authentication
- Webslesson: How to Join Multiple Table in Laravel 5.8
- Laravel News: Allowing Users to send email with their own SMTP settings in Laravel
- Laravel Daily: Taylor Otwell: “Thin†Controllers, “Fat†Models Approach
- That Podcast: Episode 59: The First One in 2019
- Laravel News: A New Laravel Blade Error Directive comes to Laravel 5.8.13
- Derick Rethans: Significant Symbols
- murze.be: ★ Implementing event sourcing: improving the developer experience
- Delicious Brains: Behind-the-Scenes: Replacing All of WP Migrate DB Pro’s jQuery with React
- murze.be: ★ When to use Gate::after in Laravel
- @seregazhuk: Building a RESTful API Using ReactPHP: Basic Authentication
PHP Mortgage Calculator
Read more at https://www.phpclasses.org/package/11623-PHP-Calculate-monthly-payments-for-mortgage.html#2020-04-23-02:56:09
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)