.Net
C# Encoding issues (?)
Hi everyone. So first time in my life I have an issue with encoding in C# I have telegram library which uses mtproto to Send Messages and Receive Reply, nothing special. But C# doesnt recognize Read more…
Hi everyone. So first time in my life I have an issue with encoding in C# I have telegram library which uses mtproto to Send Messages and Receive Reply, nothing special. But C# doesnt recognize Read more…
Learning new things is part and parcel of a developer’s job. Many coders, including both novices and pros, turn to videos to help them understand the basics of a programming language or grasp complex concepts. Read more…
In general, users can print the entire page directly from the browser by pressing Ctrl + P. Most modern browsers, however, don’t provide an advanced printing feature that enables the user to print specific elements from Read more…
A vertical full-page presentation app (also called fullscreen page slider) implemented in JavaScript (jQuery) and CSS animations. 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…