ixkitixkit.hashnode.dev·Apr 13, 2024A hook solution to spy the Odoo web page 🕵️How does Odoo rendering a web page Odoo is an Open source ERP software, also an rapid development web application framework, the Odoo main tech stack includes Python module and JavaScript framework, we think that two type rendering technique was used...Discuss·34 readsqweb
Shikhar Shuklashikhar99.hashnode.dev·Dec 20, 2023How to sync two owl carousels ?The best and the perfect code you'll require to sync two owl carousels so that it slides together. Check the code below $(document).ready(function () { // Initialize the first carousel var owl1 = $('#owl-carousel1').owlCarousel(); // I...Discuss·81 readsowlcarousel
Sparkle.Selectblog.sparkle.select·Apr 1, 2023Derive an OWL Ontology from JSON SchemaThere was some content I needed to inject into an RDF graph where the original data was in JSON files. I first noted the surprisingly well-defined form of the JSON data. Attached was a "schema.json" file which contained stuff similar to an ontology a...Discuss·56 readsjson-schema