Programmer to Programmer- A website for web programming and mobile application programming tutorials Blog
-
Choosing between the iPhone 16 Pro and iPhone 16 Pro Max largely depends on your personal preferences and needs. Here’s a breakdown of the key differences to help you decide: Display: Source icon Battery...
-
Delete key may not work while we try to delete objects or models on Blender with a delete key on mac. For this use x key to delete the objects.
-
To redirect http url or request into https version you need to add certain rules into .htaccess file. To do this you need to create .htaccess file or edit if you already have it....
Sometimes due to misconfiguration www version of the website does not works. i.e https://domain.com works and https://www.domain.com does not works. To solve this issue you need to add DNS record. Add the following and...
To solve the this problem just put the following code[<uses-library android:name=”org.apache.http.legacy” android:required=”false”/>] below tag on the manifiest tag. For eg: <application android:icon=”@drawable/icon” …… android:theme=”@style/AppTheme.NoActionBar”> <uses-library android:name=”org.apache.http.legacy” android:required=”false”/> This problem is caused by targeting target...
While playing audio in javascript using webview in android platform we may encounter following problem NotAllowedError: play() can only be initiated by a user gesture.. This is due to security and good user experience...
I had come across weird problem i.e my android device is not being detected on any of the computer device either Mac or windows. I went through several websites but none of them worked....
I have found a simple way to convert the Mysql Database into SQLite database. Following are the steps: Open PhpMyadmin on your browser. (eg. http://localhost:8888/phpmyadmin) Select database and click on Export. Make sure SQL...
Responsive sites are very important now a days. Because it ranks well in the search engines. Sometimes third party widgets like facebook like box and comment box can perform worst. In such case you...
Searching is a usual and regular task in programming. Letters case sensitivity is a problematic in searching. Hence, both search string and array string should be converted into same case before searching. Otherwise searching...
In this tutorial i am going to show how can we optimize the if else statement. This method can be used in any programming languages. I am going to show two different ways we...
Suppose you have old Hosting H1 and domain D1. You have purchased new hosting H2 with cpanel. Now you want domain D1 to new hosting as a multiple hosted domain in H2. To do...
Sometimes Filezilla creates problem connecting to server with FTP. The easiest solution is to check the connection from another computer. If it worked on another computer then there is something wrong in your computer’s...
Recent Comments