Posts

Showing posts from 2018

Simple and cool image slider on your HTML page using CSS and slider.js

Image
As a web developer one always wondering about how to put a simple but  attractive image slider on their website's home page, specially when they own an e-commerce like website.                                            So, here i am going to show you a very simple image slider with a javaScript plugin called  swiper plugin . You can check their github repository here . You need to download plugin from swiper-master github repository (download link may be found in below download section), and link your html with js and css file as mentioned below. File name : index.html <!DOCTYPE html> <html> <head> <title>Image Slider</title>   <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"> <link rel="stylesheet" type="text/css" href="swiper.min.css"> <link rel="stylesheet" type="text/css" href="style

How to increase RAM in any rooted android device

Image
In this section we're going to explain how to increase your RAM with a rooted device. The trick involves creating a partition on your SD card, which will act as a secondary source of RAM. To do this, we will be using the ROEHSOFT RAM Expander (SWAP) app. You can download it from here . Here is the Play Store description of it: Free SD card memory as a RAM use (SWAP RAM / SWAP MEMORY) Swapfile RAM expansion up to 4.0 GB (file system limit) No limit on SWAP partition!  The usual performance degradation when paged not occur with SD card from class-8  Widget for PNP swap (swap on / off swap) Detailed Memory Information & Analysis Autorun ​Swappiness kernel parameter set Easy foolproof use (1 click optimization and automatic calculation) Supporting Tung all Android devices (root access and Kernelswap support) You will need a class 4 SD card at a minimum, but for best results you should use a higher class. Almost all the latest smartphones came up with hy

Rooting MI A1 without disabling OTA update and without TWRP recovery using Magisk Manager

Image
Rooting the android device is now a day is very popular and common in among tech geeks. But rooting each and every device is not same, mean it depends completely on the device manufacturer or there may be a chance of multiple ways to root the same device.             In this tutorial i am going to show you how to root your MI A1 without TWRP recovery and without loosing any data of your phone as well as without loosing OTA update from google. Before jumping into actual process let's under stand what is rooting.          Rooting any device refers to unlocking each and every part of your software or gain access to each and every corner of your device's software part. In general the device manufacture lock a part of our device which contains very sensitive information about our device, changing there information is actual is illegal in many countries ( like India ). Here i am sharing these information to you only for educational purpose. After rooting any device you ca

How to get unlimited coins and keys in subway surfer android game without rooted droid

Image
Hello, guys here i come up with a new tips and tricks to get unlimited coins and keys in subway surfer android game with root access in your android device. Note that this tutorial is just for educational purpose, don't try to harm any one using this tutorial.                          Subway surfer is a very popular android arcade game available on different platform like android, ios, window. But in this tutorial i am targeting only android platform.There are many premium features available in the game like bulk key purchase and coins via google play in-app purchase. Prerequisite An android based device, Luckpatcher android app (not available on play store, link is available in download section) Any version of subsurfer android game (even latest version on play store is also fine for this tutorial). Step 1: Go through download section and download  the required luckypatcher.apk file. Step 2: Download subway surfer app from play store (or any other source

Creating a live video streaming page using HTML-5 and JavaScript

                                                            Now a day live streaming is a very popular feature in many apps like Facebook, Instagram, and Hotstar, as well as many websites, and also provides online streaming of any live ongoing event on their site. Obviously broadcasting any live event is a tedious task and required broadcasting rights of that event, which causes you to pay a good amount to the event organizer. There are a bunch of organizations available that take the all responsibilities of broadcasting live events. But as a noob when you just try to set up things for testing purposes on your local as well as the live server then there come javascript and HTML 5 using which you can implement the live streaming page on your webpage. You need to create only two files - 1. Your HTML page says index.html has the following code. <!DOCTYPE html> <html lang="en"> <head> <title>Home</title> <link rel="stylesheet"