
Gubs en Time Square
Originally uploaded by Gubatron.
Related Posts
Desktop software is far from dead, the browser can’t be all of what the future holds for the software industry
Yes, a lot of people are all about the cloud and everything should be in the browser, but the reality is that there’s a very healthy (and still growing) ecosystem of desktop software being created, and updated everyday. More so, the browser is still limited and it seems that we’re bending over backwards (in javascript […]
List Dir by Gubatron – List your directories on a text file with a right click
Last week my wife told me if I knew an easy way (without using the cmd.exe) on Windows to list the contents of a directory, she basically wanted to give her users a one click solution to list the contents of a folder and have them on notepad. So, I created a solution in python, […]
An useful example on how to extend Javascript
Today I found out I could extend the functionality of __EXISTING__ html classes with javascript. I was manipulating DOM objects, better known as HTMLElement objects, and I needed a way to print the HTML that represents the tag of the object, not what’s contained by the tags… a friend told me there was a method […]