Sorting Ordered list using jQuery
You can easily sort your ordered or un-ordered list in the website using jQuery. I have used very simple script which sort the Ordered list alphabetically and I have also…
My little world of sharing
You can easily sort your ordered or un-ordered list in the website using jQuery. I have used very simple script which sort the Ordered list alphabetically and I have also…
You can create a trigger in Oracle database to set column value dynamically depending on another table column value. Recently some asked this question in Oracle Apex Forum and here…
Creating a dynamic field or formatting any column is quite easy using case statement in SQL query. In the recent forum post in Oracle Apex forum I have provided an…
Recently I have replied to an forum inquiry in Oracle APEX forum about appending accordion content from html region. Here is the original blog post – https://forums.oracle.com/forums/thread.jspa?messageID=10926257#10926257 You can append…
Recently I was working in a project to calculate BCI (Building Cost Index) for the assets in the asset management system. After messing around with different systems and methodology I…