↓ 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: October 2015

VBA – Interfaces in VBA How And Why?

By Vitosh Posted on October 30, 2015 Posted in VBA \ Excel Tagged with implements, VBA
VBA – Interfaces in VBA How And Why?

Interfaces in VBA are something extremely rare. So far,  as a VBA developer with about 3 years of developing experience (e.g. being paid to code, and not coding for fun) I have seen only one other developer to use classes …

VBA – Interfaces in VBA How And Why? Read more »

Angular JS – Just Another To-Do App

By Vitosh Posted on October 28, 2015 Posted in Else - Just Tricks, JavaScript Tagged with Angular JS todo app, bootstrap angular js scope, js todo app
Angular JS – Just Another To-Do App

In the last year, I have made quite enough To-Do apps – just in VitoshAcademy.com I have published one with PHP with login functionality,  and I had quite a big project (about 3 days of coding from 3 coders ) here …

Angular JS – Just Another To-Do App Read more »

AngularJS – Make a scope function with Angular

By Vitosh Posted on October 25, 2015 Posted in Else - Just Tricks, JavaScript Tagged with AngularJS, Make a scope with AngulaJS
AngularJS – Make a scope function with Angular

In the current article, I would simply make a scope function with Angular JS. This is always useful to have in your toolbox:   Yup! The code is simple and the idea came from this app here, but mine is …

AngularJS – Make a scope function with Angular Read more »

VBA – Find the Best Way Through a Matrix, going Right and Down

By Vitosh Posted on October 20, 2015 Posted in VBA \ Excel
VBA – Find the Best Way Through a Matrix, going Right and Down

Have you ever tought what is the best way to go in a matrix, in order to collect as many points as possible, if you are allowed to go only to the right and down? Imagine some matrix like the yellow …

VBA – Find the Best Way Through a Matrix, going Right and Down Read more »

VBA – Nested loops with recursion (Permutations)

By Vitosh Posted on October 17, 2015 Posted in VBA \ Excel Tagged with permutation
VBA – Nested loops with recursion (Permutations)

There is a new article on the same subject here – https://www.vitoshacademy.com/vba-avoid-nested-loops-with-recursion-part-2/ Everyone knows how ugly it looks from a programming point of view to have 5 or 6 nested loops. But what can you do to avoid this? The answer …

VBA – Nested loops with recursion (Permutations) Read more »

ASP.NET Hello World with VB.NET

By Vitosh Posted on October 12, 2015 Posted in Else - Just Tricks Tagged with asp .net hello world
ASP.NET Hello World with VB.NET

ASP.Net is one of the technologies, which I have not mentioned in my site. Thus, I will start mentioning it, because it is probably amongst the very few, which use still use VB. And due to some weird reason, I …

ASP.NET Hello World with VB.NET Read more »

Book Review – Python Algorithms

By Vitosh Posted on October 11, 2015 Posted in Python, Review Tagged with Python Algorithm Book
Book Review – Python Algorithms

Some month ago, I have kindly received two books from Apress.com for a review. The first one was for Python Data Analytics, which I have already reviewed and the second once was Python Algorithms. Before starting the review, let me …

Book Review – Python Algorithms Read more »

JavaScript – A simple calculator with lots Bootstrap

By Vitosh Posted on October 11, 2015 Posted in Else - Just Tricks Tagged with Bootstrap, Cookies in JS, javascript, Simple Calculator
JavaScript – A simple calculator with lots Bootstrap

Have you ever dreamt of making the simplest application for calculating two numbers? Nope? Me also. But anyhow, I have started to make it only with JavaScript, without jQuery and it turned out to be fun after some time. That is …

JavaScript – A simple calculator with lots Bootstrap Read more »

XML with PHP – make links easily

By Vitosh Posted on October 7, 2015 Posted in Else - Just Tricks, PHP Tagged with PHP, PHP XML, xml php links
XML with PHP – make links easily

I really did not think to make a post about it, but as far  as I have lost about 15 minutes in research how to do it, it is obviously that spending some 10 minutes more would be valuable. The …

XML with PHP – make links easily Read more »

AJAX – JQuery – PHP – JSON – Get data from DB with AJAX

By Vitosh Posted on October 5, 2015 Posted in Else - Just Tricks, JQuery, PHP Tagged with Ajax, jQuery, JSON encode Ajax, Simple Ajax example
AJAX – JQuery – PHP – JSON – Get data from DB with AJAX

Some time ago I have made a simple ToDo list with PHP here. Today, using its database and one function from the list, I have decided to make the todo list with Ajax. This means, that you should not refresh …

AJAX – JQuery – PHP – JSON – Get data from DB with AJAX Read more »

VBA – Picture in ActiveX Control from Excel

By Vitosh Posted on October 4, 2015 Posted in VBA \ Excel Tagged with ActiveX control picture from Excel, picture in ActiveX control, VBA
VBA – Picture in ActiveX Control from Excel

Today I have tried for some time to do the following – make a picture ActiveX controller change, following the results of a dropdown button. The problem is that the picture ActiveX controller expects a path to the picture file, …

VBA – Picture in ActiveX Control from Excel Read more »

jQuery – Build a background with changing pictures with jQuery

By Vitosh Posted on October 2, 2015 Posted in Else - Just Tricks, JQuery Tagged with jquery animation, jQuery background, jQuery random
jQuery – Build a background with changing pictures with jQuery

So, animation in jQuery is a powerful thing! 🙂 Indeed. In the current article, I will show you the code, which I have used to produce the following beautiful video. It is just a few seconds, but you may still …

jQuery – Build a background with changing pictures with jQuery Read more »

jQuery – A simple game with JQuery events

By Vitosh Posted on October 1, 2015 Posted in Else - Just Tricks, JQuery Tagged with bootstrap jQuery, jQuery, jQuery events, mouseover
jQuery – A simple game with JQuery events

Working with JQuery becomes interesting, after you get some ideas what to do and you see how easy it is to build it. Although the code below can be made about 8 times less, I have really enjoyed copying and …

jQuery – A simple game with JQuery events Read more »

Copyright © 2026 VitoshAcademy