Coding
Sunsetting PHP Faker
A 2 months old blogpost about the sunsetting of one of the more useful libraries out there. What are the odds this has been posted before? PHP do not have rational numbers, correct answer can Read more…
A 2 months old blogpost about the sunsetting of one of the more useful libraries out there. What are the odds this has been posted before? PHP do not have rational numbers, correct answer can Read more…
I’ve just started learning C# following a series of tutorials, and I decided to try writing something simple myself. Everything looks fine according to the tutorials and what I made while following them last night, Read more…
I first read this as “Symfony 9” and thought…”omg I’m way out of the loop” That being said, it’s so awesome seeing tools like this progressing so fast. With PHP 8 and tools like this, Read more…
How do I use jQuery to progressively destroy a web page? I’m thinking of Core War I’m thinking of jodi.org who use deliberately malformed HTML in the service of art. A while ago I wrote Read more…
If it is like the example here and does something totally different, yes. Optional parameters are not bad in and of themselves. For example, say I want to write a function that clips unnecessary numbers Read more…
https://devblogs.microsoft.com/dotnet/whats-next-for-system-text-json/ I hate what Microsoft did with their Json library. It looks like a half-assed unfinished clone of Newtonsoft.Json. I wasted couple of days porting my data classes from Newtonsoft to System.Text.Json only to find Read more…
Hey all, fairly new to this stuff. Still working on my first app, and I want some insight I have an app that has many simple queries that simply retrieve one record from a table, Read more…
Yet another floating label pattern solution that makes label element floating on the top of its associated form control when focused. Demo Download source
A tiny jQuery based virtual pin pad (also called numeric keypad) that can be useful in your credit card form to accept password strings or personal identification number. Demo Download source
Learn Development at Frontend Masters I was recently looking for a way to perform scrolling effects on a project and I stumbled on the Locomotive Scroll library. It lets you perform a variety of scrolling Read more…