Category: javascript
Javascript does not provide isEmpty() method to check object if it is null/empty. However, it does provide a enumerator so we can test object if it at least has …
There is always tax and death. If you are buying a house, you will need to pay the stamp duty tax if your property is valued more than 125K …
We all know that we can have tag target=”_blank” to explicitly open a document in new window: <a href="document.html" target="_blank">Open in New Window</a> This is OK in HTML4.01 but …
I have created a link shortener which can be found at this URL: https://rot47.net/_url/ and to create a link, use the form in this URL: https://rot47.net/_url/add.php To help users …
The language of Processing is intuitive. It is very similar to Java/Javascript and very few lines of code is needed to make something fabulous. Processing is platform independent. And …