
Search In
Hello readers, In this blog I have got an updating news regarding CSS font-display property.
As we all work on Web Pages that includes various typeface and we didn’t have the option of setting our text .
Basically, to reduce the font load d
Hello Readers !!
In this blog we are going to discuss about to get users for our games and engagement of those users in the game.
This is very major part for all of the developers. Developing game is not a challenge, But getting users for t
Hello, Readers !!
Today we are going to discuss the video part in the Unity Games.
What if you want to play and video in the Unity Game. How will you do this? For this only I am going to explain you about the Movie Textures.
Movie Texture&
Hello Readers !!
Today we are going to discuss a very interesting point regarding the Android Port.
We can build simple games without any third party plugins. But if you are using third party plugins then every plugin comes with his own And
In magento, sometimes you need to call block in magento phtml to get the content of block. Here is an easy way to call static block & custom block in any template file.
1. Call Static block content in magento phtml file.
You can easily
Hello Readers !!
Today we are going to discuss the most new topic i.e VR. VR is known as Virtual Reality.
It quite interesting and simple thing. You must have seen VR box below:-
If you want to create your game for this extra ordinary de
Form processing and file handling are very common and important part of any web application. Now with express, handling file uploads becomes very easy. So far we have seen and used req.body now we have req.files. req.files contains all the informatio
As we know that in almost all web applications we have to ammend functionalities in which we need to create a random string.
This string can contain some alpha numeric characters, numbers, lower case alphabets, upper case alphabets and etc.
This ra
As per my point of view this error can be because of the following two points:
1. If the ID is not provided to the element correctly.
2. If the function is called before the DOM is loaded therefore try to write your function call inside
Namespace: Newtonsoft.Json.Linq
In web api sometimes we often need to send multiple parameters to controller's action(method). In that case we can create model of multiple parameters and wrap multiple parameters to JSON and send it to actio
