Coding
Dynamically Populate Options Of A Select Element From JSON
A jQuery plugin that makes it possible to dynamically populate options of a native select element from a JSON file (or JSON API) you provide. Demo Download source
A jQuery plugin that makes it possible to dynamically populate options of a native select element from a JSON file (or JSON API) you provide. Demo Download source
When working with jQuery on webpages, I regularly use the Devtools context menu option ‘Copy JS path’, this produces something like: document.querySelector('element1 > element2') then I always need to replace 'document.querySelector' with a '$' for Read more…
Hello guys, I have tried to build a “ready to use” PHP developer box inside docker.The container comes with PHP developers tools pre-installed as well as a code editor. The code editor here is VS-code Read more…
If you work with Jupyter Notebooks and want to run code, produce heavy visualizations, and render markdown online – give Datalore a try. It comes with cloud storage, real-time collaboration, notebook publishing, and PyCharm’s code Read more…
I’m trying to figure out if a div has an iframe and then apply a css class to another div if it does. The iframes are loaded dynamically from google ad manager. So if the Read more…
The example Make a hexagonal montage of pictures in C# shows how to make a hexagonal montage similar to the one shown above. I sometimes want to make a montage that is much bigger, and Read more…
This example adds mouse wheel support to the example Crop scaled images to a desired aspect ratio in C#. Some social media platforms work best with a 4:3 aspect ratio, so I use that example Read more…
This release saved my sanity with a feature that allows to disable the extension whenever, before you just had to deal with it (e.g. when using composer, doing code coverage, etc). Props to the guy Read more…
Built for those poor souls (ie. myself) that are stuck professionally with Laravel for the foreseeable future. https://github.com/dev-this/laravel-console-logg Zero dependency, no magic (ie. traits/magic methods/static calls), Logger output for your console commands. Leaves your usual Read more…
The post Let the user scribble on a PictureBox in C# shows how you can let the user draw with the mouse. This example lets you load a background image. It also lets you save Read more…