The Israeli Books End of Life

israeli online books end of life banner

Thanks to the Israeli accessibility law, I have no other choice but to delete the websites I developed for learning Java, PHP, C#, Scala, HTML, Linux etc.

The XtremePython Online Conference Supportive Meetup Groups

We are currently looking for meetup groups that focus on Python (or on other related topics) that will be interested in supporting the XtremePython coming online conference. You can find more information about this coming conference at https://xtremepython.dev The support we are looking for can include the following, and beyond! We would appreciate updating the […]

The XtremeJS Online Conference Supportive Meetup Groups

We are currently looking for meetup groups that focus on JavaScript (or on other related topics) that will be interested in supporting the XtremeJS coming online conference. You can find more information about this coming conference at https://xtremejs.dev The support we are looking for can include the following, and beyond! We would appreciate updating the […]

Black Friday December 2020

Join the Python Programming course that starts on 5.1.2021 and get freeaccess to 3 out of the 4 Seminars listed below! If you alreadytook our Python Programming course you can register for any of these four newseminars and get free access to 2 other ones you choose (out of these 4 seminars listed below). This […]

Effective Use of Code Samples

Using code samples when learning new programming languages, frameworks and libraries is a great way that speeds up the learning process. I usually start with running a simple code sample and then proceed with more sophisticated ones. Each code sample I run I try to change a bit, and verify my understanding by comparing the […]

Kotlin

Kotlin is a relatively new programming language. It was developed by JetBrains. The very same company that developed some of today’s most popular IDEs, such as IntelliJ, PHPStorm, WebStorm, PyCharm, and many others. Code developed in Kotlin can be compiled in Java Byte Code and therefore it can be easily integrated into systems that were […]

Simple AngularJS Animations

Using the AngularJS framework we can easily create new animations. We just need to add the ng-animate attribute to the HTML element we want to animate and make sure the CSS that applies on our web page includes the required styling for the animation we want to get. The www.nganimate.org website overviews the possibilities. The […]

PHPCloud is Shutting Down

PHPCloud is about to shut down its service. Zend chooses to focus on developing their professional tools and on their professional services and let the big players (e.g. Amazon, Google and Microsoft) do their work. I guess the question to be asked is why did they even start this initiative. Staying focused on what you […]

Cross-site HTTP requests

Cross-site HTTP requests are HTTP requests at URL addresses other than the domain of the resource making the request. The CORS specification allows the server side (that returns the resource we try to retrieve using the XHR object) to serve the resource to requests coming from resources that were served from other domains. According to the CORS specification the server side […]

Skip to content Update cookies preferences