jQuery, JS – Build a Probability Simulator
Some time ago a king needed money. So he gathered his advisors and told them to think of a new task. One of them offered to tax stupidity. The king asked one question – how. The guy came up with a …
Some time ago a king needed money. So he gathered his advisors and told them to think of a new task. One of them offered to tax stupidity. The king asked one question – how. The guy came up with a …
I still remember when I first saw VBA some 4 years ago. I was already an experienced Excel user, and I really felt strange – I thought that I was losing so many hours and days with things that I …
Let’s start from the very beginning in jQuery. Somewhere in the beginning there are events and buttons. So, I will start from there, explaining how to Trigger events and what is the difference between trigger and triggerHandler. Trigger triggers the event completely …
Building web sites is for at least 20 years a thing. Even I am able to build one, using WordPress without some advanced IT skills. Lately, I was into jQuery and thus I found something really meaningful and well written …
About two months ago I have started to read three JavaScript related books – Custom SharePoint Solutions, Learn Pixi.JS and JS Frameworks for modern Dev, kindly presented to me by Apress.com for a review. Now, it is time to write the review of …
Book review – Custom SharePoint Solutions with HTML and JavaScript Read more »
At the beginning of January 2015, the Software University has decided to carry out an IT Olympiad. The competition problems and their solutions in C# are available here. In this article, I will present a way to resolve the second problem …
Today I have dealt again with JS, while reading some of the JS related books that I have to review 🙂 Thus, I have asked myself how many ways are there to make a button selector with JS/jQuery. After some …
Working with VBA has its beauty. Especially when you need to build something like regex and you do not want to import a whole library for some reason, that is known only by you. Then you start googling and you …
Some time ago, probably before one and a half months I have received the book JavaScript Frameworks for Modern Web Dev from the publisher Apress.Com for a review, upon a request of my site. The reason to ask for the book …
Book Review – JavaScript – Frameworks for Modern WebDev Read more »
When you code in JS, there is always some time that you need to create some html list with JS from array or list or something else. I knew the trivial way with a simple for loop, but when I put myself …
JavaScript – Create Ul and LI elements with JS (With chained function) Read more »
JavaScript is really an interesting language – the more you code / learn it, the better it comes and the more interesting it turns out to be. I will preset a simple way of using prototypes with JS. Pretty much, if …
The last month I am writing mainly small pieces of code for JavaScript, because I think I start to like the language somehow (and I took 3 books for review in JS and so far I have only reviewed one). …
JavaScript – Some code for inheritance in JavaScript Read more »
Making a module in JS is kind of interesting. Especially, if you expect something like a class like in VBA or C#. Well, it has nothing to do with it, it is just a function, assigned to a variable. In …
There are plenty of ways to make functions in JS. However, the nicest ones are to assign the function to a variable and to call the variable. Why this is the nicest one? Well, probably because I cannot make something …
JavaScript – Some ways to build functions in JavaScript Read more »
Imagine that you are just a guy, interested in JS and your favourite text editor is Sublime Text. You need to find a way to code better, while learning and to display the results in the console of Sublime Text …
So, after importing data to SQL Server from Excel now it is time for the reversing policy. Actually, much of the code was available in the Microsoft site here, but still, it was not all that I needed. I wanted to make …
MSSQL – Export data from SQL Server to Excel with VBA Read more »
Let’s imagine the following situation. You work in a small company, where one excel spreadsheet is used by many users locally. But you still want to see some kind of track of the results in a collected option. E.g. some information, …
MSSQL – Import data from Excel to SQL Server with VBA Read more »
Javascript has a powerful event and DOM objects, that enable anyone to do fancy things with it. Today I have thought of writing a todo list in *.txt file and adding it to a *.htm file with javaScript. Something like this: …
So, the last few weeks I am putting some attention towards JavaScript, as far as it is really an interesting language, making some things fun. Furthermore, thus I am preparing better for the Book Reviews from Apress.com, which have kindly …
JavaScript seems to be the language for me for December. Although I am really working with VBA only, JS has really a lot to show. Thus, today I will simply write some easy OOP samples, that I can use later …
There is something about these todo apps. Probably the reason that I put so much attention on them is that they are the easiest to be built and you may always try something new on them. This is probably the …
Recently I have started to read a little more about JS, in order to make the reviews of some JS books. Thus, this December would be JS December (or at least the first part of it! 🙂 ). So, lets …
JS – Another simple js game with counters and click events Read more »
So, let the review begin 🙂 Pixi.JS is a rather small IT book of 200 pages, which you may read quite quickly, if you do not make the examples from the test code. However, this is an IT book, thus you …
So, as I have mentioned some time ago, I have started to read the book Learn Pixi.js, nicely provided to me from Apress.com for a review. It is an interesting book and one of its best part is that its code is …
If your VAT is 20% and you want to calculate how much VAT should you pay for 100 EUR: (0.2*100)/(1+0.2) = 16.67 EUR This is how to calculate how much is the sum without VAT of 100 EUR with VAT: …
Another book review is coming soon! To be honest, I do not have any professional experience with JS (being paid for it), but I somehow liked the idea of getting into the PIXI.JS graphics-rendering engine. So far I have already …
So far in VitoshAcademy I have done the following ToDo apps: To Do with AngularJS To Do with PHP To Do with Python & Django It is not because I really have so much to do, but I really like …
VB .NET Just Another ToDo App with VitoshAcademy Read more »
Every user of Windows has seen the notifications on the Windows Taskbar. They are somehow not pleasant, but sometimes useful with the information they provide. If you want to make use of those in VB .Net, this article would show you how to …
Some 3 years ago I have built some SharePoint application professionally. It was really a lame application, but I use the word “professionally” because I did it as part of my paid internship at one company (if I got money …
Book Review – Custom SharePoint Solutions With HTML and JS – Coming Soon Read more »
Today I found out that there is a possibility to build nice applications with Visual Basic, using HTML and CSS in them. The technology is called HTA – HTML Application and it looks pretty much as an exe file with …