↓ Skip to Main Content
Useful code Programming with VBA, C# and Python

Main Navigation

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About
Useful code Programming with VBA, C# and Python

Off Canvas Menu

  • All
  • VBA
    • VBA Tools
    • VBA Online Resources
    • All VBA articles
  • Python
  • Else
    • C#
  • Reviews
    • List of reviews
  • YouTube
  • PayPal
  • About

Month: March 2016

Home › 2016 › March
jQuery – Add And Remove to list, Generation of Random Text
JavaScript, JQuery

jQuery – Add And Remove to list, Generation of Random Text

Vitosh Mar 29, 2016 Tagged with Generation of Random Text JS, jQuery Add And Remove to list

In the current article I show how to make a simple adder and remover with jQuery to a list and how to generate a randomizator (not a real one, though!) with jQuery. We have three divs – my_main, my_adder, my_remover and …

jQuery – Add And Remove to list, Generation of Random Text Read more →

jQuery – Change Classes and Select Ids in JS
VBA \ Excel

jQuery – Change Classes and Select Ids in JS

Vitosh Mar 28, 2016 Tagged with jQuery, jquery class, jquery id

    Here I will show how to change classes in jQuery and to use classes and ids. The idea of the sample is really simple – we have two divs – one clickable and the other one not. Once …

jQuery – Change Classes and Select Ids in JS Read more →

JavaScript – Make a RegEx Text Tool
Else - Just Tricks, JavaScript, JQuery

JavaScript – Make a RegEx Text Tool

Vitosh Mar 26, 2016 Tagged with RegEx generator javascript, RegEx tool

Plenty of Regular Expressions tools are available in the net. Most of them are free and quite quick. I have actually never thought that building such a tool can be done rather quickly, as far as the RegEx is part …

JavaScript – Make a RegEx Text Tool Read more →

JavaScript – Map, Reduce, Filter. Functions in JavaScript
JavaScript

JavaScript – Map, Reduce, Filter. Functions in JavaScript

Vitosh Mar 19, 2016 Tagged with Filter, javascript, Map, Reduce

One of the New Years Resolutions, if I had one, would have been to learn JS this year. And as far as I am a VBA developer I automatically assume that I know the basics of it. But still, there …

JavaScript – Map, Reduce, Filter. Functions in JavaScript Read more →

JavaScript – Make a inheritance function
JavaScript

JavaScript – Make a inheritance function

Vitosh Mar 17, 2016

In JavaScript there are plenty of ways for inheritance. I can think of at least two. 🙂 However, a nice one is if you do everything “by the hand”. Thus, writing a function, that gets the inherited object and makes …

JavaScript – Make a inheritance function Read more →

Book Review – Dashboards for Excel
Review

Book Review – Dashboards for Excel

Vitosh Mar 6, 2016 Tagged with Book Review, Dashboards for Excel

One month ago I have announced that I have obtained the book Dashboards for Excel for a review. Now, I have read most of the book (without the parts for Excel 2013 at the end) and I am able to …

Book Review – Dashboards for Excel Read more →

jQuery – Make a simple background color picker
JavaScript, JQuery

jQuery – Make a simple background color picker

Vitosh Mar 1, 2016 Tagged with colorpicker, javascript, jQuery, onclick button js

jQuery is probably the most popular JavaScript library. There is a reason for it – the community loves it, because it is quite understandable and useful. Today I have decided to come up with a solution of a homework from …

jQuery – Make a simple background color picker Read more →

Copyright © 2026 VitoshAcademy