PHP Convert Base36 (New)
Read more at https://www.phpclasses.org/package/11173-PHP-Encode-and-decode-data-using-Base36-encoding.html
Popular posts from PHPDeveloper.org for the past week:
Forge Your Own (Animation) Path with These Snippets – Creative examples of path-based web animations.
Animation Performance 101: Browser Under the Hood – Techniques for attaining 60fps animations without taxing web browsers.
Top Font Combinations – A look at some perfect font pairings for your projects.
CSS masonry with flexbox, :nth-child(), and order – A smart approach to masonry layouts that doesn’t require JavaScript.
Front-end Developer Handbook 2019 – A massive resource you can use to further your front-end skills.
The Four Ways That Freelancers Are Often Mistreated – Ways to fight back when clients try to take advantage of you.
Generative Art with CSS – A variety of techniques for creating art with pure CSS.
The process: Building a better checkout – How Paystack reimagined its checkout experience to better serve Africa-based users.
Art Direction For The Web Using CSS Shapes – Build unique layouts with the help of CSS shapes.
The Battle of Stability vs. Growth – Every designer wants a steady workflow (and income). But how does that affect future growth?
Long-form websites and typography – A mix of philosophies on making long-form content easy to read and withstand the test of time.
The junior developer’s guide to writing super clean and readable code – Learn the secrets behind writing code that is focused and easy to read.
Why you should use CSS env() – With env()
, you’ll be able to share variables between CSS and JS.
Simple Ways to Customize WordPress Plugins – You don’t have to be an expert to add custom functionality to an existing plugin.
Diagonal Containers in CSS – Create those trendy full-width diagonal containers with clip-path
.
Public Sans – A free neutral typeface for all of your UI needs.
Developer Survey Results 2019 – Stack Overflow’s yearly look at what developers are learning and doing.
Illustrated.dev – Web development concepts explained through friendly illustrations.
Exploring the Simple Beauty of Business Cards with Geometric Designs – A look at how some simple shapes can deliver stunning results.
Follow Speckyboy on Twitter or Facebook for a daily does of web design resources and freebies.
The post Weekly News for Designers № 484 appeared first on Speckyboy Web Design Magazine.
PHP Internals News: Episode 6: PHP Quality Assurance
London, UK
Thursday, April 18th 2019, 09:06 BST
In this sixth episode of "PHP Internals News" we talk to Remi Collet (Twitter, Website, GitHub, Donate) about the work that he does through...
Ten years ago this month, I was involved in a couple of huge changes for Zend Framework. First, I helped spearhead integration of the JavaScript library Dojo Toolkit into Zend Framework, and finalized the work that month. I'd worked closely with the two developers who had been leading that proj...
In Removing Static - There and Back Again post we tried looked at anti-patterns in legacy code from a new point of view. It can be static in your code, it can be active record pattern you needed for fast bootstrapping of your idea, it can be moving from the code in controllers to command bus.
...
PSR-14: Example - plugin registration
In Content Management Systems and similar highly-configurable applications, a common pattern is to have a registration mechanism of some sort. That is, some part of the system asks other parts of the system "give me a list of your Things!", and t...