Blog |
X

Congrats, You are Subscribed to Receive Updates.

How to Remove Title bar in Android Studio

How to Remove Title bar in Android Studio
Introduction This is my first article about Android studio. So far I was very comfortable with Web developments. Here this is my first experience to learn and do work for clients. Lets hope the learning better together. Alright, lets talk about the way to hide the titlebar or navigation menu, or the Header from the Android app. Steps Simple steps Just goto your project and ...

How to change SQL_MODE in MySQL Permanently

How to change SQL_MODE in MySQL Permanently
Introduction This is very simple article to set the mysql mode permanently inside your Mysql Server 5.7 or above versions. I tried some articles and finally found this to helpfull for someone who came with same issue. Usually some queries needs to change the sql mode permanently, Otherwise you need to write  set mode everytime. I got stressed to set sql_mode on every query. So ...

Web developer Necessary Softwares Ubuntu

Web developer Necessary Softwares Ubuntu
A well known and very good operating system for desktop and server edition is none other than ubuntu.  Till a lot of users are benefited by using the Ubuntu, There might some other versions of Ubuntu, lets say, Lubuntu, Kubuntu are there. From my experience, Lubuntu is very lite weight one for the web development. Which will definitely give you a good experience for you ...

Get_magic_quotes_gpc is Deprecated

Get_magic_quotes_gpc is Deprecated
Introduction The PHP version 7.4 is completely deprecated the get_magic_quotes_gpc() function. Earlier the magic_quotes_gpc from version 5.4 and we got alternative with get_magic_quotes_gpc(). And now it was completely deprecated and go without these functions. So those who faced bug or error with these functions. Solution It returns TRUE or FALSE. So most of them we used this function inside a if condition. like the below ...

PayPal API Get Account Balance

PayPal API Get Account Balance
Introduction Lets get the PayPal API Get Account Balance of your PayPal wallet. This feature may good for the users those who wants to know their balance from their website or web applications. Let’s make the API Functionality to get the balance from your PayPal. First you need to login to your PayPal and get API Keys. So just login your PayPal and open PayPal ...

Install Sublime Text on Ubuntu

Install Sublime Text on Ubuntu
Introduction Install Sublime Text on Ubuntu is not much complicated. Though some new users might feel trouble to install it on Ubuntu. This article helps them to install Sublime text easily, through terminal. Its quite easy steps. just follow the commands to install it on your Ubuntu desktop. Steps First we should open the terminal and type the following command. Download the sublime hq with ...

Crontab Example Every day

Crontab Example Every day
Introduction Crontab Example Every day is simpler one to run an functionality everyday on a certain time. Like a backup program. we run at every night like 2am. Lets write a sample cron command and PHP program to understand it. Crontab command 0 2 * * * /usr/bin/wget -O /dev/null https://localhost/backup.php Lets say the backup.php will run everyday night 2AM. If you add this cron ...

Select2 Ajax Example PHP

Select2 Ajax Example PHP
Introduction The select2 js is widely used to shortlist and filter the select options. When it goes more than 100 in select option. Its hard to navigate and find the right one.  For that we can go with select2 js  or selectpicker. That’s also handy when the list is less than 1000. Because if you load all the list in DOM. That will slow down ...

Install Manager.io on Ubuntu

Install Manager.io on Ubuntu
Good practice would suggest that you update your apt cache and then update any elements of your system that need updating, so first run sudo apt-get update && sudo apt-get upgrade Then, install mono – personally, I find the version in the current Ubuntu repositories satisfactory sudo apt-get install -y mono-complete Then do your sudo dpkg -i Manager.deb That’s it with terminal and you can ...

Indian GST FrontAccounting

Indian GST FrontAccounting
Introduction After implementation of GST, There are many user has trouble to work with GST Filling and Taxation to their companies. Especially, the indian GST FrontAccounting Supports well. Let’s go with simple and easier to understand.Say for example, if your business has 18% GST, than your SGST – 9%, And CGST – 9%. you need to show them both in your Customer Sales invoice to ...

Menu

Sidebar