Category Archives: Java Script


November 9, 2015 8:04 pm

Some Useful tiny JavaScript functions


Some Useful tiny JavaScript functions
In this article, we will create a library with a few small but useful JavaScript functions. Our library is encapsulated in a usefulStuff object.

[ Read More ]


October 19, 2015 10:31 pm

Creating a countdown timer with Vanilla JavaScript


Creating a countdown timer with Vanilla JavaScript
Adding a timer with JavaScript to a website can be useful for various purposes. The countdown can be counting the days left to the official launch of your website, product or feature within the website. Relying on third-party libraries can cause extra burden on the bandwidth involve and it can    lose some of your time trying to bend the library to your will. If all you need is a simple countdown timer, the code involved is not that much to need the involvement of third-party scripts.

[ Read More ]


September 13, 2015 5:25 pm

10 Commendable jQuery Books For Novice & Expert Web Developers


10 Commendable jQuery Books For Novice & Expert Web Developers
jQuery is a lightweight and fast, open source JavaScript library that makes myriads of web development tasks easier with an effective and efficient API. This API runs seamlessly and smoothly on a range of browsers.

[ Read More ]


July 1, 2015 10:48 am

Creating a game with JavaScript and Processing.js part 3


Creating a game with JavaScript and Processing.js part 3
The next method is a bit lengthy and it involves all collision tests as well as some image visualizations. First, we loop for each star the player has launched and if any of the stars is behind the left edge of the screen, we remove it and continue with the next star. If it is not, we move it to the right, display it and check if it has hit the enemy. If it indeed hit the enemy – we reduce the enemy’s lives by 1 and empty all player stars.

[ Read More ]


June 30, 2015 12:48 pm

Creating a game with JavaScript and Processing.js part 2


Creating a game with JavaScript and Processing.js part 2
We define all the methods that will run recursively and start defining them in the tutorial first part now its time to implement it in real, now the actual game part follows.

[ Read More ]


June 29, 2015 3:41 pm

Creating a game with JavaScript and Processing.js part 1


Creating a game with JavaScript and Processing.js part 1
The game that we are going to make is a simple 2D fighting game. You have a certain number of lives and the enemy has a certain number of lives and your goal is to avoid being hit by him or his stars while shooting him with your own stars until his lives deplete.

[ Read More ]


June 11, 2015 7:24 pm

10 Exemplary Frameworks for Developing Mobile Apps Using HTML, CSS, and JavaScript


10 Exemplary Frameworks for Developing Mobile Apps Using HTML, CSS, and JavaScript
As consumers' appetite for mobile apps has grown, developers are in full zeal to create feature-rich apps to engage their mobile audience. They are experimenting with a number of frameworks and development tools that assist them in creating unique, interactive, and power-packed apps. The tremendous growth of programming languages, such as HTML, CSS, and JavaScript has further allowed webmasters to widen their development skills, knowledge, and user-base.

[ Read More ]