Core Java Script

BigScreen : JavaScript Full Screen API

Spread the love

Spread the love           BigScreen is a simple library for using the JavaScript Full Screen API.BigScreen makes it easy to use full screen on your site or in your app. It smoothes out browser inconsistencies and bugs, especially if the element you’re working with is inside of an <iframe> . It will also intelligently fall back […]

BigScreen : JavaScript Full Screen API Read More »

HTML5 JavaScript Gem Game With Saved Scoreboard

Spread the love

Spread the love           Everyone is talking about HTML5 games and how they are the future of mobile gaming, but where do you start? What is it you need to do to create a game? In short the answer is actually “not much”, everything that I will be using in todays tutorial I’ve already covered in

HTML5 JavaScript Gem Game With Saved Scoreboard Read More »

EasyStar.js : Javascript A* Pathfinding library for HTML5 games

Spread the love

Spread the love           A* is an algorithm for finding the shortest path between two points. It is very useful in game development. Any tile-based game that requires this kind of movement will probably utilize some form of A*. Tower Defense games, City Building games, Rogue-Likes, the list goes on.Thus EasyStar.js is a simple A* API

EasyStar.js : Javascript A* Pathfinding library for HTML5 games Read More »

Fixed Auto-Hiding Nav Bar with JavaScript

Spread the love

Spread the love           Top navigation bars have always been popular in web design. Since these elements contain such vital information some designers like to keep them fixed on-screen while scrolling down the page. But unfortunately this can get in the way of content if the bar is too large. A popular online blogging platform Medium

Fixed Auto-Hiding Nav Bar with JavaScript Read More »

Inspiration for Custom Select Elements with CSS3 & JavaScript

Spread the love

Spread the love           Some inspiration for styling a custom version of the select element. There are many possibilities and today we are exploring some ideas of how to let the user select a choice in style.We can use JavaScript libraries that transform the HTML elements into a structure that allows us to do some better

Inspiration for Custom Select Elements with CSS3 & JavaScript Read More »

jLayout : JavaScript Layout Algorithms

Spread the love

Spread the love           he jLayout JavaScript library provides layout algorithms for laying out components. A component is an abstraction; it can be implemented in many ways, for example as items in a HTML5 Canvas drawing or as HTML elements. The jLayout library allows you to focus on drawing the individual components instead of on how

jLayout : JavaScript Layout Algorithms Read More »

Scroll to Top