Newsfeed
A comparison between Wordpress and Drupal as publishing platforms and marketing engines
In the ever-evolving landscape of digital content management, selecting the right publishing platform can be a pivotal decision for businesses and creators alike. Among the myriad of options available, WordPress and Drupal stand out as two prominent contenders, each offering unique features and capabilities tailored to diverse needs. In this comprehensive comparison, we delve into the strengths and weaknesses of WordPress and Drupal, exploring their suitability not only as publishing platforms but also as powerful marketing engines.
Work in Progress: Iron Warbler, Trading Platform UI
Welcome to a sneak peek into the evolution of our trading platform's user interface! In this article, we're excited to unveil a work-in-progress glimpse of our upcoming UI enhancements, offering a behind-the-scenes look at the design process and the thoughtful considerations driving our development. While still incomplete, these previews showcase our commitment to improving user experience, refining functionality, and ultimately empowering traders with an intuitive and efficient platform.
A short review of plagiarism checking tools
In the digital age where information is abundant and easily accessible, the issue of plagiarism has become more prevalent than ever. As writers, educators, and content creators strive to maintain integrity and originality in their work, the need for reliable plagiarism detection tools has become indispensable. In this blog article, we delve into a concise review of several online plagiarism detection tools, exploring their features, effectiveness, and user-friendliness.
[FIXED]: NoSuchAlgorithmException: RSA-OAEP error in keycloak
The solution is taken from: https://stackoverflow.com/questions/72254461/getting-warning-as-nosuchalgorithmexception-in-vert-x
As this now throws a RuntimeException you might want to disable the key provider:
How to split images in a folder into 2x2 pages
Do you have a lot of images from AI in a 2x2 grid? Do you want to separate them into singles, but it's just so time consuming? Fear not, with imagemagick you can do it in one line, like so:
find . -maxdepth 1 -iname '*png' -exec \
convert {} -crop 2x2@ {}_%d.jpg \;
2024-03-25 Site Updates
Hello everyone! It's been a while... Below are some updates from the engineering dept:
- Fixed a bug in the CRM tool that prevented photos in galleries from being orderable. Users can once again order photos in a gallery
- Tested and deployed the above.
Cheers!
RestUI: The used authentication method is not allowed on this route
The following works on 3 sites but doesn't work on 1. I've restored the site from the backup of another site, and this works, until it doesn't work the next day. I've reinstalled modules.
I make the following POST request:








