In some scenarios we have to run our react application from a subfolder like “example.com/subfolder“. In this case react will not work just like that we need to do some changes in the project source to make this work. When I was finding for a solution to host my react application in a subfolder no
Basically when we open any html files in a web browser their URL will appear with a “file:///” prefix instead of the usual “https://” or “http://” that you usually see in the addressbar. Our web browsers treat web pages differently when we open them from a local computer and you will see some issues in
In this tutorial, I am going to create an angular lazy loading module example. This lazy loading concept will help us to imporve the angular application performace as it will load the only components that we are accessing.Before jumping into lazy load concept, you need to create an angular project with following command “ng new
Automate your iOS and Android application testing using the AWS device farm. This article will provide instruction on creating an interface that will be used to auto-deploy build .ipa/.apk files into device farm devices for testing. Don’t need to buy physical devices to test your iOS or Android applications. Use AWS Device and automate your
I have already wrote an article for image resizing in client side before it uploads to the server. In this post i am going to upload the resized image to the server. For that i have created “index.php”, “upload.php” and “images” folder under a directory in my local. In index.php i have used HTML canvas
In this tutorial, we will be explaining how to encode and decode query string value using PHP when developing a search module/filter for some kind of listing which will be accessible to the public and it is advised not to show the actual ID of the data, the user may use the ID to do
PHP supports encoding and decoding of URL by providing some built-in functions. Encoding is required before sending URL data to query string or to a function which might dynamically work on this URL data. And then, this data will be decoded into its original form, after receiving it in target PHP page or function. Types
jQuery UI made it very easy to sort items from one list into another using jquery drag and drop example functionality, by passing the selector into the connectWith option. The simplest way to do this is to group all list items with a CSS class name, and then pass that class name into the sortable
Here we will explain how to Create zoom Effect on Image Hover using jQuery image Zoom plugin like e-commerce websites or enlarge image on mouseover using jQuery image Zoom plugin. jQuery image Zoom plugin will provide two features image zoom effect and lightbox effect for the images by setting few properties for our images. Before
In this tutorial, we are going to discuss how to implement PHP pagination using PHP and MySQL with simple PHP code. In our previous tutorial, we have seen how to add,edit and delete records from database using PHP and MySQL .If we add more records the number of rows increases and they all display at