Quote:
Originally Posted by Tube Ace
I think lack of motivation is a huge factor with getting in the hours. Programming can be so seemingly tedious at times. Sometimes taking an entire day to solve an issue that represents 0.01% of an app can make it seem like your efforts are futile. Sometimes I wish I had a job doing manual labor like brick laying because if I work for 8 hours on a job site, at least at the end of the day I'll have a wall to show for it.
|
Here's an example.. I'm my last Tube Ace update I added a feature for truncating long descriptions of videos that are of a certain length with a 'Read More/Less' toggle button. First, I had to test various code examples I found on stackoverflow and other coding blogs. I ended up going with the pure JS solution found here:
https://www.w3schools.com/howto/howto_js_read_more.asp
Then, integrate the option in the plugin:
Second, I had to add the customization options of the "Read More/Less" button in the
Tube Ace Play theme customizer.
Live example: https://demo.tubeace.com/cute-blonde...s-and-cumming/
In total, it took about 6 hours, over two days to add such a seemingly trivial feature.