Sending email from the server is one of the popular problem in any web applications since we might need to send the several types of emails such as daily report email, invoice email, notification email etc. If we are going to send the simple emails(ex. simple text), we can use the default mailing functionality easily. …
AR comes to Android with the ARCore SDK
Unity and Google have a shared vision of democratizing Virtual and Augmented Reality development. Unity’s XR team has been working hand-in-hand with the Immersive Computing team at Google to overcome some of the most difficult challenges AR development presents. One of the biggest hurdles that developers face is ensuring that their apps and experiences are …
Securing Cookies
Prevent the use of a cookie on the client side with HttpOnly A cookie can be set and used according to the instruction of a web server, but also directly on the web browser via JavaScript. In an XSS breach case, an attacker could inject some Javascript, and potentially access to the cookies that, as …
General steps to create the WP plugin with Google API integration
Sometimes we need to build the WP plugin with Google API integration. Here are the big image of the steps to create it. Create the project on the google developer console, and install proper Google Api Implement the Google Authentication module using Client Id and Client Secret which Google provides. Build the plugin consuming the …
AMP(Accelerated Mobile Page)
The AMP Project is an open-source initiative aiming to make the web better for all. The project enables the creation of websites and ads that are consistently fast, beautiful and high-performing across devices and distribution platforms https://www.ampproject.org/
Apache Netty
Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server. ‘Quick and easy’ doesn’t mean that a resulting application will suffer from a maintainability or a performance issue. Netty …
FB test account
There is a way to create a fake (test) facebook account though it has limitations. The limitations are You cannot connect to any standard Facebook account. However, you can connect with other test accounts. You can post on your wall, but it is not possible to do the same on any page’s wall. You cannot …
WP File Manager
WP File Manager is a WordPress plugin which provides File Explorer functionality like cPanel.It is free and we can explorer any file in WordPress source directory using this plugin. It also provide online text edit functionality.https://wordpress.org/plugins/wp-file-manager/