↓ 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

Home › 2015 › October
VBA – Interfaces in VBA How And Why?
VBA \ Excel

VBA – Interfaces in VBA How And Why?

Vitosh Oct 30, 2015 Tagged with implements, VBA

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
Else - Just Tricks, JavaScript

Angular JS – Just Another To-Do App

Vitosh Oct 28, 2015 Tagged with Angular JS todo app, bootstrap angular js scope, js todo 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
Else - Just Tricks, JavaScript

AngularJS – Make a scope function with Angular

Vitosh Oct 25, 2015 Tagged with AngularJS, Make a scope with AngulaJS

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
VBA \ Excel

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

Vitosh Oct 20, 2015

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)
VBA \ Excel

VBA – Nested loops with recursion (Permutations)

Vitosh Oct 17, 2015 Tagged with permutation

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
Else - Just Tricks

ASP.NET Hello World with VB.NET

Vitosh Oct 12, 2015 Tagged with asp .net hello world

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
Python, Review

Book Review – Python Algorithms

Vitosh Oct 11, 2015 Tagged with Python Algorithm Book

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
Else - Just Tricks

JavaScript – A simple calculator with lots Bootstrap

Vitosh Oct 11, 2015 Tagged with Bootstrap, Cookies in JS, javascript, Simple Calculator

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
Else - Just Tricks, PHP

XML with PHP – make links easily

Vitosh Oct 7, 2015 Tagged with PHP, PHP XML, xml php links

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
Else - Just Tricks, JQuery, PHP

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

Vitosh Oct 5, 2015 Tagged with Ajax, jQuery, JSON encode Ajax, Simple Ajax example

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
VBA \ Excel

VBA – Picture in ActiveX Control from Excel

Vitosh Oct 4, 2015 Tagged with ActiveX control picture from Excel, picture in ActiveX control, VBA

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
Else - Just Tricks, JQuery

jQuery – Build a background with changing pictures with jQuery

Vitosh Oct 2, 2015 Tagged with jquery animation, jQuery background, jQuery random

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
Else - Just Tricks, JQuery

jQuery – A simple game with JQuery events

Vitosh Oct 1, 2015 Tagged with bootstrap jQuery, jQuery, jQuery events, mouseover

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