A Little App for Kids to Get Digital-Native

A Little App for Kids to Get Digital-Native A blog about an ebook app aimed for kids to learn programming. Kids nowadays don’t have the same attitude toward technology and programming that we had when we were kids. Back in the days we felt like a secret agent or a magician when we would write […]

Read Full Article →

How To Learn Visual Basic Programming In Under A Day

How To Learn Visual Basic Programming In Under A Day Visual Basic is a commonly used programming language for creating .NET applications. If you want to create a software application, you could do worse than learn Visual Basic. It is relatively simple to pick up and start writing code in, and there are plenty of […]

Read Full Article →

Learn LaTex

This is the first of a series of blog posts about why you need to learn LaTeX and the benefits of doing so. LaTeX is a markup language based on TeX–an early typesetting program written by Donald Knuth. It is used extensively in academia because of its advantages over traditional word processing applications such as […]

Read Full Article →

5 Reasons to Work With Our HTML5 Web Development Company

5 Reasons to Work With Our HTML5 Web Development Company A blog about our development services and how we can help your business grow. HTML5, the latest version of the Hypertext Markup Language (HTML) is the most advanced way to develop web and mobile applications. HTML5 is a powerful language that has gained popularity for […]

Read Full Article →

Top 10 Tips and Tricks For Java Developers

10 Tips and Tricks For Java Developers The Java extension for Visual Studio Code lets you debug your code and run your tests with ease. In this tutorial, we will get you started with the Java extension in VS Code by first installing the extension, then running a short demo. If you want to contribute […]

Read Full Article →

How to replace functions or methods?

The simplest way to replace a function or method is to refactor the existing code so that it no longer calls the function or method being replaced. This is a common approach in test-driven development: you make the test fail first, then write the new code to pass it. Once it’s passing, you can remove […]

Read Full Article →

Palindrome Number

/** * Java program to check if number is Palindrome. * A palindrome number is a number that remains the same when its digits are reversed. */ public class Palindrome { public static void main(String args[]){ System.out.println(“Is 121 palindrome? ” + isPalindrome(121)); System.out.println(“Is 12321 palindrome? ” + isPalindrome(12321)); System.out.println(“Is 1212 palindrome? ” + isPalindrome(1212)); //another […]

Read Full Article →

Beautify Your Code Thanks To newPHPbeautifier

I spend a lot of time on developing PHP source code and have to deal with various kind of code from other developers, too. One thing that always drives me bananas are badly formatted code – it is just not readable. While I use the NetBeans IDE for development, there is no possibility to format […]

Read Full Article →

What Can Be Done to Stop the Destruction of Rain Forests? There are several ways you can help.                     a blog on how you can help save the rainforests in a way that shows how serious you are about helping.

What Can Be Done to Stop the Destruction of Rain Forests? There are several ways you can help.                     a blog on how you can help save the rainforests in a way that shows how serious you are about helping. At least 80 percent of the developed world’s […]

Read Full Article →