I have been trying to customize Prism Syntax highlighter for a while and but had somehow stocked because I could’t overwrite plugin’s CSS rules. I like Tania Radcia’s New Moon color scheme and wanted to adopt the rules in my CSS rules but I had failed in my past few attempts. To-day, while got little […]
Learning Visual Basic Code Text Editor
I have been using Notepad++ in my Windows machine for some years and it’s one of favorite code editors. In recent years, I have been slowly moving to MacOS machines from Windows and in my MacOS machine I have installed Atom as my code editor. Although I use Atom for simple code editing but return […]
Learning JavaScript While and Do..While Loops
Note: This post is work-in-progress learning-note and still in active development and updated regularly. In JS programming, like in other programming languages, there would a need to do certain task repeatedly, for example to run a block of code to perform repetitive tasks. JS loops offer easy way to perform same task repetitively. There are […]
Visual Basic Code – My New Code Editor
I have been using Notepad++ in my Windows machine for some years and it’s one of favorite code editors. In recent years, I have been slowly moving to MacOS machines from Windows and in my MacOS machine I have installed Atom as my code editor. Although I use Atom for simple code editing but return […]
Understanding JavaScript Conditional Statements
Note: This post is work-in-progress learning-note and still in active development and updated regularly. In a programming language, conditional statements are used to perform certain task repeatedly based on different conditions. For example, when writing codes, we would like to do different action for different situations. Following conditional statements are commonly used in JavaScript: If […]
JavaScript Learning | April-June, 2018
Note: This post is part of my JavaScript learning progress series. Link to my first quarter (2018) learning progress: My Three Months of JavaScript Learning. As indicated in my first quarter overview post, I have been learning JavaScript a few hours (2-3 hrs) a day beginning new year 2018. I also discussed in the post […]
