Change in traditional vs agile organisations
Where “change” can sometimes sound scary and the fear of the unknown easily prevails, it is actually a state we, to varying degrees, find ourselves… Read More »Change in traditional vs agile organisations
Where “change” can sometimes sound scary and the fear of the unknown easily prevails, it is actually a state we, to varying degrees, find ourselves… Read More »Change in traditional vs agile organisations
So, like many of us I decided to dabble a bit in Machine Learning (ML) and took a short course in the subject. One of… Read More »Language classification using Machine Learning in PHP
I created a plugin to create, administer and redeem vouchers for Osclass. Built using my dliCore plugin to enable object oriented plugin development for Osclass.… Read More »Osclass Voucher plugin
To enable users to easily rotate, crop, change colors etc of uploaded images I created a Image Editor plugin for Osclass using my dliCore library… Read More »Image editor plugin for Osclass
Created a small plugin for Osclass that enables you to block a listing and require the user to agree to be served the listing before… Read More »A simple way to warn visitors of mature content
To quickly get a dliCore based plugin for Osclass going I have created the dliHelper package that gives you a CLI tool to handle creation… Read More »Using dliHelper to quickly get a skeleton plugin in place.
As mentioned in our previous post regarding database tables for Osclass plugins written using dliCore the library offers another way to access the data stored in your tables.… Read More »Data Objects for Osclass plugins using dliCore
One thing that a lot of plugins wish to do is to save persistent data. This can be done in a number of ways. There… Read More »Database Tables for Osclass plugins using dliCore
In our previous post we looked at the basics of building a plugin for Osclass. There are however quite a few issues that I have observed in… Read More »Streamlining, accelerating and encapsulating Osclass plugin development
As described in my earlier post, Osclass is a free, open-source, web application written in PHP for classified ads. One of the strong sides of it… Read More »How to develop Plugins for Osclass