Working on Angular, I created an Input with mat-autocomplete and mat-option (data comes from an Object Array, using NgFor). Properties of Object are ID, name an
I am trying to create a placeholder in span element, and when user focus on the text the placeholder disappear and user are able to type something on it. If you
I am using laravel 7 and yajra datatables and have managed to implement the datatable as a service. DataTatable As A Service. I am able to view data from mysql
I am trying to build a REST API project with spring boot which is getting the available currencies and USD-FX exchange rates and etc. But the problem is that th
I am trying to develop a Header that it takes logo image dynamically depends the client. I have a JSON that stores the information, for example { "clientLog
I don´t know exactly since when, but lately my netbeans design window is showing no bold charcaters in labels etc... I'm using the metal look and feel, bo
I'm creating a social media app that has a Story feature like facebook then I encounter this problem 'startStories()' in 'jp.shts.android.storiesprogressview.St
I have some rows to delete from a table: DELETE FROM my_table WHERE id=1 However the row with id=1 is referenced in another_table as a foreign key. In an ideal