Coding
New in Symplify 9: More than 110 PHPStan Rules
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…
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…
Heyy I’m pretty new to php. It’s easy to create a table and populate it with random data. But how do I use existing 5k rows to generate 1 mil rows. Loop thru the 5k Read more…
I apologize if this is a trivial question but I’ve been a-googling since last night and cannot find what I’m looking for. I have a customer that is running a web-app and encountered a NullReferenceException. Read more…