<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
        xmlns:content="http://purl.org/rss/1.0/modules/content/"
        xmlns:wfw="http://wellformedweb.org/CommentAPI/"
        xmlns:dc="http://purl.org/dc/elements/1.1/"
        xmlns:atom="http://www.w3.org/2005/Atom"
        xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
        xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
        >
<channel>
        <title>VR SoftCoder - Feed</title>
        <atom:link href="https://vrsoftcoder.com/custom-feed/" rel="self" type="application/rss+xml" />
        <link>https://vrsoftcoder.com</link>
        <description>- Programming Resources For Developers</description>
        <lastBuildDate>Thu, 30 Apr 2026 08:10:14 +0000</lastBuildDate>
        <language></language>
        <sy:updatePeriod>hourly</sy:updatePeriod>
        <sy:updateFrequency>1</sy:updateFrequency>
        <generator>https://wordpress.org/?v=6.7.1</generator>

<image>
	<url>https://vrsoftcoder.com/wp-content/uploads/2022/03/cropped-logo_vrsoftcoder-32x32.png</url>
	<title>custom feed - VR SoftCoder</title>
	<link>https://vrsoftcoder.com</link>
	<width>32</width>
	<height>32</height>
</image> 
                        <item>
                        <title>How to use Cloud Scheduler API to submit your sitemap.xml to Google Search Console using a Service Account</title>
                        <link>https://vrsoftcoder.com/how-to-use-cloud-scheduler-api-to-submit-your-sitemap-xml-to-google-search-console-using-a-service-account/</link>
                        <pubDate>Sat, 01 Mar 2025 11:23:56 +0000</pubDate>
                        <dc:creator></dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/how-to-use-cloud-scheduler-api-to-submit-your-sitemap-xml-to-google-search-console-using-a-service-account/</guid>
                        <description><![CDATA[Follow these steps: Step 1: Create a Service Account Go to the Google Cloud Console. Navigate to IAM &#38; Admin &#62; Service accounts. Click Create Service Account. Follow the prompts to create a new service account. Step 2: Enable the Search Console API Go to the Google Cloud Console. Navigate to APIs &#38; Services &#62; [&#8230;]]]></description>
                        <content:encoded><![CDATA[Follow these steps: Step 1: Create a Service Account Go to the Google Cloud Console. Navigate to IAM &#38; Admin &#62; Service accounts. Click Create Service Account. Follow the prompts to create a new service account. Step 2: Enable the Search Console API Go to the Google Cloud Console. Navigate to APIs &#38; Services &#62; [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Horizontal Live Event Cards with Image and Gradient &#8211; React Native</title>
                        <link>https://vrsoftcoder.com/horizontal-live-event-cards-with-image-and-gradient-react-native/</link>
                        <pubDate>Mon, 15 Apr 2024 15:17:09 +0000</pubDate>
                        <dc:creator></dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/horizontal-live-event-cards-with-image-and-gradient-react-native/</guid>
                        <description><![CDATA[React Native&#8217;s style processor has become very powerful and convenient, it&#8217;s now possible to achieve certain layouts that were only achievable before through Javascript programming. In this example I want to show you how to achieve a card structure layout that you see in most modern apps these days. It includes a linear gradient from [&#8230;]]]></description>
                        <content:encoded><![CDATA[React Native&#8217;s style processor has become very powerful and convenient, it&#8217;s now possible to achieve certain layouts that were only achievable before through Javascript programming. In this example I want to show you how to achieve a card structure layout that you see in most modern apps these days. It includes a linear gradient from [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>React Native Tabs in Single File and Split Files</title>
                        <link>https://vrsoftcoder.com/react-native-tabs-in-single-file-and-split-files/</link>
                        <pubDate>Mon, 15 Apr 2024 15:16:48 +0000</pubDate>
                        <dc:creator></dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/react-native-tabs-in-single-file-and-split-files/</guid>
                        <description><![CDATA[Single File: Split Files]]></description>
                        <content:encoded><![CDATA[Single File: Split Files]]></content:encoded>
                                                                </item>
                        <item>
                        <title>React Native List with Grid consisting of Icons and Text</title>
                        <link>https://vrsoftcoder.com/react-native-list-with-grid-consisting-of-icons-and-text/</link>
                        <pubDate>Wed, 10 Apr 2024 06:05:08 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/react-native-list-with-grid-consisting-of-icons-and-text/</guid>
                        <description><![CDATA[The example bellow runs via Snack created by Expo, it shows how you can layout a list in react native which consists of an internal grid where 1.) a icon appears from the left, 2.) a text in the middle consisting of a title and a short description, and 3.) a badge that appears at [&#8230;]]]></description>
                        <content:encoded><![CDATA[The example bellow runs via Snack created by Expo, it shows how you can layout a list in react native which consists of an internal grid where 1.) a icon appears from the left, 2.) a text in the middle consisting of a title and a short description, and 3.) a badge that appears at [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>React Native Cart System</title>
                        <link>https://vrsoftcoder.com/react-native-cart-system/</link>
                        <pubDate>Wed, 10 Apr 2024 06:04:38 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/react-native-cart-system/</guid>
                        <description><![CDATA[One of the pages that you will be required to create when building a Ecommerce mobile app is a Cart system where in users can easily manage the items they want to buy. The demo bellow demonstrates how you to create a stylish cart system without having to install external plugins to meet the requirements. [&#8230;]]]></description>
                        <content:encoded><![CDATA[One of the pages that you will be required to create when building a Ecommerce mobile app is a Cart system where in users can easily manage the items they want to buy. The demo bellow demonstrates how you to create a stylish cart system without having to install external plugins to meet the requirements. [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>React Native Wizard Stepper</title>
                        <link>https://vrsoftcoder.com/react-native-wizard-stepper/</link>
                        <pubDate>Wed, 10 Apr 2024 06:04:19 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/react-native-wizard-stepper/</guid>
                        <description><![CDATA[While I was working on a e-commerce site for a client, there was a part that I had to work on a Wizard / Stepper form for the checkout page. At first I was thinking maybe I could just use a plugin for this? so I searched around the internet but didn&#8217;t find anything that [&#8230;]]]></description>
                        <content:encoded><![CDATA[While I was working on a e-commerce site for a client, there was a part that I had to work on a Wizard / Stepper form for the checkout page. At first I was thinking maybe I could just use a plugin for this? so I searched around the internet but didn&#8217;t find anything that [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Print Content Of Bootstrap Modal Window</title>
                        <link>https://vrsoftcoder.com/print-content-of-bootstrap-modal-window/</link>
                        <pubDate>Wed, 10 Apr 2024 06:04:00 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/print-content-of-bootstrap-modal-window/</guid>
                        <description><![CDATA[&#160; &#60;!doctype html&#62; &#60;html ng-app="ui.bootstrap.demo"&#62; &#60;head&#62; &#60;link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"&#62; &#60;script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"&#62;&#60;/script&#62; &#60;script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"&#62;&#60;/script&#62; &#60;style&#62; @media print { body * { visibility: hidden; } .modal-content * { visibility: visible; overflow: visible; } .main-page * { display: none; } .modal { position: absolute; left: 0; top: 0; margin: 0; padding: 0; min-height: 550px; visibility: visible; overflow: visible [&#8230;]]]></description>
                        <content:encoded><![CDATA[&#160; &#60;!doctype html&#62; &#60;html ng-app="ui.bootstrap.demo"&#62; &#60;head&#62; &#60;link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"&#62; &#60;script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"&#62;&#60;/script&#62; &#60;script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"&#62;&#60;/script&#62; &#60;style&#62; @media print { body * { visibility: hidden; } .modal-content * { visibility: visible; overflow: visible; } .main-page * { display: none; } .modal { position: absolute; left: 0; top: 0; margin: 0; padding: 0; min-height: 550px; visibility: visible; overflow: visible [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Javascript &#8211; Check if an array contains one or more items from another array.</title>
                        <link>https://vrsoftcoder.com/javascript-check-if-an-array-contains-one-or-more-items-from-another-array/</link>
                        <pubDate>Wed, 10 Apr 2024 06:03:26 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/javascript-check-if-an-array-contains-one-or-more-items-from-another-array/</guid>
                        <description><![CDATA[While there are other interesting ways to achieve this such as arrow functions, I&#8217;ve decided to share with you a simple yet effective way that is supported in all major browsers. Refer to code and usage below: /** * @description determine if an array contains one or more items from another array. * @param {array} [&#8230;]]]></description>
                        <content:encoded><![CDATA[While there are other interesting ways to achieve this such as arrow functions, I&#8217;ve decided to share with you a simple yet effective way that is supported in all major browsers. Refer to code and usage below: /** * @description determine if an array contains one or more items from another array. * @param {array} [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Installing MongoDB in Laragon Windows</title>
                        <link>https://vrsoftcoder.com/installing-mongodb-in-laragon-windows/</link>
                        <pubDate>Wed, 10 Apr 2024 05:35:14 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/installing-mongodb-in-laragon-windows/</guid>
                        <description><![CDATA[Installing MongoDB in Windows can be very confusing when you&#8217;re a beginner. Your first thought was probably to just google and find a article that will summarize it for you, well you came to the right place. Let&#8217;s dive into the installation right away Download and install the latest version of the following if you [&#8230;]]]></description>
                        <content:encoded><![CDATA[Installing MongoDB in Windows can be very confusing when you&#8217;re a beginner. Your first thought was probably to just google and find a article that will summarize it for you, well you came to the right place. Let&#8217;s dive into the installation right away Download and install the latest version of the following if you [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>PhotoSwipe &#8211; Loading slider to a container</title>
                        <link>https://vrsoftcoder.com/photoswipe-loading-slider-to-a-container/</link>
                        <pubDate>Wed, 10 Apr 2024 05:33:56 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/photoswipe-loading-slider-to-a-container/</guid>
                        <description><![CDATA[An example code for dsiplaying PhotoSwipe slider inside a container rather than full screen. 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 &#60;!DOCTYPE html&#62; &#60;html lang=&#34;en&#34;&#62; &#160; &#160; &#60;head&#62; &#160; &#160; &#160; &#160; &#60;title&#62;Bootstrap Example&#60;/title&#62; &#160; &#160; &#160; &#160; &#60;meta charset=&#34;utf-8&#34;&#62; &#160; &#160; &#160; &#160; &#60;meta name=&#34;viewport&#34; content=&#34;width=device-width, initial-scale=1&#34;&#62; &#160; &#160; &#160; &#160; &#60;link rel=&#34;stylesheet&#34; href=&#34;https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.3/photoswipe.min.css&#34;&#62; &#160; &#160; &#160; &#160; &#60;link rel=&#34;stylesheet&#34; [&#8230;]]]></description>
                        <content:encoded><![CDATA[An example code for dsiplaying PhotoSwipe slider inside a container rather than full screen. 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 &#60;!DOCTYPE html&#62; &#60;html lang=&#34;en&#34;&#62; &#160; &#160; &#60;head&#62; &#160; &#160; &#160; &#160; &#60;title&#62;Bootstrap Example&#60;/title&#62; &#160; &#160; &#160; &#160; &#60;meta charset=&#34;utf-8&#34;&#62; &#160; &#160; &#160; &#160; &#60;meta name=&#34;viewport&#34; content=&#34;width=device-width, initial-scale=1&#34;&#62; &#160; &#160; &#160; &#160; &#60;link rel=&#34;stylesheet&#34; href=&#34;https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.3/photoswipe.min.css&#34;&#62; &#160; &#160; &#160; &#160; &#60;link rel=&#34;stylesheet&#34; [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Javascript &#8211; Detect Inactivity in Browser Tab</title>
                        <link>https://vrsoftcoder.com/javascript-detect-inactivity-in-browser-tab/</link>
                        <pubDate>Wed, 10 Apr 2024 05:33:41 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/javascript-detect-inactivity-in-browser-tab/</guid>
                        <description><![CDATA[You can detect when a user stops interacting with the page using pure Javascript. Example below is a scrupt that will reload the page when user becomes inactive for 5 seconds. It will still run even though you are in another tab. 123456789101112131415 &#60;script&#62; onInactive(5, function () { &#160; &#160; window.location.reload(); }); function onInactive(seconds, cb) [&#8230;]]]></description>
                        <content:encoded><![CDATA[You can detect when a user stops interacting with the page using pure Javascript. Example below is a scrupt that will reload the page when user becomes inactive for 5 seconds. It will still run even though you are in another tab. 123456789101112131415 &#60;script&#62; onInactive(5, function () { &#160; &#160; window.location.reload(); }); function onInactive(seconds, cb) [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Java – Parsing JSON Data from a URL</title>
                        <link>https://vrsoftcoder.com/java-parsing-json-data-from-a-url/</link>
                        <pubDate>Wed, 10 Apr 2024 04:01:31 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/java-parsing-json-data-from-a-url/</guid>
                        <description><![CDATA[For this example I used a Java Toolkit: json-simple, you can download it here: https://code.google.com/p/json-simple/downloads/list 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 [&#8230;]]]></description>
                        <content:encoded><![CDATA[For this example I used a Java Toolkit: json-simple, you can download it here: https://code.google.com/p/json-simple/downloads/list 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Ruby on Rails Pagination</title>
                        <link>https://vrsoftcoder.com/ruby-on-rails-pagination/</link>
                        <pubDate>Wed, 10 Apr 2024 04:01:30 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/ruby-on-rails-pagination/</guid>
                        <description><![CDATA[I recently started coding with Ruby on Rails, one of the things that I wanted to create is a simple blog. Displaying the blog posts was simple enough, but later on the page started getting too long, so I figured I need to implement a simple pagination. In this tutorial I am going to show you [&#8230;]]]></description>
                        <content:encoded><![CDATA[I recently started coding with Ruby on Rails, one of the things that I wanted to create is a simple blog. Displaying the blog posts was simple enough, but later on the page started getting too long, so I figured I need to implement a simple pagination. In this tutorial I am going to show you [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to Set up GoDaddy Domain with Vercel</title>
                        <link>https://vrsoftcoder.com/how-to-set-up-godaddy-domain-with-vercel/</link>
                        <pubDate>Wed, 13 Mar 2024 03:18:16 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=8483</guid>
                        <description><![CDATA[Vercel deployments for your apps are a breeze and easy to set up. Vercel has great documentation about how to configure custom domains, but if you’re not so familiar with GoDaddy’s platform it can be difficult navigating to the DNS area. Vercel automatically assigns a domain to your project at deployment, but if you’re looking to use [&#8230;]]]></description>
                        <content:encoded><![CDATA[Vercel deployments for your apps are a breeze and easy to set up. Vercel has great documentation about how to configure custom domains, but if you’re not so familiar with GoDaddy’s platform it can be difficult navigating to the DNS area. Vercel automatically assigns a domain to your project at deployment, but if you’re looking to use [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to add event calendar in React Native</title>
                        <link>https://vrsoftcoder.com/how-to-add-event-calendar-in-react-native/</link>
                        <pubDate>Mon, 08 Jan 2024 10:56:59 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=8112</guid>
                        <description><![CDATA[Adding an event calendar in a React Native app involves using third-party libraries, as React Native does not have a built-in calendar component. Here are the general steps you can follow: &#160; 1. Choose a Calendar Library: There are several libraries available for React Native that offer calendar components. Some popular options are: &#160; react-native-calendars: [&#8230;]]]></description>
                        <content:encoded><![CDATA[Adding an event calendar in a React Native app involves using third-party libraries, as React Native does not have a built-in calendar component. Here are the general steps you can follow: &#160; 1. Choose a Calendar Library: There are several libraries available for React Native that offer calendar components. Some popular options are: &#160; react-native-calendars: [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>React native map draw a polygon on map press</title>
                        <link>https://vrsoftcoder.com/react-native-map-draw-a-polygon-on-map-press/</link>
                        <pubDate>Mon, 04 Dec 2023 18:34:36 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=8049</guid>
                        <description><![CDATA[React native map draw a polygon on map press. To draw a polygon on a map in React Native when the user presses on the map, you can use the react-native-maps library along with the PanResponder to capture the touch events and draw the polygon accordingly. Here&#8217;s an example of how you can achieve this: [&#8230;]]]></description>
                        <content:encoded><![CDATA[React native map draw a polygon on map press. To draw a polygon on a map in React Native when the user presses on the map, you can use the react-native-maps library along with the PanResponder to capture the touch events and draw the polygon accordingly. Here&#8217;s an example of how you can achieve this: [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>React native getcurrentposition getting accuracy issue</title>
                        <link>https://vrsoftcoder.com/react-native-getcurrentposition-getting-accuracy-issue/</link>
                        <pubDate>Sun, 03 Dec 2023 08:23:27 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=8044</guid>
                        <description><![CDATA[React native getcurrentposition getting accuracy issue When using the getCurrentPosition method in React Native to retrieve the device&#8217;s current geolocation, you might encounter accuracy issues due to various reasons such as device settings, network connectivity, or environmental conditions. Here are some potential reasons and solutions for accuracy problems: Device Settings: Ensure that the device&#8217;s location [&#8230;]]]></description>
                        <content:encoded><![CDATA[React native getcurrentposition getting accuracy issue When using the getCurrentPosition method in React Native to retrieve the device&#8217;s current geolocation, you might encounter accuracy issues due to various reasons such as device settings, network connectivity, or environmental conditions. Here are some potential reasons and solutions for accuracy problems: Device Settings: Ensure that the device&#8217;s location [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to add full screen control in Mapbox GL using react native</title>
                        <link>https://vrsoftcoder.com/how-to-add-full-screen-control-in-mapbox-gl-using-react-native/</link>
                        <pubDate>Sun, 19 Nov 2023 08:01:43 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=8031</guid>
                        <description><![CDATA[How to add full screen control in Mapbox GL using react native To use the FullscreenControl component from Mapbox GL in a React Native app, you&#8217;ll typically need to create a custom component that handles the full-screen functionality since Mapbox GL doesn&#8217;t provide a built-in fullscreen control for React Native. You can achieve this by [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to add full screen control in Mapbox GL using react native To use the FullscreenControl component from Mapbox GL in a React Native app, you&#8217;ll typically need to create a custom component that handles the full-screen functionality since Mapbox GL doesn&#8217;t provide a built-in fullscreen control for React Native. You can achieve this by [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>React Native sqlite Database error [Error: Could not open database]</title>
                        <link>https://vrsoftcoder.com/react-native-sqlite-database-error-error-could-not-open-database/</link>
                        <pubDate>Sun, 19 Nov 2023 04:22:37 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=8027</guid>
                        <description><![CDATA[The error message &#8220;Database error [Error: Could not open database]&#8221; in a React Native application typically indicates a problem with accessing or opening the SQLite database. Here are some common reasons and solutions for this error: Check the Database Path: Make sure that the path to the SQLite database file is correct. Double-check the path [&#8230;]]]></description>
                        <content:encoded><![CDATA[The error message &#8220;Database error [Error: Could not open database]&#8221; in a React Native application typically indicates a problem with accessing or opening the SQLite database. Here are some common reasons and solutions for this error: Check the Database Path: Make sure that the path to the SQLite database file is correct. Double-check the path [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>react native how to get the exact location with 0 accuracy</title>
                        <link>https://vrsoftcoder.com/react-native-how-to-get-the-exact-location-with-0-accuracy/</link>
                        <pubDate>Sat, 23 Sep 2023 18:38:52 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=8005</guid>
                        <description><![CDATA[react native how to get the exact location with 0 accuracy &#160; In React Native, it&#8217;s not possible to get an exact location with 0 accuracy because GPS and other location services inherently have limitations and variations in accuracy. However, you can use various methods and techniques to get the most accurate location available. Keep [&#8230;]]]></description>
                        <content:encoded><![CDATA[react native how to get the exact location with 0 accuracy &#160; In React Native, it&#8217;s not possible to get an exact location with 0 accuracy because GPS and other location services inherently have limitations and variations in accuracy. However, you can use various methods and techniques to get the most accurate location available. Keep [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>how to change file name react-native-audio-recorder-player</title>
                        <link>https://vrsoftcoder.com/how-to-change-file-name-react-native-audio-recorder-player/</link>
                        <pubDate>Sun, 17 Sep 2023 18:09:14 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7998</guid>
                        <description><![CDATA[how to change file name react-native-audio-recorder-player Install the Library: First, make sure you have already installed the react-native-audio-recorder-player library in your project. If you haven&#8217;t, you can install it using npm or yarn: npm install react-native-audio-recorder-player --save # or yarn add react-native-audio-recorder-player]]></description>
                        <content:encoded><![CDATA[how to change file name react-native-audio-recorder-player Install the Library: First, make sure you have already installed the react-native-audio-recorder-player library in your project. If you haven&#8217;t, you can install it using npm or yarn: npm install react-native-audio-recorder-player --save # or yarn add react-native-audio-recorder-player]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to use turf with mapbox gl react native</title>
                        <link>https://vrsoftcoder.com/how-to-use-turf-with-mapbox-gl-react-native/</link>
                        <pubDate>Sun, 17 Sep 2023 04:50:46 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7995</guid>
                        <description><![CDATA[How to use turf with Mapbox gl react native &#160; Setup Your React Native Project: Ensure you have a React Native project set up. You can create one using react-native-cli or Expo, depending on your preference. Install Dependencies: You&#8217;ll need to install the following dependencies: react-native-mapbox-gl: This library allows you to integrate Mapbox GL in [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to use turf with Mapbox gl react native &#160; Setup Your React Native Project: Ensure you have a React Native project set up. You can create one using react-native-cli or Expo, depending on your preference. Install Dependencies: You&#8217;ll need to install the following dependencies: react-native-mapbox-gl: This library allows you to integrate Mapbox GL in [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>15 best MySQL GUI Clients for Mac OS</title>
                        <link>https://vrsoftcoder.com/15-best-mysql-gui-clients-for-mac-os/</link>
                        <pubDate>Wed, 07 Jun 2023 10:41:55 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7756</guid>
                        <description><![CDATA[MySQL GUI Clients for Mac &#160; &#160; 15 best MySQL GUI Clients for Mac OS ChatGPT There are several MySQL GUI clients available for Mac OS, each with its own features and strengths. Here are 15 popular MySQL GUI clients for Mac OS: MySQL Workbench: The official MySQL GUI client with a comprehensive set of [&#8230;]]]></description>
                        <content:encoded><![CDATA[MySQL GUI Clients for Mac &#160; &#160; 15 best MySQL GUI Clients for Mac OS ChatGPT There are several MySQL GUI clients available for Mac OS, each with its own features and strengths. Here are 15 popular MySQL GUI clients for Mac OS: MySQL Workbench: The official MySQL GUI client with a comprehensive set of [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to create an app that allows users to chat with AI animated characters using React Native</title>
                        <link>https://vrsoftcoder.com/how-to-create-an-app-that-allows-users-to-chat-with-ai-animated-characters-using-react-native/</link>
                        <pubDate>Thu, 01 Jun 2023 12:18:11 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7736</guid>
                        <description><![CDATA[To create an app that allows users to chat with AI animated characters using React Native, you can follow these general steps: Plan the app: Determine the purpose and features of your app. Decide on the number and type of animated characters, the chat interface, and any additional functionalities you want to include. Design the [&#8230;]]]></description>
                        <content:encoded><![CDATA[To create an app that allows users to chat with AI animated characters using React Native, you can follow these general steps: Plan the app: Determine the purpose and features of your app. Decide on the number and type of animated characters, the chat interface, and any additional functionalities you want to include. Design the [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>how we configure supabase with weweb</title>
                        <link>https://vrsoftcoder.com/how-we-configure-supabase-with-weweb/</link>
                        <pubDate>Wed, 08 Mar 2023 11:54:32 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7678</guid>
                        <description><![CDATA[how we configure supabase with weweb Supabase is a cloud-based database service that provides an easy-to-use interface for creating, managing, and querying databases. WeWeb is a website builder that allows you to create and manage your website without the need for coding skills. To configure Supabase with WeWeb, you can follow these steps: Sign up [&#8230;]]]></description>
                        <content:encoded><![CDATA[how we configure supabase with weweb Supabase is a cloud-based database service that provides an easy-to-use interface for creating, managing, and querying databases. WeWeb is a website builder that allows you to create and manage your website without the need for coding skills. To configure Supabase with WeWeb, you can follow these steps: Sign up [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>laravel download file from s3 to local storage</title>
                        <link>https://vrsoftcoder.com/laravel-download-file-from-s3-to-local-storage/</link>
                        <pubDate>Sat, 04 Mar 2023 13:05:08 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7658</guid>
                        <description><![CDATA[laravel download file from s3 to local storage To download a file from Amazon S3 to your local storage using Laravel, you can use the AWS SDK for PHP which Laravel already includes as a dependency. Here&#8217;s an example of how to download a file from S3 to local storage: use Illuminate\Support\Facades\Storage; use Aws\S3\S3Client; // [&#8230;]]]></description>
                        <content:encoded><![CDATA[laravel download file from s3 to local storage To download a file from Amazon S3 to your local storage using Laravel, you can use the AWS SDK for PHP which Laravel already includes as a dependency. Here&#8217;s an example of how to download a file from S3 to local storage: use Illuminate\Support\Facades\Storage; use Aws\S3\S3Client; // [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Error Element ref was specified as a string viewPager</title>
                        <link>https://vrsoftcoder.com/error-element-ref-was-specified-as-a-string-viewpager/</link>
                        <pubDate>Sat, 04 Mar 2023 07:07:04 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7655</guid>
                        <description><![CDATA[Error Element ref was specified as a string viewPager This error may be many reasons. You can try below solutions:- Solution 1 This error message typically occurs in React when you are trying to access a ref using a string instead of a callback function. To fix this error, you can change the way you [&#8230;]]]></description>
                        <content:encoded><![CDATA[Error Element ref was specified as a string viewPager This error may be many reasons. You can try below solutions:- Solution 1 This error message typically occurs in React when you are trying to access a ref using a string instead of a callback function. To fix this error, you can change the way you [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>laravel get all files of a folder from s3 bucket</title>
                        <link>https://vrsoftcoder.com/laravel-get-all-files-of-a-folder-from-s3-bucket/</link>
                        <pubDate>Sat, 04 Mar 2023 06:16:35 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7621</guid>
                        <description><![CDATA[laravel get all files of a folder from s3 bucket To get all files of a folder from an S3 bucket using Laravel, you can use the listObjects method from the S3Client class of the AWS SDK for PHP. Here&#8217;s an example: use Aws\S3\S3Client; $s3 = new S3Client([ 'version' =&#62; 'latest', 'region' =&#62; 'your-bucket-region', 'credentials' [&#8230;]]]></description>
                        <content:encoded><![CDATA[laravel get all files of a folder from s3 bucket To get all files of a folder from an S3 bucket using Laravel, you can use the listObjects method from the S3Client class of the AWS SDK for PHP. Here&#8217;s an example: use Aws\S3\S3Client; $s3 = new S3Client([ 'version' =&#62; 'latest', 'region' =&#62; 'your-bucket-region', 'credentials' [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>what is a variable frequency drive controller vfd?</title>
                        <link>https://vrsoftcoder.com/what-is-a-variable-frequency-drive-controller-vfd/</link>
                        <pubDate>Sun, 26 Feb 2023 09:14:26 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7618</guid>
                        <description><![CDATA[What is a variable frequency drive controller vfd A Variable Frequency Drive (VFD) controller is an electronic device that is used to control the speed and torque of an electric motor by varying the frequency and voltage supplied to it. VFDs are also known as AC drives, frequency converters, or adjustable speed drives. The VFD [&#8230;]]]></description>
                        <content:encoded><![CDATA[What is a variable frequency drive controller vfd A Variable Frequency Drive (VFD) controller is an electronic device that is used to control the speed and torque of an electric motor by varying the frequency and voltage supplied to it. VFDs are also known as AC drives, frequency converters, or adjustable speed drives. The VFD [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>how to create release apk in ionic angular</title>
                        <link>https://vrsoftcoder.com/how-to-create-release-apk-in-ionic-angular/</link>
                        <pubDate>Sat, 25 Feb 2023 11:42:55 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7529</guid>
                        <description><![CDATA[how to create release apk in ionic angular Set up your environment: You need to have the latest version of Node.js and the Ionic CLI installed on your system. You can install them using the following command: npm install -g ionic cordova Open a terminal or command prompt in the root directory of your Ionic [&#8230;]]]></description>
                        <content:encoded><![CDATA[how to create release apk in ionic angular Set up your environment: You need to have the latest version of Node.js and the Ionic CLI installed on your system. You can install them using the following command: npm install -g ionic cordova Open a terminal or command prompt in the root directory of your Ionic [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>how to make a app using ionic and angular 15</title>
                        <link>https://vrsoftcoder.com/how-to-make-a-app-using-ionic-and-angular-15/</link>
                        <pubDate>Wed, 08 Feb 2023 16:29:11 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7520</guid>
                        <description><![CDATA[how to make a app using ionic and angular 15 Here&#8217;s a step-by-step guide on how to create an app using Ionic and Angular 15: Install the Ionic CLI: You need to have the Ionic CLI installed on your computer to start building an Ionic app. You can install it by running the following command [&#8230;]]]></description>
                        <content:encoded><![CDATA[how to make a app using ionic and angular 15 Here&#8217;s a step-by-step guide on how to create an app using Ionic and Angular 15: Install the Ionic CLI: You need to have the Ionic CLI installed on your computer to start building an Ionic app. You can install it by running the following command [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>React Native Task :app:validateSigningDebug FAILED</title>
                        <link>https://vrsoftcoder.com/react-native-task-appvalidatesigningdebug-failed/</link>
                        <pubDate>Tue, 20 Sep 2022 16:54:33 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7413</guid>
                        <description><![CDATA[React Native Task :app:validateSigningDebug FAILED You have to regenerate the debug Keystore by running below command:- android/app/ directory: keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000 React Native Task :app:validateSigningDebug FAILED, React Native: How to fix Execution failed for task,]]></description>
                        <content:encoded><![CDATA[React Native Task :app:validateSigningDebug FAILED You have to regenerate the debug Keystore by running below command:- android/app/ directory: keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000 React Native Task :app:validateSigningDebug FAILED, React Native: How to fix Execution failed for task,]]></content:encoded>
                                                                </item>
                        <item>
                        <title>No resource found that matches the given name (at &#8216;icon&#8217; with value &#8216;@mipmap/ic_launcher.png&#8217;) react native</title>
                        <link>https://vrsoftcoder.com/no-resource-found-that-matches-the-given-name-at-icon-with-value-mipmap-ic_launcher-png-react-native/</link>
                        <pubDate>Tue, 20 Sep 2022 16:46:32 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7409</guid>
                        <description><![CDATA[No resource found that matches the given name (at &#8216;icon&#8217; with value &#8216;@mipmap/ic_launcher.png&#8217;) react native You need to add in AndroidManifest.xml file:- android:icon="@mipmap/ic_launcher" Instead of android:icon="@mipmap/ic_launcher.png" No resource found that matches the given name (at &#8216;icon&#8217; with value &#8216;@mipmap/ic_launcher.png&#8217;) react native, Android Error : No resource found that matches the given name (at &#8216;icon&#8217; with [&#8230;]]]></description>
                        <content:encoded><![CDATA[No resource found that matches the given name (at &#8216;icon&#8217; with value &#8216;@mipmap/ic_launcher.png&#8217;) react native You need to add in AndroidManifest.xml file:- android:icon="@mipmap/ic_launcher" Instead of android:icon="@mipmap/ic_launcher.png" No resource found that matches the given name (at &#8216;icon&#8217; with value &#8216;@mipmap/ic_launcher.png&#8217;) react native, Android Error : No resource found that matches the given name (at &#8216;icon&#8217; with [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to get screen size in react native</title>
                        <link>https://vrsoftcoder.com/how-to-get-screen-size-in-react-native/</link>
                        <pubDate>Sun, 18 Sep 2022 10:21:35 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7403</guid>
                        <description><![CDATA[How to get screen size in react native You can achieve this using Dimensions in react native. Please check below code snippet:- import { Dimensions } from 'react-native'; function App(){ const width = Dimensions.get('window').width; const height = Dimensions.get('window').height; return (); } How to get screen size in react native,react-native how to get size of screen,get [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to get screen size in react native You can achieve this using Dimensions in react native. Please check below code snippet:- import { Dimensions } from 'react-native'; function App(){ const width = Dimensions.get('window').width; const height = Dimensions.get('window').height; return (); } How to get screen size in react native,react-native how to get size of screen,get [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>location permission not granted in react native</title>
                        <link>https://vrsoftcoder.com/location-permission-not-granted-in-react-native/</link>
                        <pubDate>Thu, 11 Aug 2022 17:36:13 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7377</guid>
                        <description><![CDATA[location permission not granted in react native You have to take permission from the user. ANDROID import { PermissionsAndroid } from 'react-native'; await PermissionsAndroid.request( PermissionsAndroid.PERMISSIONS.ACCESS_FINE_LOCATION, ); IOS import Geolocation from 'react-native-geolocation-service'; Geolocation.requestAuthorization(); Geolocation.setRNConfiguration({ skipPermissionRequests: false, authorizationLevel: 'whenInUse', }); location permission not granted in react native,location permission not granted in react native app,location permission not granted [&#8230;]]]></description>
                        <content:encoded><![CDATA[location permission not granted in react native You have to take permission from the user. ANDROID import { PermissionsAndroid } from 'react-native'; await PermissionsAndroid.request( PermissionsAndroid.PERMISSIONS.ACCESS_FINE_LOCATION, ); IOS import Geolocation from 'react-native-geolocation-service'; Geolocation.requestAuthorization(); Geolocation.setRNConfiguration({ skipPermissionRequests: false, authorizationLevel: 'whenInUse', }); location permission not granted in react native,location permission not granted in react native app,location permission not granted [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>TypeError: undefined is not an object (evaluating &#8216;navigator.geolocation.requestAuthorization&#8217;)</title>
                        <link>https://vrsoftcoder.com/typeerror-undefined-is-not-an-object-evaluating-navigator-geolocation-requestauthorization/</link>
                        <pubDate>Thu, 11 Aug 2022 17:19:08 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7374</guid>
                        <description><![CDATA[TypeError: undefined is not an object (evaluating &#8216;navigator.geolocation.requestAuthorization&#8217;) You have to make the below configuration for IOS and Android to access the location:- ANDROID To access the location, you have to add the following line to your app&#8217;s AndroidManifest.xml file. IOS You have to include the NSLocationWhenInUseUsageDescription key in Info.plist to enable geolocation TypeError: undefined [&#8230;]]]></description>
                        <content:encoded><![CDATA[TypeError: undefined is not an object (evaluating &#8216;navigator.geolocation.requestAuthorization&#8217;) You have to make the below configuration for IOS and Android to access the location:- ANDROID To access the location, you have to add the following line to your app&#8217;s AndroidManifest.xml file. IOS You have to include the NSLocationWhenInUseUsageDescription key in Info.plist to enable geolocation TypeError: undefined [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>error: node_modules/react-native-reanimated/src/index.ts</title>
                        <link>https://vrsoftcoder.com/error-node_modules-react-native-reanimated-src-index-ts/</link>
                        <pubDate>Mon, 01 Aug 2022 17:23:23 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7369</guid>
                        <description><![CDATA[error: node_modules/react-native-reanimated/src/index.ts you need to complete the documentation of react-native-reanimated.Open the the babel.config.js file so the final code in babel.config.js will look below:- module.exports = { presets: ['module:metro-react-native-babel-preset'], plugins: ['react-native-reanimated/plugin'], }; error: node_modules/react-native-reanimated/src/index.ts,Requiring module &#8220;node_modules\react-native-reanimated, Reanimated 2.5.0 breaks type checks,Error: Requiring module &#8220;node_modules\react-native,ERROR Error: Requiring module “node_modules/react-native]]></description>
                        <content:encoded><![CDATA[error: node_modules/react-native-reanimated/src/index.ts you need to complete the documentation of react-native-reanimated.Open the the babel.config.js file so the final code in babel.config.js will look below:- module.exports = { presets: ['module:metro-react-native-babel-preset'], plugins: ['react-native-reanimated/plugin'], }; error: node_modules/react-native-reanimated/src/index.ts,Requiring module &#8220;node_modules\react-native-reanimated, Reanimated 2.5.0 breaks type checks,Error: Requiring module &#8220;node_modules\react-native,ERROR Error: Requiring module “node_modules/react-native]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Failed to install the following SDK components: build-tools;30.0.2 Android SDK Build-Tools 30.0.2</title>
                        <link>https://vrsoftcoder.com/failed-to-install-the-following-sdk-components-build-tools30-0-2-android-sdk-build-tools-30-0-2/</link>
                        <pubDate>Sat, 30 Jul 2022 13:49:59 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7365</guid>
                        <description><![CDATA[Failed to install the following SDK components: build-tools;30.0.2 Android SDK Build-Tools 30.0.2 You need to install SDK version 30.0.2 through the android studio. Please check the below screenshot:- Now clean your build using ./gradlew clean then run the app. Failed to install the following SDK components: build-tools;30.0.2 Android SDK Build-Tools 30.0.2, License for package Android [&#8230;]]]></description>
                        <content:encoded><![CDATA[Failed to install the following SDK components: build-tools;30.0.2 Android SDK Build-Tools 30.0.2 You need to install SDK version 30.0.2 through the android studio. Please check the below screenshot:- Now clean your build using ./gradlew clean then run the app. Failed to install the following SDK components: build-tools;30.0.2 Android SDK Build-Tools 30.0.2, License for package Android [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>KeyStore file not set for signing config release</title>
                        <link>https://vrsoftcoder.com/keystore-file-not-set-for-signing-config-release/</link>
                        <pubDate>Sat, 23 Jul 2022 09:41:45 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7358</guid>
                        <description><![CDATA[KeyStore file not set for signing config release You need to do signingConfig in the android/app/build.gradle file. buildTypes { release { // other settings signingConfig signingConfigs.release } } Add Keystore credentials like below:- signingConfigs { release { //if (project.hasProperty('MYAPP_RELEASE_STORE_FILE')) { storeFile file("key.keystore") storePassword "****" keyAlias "myKey" keyPassword "****" // } } } keystore file not [&#8230;]]]></description>
                        <content:encoded><![CDATA[KeyStore file not set for signing config release You need to do signingConfig in the android/app/build.gradle file. buildTypes { release { // other settings signingConfig signingConfigs.release } } Add Keystore credentials like below:- signingConfigs { release { //if (project.hasProperty('MYAPP_RELEASE_STORE_FILE')) { storeFile file("key.keystore") storePassword "****" keyAlias "myKey" keyPassword "****" // } } } keystore file not [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Error useTheme must be used within NativeBaseConfigProvider</title>
                        <link>https://vrsoftcoder.com/error-usetheme-must-be-used-within-nativebaseconfigprovider/</link>
                        <pubDate>Fri, 22 Jul 2022 00:45:36 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7353</guid>
                        <description><![CDATA[Error useTheme must be used within NativeBaseConfigProvider You need to wrap your components inside NativeBaseProvider like below. Import NativeBaseProvider from the native base in your app.js import { NativeBaseProvider } from 'native-base'; return ( {Your components} ); Error useTheme must be used within NativeBaseConfigProvider,uncaught error usetheme must be used within native base configprovider,error usetheme must [&#8230;]]]></description>
                        <content:encoded><![CDATA[Error useTheme must be used within NativeBaseConfigProvider You need to wrap your components inside NativeBaseProvider like below. Import NativeBaseProvider from the native base in your app.js import { NativeBaseProvider } from 'native-base'; return ( {Your components} ); Error useTheme must be used within NativeBaseConfigProvider,uncaught error usetheme must be used within native base configprovider,error usetheme must [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Multiple Commands produce error React Native</title>
                        <link>https://vrsoftcoder.com/multiple-commands-produce-error-react-native/</link>
                        <pubDate>Sun, 10 Jul 2022 07:50:04 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7346</guid>
                        <description><![CDATA[Multiple Commands produce error React Native Multiple commands produce &#8216;/Users/usename/Library/Developer/Xcode/DerivedData/myapp-brzdydrrbtppkifuoyasuqnozfiw/Build/Intermediates.noindex/ArchiveIntermediates/myapp/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AccessibilityResources.bundle&#8217;: 1) Target &#8216;React-Core-60309c9c-AccessibilityResources&#8217; has create directory command with output &#8216;/Users/staplelogic/Library/Developer/Xcode/DerivedData/myapp-brzdydrrbtppkifuoyasuqnozfiw/Build/Intermediates.noindex/ArchiveIntermediates/myapp/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AccessibilityResources.bundle&#8217; 2) Target &#8216;React-Core-AccessibilityResources&#8217; has create directory command with output &#8216;/Users/staplelogic/Library/Developer/Xcode/DerivedData/myapp-brzdydrrbtppkifuoyasuqnozfiw/Build/Intermediates.noindex/ArchiveIntermediates/Trans8/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AccessibilityResources.bundle&#8217; Solution Remove React-Core.common-AccessibilityResources from the Xcode Pods folder. After doing this code executes the pod install command in your project. Also, clear the derived data [&#8230;]]]></description>
                        <content:encoded><![CDATA[Multiple Commands produce error React Native Multiple commands produce &#8216;/Users/usename/Library/Developer/Xcode/DerivedData/myapp-brzdydrrbtppkifuoyasuqnozfiw/Build/Intermediates.noindex/ArchiveIntermediates/myapp/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AccessibilityResources.bundle&#8217;: 1) Target &#8216;React-Core-60309c9c-AccessibilityResources&#8217; has create directory command with output &#8216;/Users/staplelogic/Library/Developer/Xcode/DerivedData/myapp-brzdydrrbtppkifuoyasuqnozfiw/Build/Intermediates.noindex/ArchiveIntermediates/myapp/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AccessibilityResources.bundle&#8217; 2) Target &#8216;React-Core-AccessibilityResources&#8217; has create directory command with output &#8216;/Users/staplelogic/Library/Developer/Xcode/DerivedData/myapp-brzdydrrbtppkifuoyasuqnozfiw/Build/Intermediates.noindex/ArchiveIntermediates/Trans8/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AccessibilityResources.bundle&#8217; Solution Remove React-Core.common-AccessibilityResources from the Xcode Pods folder. After doing this code executes the pod install command in your project. Also, clear the derived data [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Doctrine query builder match username and password</title>
                        <link>https://vrsoftcoder.com/doctrine-query-builder-match-username-and-password/</link>
                        <pubDate>Tue, 28 Jun 2022 06:27:38 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7281</guid>
                        <description><![CDATA[Doctrine query builder match username and password Please check the below code of the snippet:- $query = $em->createQuery("SELECT u FROM App\Entity\FrontUser u WHERE u.email = :email AND u.password = :password")->setParameter('email', $_REQUEST['username'])->setParameter('password', md5($_REQUEST['password'])); $users = $query->getResult(); Doctrine query builder match username and password,doctrine query builder match username and password,doctrine query builder match username and password azure,doctrine [&#8230;]]]></description>
                        <content:encoded><![CDATA[Doctrine query builder match username and password Please check the below code of the snippet:- $query = $em->createQuery("SELECT u FROM App\Entity\FrontUser u WHERE u.email = :email AND u.password = :password")->setParameter('email', $_REQUEST['username'])->setParameter('password', md5($_REQUEST['password'])); $users = $query->getResult(); Doctrine query builder match username and password,doctrine query builder match username and password,doctrine query builder match username and password azure,doctrine [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>how to redirect to url in a new tab</title>
                        <link>https://vrsoftcoder.com/how-to-redirect-to-url-in-a-new-tab/</link>
                        <pubDate>Sat, 04 Jun 2022 09:36:10 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7262</guid>
                        <description><![CDATA[How to redirect to url in a new tab window.open('https://vrsoftcoder.com/', '_blank'); how to redirect to url in a new tab,javascript redirect new tab,javascript redirect to url new tab,js redirect new tab,js redirect to url in new tab,window.location redirect new tab,javascript redirect open new tab,javascript redirect in new tab,redirect javascript new tab,redirect to url javascript new [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to redirect to url in a new tab window.open('https://vrsoftcoder.com/', '_blank'); how to redirect to url in a new tab,javascript redirect new tab,javascript redirect to url new tab,js redirect new tab,js redirect to url in new tab,window.location redirect new tab,javascript redirect open new tab,javascript redirect in new tab,redirect javascript new tab,redirect to url javascript new [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>dyld Library not loaded rpath SocketIO framework SocketIO</title>
                        <link>https://vrsoftcoder.com/dyld-library-not-loaded-rpath-socketio-framework-socketio/</link>
                        <pubDate>Thu, 02 Jun 2022 11:31:07 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7257</guid>
                        <description><![CDATA[dyld: Library not loaded: @rpath/SocketIO.framework/SocketIO Referenced from: /Users/umang.arya/Library/Developer/CoreSimulator/Devices/DE6170BD-7841-496B-B533-F22AE109FEB6/data/Containers/Bundle/Application/2540A914-43AA-45B4-A71E-5559942E3B94/app.app/Frameworks/PayUCheckoutProKit.framework/PayUCheckoutProKit Reason: image not found. dyld Library not loaded rpath SocketIO framework SocketIO Developers facing this error in the IOS build of react-native. The solution to this problem is to add the below code snippet at the end in the pod file $dynamic_framework = ['PayUAssetLibraryKit', 'PayUBizCoreKit', 'PayUCheckoutProBaseKit', 'PayUCheckoutProKit', [&#8230;]]]></description>
                        <content:encoded><![CDATA[dyld: Library not loaded: @rpath/SocketIO.framework/SocketIO Referenced from: /Users/umang.arya/Library/Developer/CoreSimulator/Devices/DE6170BD-7841-496B-B533-F22AE109FEB6/data/Containers/Bundle/Application/2540A914-43AA-45B4-A71E-5559942E3B94/app.app/Frameworks/PayUCheckoutProKit.framework/PayUCheckoutProKit Reason: image not found. dyld Library not loaded rpath SocketIO framework SocketIO Developers facing this error in the IOS build of react-native. The solution to this problem is to add the below code snippet at the end in the pod file $dynamic_framework = ['PayUAssetLibraryKit', 'PayUBizCoreKit', 'PayUCheckoutProBaseKit', 'PayUCheckoutProKit', [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>React native app crashes on launch Android 12</title>
                        <link>https://vrsoftcoder.com/react-native-app-crashes-on-launch-android-12/</link>
                        <pubDate>Wed, 11 May 2022 17:09:58 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7251</guid>
                        <description><![CDATA[React native app crashes on launch Android 12 To solve this error you need to add the below configuration:- Add below code in Android/App/build.gradle implementation "androidx.work:work-runtime-ktx:2.7.0" react native app crashes on launch android 12,App crashes randomly &#8211; only Android12,Android 12 crash: After adding notifee to react native project,React native app crashing on android 12+ on [&#8230;]]]></description>
                        <content:encoded><![CDATA[React native app crashes on launch Android 12 To solve this error you need to add the below configuration:- Add below code in Android/App/build.gradle implementation "androidx.work:work-runtime-ktx:2.7.0" react native app crashes on launch android 12,App crashes randomly &#8211; only Android12,Android 12 crash: After adding notifee to react native project,React native app crashing on android 12+ on [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>No valid aps-environment entitlement string found for application on app store</title>
                        <link>https://vrsoftcoder.com/no-valid-aps-environment-entitlement-string-found-for-application-on-app-store/</link>
                        <pubDate>Tue, 10 May 2022 05:12:55 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7248</guid>
                        <description><![CDATA[No valid aps-environment entitlement string found for application on app store To solve this error you need to add the push notification capability using Xcode like the below screenshot:- No valid aps-environment entitlement string found for application on app store, How to fix no valid aps-environment entitlement string found, no valid aps-environment entitlement string found [&#8230;]]]></description>
                        <content:encoded><![CDATA[No valid aps-environment entitlement string found for application on app store To solve this error you need to add the push notification capability using Xcode like the below screenshot:- No valid aps-environment entitlement string found for application on app store, How to fix no valid aps-environment entitlement string found, no valid aps-environment entitlement string found [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>how to fetch data from async storage react native</title>
                        <link>https://vrsoftcoder.com/how-to-fetch-data-from-async-storage-react-native/</link>
                        <pubDate>Sun, 08 May 2022 16:50:43 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7242</guid>
                        <description><![CDATA[Please check the below code of snippet to fetch data from async storage. how to fetch data from async storage react native var userInfo = await AsyncStorage. getItem('userinfo'); var parseUserInfo = JSON. parse(user); //See output console.log(parseUserInfo); how to fetch data from async storage react native,get value from asyncstorage react native,async storage api,getitem asyncstorage react native,asyncstorage [&#8230;]]]></description>
                        <content:encoded><![CDATA[Please check the below code of snippet to fetch data from async storage. how to fetch data from async storage react native var userInfo = await AsyncStorage. getItem('userinfo'); var parseUserInfo = JSON. parse(user); //See output console.log(parseUserInfo); how to fetch data from async storage react native,get value from asyncstorage react native,async storage api,getitem asyncstorage react native,asyncstorage [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>how to hide scroll indicator in react native</title>
                        <link>https://vrsoftcoder.com/how-to-hide-scroll-indicator-in-react-native/</link>
                        <pubDate>Sun, 08 May 2022 16:37:57 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7239</guid>
                        <description><![CDATA[how to hide scroll indicator in react native. Please check below code of snippet AAPT: error: failed to read PNG signature: file does not start with PNG signature how to hide scroll indicator in react native,react native scrollview hide scrollbar,react native hide scrollbar,how to hide scrollview indicator in react native,react native hide on scroll,hide scrollbar [&#8230;]]]></description>
                        <content:encoded><![CDATA[how to hide scroll indicator in react native. Please check below code of snippet AAPT: error: failed to read PNG signature: file does not start with PNG signature how to hide scroll indicator in react native,react native scrollview hide scrollbar,react native hide scrollbar,how to hide scrollview indicator in react native,react native hide on scroll,hide scrollbar [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>how to make custom drop down react native</title>
                        <link>https://vrsoftcoder.com/how-to-make-custom-drop-down-react-native/</link>
                        <pubDate>Sun, 08 May 2022 06:12:36 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7235</guid>
                        <description><![CDATA[how to make custom drop down react native Please check the below code snippet example to create a custom drop-down.:- import React, { Component } from "react"; import { Picker, View, Text, StyleSheet } from "react-native"; class DeliveryScreen extends Component { constructor(props) { super(props); this.state = { setAddressId: '', list:[ {item: "Toronto"}, {item: "Newyork"}, {item: [&#8230;]]]></description>
                        <content:encoded><![CDATA[how to make custom drop down react native Please check the below code snippet example to create a custom drop-down.:- import React, { Component } from "react"; import { Picker, View, Text, StyleSheet } from "react-native"; class DeliveryScreen extends Component { constructor(props) { super(props); this.state = { setAddressId: '', list:[ {item: "Toronto"}, {item: "Newyork"}, {item: [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>how to add select option in react native</title>
                        <link>https://vrsoftcoder.com/how-to-add-select-option-in-react-native/</link>
                        <pubDate>Fri, 06 May 2022 09:25:54 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7230</guid>
                        <description><![CDATA[how to add select option in react native Example:-1 npm install @react-native-picker/picker --save Then import {Picker} from '@react-native-picker/picker'; this.storeFirstpoint(itemValue)} > { this.state.data.map((item, startpoint) => { return( ) })} If you have the native base then import Picker from the native base. You don&#8217;t need to install the picker package. how to add select option in [&#8230;]]]></description>
                        <content:encoded><![CDATA[how to add select option in react native Example:-1 npm install @react-native-picker/picker --save Then import {Picker} from '@react-native-picker/picker'; this.storeFirstpoint(itemValue)} > { this.state.data.map((item, startpoint) => { return( ) })} If you have the native base then import Picker from the native base. You don&#8217;t need to install the picker package. how to add select option in [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>react native push notification ios token showing unregistered</title>
                        <link>https://vrsoftcoder.com/react-native-push-notification-ios-token-showing-unregistered/</link>
                        <pubDate>Tue, 03 May 2022 16:46:58 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7227</guid>
                        <description><![CDATA[react native push notification ios token showing unregistered There are maybe two scenarios with your code development and production. If you are trying to send push notifications in development do the below code changes:- // Set Sandbox to true when creating a token if(Platform.OS == 'ios') { fetch('https://iid.googleapis.com/iid/v1:batchImport',{ method: 'POST', headers: { "content-type": "application/json", "authorization": [&#8230;]]]></description>
                        <content:encoded><![CDATA[react native push notification ios token showing unregistered There are maybe two scenarios with your code development and production. If you are trying to send push notifications in development do the below code changes:- // Set Sandbox to true when creating a token if(Platform.OS == 'ios') { fetch('https://iid.googleapis.com/iid/v1:batchImport',{ method: 'POST', headers: { "content-type": "application/json", "authorization": [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>rn push notification No task registered for key ReactNativeFirebaseMessagingHeadlessTask</title>
                        <link>https://vrsoftcoder.com/rn-push-notification-no-task-registered-for-key-reactnativefirebasemessagingheadlesstask/</link>
                        <pubDate>Sat, 16 Apr 2022 16:08:47 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7217</guid>
                        <description><![CDATA[rn push notification No task registered for key ReactNativeFirebaseMessagingHeadlessTask add below to mainactivity.java file inside the App/src/main/AndroidManifest.xml file rn push notification No task registered for key ReactNativeFirebaseMessagingHeadlessTask, no task registered for key reactnativefirebasemessagingheadlesstask,react native 0.62 no task registered for key react native firebase messaging headlesstask,firebase messaging no task registered for key reactnativefirebasemessagingheadlesstask,react nativeno task registered [&#8230;]]]></description>
                        <content:encoded><![CDATA[rn push notification No task registered for key ReactNativeFirebaseMessagingHeadlessTask add below to mainactivity.java file inside the App/src/main/AndroidManifest.xml file rn push notification No task registered for key ReactNativeFirebaseMessagingHeadlessTask, no task registered for key reactnativefirebasemessagingheadlesstask,react native 0.62 no task registered for key react native firebase messaging headlesstask,firebase messaging no task registered for key reactnativefirebasemessagingheadlesstask,react nativeno task registered [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Tried to register two views with the same name RNCAndroidDialogPicker</title>
                        <link>https://vrsoftcoder.com/tried-to-register-two-views-with-the-same-name-rncandroiddialogpicker/</link>
                        <pubDate>Sat, 16 Apr 2022 13:48:08 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7213</guid>
                        <description><![CDATA[Tried to register two views with the same name RNCAndroidDialogPicker In my case the problem was being caused by react-native-picker and NativeBase both using different versions of the same react-native picker package. You have included the package &#8220;import {Picker} from &#8216;@react-native-picker/picker&#8217;;&#8221; and react-native-picker-select was using the same repository &#8220;react-native-picker/picker&#8221;. I resolved this issue by removing [&#8230;]]]></description>
                        <content:encoded><![CDATA[Tried to register two views with the same name RNCAndroidDialogPicker In my case the problem was being caused by react-native-picker and NativeBase both using different versions of the same react-native picker package. You have included the package &#8220;import {Picker} from &#8216;@react-native-picker/picker&#8217;;&#8221; and react-native-picker-select was using the same repository &#8220;react-native-picker/picker&#8221;. I resolved this issue by removing [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Error Could not resolve project react-native-camera</title>
                        <link>https://vrsoftcoder.com/error-could-not-resolve-project-react-native-camera/</link>
                        <pubDate>Sat, 16 Apr 2022 06:09:45 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7208</guid>
                        <description><![CDATA[Error Could not resolve project react-native-camera Add below to App/build.gradle android { ... defaultConfig { ... missingDimensionStrategy 'react-native-camera', 'general']]></description>
                        <content:encoded><![CDATA[Error Could not resolve project react-native-camera Add below to App/build.gradle android { ... defaultConfig { ... missingDimensionStrategy 'react-native-camera', 'general']]></content:encoded>
                                                                </item>
                        <item>
                        <title>react-native iOS app not showing images after deploying</title>
                        <link>https://vrsoftcoder.com/react-native-ios-app-not-showing-images-after-deploying/</link>
                        <pubDate>Fri, 08 Apr 2022 04:59:05 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7183</guid>
                        <description><![CDATA[react-native iOS app not showing images after deploying The asset destination and the main.jsbundle have to be in the same folder. Run the below command in your project root directory. react-native bundle --minify --entry-file index.js --platform ios --dev false --bundle-output ./ios/main.jsbundle --assets-dest ./ios You will see the asset folder and main.jsbundle file in the ios [&#8230;]]]></description>
                        <content:encoded><![CDATA[react-native iOS app not showing images after deploying The asset destination and the main.jsbundle have to be in the same folder. Run the below command in your project root directory. react-native bundle --minify --entry-file index.js --platform ios --dev false --bundle-output ./ios/main.jsbundle --assets-dest ./ios You will see the asset folder and main.jsbundle file in the ios [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>atomic_notify_one is unavailable react native xcode</title>
                        <link>https://vrsoftcoder.com/atomic_notify_one-is-unavailable-react-native-xcode/</link>
                        <pubDate>Thu, 31 Mar 2022 03:41:45 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7168</guid>
                        <description><![CDATA[atomic_notify_one is unavailable react native xcode You need to Update the flipper in your Podfile to look like this:- use_flipper!({ 'Flipper-Folly' => '2.5.3', 'Flipper' => '0.87.0', 'Flipper-RSocket' => '1.3.1' }) Download Free Images //Now run pod repo update //inside the ios folder //And finally, update your project pods using pod install warning: Each child in [&#8230;]]]></description>
                        <content:encoded><![CDATA[atomic_notify_one is unavailable react native xcode You need to Update the flipper in your Podfile to look like this:- use_flipper!({ 'Flipper-Folly' => '2.5.3', 'Flipper' => '0.87.0', 'Flipper-RSocket' => '1.3.1' }) Download Free Images //Now run pod repo update //inside the ios folder //And finally, update your project pods using pod install warning: Each child in [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>warning: Each child in a list should have a unique &#8220;key&#8221; prop react native</title>
                        <link>https://vrsoftcoder.com/warning-each-child-in-a-list-should-have-a-unique-key-prop-react-native/</link>
                        <pubDate>Wed, 30 Mar 2022 07:31:30 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7165</guid>
                        <description><![CDATA[warning: Each child in a list should have a unique &#8220;key&#8221; prop react native You need to add a unique key inside loop on a element like the below code of snippet:- {this.state.offers.map((res, i) => { return ( ); }) } Task :payu-non-seam-less-react:mergeReleaseResources FAILED warning: Each child in a list should have a unique &#8220;key&#8221; [&#8230;]]]></description>
                        <content:encoded><![CDATA[warning: Each child in a list should have a unique &#8220;key&#8221; prop react native You need to add a unique key inside loop on a element like the below code of snippet:- {this.state.offers.map((res, i) => { return ( ); }) } Task :payu-non-seam-less-react:mergeReleaseResources FAILED warning: Each child in a list should have a unique &#8220;key&#8221; [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>create script tag request in javascript</title>
                        <link>https://vrsoftcoder.com/create-script-tag-request-in-javascript/</link>
                        <pubDate>Tue, 29 Mar 2022 10:56:55 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7159</guid>
                        <description><![CDATA[create script tag request in javascript Using the below code snippet you can create script tag:- function addScriptTag( source) { var getscriptElement = document.createElement( 'script' ); getscriptElement .setAttribute( 'src', src ); document.body.appendChild( getscriptElement ); } addScriptTag('https://vrsoftcoder.com/'); how to convert all styles to inline style using javascript Download Free Images create script tag request in javascript, [&#8230;]]]></description>
                        <content:encoded><![CDATA[create script tag request in javascript Using the below code snippet you can create script tag:- function addScriptTag( source) { var getscriptElement = document.createElement( 'script' ); getscriptElement .setAttribute( 'src', src ); document.body.appendChild( getscriptElement ); } addScriptTag('https://vrsoftcoder.com/'); how to convert all styles to inline style using javascript Download Free Images create script tag request in javascript, [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>The app&#8217;s Info.plist file should contain a NSCameraUsageDescription</title>
                        <link>https://vrsoftcoder.com/the-apps-info-plist-file-should-contain-a-nscamerausagedescription/</link>
                        <pubDate>Thu, 24 Mar 2022 13:35:22 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7145</guid>
                        <description><![CDATA[The app&#8217;s Info.plist file should contain a NSCameraUsageDescription Alternatively open Info.plist as source code and add this: NSCameraUsageDescription Camera usage description Task :payu-non-seam-less-react:mergeReleaseResources FAILED now clean the build and create a new archive with a new version then upload. Missing Purpose String in Info.plist, the app&#8217;s info.plist file should contain a nscamerausagedescription key, The app&#8217;s [&#8230;]]]></description>
                        <content:encoded><![CDATA[The app&#8217;s Info.plist file should contain a NSCameraUsageDescription Alternatively open Info.plist as source code and add this: NSCameraUsageDescription Camera usage description Task :payu-non-seam-less-react:mergeReleaseResources FAILED now clean the build and create a new archive with a new version then upload. Missing Purpose String in Info.plist, the app&#8217;s info.plist file should contain a nscamerausagedescription key, The app&#8217;s [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Task :payu-non-seam-less-react:mergeReleaseResources FAILED</title>
                        <link>https://vrsoftcoder.com/task-payu-non-seam-less-reactmergereleaseresources-failed/</link>
                        <pubDate>Wed, 23 Mar 2022 07:44:00 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7140</guid>
                        <description><![CDATA[Task :payu-non-seam-less-react:mergeReleaseResources FAILED Follow the below code snippets to resolve this error:- Step 1. go to your android build.gradle file and replace the below line maven { url "https://phonepe.bintray.com/PhonePeIntentSDK" } Replace this with maven { url "https://phonepe.mycloudrepo.io/public/repositories/phonepe-intentsdk-android" } AAPT: error: failed to read PNG signature: file does not start with PNG signature Step 2. go [&#8230;]]]></description>
                        <content:encoded><![CDATA[Task :payu-non-seam-less-react:mergeReleaseResources FAILED Follow the below code snippets to resolve this error:- Step 1. go to your android build.gradle file and replace the below line maven { url "https://phonepe.bintray.com/PhonePeIntentSDK" } Replace this with maven { url "https://phonepe.mycloudrepo.io/public/repositories/phonepe-intentsdk-android" } AAPT: error: failed to read PNG signature: file does not start with PNG signature Step 2. go [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>how to convert all styles to inline style using javascript</title>
                        <link>https://vrsoftcoder.com/how-to-convert-all-styles-to-inline-style-using-javascript/</link>
                        <pubDate>Wed, 23 Mar 2022 05:09:28 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7137</guid>
                        <description><![CDATA[how to convert all styles to inline style using javascript Please check the below code snippet to convert the style Convert Style to inline style how to convert Style to inline style using javascript how to add or change style of an element using javascript how to convert all styles to inline style using javascript, [&#8230;]]]></description>
                        <content:encoded><![CDATA[how to convert all styles to inline style using javascript Please check the below code snippet to convert the style Convert Style to inline style how to convert Style to inline style using javascript how to add or change style of an element using javascript how to convert all styles to inline style using javascript, [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>AAPT: error: failed to read PNG signature: file does not start with PNG signature</title>
                        <link>https://vrsoftcoder.com/aapt-error-failed-to-read-png-signature-file-does-not-start-with-png-signature/</link>
                        <pubDate>Tue, 22 Mar 2022 06:12:01 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7133</guid>
                        <description><![CDATA[AAPT: error: failed to read PNG signature: file does not start with PNG signature You need to change some configurations in android/app/build.gradle. Follow the below setups:- Step 1. // add or change crunchPngs to false android { buildTypes { release { crunchPngs false // or true } } } Step 2. // Clean Build using [&#8230;]]]></description>
                        <content:encoded><![CDATA[AAPT: error: failed to read PNG signature: file does not start with PNG signature You need to change some configurations in android/app/build.gradle. Follow the below setups:- Step 1. // add or change crunchPngs to false android { buildTypes { release { crunchPngs false // or true } } } Step 2. // Clean Build using [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>how to add or change style of an element using javascript</title>
                        <link>https://vrsoftcoder.com/how-to-add-or-change-style-of-an-element-using-javascript/</link>
                        <pubDate>Mon, 21 Mar 2022 05:33:14 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7126</guid>
                        <description><![CDATA[how to add or change style of an element using javascript Read Article From vrsoftcoder. The heading color was changed by a script. javascript style an element // get the element by id var getElement= document.querySelector(&#8220;#changecolor&#8221;); // update the style getElement.style.color = &#8220;yello&#8221;; getElement.style.backgroundColor = &#8220;blue&#8221;; How to Make http post request in Angular 14 [&#8230;]]]></description>
                        <content:encoded><![CDATA[how to add or change style of an element using javascript Read Article From vrsoftcoder. The heading color was changed by a script. javascript style an element // get the element by id var getElement= document.querySelector(&#8220;#changecolor&#8221;); // update the style getElement.style.color = &#8220;yello&#8221;; getElement.style.backgroundColor = &#8220;blue&#8221;; How to Make http post request in Angular 14 [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>typedef redefinition with different types (&#8216;uint8_t&#8217; (aka &#8216;unsigned char&#8217;) vs &#8216;enum clockid_t&#8217;) react native</title>
                        <link>https://vrsoftcoder.com/typedef-redefinition-with-different-types-uint8_t-aka-unsigned-char-vs-enum-clockid_t-react-native/</link>
                        <pubDate>Thu, 17 Mar 2022 16:14:48 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7105</guid>
                        <description><![CDATA[typedef redefinition with different types (&#8216;uint8_t&#8217; (aka &#8216;unsigned char&#8217;) vs &#8216;enum clockid_t&#8217;) react native Most developers will face this issue during running a build of react-native in Xcode ( IOS ). Below is the solution:- Comment these lines in your Podfile # use_flipper! # post_install do &#124;installer&#124; # flipper_post_install(installer) # end Now run the command [&#8230;]]]></description>
                        <content:encoded><![CDATA[typedef redefinition with different types (&#8216;uint8_t&#8217; (aka &#8216;unsigned char&#8217;) vs &#8216;enum clockid_t&#8217;) react native Most developers will face this issue during running a build of react-native in Xcode ( IOS ). Below is the solution:- Comment these lines in your Podfile # use_flipper! # post_install do &#124;installer&#124; # flipper_post_install(installer) # end Now run the command [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to Make http post request in Angular 14</title>
                        <link>https://vrsoftcoder.com/how-to-make-http-post-request-in-angular-14/</link>
                        <pubDate>Mon, 14 Mar 2022 17:25:50 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7036</guid>
                        <description><![CDATA[How to Make http post request in Angular 14 In this angular 14 tutorial, we are going to learn how to send POST requests to REST API servers in your Angular 14 application using Httplient, Angular services and models. We need the HTTP POST method for many uses but mainly used to add new data [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to Make http post request in Angular 14 In this angular 14 tutorial, we are going to learn how to send POST requests to REST API servers in your Angular 14 application using Httplient, Angular services and models. We need the HTTP POST method for many uses but mainly used to add new data [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to remove style property using javascript</title>
                        <link>https://vrsoftcoder.com/how-to-remove-style-property-using-javascript/</link>
                        <pubDate>Fri, 11 Mar 2022 11:34:57 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7030</guid>
                        <description><![CDATA[How to remove style property using javascript Please check the below code snippet:- var getelement = document.getElementById('element-id'); getelement.style.width = '0px'; getelement.style.height = '0px'; getelement.style.display = 'none'; getelement.style.marginLeft= '100px'; getelement.style.marginRight= '100px'; remove style javascript,javascript remove style,remove css style javascript,how to remove style attribute in javascript,remove style property javascript,remove style in javascript,remove style from element javascript,how to [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to remove style property using javascript Please check the below code snippet:- var getelement = document.getElementById('element-id'); getelement.style.width = '0px'; getelement.style.height = '0px'; getelement.style.display = 'none'; getelement.style.marginLeft= '100px'; getelement.style.marginRight= '100px'; remove style javascript,javascript remove style,remove css style javascript,how to remove style attribute in javascript,remove style property javascript,remove style in javascript,remove style from element javascript,how to [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>mysql grant all privileges to a user</title>
                        <link>https://vrsoftcoder.com/mysql-grant-all-privileges-to-a-user/</link>
                        <pubDate>Wed, 09 Mar 2022 17:24:58 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7019</guid>
                        <description><![CDATA[mysql grant all privileges to a user The GRANT statement is used to assign full control over a specific database by providing all privileges. Use the below syntax to assign privilege to the user. GRANT ALL PRIVILEGES ON mydb.* TO 'myuser'@'%' WITH GRANT OPTION; /* I hope the above syntax will help you. */ mysql [&#8230;]]]></description>
                        <content:encoded><![CDATA[mysql grant all privileges to a user The GRANT statement is used to assign full control over a specific database by providing all privileges. Use the below syntax to assign privilege to the user. GRANT ALL PRIVILEGES ON mydb.* TO 'myuser'@'%' WITH GRANT OPTION; /* I hope the above syntax will help you. */ mysql [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Add to cart in Shopify using Ajax Jquery</title>
                        <link>https://vrsoftcoder.com/add-to-cart-in-shopify-using-ajax-jquery/</link>
                        <pubDate>Fri, 04 Mar 2022 04:40:12 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7009</guid>
                        <description><![CDATA[Add to cart in Shopify using Ajax Jquery Hi in this tutorial we will integrate add to cart in Shopify using Ajax:- Step 1:- First you need to change the add t cart button to below. Also, you need to add a unique id or class to the Add to cart form like below:- Add [&#8230;]]]></description>
                        <content:encoded><![CDATA[Add to cart in Shopify using Ajax Jquery Hi in this tutorial we will integrate add to cart in Shopify using Ajax:- Step 1:- First you need to change the add t cart button to below. Also, you need to add a unique id or class to the Add to cart form like below:- Add [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Set the value of an input field using javascript</title>
                        <link>https://vrsoftcoder.com/set-the-value-of-an-input-field-using-javascript/</link>
                        <pubDate>Thu, 24 Feb 2022 16:42:28 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=7001</guid>
                        <description><![CDATA[Set the value of an input field using javascript document.getElementById("myid").value = "My value"; how to set the value of text input field using javascript,set value of form field in javascript,set the value of a input field with javascript,set the value of input field javascript,set value of input using javascript,set value of input javascript,javascript how to [&#8230;]]]></description>
                        <content:encoded><![CDATA[Set the value of an input field using javascript document.getElementById("myid").value = "My value"; how to set the value of text input field using javascript,set value of form field in javascript,set the value of a input field with javascript,set the value of input field javascript,set value of input using javascript,set value of input javascript,javascript how to [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to change the style of the title attribute</title>
                        <link>https://vrsoftcoder.com/how-to-change-the-style-of-the-title-attribute/</link>
                        <pubDate>Thu, 24 Feb 2022 10:03:00 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6998</guid>
                        <description><![CDATA[How to change the style of the title attribute You can change the title attribute design using CSS. In this code snippet, we will use an anchor tag. //HTML Site Link //CSS a { position: relative; display: inline-block; margin-top: 20px; } a[title]:hover::after { content: attr(title); position: absolute; top: -100%; left: 0; } how to change [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to change the style of the title attribute You can change the title attribute design using CSS. In this code snippet, we will use an anchor tag. //HTML Site Link //CSS a { position: relative; display: inline-block; margin-top: 20px; } a[title]:hover::after { content: attr(title); position: absolute; top: -100%; left: 0; } how to change [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Hide and show element using plain javascript</title>
                        <link>https://vrsoftcoder.com/hide-and-show-element-using-plain-javascript/</link>
                        <pubDate>Wed, 23 Feb 2022 10:07:24 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6993</guid>
                        <description><![CDATA[Hide and show element using plain javascript Please check the below code snippet:- //HTML Click Me This is my DIV element. // JS function ToggleElement() { var x = document.getElementById("myDIV"); if (x.style.display === "none") { x.style.display = "block"; } else { x.style.display = "none"; } } hide element via javascript,hide and show elements in javascript,hide [&#8230;]]]></description>
                        <content:encoded><![CDATA[Hide and show element using plain javascript Please check the below code snippet:- //HTML Click Me This is my DIV element. // JS function ToggleElement() { var x = document.getElementById("myDIV"); if (x.style.display === "none") { x.style.display = "block"; } else { x.style.display = "none"; } } hide element via javascript,hide and show elements in javascript,hide [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to Add Your WordPress Site to Google webmaster tool</title>
                        <link>https://vrsoftcoder.com/how-to-add-your-wordpress-site-to-google-webmaster-tool/</link>
                        <pubDate>Wed, 23 Feb 2022 03:40:22 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6989</guid>
                        <description><![CDATA[How to Add Your WordPress Site to Google webmaster tool To optimize your website for SEO you need to add your website to the google search console ( Google webmaster tool ). Google offers more tools like google analytics to track your website visitors. In this tutorial, we will show you how you can add [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to Add Your WordPress Site to Google webmaster tool To optimize your website for SEO you need to add your website to the google search console ( Google webmaster tool ). Google offers more tools like google analytics to track your website visitors. In this tutorial, we will show you how you can add [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>TypeError: undefined is not an object (evaluating &#8216;_reactNativeImagePicker.default.launchCamera&#8217;)</title>
                        <link>https://vrsoftcoder.com/typeerror-undefined-is-not-an-object-evaluating-_reactnativeimagepicker-default-launchcamera/</link>
                        <pubDate>Fri, 11 Feb 2022 16:01:25 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6985</guid>
                        <description><![CDATA[TypeError: undefined is not an object (evaluating &#8216;_reactNativeImagePicker.default.launchCamera&#8217;) Use import * as ImagePicker from "react-native-image-picker"; Instead of import ImagePicker from 'react-native-image-picker';]]></description>
                        <content:encoded><![CDATA[TypeError: undefined is not an object (evaluating &#8216;_reactNativeImagePicker.default.launchCamera&#8217;) Use import * as ImagePicker from "react-native-image-picker"; Instead of import ImagePicker from 'react-native-image-picker';]]></content:encoded>
                                                                </item>
                        <item>
                        <title>react native code changes are not reflecting on ios testflight and live app</title>
                        <link>https://vrsoftcoder.com/react-native-code-changes-are-not-reflecting-on-ios-testflight-and-live-app/</link>
                        <pubDate>Fri, 04 Feb 2022 07:31:11 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6981</guid>
                        <description><![CDATA[react native code changes are not reflecting on ios testflight and live app Basically, these issues are coming in IOS 14. Use the below methods to resolve the issues:- 1) make sure that the latest main.jsbundle is bundled with the latest ios code. You can delete this file from ios folder of your react-native project [&#8230;]]]></description>
                        <content:encoded><![CDATA[react native code changes are not reflecting on ios testflight and live app Basically, these issues are coming in IOS 14. Use the below methods to resolve the issues:- 1) make sure that the latest main.jsbundle is bundled with the latest ios code. You can delete this file from ios folder of your react-native project [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Youtube added new feature of Zoom a Video</title>
                        <link>https://vrsoftcoder.com/youtube-added-new-feature-of-zoom-a-video/</link>
                        <pubDate>Tue, 18 Jan 2022 17:04:36 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6974</guid>
                        <description><![CDATA[Youtube added new feature of Zoom a Video Youtube added a new feature on 18-01-2022 of zooming on a video. New update looks like the below screenshot:- In this update, you can hover and play the videos on youtube. youtube new features 2021 youtube new features 2022 youtube new features 2020 youtube new features 2017 [&#8230;]]]></description>
                        <content:encoded><![CDATA[Youtube added new feature of Zoom a Video Youtube added a new feature on 18-01-2022 of zooming on a video. New update looks like the below screenshot:- In this update, you can hover and play the videos on youtube. youtube new features 2021 youtube new features 2022 youtube new features 2020 youtube new features 2017 [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Body Fat Calculator  Using JQuery and html</title>
                        <link>https://vrsoftcoder.com/body-fat-calculator-using-jquery-and-html/</link>
                        <pubDate>Mon, 13 Dec 2021 09:46:46 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6956</guid>
                        <description><![CDATA[Body Fat Calculator Using JQuery and html In this tutorial, I am showing you how to create a body fat calculator using HTML and jquery. 1) Create a form of below fields:- Gender Male Female Age Weight Height Neck Waist Hip Calculate 2) Add some style 3) Add jquery library and below code snippet Below [&#8230;]]]></description>
                        <content:encoded><![CDATA[Body Fat Calculator Using JQuery and html In this tutorial, I am showing you how to create a body fat calculator using HTML and jquery. 1) Create a form of below fields:- Gender Male Female Age Weight Height Neck Waist Hip Calculate 2) Add some style 3) Add jquery library and below code snippet Below [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>how to integrate zoho api in php laravel</title>
                        <link>https://vrsoftcoder.com/how-to-integrate-zoho-api-in-php-laravel/</link>
                        <pubDate>Sun, 05 Dec 2021 17:51:14 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6950</guid>
                        <description><![CDATA[how to integrate zoho api in php laravel 1) Go to the Zoho Developer Console. If it&#8217;s the first time you&#8217;re registering a client application, click GET STARTED. Choose the required Client Type. 2) Request Authorization Code https://www.zylker.com/callback?code=1000.xxxxxxxxe1a88.xxxxxxxx40a3&#038;location=us&#038;accounts-server=https%3A%2F%2Faccounts.zoho.com This API will return the short-lived grant token that will be required to generate the access and [&#8230;]]]></description>
                        <content:encoded><![CDATA[how to integrate zoho api in php laravel 1) Go to the Zoho Developer Console. If it&#8217;s the first time you&#8217;re registering a client application, click GET STARTED. Choose the required Client Type. 2) Request Authorization Code https://www.zylker.com/callback?code=1000.xxxxxxxxe1a88.xxxxxxxx40a3&#038;location=us&#038;accounts-server=https%3A%2F%2Faccounts.zoho.com This API will return the short-lived grant token that will be required to generate the access and [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>php check if time is less than the current time</title>
                        <link>https://vrsoftcoder.com/php-check-if-time-is-less-than-the-current-time/</link>
                        <pubDate>Fri, 12 Nov 2021 07:53:36 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6940</guid>
                        <description><![CDATA[php check if time is less than the current time $date_now = new DateTime(); $date2 = new DateTime("01/02/2016"); if ($date_now < $date2) { echo 'less than'; }else{ echo 'greater than'; } PHP check if time is greater than the current time $date_now = new DateTime(); $date2 = new DateTime("01/02/2016"); if ($date_now > $date2) { echo [&#8230;]]]></description>
                        <content:encoded><![CDATA[php check if time is less than the current time $date_now = new DateTime(); $date2 = new DateTime("01/02/2016"); if ($date_now < $date2) { echo 'less than'; }else{ echo 'greater than'; } PHP check if time is greater than the current time $date_now = new DateTime(); $date2 = new DateTime("01/02/2016"); if ($date_now > $date2) { echo [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to make oauth2 for here map API in php</title>
                        <link>https://vrsoftcoder.com/how-to-make-oauth2-for-here-map-api/</link>
                        <pubDate>Fri, 22 Oct 2021 05:28:17 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6934</guid>
                        <description><![CDATA[How to make oauth2 for here map API in php To make oauth2 authentication in PHP for here map you need bellow credentials:- 1) here.access.key.id 2) here.access.key.secret Now use below code snippet to create an access token $timer = (string) time(); $grant_type = 'client_credentials'; $oauth_consumer_key = 'here.access.key.id'; $oauth_nonce = uniqid(mt_rand(1, 1000)); $oauth_signature_method = 'HMAC-SHA256'; $oauth_timestamp [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to make oauth2 for here map API in php To make oauth2 authentication in PHP for here map you need bellow credentials:- 1) here.access.key.id 2) here.access.key.secret Now use below code snippet to create an access token $timer = (string) time(); $grant_type = 'client_credentials'; $oauth_consumer_key = 'here.access.key.id'; $oauth_nonce = uniqid(mt_rand(1, 1000)); $oauth_signature_method = 'HMAC-SHA256'; $oauth_timestamp [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>check for a value in array javascript</title>
                        <link>https://vrsoftcoder.com/check-for-a-value-in-array-javascript/</link>
                        <pubDate>Tue, 19 Oct 2021 12:54:09 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6912</guid>
                        <description><![CDATA[Check for a value in array javascript To check for a value in an array in javascript using the below code snippet:- const fruit = ["Orange", "Banana", "Apple", "Mango"]; fruit.includes("Mango");]]></description>
                        <content:encoded><![CDATA[Check for a value in array javascript To check for a value in an array in javascript using the below code snippet:- const fruit = ["Orange", "Banana", "Apple", "Mango"]; fruit.includes("Mango");]]></content:encoded>
                                                                </item>
                        <item>
                        <title>create object and sub object using javascript loop</title>
                        <link>https://vrsoftcoder.com/create-object-and-sub-object-using-javascript-loop/</link>
                        <pubDate>Tue, 19 Oct 2021 11:32:54 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6909</guid>
                        <description><![CDATA[create object and sub object using javascript loop To create create object and sub-object using javascript loop use the below code snippet var mainobj = []; var count = 0; for (const key of walkingdata) { mainobj.push({lat: key.lat, lng: key.lng,subdata:[]}); for (i = 0; i < walkingdata.length; i++) { if(walkingdata[i].distance < 600){ mainobj[count].subdata.push({lat: key.lat, lng: [&#8230;]]]></description>
                        <content:encoded><![CDATA[create object and sub object using javascript loop To create create object and sub-object using javascript loop use the below code snippet var mainobj = []; var count = 0; for (const key of walkingdata) { mainobj.push({lat: key.lat, lng: key.lng,subdata:[]}); for (i = 0; i < walkingdata.length; i++) { if(walkingdata[i].distance < 600){ mainobj[count].subdata.push({lat: key.lat, lng: [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Uncaught TypeError: Cannot read properties of null (reading &#8216;addEventListener&#8217;)</title>
                        <link>https://vrsoftcoder.com/uncaught-typeerror-cannot-read-property-addeventlistener-of-null/</link>
                        <pubDate>Thu, 14 Oct 2021 17:29:54 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6906</guid>
                        <description><![CDATA[Uncaught TypeError: Cannot read properties of null (reading &#8216;addEventListener&#8217;) In JavaScript, a very common error is the Uncaught TypeError: Cannot read properties of null (reading &#8216;addEventListener&#8217;). This error occurs when JavaScript cannot find the element by using its id through the getElementById() function. Another case of this error is you no HTML element id exists [&#8230;]]]></description>
                        <content:encoded><![CDATA[Uncaught TypeError: Cannot read properties of null (reading &#8216;addEventListener&#8217;) In JavaScript, a very common error is the Uncaught TypeError: Cannot read properties of null (reading &#8216;addEventListener&#8217;). This error occurs when JavaScript cannot find the element by using its id through the getElementById() function. Another case of this error is you no HTML element id exists [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to add polygons and polyline in react native map</title>
                        <link>https://vrsoftcoder.com/how-to-add-polygons-and-polyline-in-react-native-map/</link>
                        <pubDate>Wed, 25 Aug 2021 12:02:53 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6896</guid>
                        <description><![CDATA[How to add polygons and polyline in react native map In this tutorial, I am going to show you how you can add the polyline and polygon in react native app application. import the react-native map package with Polyline and polygon:- import MapView, { Marker, AnimatedRegion,PROVIDER_GOOGLE,Polyline,polygon } from "react-native-maps"; Please check the below complete code [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to add polygons and polyline in react native map In this tutorial, I am going to show you how you can add the polyline and polygon in react native app application. import the react-native map package with Polyline and polygon:- import MapView, { Marker, AnimatedRegion,PROVIDER_GOOGLE,Polyline,polygon } from "react-native-maps"; Please check the below complete code [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to check battery level and percentage of android and ios device in React Native</title>
                        <link>https://vrsoftcoder.com/how-to-check-battery-level-and-percentage-in-react-native/</link>
                        <pubDate>Tue, 06 Apr 2021 15:29:26 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6880</guid>
                        <description><![CDATA[How to check battery level and percentage of android and ios device in React Native To check the battery level in react native we can use NPM package ( react-native-device-info ). The documentation of this package is very easy. In this tutorial we will learn how to check battery level of a android and ios [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to check battery level and percentage of android and ios device in React Native To check the battery level in react native we can use NPM package ( react-native-device-info ). The documentation of this package is very easy. In this tutorial we will learn how to check battery level of a android and ios [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to add social sharing in ionic react app</title>
                        <link>https://vrsoftcoder.com/how-to-add-social-sharing-in-ionic-react-app/</link>
                        <pubDate>Wed, 10 Mar 2021 05:26:29 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6862</guid>
                        <description><![CDATA[After lots of searching and efforts i have done the social sharing in my ionic react app. So you need to follow below setups:- 1) Install the below packages through npm npm install cordova-plugin-x-socialsharing npm install @ionic-native/social-sharing 2) Import package in your component as like below:- import { SocialSharing } from '@ionic-native/social-sharing'; 3) Now you [&#8230;]]]></description>
                        <content:encoded><![CDATA[After lots of searching and efforts i have done the social sharing in my ionic react app. So you need to follow below setups:- 1) Install the below packages through npm npm install cordova-plugin-x-socialsharing npm install @ionic-native/social-sharing 2) Import package in your component as like below:- import { SocialSharing } from '@ionic-native/social-sharing'; 3) Now you [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to add checkbox in react native?</title>
                        <link>https://vrsoftcoder.com/how-to-add-checkbox-in-react-native/</link>
                        <pubDate>Fri, 05 Mar 2021 07:10:12 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6851</guid>
                        <description><![CDATA[In this tutorials we will use a package named @react-native-community/checkbox to add checkboxes in react native. So follow the below setups:- 1) Install the @react-native-community/checkbox package like below in your application yarn add @react-native-community/checkbox or npm install @react-native-community/checkbox --save On iOS, install cocoapods: npx pod-install 2) Link the module in your application react-native link @react-native-community/checkbox [&#8230;]]]></description>
                        <content:encoded><![CDATA[In this tutorials we will use a package named @react-native-community/checkbox to add checkboxes in react native. So follow the below setups:- 1) Install the @react-native-community/checkbox package like below in your application yarn add @react-native-community/checkbox or npm install @react-native-community/checkbox --save On iOS, install cocoapods: npx pod-install 2) Link the module in your application react-native link @react-native-community/checkbox [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Error: Realm at path /data/user/0/com.drug/files/drugApp.realm already opened on current thread with different schema.</title>
                        <link>https://vrsoftcoder.com/error-realm-at-path-data-user-0-com-drug-files-drugapp-realm-already-opened-on-current-thread-with-different-schema/</link>
                        <pubDate>Mon, 01 Feb 2021 06:15:04 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6844</guid>
                        <description><![CDATA[Error: Realm at path &#8216;/data/user/0/com.drug/files/drugApp.realm&#8217; already opened on current thread with different schema. To solve this error you need to close Realm instance like below code example:- export const insertNewContact = newcontact => new Promise((resolve,reject) => { Realm.open(databaseOptions).then(realm=>{ realm.write(() => { console.log(newcontact); realm.create(CONTACT_SCHEMA, newcontact); resolve(newcontact); realm.close(); }); }).catch((error) => reject(error)); });]]></description>
                        <content:encoded><![CDATA[Error: Realm at path &#8216;/data/user/0/com.drug/files/drugApp.realm&#8217; already opened on current thread with different schema. To solve this error you need to close Realm instance like below code example:- export const insertNewContact = newcontact => new Promise((resolve,reject) => { Realm.open(databaseOptions).then(realm=>{ realm.write(() => { console.log(newcontact); realm.create(CONTACT_SCHEMA, newcontact); resolve(newcontact); realm.close(); }); }).catch((error) => reject(error)); });]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Error: TypeError: Cannot read property map of undefined at resolveDependencies (C:\xampp\htdocs\reactnative\reactnativerealm\drug\node_modules\metro\src\DeltaBundler\traverseDependencies.js</title>
                        <link>https://vrsoftcoder.com/error-typeerror-cannot-read-property-map-of-undefined-at-resolvedependencies-cxampphtdocsreactnativereactnativerealmdrugnode_modulesmetrosrcdeltabundlertraversedependencies-js/</link>
                        <pubDate>Mon, 01 Feb 2021 05:46:06 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6839</guid>
                        <description><![CDATA[error: TypeError: Cannot read property &#8216;map&#8217; of undefined at resolveDependencies (C:\xampp\htdocs\reactnative\reactnativerealm\drug\node_modules\metro\src\DeltaBundler\traverseDependencies.js To solve this error in react native you need to clean your temp folder in windows OS. Goto C:\Users\AppData\Local\Temp folder. Delete all data.]]></description>
                        <content:encoded><![CDATA[error: TypeError: Cannot read property &#8216;map&#8217; of undefined at resolveDependencies (C:\xampp\htdocs\reactnative\reactnativerealm\drug\node_modules\metro\src\DeltaBundler\traverseDependencies.js To solve this error in react native you need to clean your temp folder in windows OS. Goto C:\Users\AppData\Local\Temp folder. Delete all data.]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to get data in DESC order Realm React Native</title>
                        <link>https://vrsoftcoder.com/how-to-get-data-in-desc-order-realm-react-native/</link>
                        <pubDate>Fri, 29 Jan 2021 07:16:30 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6835</guid>
                        <description><![CDATA[How to get data in DESC order Realm React Native To get data in descending order in Realm React Native or react ionic you need to use the following sorted method like below:- var contacts = realm.objects('contacts').sorted('id', true); console.log(contacts); if you have a question ask here Ask Questions]]></description>
                        <content:encoded><![CDATA[How to get data in DESC order Realm React Native To get data in descending order in Realm React Native or react ionic you need to use the following sorted method like below:- var contacts = realm.objects('contacts').sorted('id', true); console.log(contacts); if you have a question ask here Ask Questions]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to integrate Binect APIs in php</title>
                        <link>https://vrsoftcoder.com/how-to-integrate-binect-apis-in-php/</link>
                        <pubDate>Mon, 23 Nov 2020 05:29:52 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6777</guid>
                        <description><![CDATA[In this tutorial, we are going to learn How to integrate Binect APIs in PHP. First thing you need to create the authorization code using your username and password like below:- Basic YW51anN0YXBsZUBnbWFpbC5jb206QW51akAxMjM= 1) Get user data Through the first binect API, we will get user data using PHP curl. You need to set the [&#8230;]]]></description>
                        <content:encoded><![CDATA[In this tutorial, we are going to learn How to integrate Binect APIs in PHP. First thing you need to create the authorization code using your username and password like below:- Basic YW51anN0YXBsZUBnbWFpbC5jb206QW51akAxMjM= 1) Get user data Through the first binect API, we will get user data using PHP curl. You need to set the [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to delete table in Laravel?</title>
                        <link>https://vrsoftcoder.com/how-to-delete-table-in-laravel/</link>
                        <pubDate>Thu, 05 Nov 2020 07:29:28 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6698</guid>
                        <description><![CDATA[In this tutorial we will learn that how we can delete table in laravel. We can achieve this by two ways. They are following:- 1) Delete table from phpmyadmin You can delete table direct from phpmyadmin. Remember to delete migrations also. if the migration is still there when you run the migration again the table [&#8230;]]]></description>
                        <content:encoded><![CDATA[In this tutorial we will learn that how we can delete table in laravel. We can achieve this by two ways. They are following:- 1) Delete table from phpmyadmin You can delete table direct from phpmyadmin. Remember to delete migrations also. if the migration is still there when you run the migration again the table [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to call a method of controller with cron in laravel</title>
                        <link>https://vrsoftcoder.com/how-to-call-a-method-of-controller-with-cron-in-laravel/</link>
                        <pubDate>Mon, 02 Nov 2020 07:45:54 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6677</guid>
                        <description><![CDATA[In this tutorial we are going to learn how to call a method of controll through CRON and schedule them. Now create a contoller and a function inside that controller. In this tutorial we will create a user every minute using laravel CRON schedule. So first we will create a usersController. See below example:&#8211; Create [&#8230;]]]></description>
                        <content:encoded><![CDATA[In this tutorial we are going to learn how to call a method of controll through CRON and schedule them. Now create a contoller and a function inside that controller. In this tutorial we will create a user every minute using laravel CRON schedule. So first we will create a usersController. See below example:&#8211; Create [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Groceries Elementor Template</title>
                        <link>https://vrsoftcoder.com/groceries-elementor-template/</link>
                        <pubDate>Thu, 22 Oct 2020 15:29:56 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6659</guid>
                        <description><![CDATA[Groceries Elementor Template african grocers, africangrocers, african grocery store near me,african grocery store,african grocery,african grocery near me,african grocery delivery,african grocery store toronto,african grocery store atlanta,african grocery store ottawa,south african groceries,african caribbean grocery,african caribbean tropical grocers hamilton on,african grocery and meat market,african groceries &#038; art chicago il,african groceries and art,african groceries adelaide,african grocery atlanta,african grocery alexandria [&#8230;]]]></description>
                        <content:encoded><![CDATA[Groceries Elementor Template african grocers, africangrocers, african grocery store near me,african grocery store,african grocery,african grocery near me,african grocery delivery,african grocery store toronto,african grocery store atlanta,african grocery store ottawa,south african groceries,african caribbean grocery,african caribbean tropical grocers hamilton on,african grocery and meat market,african groceries &#038; art chicago il,african groceries and art,african groceries adelaide,african grocery atlanta,african grocery alexandria [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to add tool tip in vue js</title>
                        <link>https://vrsoftcoder.com/how-to-add-tool-tip-in-vue-js/</link>
                        <pubDate>Tue, 22 Sep 2020 07:59:01 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6650</guid>
                        <description><![CDATA[In this tutorial you are going to learn about how to add tool tip in vue js. To get this you need to install a vue js package called bootstrap-vue. To install this package follow the below instructions:- # With npm npm install vue bootstrap-vue bootstrap # With yarn yarn add vue bootstrap-vue bootstrap Now, [&#8230;]]]></description>
                        <content:encoded><![CDATA[In this tutorial you are going to learn about how to add tool tip in vue js. To get this you need to install a vue js package called bootstrap-vue. To install this package follow the below instructions:- # With npm npm install vue bootstrap-vue bootstrap # With yarn yarn add vue bootstrap-vue bootstrap Now, [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Laravel relationship with multiple column</title>
                        <link>https://vrsoftcoder.com/laravel-relationship-with-multiple-column/</link>
                        <pubDate>Sat, 29 Aug 2020 10:10:55 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6644</guid>
                        <description><![CDATA[Laravel relationship with multiple column In this tutorial we will learn how we can do relationship in laravel with multiple column. For this tutorial i have below code example. I hope you will understand the code or you can comment me below regarding any issue.]]></description>
                        <content:encoded><![CDATA[Laravel relationship with multiple column In this tutorial we will learn how we can do relationship in laravel with multiple column. For this tutorial i have below code example. I hope you will understand the code or you can comment me below regarding any issue.]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to add single product on home page shopify with gallery</title>
                        <link>https://vrsoftcoder.com/how-to-add-single-product-on-home-page-shopify-with-gallery/</link>
                        <pubDate>Mon, 20 Apr 2020 07:36:58 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6492</guid>
                        <description><![CDATA[If you are facing issues during add single product on the home page in Shopify. Then you are on the right blog. You can do this to loop over product images. See the below example:- {% for image in product.images %} {% endfor %} If you want to show the product with its gallery dynamically [&#8230;]]]></description>
                        <content:encoded><![CDATA[If you are facing issues during add single product on the home page in Shopify. Then you are on the right blog. You can do this to loop over product images. See the below example:- {% for image in product.images %} {% endfor %} If you want to show the product with its gallery dynamically [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Laravel Airlock feature for API authentication</title>
                        <link>https://vrsoftcoder.com/laravel-airlock-feature-for-api-authentication/</link>
                        <pubDate>Fri, 13 Mar 2020 10:36:16 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6449</guid>
                        <description><![CDATA[Laravel Airlock feature for API authentication The Airlock is a new feature in Laravel 7 for API authentication. Airlock provides the simple token base API auth, token issuing, token abilities, revoking tokens, SPA auth with CSRF protection and authentication for mobile applications. How to install Open your command prompt and install the package by using [&#8230;]]]></description>
                        <content:encoded><![CDATA[Laravel Airlock feature for API authentication The Airlock is a new feature in Laravel 7 for API authentication. Airlock provides the simple token base API auth, token issuing, token abilities, revoking tokens, SPA auth with CSRF protection and authentication for mobile applications. How to install Open your command prompt and install the package by using [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Read an External JSON file in Angular 8</title>
                        <link>https://vrsoftcoder.com/read-an-external-json-file-in-angular-8/</link>
                        <pubDate>Mon, 27 Jan 2020 10:49:32 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6421</guid>
                        <description><![CDATA[We can use the HttpClient service in Angular 8 to read and extract data from an external JSON file. Using the Get() method of HttpClient class, we can easily open and read data from a JSON file. In this angular 8 tutorial, I will show you how to read JSON data from a file. The [&#8230;]]]></description>
                        <content:encoded><![CDATA[We can use the HttpClient service in Angular 8 to read and extract data from an external JSON file. Using the Get() method of HttpClient class, we can easily open and read data from a JSON file. In this angular 8 tutorial, I will show you how to read JSON data from a file. The [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to integrate dyn email api in php</title>
                        <link>https://vrsoftcoder.com/how-to-integrate-dyn-email-api-in-php/</link>
                        <pubDate>Sat, 14 Dec 2019 13:32:05 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6391</guid>
                        <description><![CDATA[In this tutorial, We are going to integrate DYN Email API into a PHP application. The DYN email API allows us to send emails from our website. DYN Email Delivery provides a REST API to allow for programmatic access to the system. We can configure our account via the API, request reporting data, Check email [&#8230;]]]></description>
                        <content:encoded><![CDATA[In this tutorial, We are going to integrate DYN Email API into a PHP application. The DYN email API allows us to send emails from our website. DYN Email Delivery provides a REST API to allow for programmatic access to the system. We can configure our account via the API, request reporting data, Check email [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to integrate dyn email api in laravel</title>
                        <link>https://vrsoftcoder.com/how-to-integrate-dyn-email-api-in-laravel/</link>
                        <pubDate>Fri, 13 Dec 2019 10:38:51 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6388</guid>
                        <description><![CDATA[In this tutorial, We are going to integrate DYN Email API into a Laravel application. The DYN email API allows us to send emails from our website. DYN Email Delivery provides a REST API to allow for programmatic access to the system. We can configure our account via the API, request reporting data, Check email [&#8230;]]]></description>
                        <content:encoded><![CDATA[In this tutorial, We are going to integrate DYN Email API into a Laravel application. The DYN email API allows us to send emails from our website. DYN Email Delivery provides a REST API to allow for programmatic access to the system. We can configure our account via the API, request reporting data, Check email [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to upload image in Laravel 6</title>
                        <link>https://vrsoftcoder.com/how-to-upload-image-in-laravel-6/</link>
                        <pubDate>Mon, 14 Oct 2019 12:16:14 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6359</guid>
                        <description><![CDATA[Today In this Laravel 6 tutorial, we are going to learn how to upload image or file in laravel 6 step by step. We will create a user profile form with profile image and also we will validate profile image with Laravel validator. So let&#8217;s start step by step:- Install Laravel Using following commands install [&#8230;]]]></description>
                        <content:encoded><![CDATA[Today In this Laravel 6 tutorial, we are going to learn how to upload image or file in laravel 6 step by step. We will create a user profile form with profile image and also we will validate profile image with Laravel validator. So let&#8217;s start step by step:- Install Laravel Using following commands install [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to make a http get request in angular 8</title>
                        <link>https://vrsoftcoder.com/how-to-make-a-http-get-request-in-angular-8/</link>
                        <pubDate>Sat, 31 Aug 2019 20:55:48 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6333</guid>
                        <description><![CDATA[In this angular 8 tutorial, we’ll learn by example how to send GET requests to REST API servers in your Angular 8 application using Httplient. We’ll also see how to use Angular services, RxJS Observables, models and the async pipe. When we built a Front end application using javascript frameworks like Angular Js, they communicate [&#8230;]]]></description>
                        <content:encoded><![CDATA[In this angular 8 tutorial, we’ll learn by example how to send GET requests to REST API servers in your Angular 8 application using Httplient. We’ll also see how to use Angular services, RxJS Observables, models and the async pipe. When we built a Front end application using javascript frameworks like Angular Js, they communicate [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Angular 8 Reactive Forms Tutorial with Examples</title>
                        <link>https://vrsoftcoder.com/angular-8-reactive-forms-tutorial-with-examples/</link>
                        <pubDate>Sat, 31 Aug 2019 18:10:51 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6329</guid>
                        <description><![CDATA[In this tutorial, we are going to learn how to use Reactive Forms and their validations in angular 8.Angular 8 Reactive Forms Tutorial with Examples. Before proceeding next please update your node js version to 10.16 and above to use angular 8. Reactive Forms (or model-driven) The Reactive Forms in angular 8 use the FormControl, [&#8230;]]]></description>
                        <content:encoded><![CDATA[In this tutorial, we are going to learn how to use Reactive Forms and their validations in angular 8.Angular 8 Reactive Forms Tutorial with Examples. Before proceeding next please update your node js version to 10.16 and above to use angular 8. Reactive Forms (or model-driven) The Reactive Forms in angular 8 use the FormControl, [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to render html in node js</title>
                        <link>https://vrsoftcoder.com/how-to-render-html-in-node-js/</link>
                        <pubDate>Sun, 28 Jul 2019 05:03:09 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6309</guid>
                        <description><![CDATA[How to render html in node js. Node JS allows you to create a custom web server according to your need. In this tutorial, we&#8217;re going to install node js and we are also writing our very first application let&#8217;s get started. Go to nodejs.org to download node js for your machine to install it. [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to render html in node js. Node JS allows you to create a custom web server according to your need. In this tutorial, we&#8217;re going to install node js and we are also writing our very first application let&#8217;s get started. Go to nodejs.org to download node js for your machine to install it. [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Laravel v6 Announcement By Taylor</title>
                        <link>https://vrsoftcoder.com/laravel-v6-announcement-by-taylor/</link>
                        <pubDate>Sat, 27 Jul 2019 09:42:26 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6306</guid>
                        <description><![CDATA[Laravel v6 Announcement By Taylor. Today Laravel 6.0 version announced by Taylor at Laracon. Laravel version 6.0 will come in August 2019. Laravel is the famous framework of PHP to develop web applications. It will be version 6.0. With new branding and a new website. The current version of Laravel is 5.8. In Laravel 5.8, [&#8230;]]]></description>
                        <content:encoded><![CDATA[Laravel v6 Announcement By Taylor. Today Laravel 6.0 version announced by Taylor at Laracon. Laravel version 6.0 will come in August 2019. Laravel is the famous framework of PHP to develop web applications. It will be version 6.0. With new branding and a new website. The current version of Laravel is 5.8. In Laravel 5.8, [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How To Render HTML file in Express JS</title>
                        <link>https://vrsoftcoder.com/how-to-render-html-file-in-express-js/</link>
                        <pubDate>Thu, 25 Jul 2019 01:32:36 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6289</guid>
                        <description><![CDATA[How To Render HTML file in Express JS. ExpressJS framework of Node JS allows you to create a custom web server according to your need. You don’t need to install another package to handle HTML files. Express js provide the best way to create a web server and render HTML for different HTTP requests. In [&#8230;]]]></description>
                        <content:encoded><![CDATA[How To Render HTML file in Express JS. ExpressJS framework of Node JS allows you to create a custom web server according to your need. You don’t need to install another package to handle HTML files. Express js provide the best way to create a web server and render HTML for different HTTP requests. In [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to generate PPT file in laravel</title>
                        <link>https://vrsoftcoder.com/how-to-generate-ppt-file-in-laravel/</link>
                        <pubDate>Fri, 21 Jun 2019 05:19:08 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6221</guid>
                        <description><![CDATA[How to generate PPT file in laravel. How to generate PPT file in laravel 5.7 In this Laravel tutorial, we will discuss how to generate PPT file in laravel. The package we are going to use to generate PPT is PHPPresentation. PHPPresentation is a library written in pure PHP which provides a set of classes [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to generate PPT file in laravel. How to generate PPT file in laravel 5.7 In this Laravel tutorial, we will discuss how to generate PPT file in laravel. The package we are going to use to generate PPT is PHPPresentation. PHPPresentation is a library written in pure PHP which provides a set of classes [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to Make HTTP POST request in Angular 8</title>
                        <link>https://vrsoftcoder.com/how-to-make-http-post-request-in-angular-8/</link>
                        <pubDate>Sun, 16 Jun 2019 13:23:47 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6218</guid>
                        <description><![CDATA[How to Make HTTP POST request in Angular 8. In this angular 8 tutorial, we are going to learn how to send POST requests to REST API servers in your Angular 8 application using Httplient, Angular services and models. We need the HTTP POST method for many uses but mainly used to add new data [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to Make HTTP POST request in Angular 8. In this angular 8 tutorial, we are going to learn how to send POST requests to REST API servers in your Angular 8 application using Httplient, Angular services and models. We need the HTTP POST method for many uses but mainly used to add new data [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to add Google reCAPTCHA on WordPress login page</title>
                        <link>https://vrsoftcoder.com/how-to-add-google-recaptcha-on-wordpress-login-page/</link>
                        <pubDate>Mon, 10 Jun 2019 10:40:25 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6211</guid>
                        <description><![CDATA[How to add Google reCAPTCHA on WordPress login page We can make a WordPress website more secure by changing login url, through server htaccess file and using WordPress security plugins. In this WordPress tutorial, we will learn about how we can more secure our WordPress website using GoogAPTCle reCHA security. Google reCAPTCHA is useful to [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to add Google reCAPTCHA on WordPress login page We can make a WordPress website more secure by changing login url, through server htaccess file and using WordPress security plugins. In this WordPress tutorial, we will learn about how we can more secure our WordPress website using GoogAPTCle reCHA security. Google reCAPTCHA is useful to [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to add custom filter/Search using Laravel Datatables</title>
                        <link>https://vrsoftcoder.com/how-to-add-custom-filter-search-using-laravel-datatables/</link>
                        <pubDate>Fri, 07 Jun 2019 08:52:59 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6203</guid>
                        <description><![CDATA[How to add custom filter/Search using Laravel Datatables In this Laravel tutorial, we will discuss today how to add a custom filter/Search with Laravel Datatable. The package we are going to use for Datatable is yajra/laravel-datatables-oracle. During this tutorial, we will use laravel 5.8, but you can start from Laravel 5.1 or above version. When [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to add custom filter/Search using Laravel Datatables In this Laravel tutorial, we will discuss today how to add a custom filter/Search with Laravel Datatable. The package we are going to use for Datatable is yajra/laravel-datatables-oracle. During this tutorial, we will use laravel 5.8, but you can start from Laravel 5.1 or above version. When [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to integrate paytm payment gateway in wordpress</title>
                        <link>https://vrsoftcoder.com/how-to-integrate-paytm-payment-gateway-in-wordpress/</link>
                        <pubDate>Wed, 29 May 2019 10:08:56 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6182</guid>
                        <description><![CDATA[how to integrate paytm payment gateway in wordpress In this WordPress tutorial you will learn How To Integrate Paytm Payment Gateway With WordPress Woocommerce. Now days PayTm is highly popular and trusted pay wallet system in India. Many peoples in india are using paytm wallet on daily bases to pay their bills. Paytm wallet is [&#8230;]]]></description>
                        <content:encoded><![CDATA[how to integrate paytm payment gateway in wordpress In this WordPress tutorial you will learn How To Integrate Paytm Payment Gateway With WordPress Woocommerce. Now days PayTm is highly popular and trusted pay wallet system in India. Many peoples in india are using paytm wallet on daily bases to pay their bills. Paytm wallet is [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to disable comments completely in wordpress</title>
                        <link>https://vrsoftcoder.com/how-to-disable-comments-completely-in-wordpress/</link>
                        <pubDate>Sat, 18 May 2019 10:48:32 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6129</guid>
                        <description><![CDATA[How to disable comments completely in wordpress Comments in WordPress allow your website&#8217;s visitors to interact with you and each other. When you activate comments on a Page or post on your website, WordPress insert some form fields where users can submit their comments. Some website owners don&#8217;t want to use comment feature on their [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to disable comments completely in wordpress Comments in WordPress allow your website&#8217;s visitors to interact with you and each other. When you activate comments on a Page or post on your website, WordPress insert some form fields where users can submit their comments. Some website owners don&#8217;t want to use comment feature on their [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to generate a pdf file in laravel</title>
                        <link>https://vrsoftcoder.com/how-to-generate-a-pdf-file-in-laravel/</link>
                        <pubDate>Sun, 12 May 2019 11:43:34 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6123</guid>
                        <description><![CDATA[How to generate a pdf file in laravel In this article, we are going to use laravel-dompdf package to generate pdf file from laravel blade template. In this example, we are going to fetch users from the database and show them on pdf in a table form. You can also add your own CSS on [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to generate a pdf file in laravel In this article, we are going to use laravel-dompdf package to generate pdf file from laravel blade template. In this example, we are going to fetch users from the database and show them on pdf in a table form. You can also add your own CSS on [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to get an IP address from a request in Laravel</title>
                        <link>https://vrsoftcoder.com/how-to-get-an-ip-address-from-a-request-in-laravel/</link>
                        <pubDate>Sun, 12 May 2019 09:26:25 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6118</guid>
                        <description><![CDATA[How to get an IP address from a request in Laravel In this laravel tutorial, I will tell you how to get an IP address from a request in Laravel. Sometime we may require to get the client IP address from request object in our laravel application. In core PHP you can get from $_SERVER, [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to get an IP address from a request in Laravel In this laravel tutorial, I will tell you how to get an IP address from a request in Laravel. Sometime we may require to get the client IP address from request object in our laravel application. In core PHP you can get from $_SERVER, [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to integrate adobe echo sign API in Laravel</title>
                        <link>https://vrsoftcoder.com/how-to-integrate-adobe-echo-sign-api-in-laravel/</link>
                        <pubDate>Wed, 08 May 2019 17:51:24 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=6103</guid>
                        <description><![CDATA[How to integrate adobe echo sign API in Laravel In this tutorial, We are going to discuss on the topic of integrating Adobe EchoSign API into a Laravel application. The Adobe Echo Sign Document API allows us to integrate EchoSign&#8217;s functionality on our website. If you or your customers generate reports and contracts that need [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to integrate adobe echo sign API in Laravel In this tutorial, We are going to discuss on the topic of integrating Adobe EchoSign API into a Laravel application. The Adobe Echo Sign Document API allows us to integrate EchoSign&#8217;s functionality on our website. If you or your customers generate reports and contracts that need [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to integrate a third party API in WordPress</title>
                        <link>https://vrsoftcoder.com/how-to-integrate-a-third-party-api-in-wordpress/</link>
                        <pubDate>Fri, 19 Apr 2019 14:41:45 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=5832</guid>
                        <description><![CDATA[How to integrate a third party API in WordPress In this WordPress tutorial, we are going to learn, how to integrate third-party API in WordPress. WordPress has also provided some API&#8217;s related to its content. You can integrate third-party API&#8217;s with WordPress using PHP curl, but this, not the right way because WordPress already provided [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to integrate a third party API in WordPress In this WordPress tutorial, we are going to learn, how to integrate third-party API in WordPress. WordPress has also provided some API&#8217;s related to its content. You can integrate third-party API&#8217;s with WordPress using PHP curl, but this, not the right way because WordPress already provided [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Angular 7 Forms Tutorial with Examples</title>
                        <link>https://vrsoftcoder.com/angular-7-forms-tutorial-with-examples/</link>
                        <pubDate>Sun, 17 Mar 2019 12:44:32 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=5788</guid>
                        <description><![CDATA[Angular 7 Forms Tutorial with Examples In this angular 7 form tutorial, we are going to learn how to use forms using both technique templates driven forms and reactive forms. Angular js provide two way to work with forms:- 1) Template driven forms The template-driven forms in angular 7 use the gModel, ngModelGroup, and ngForm [&#8230;]]]></description>
                        <content:encoded><![CDATA[Angular 7 Forms Tutorial with Examples In this angular 7 form tutorial, we are going to learn how to use forms using both technique templates driven forms and reactive forms. Angular js provide two way to work with forms:- 1) Template driven forms The template-driven forms in angular 7 use the gModel, ngModelGroup, and ngForm [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to send an http get request to Rest API server in Angular 7</title>
                        <link>https://vrsoftcoder.com/how-to-send-an-http-get-request-to-rest-api-server-in-angular-7/</link>
                        <pubDate>Tue, 12 Mar 2019 05:10:05 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=5770</guid>
                        <description><![CDATA[How to send an http get request to Rest API server in Angular 7 In this angular 7 tutorial, we&#8217;ll learn by example how to send GET requests to REST API servers in your Angular 7 application using Httplient. We&#8217;ll also see how to use Angular services, RxJS Observables, models and the async pipe. When [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to send an http get request to Rest API server in Angular 7 In this angular 7 tutorial, we&#8217;ll learn by example how to send GET requests to REST API servers in your Angular 7 application using Httplient. We&#8217;ll also see how to use Angular services, RxJS Observables, models and the async pipe. When [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to Import CSV and excel files in laravel</title>
                        <link>https://vrsoftcoder.com/how-to-import-csv-and-excel-files-in-laravel/</link>
                        <pubDate>Sun, 03 Mar 2019 09:21:00 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=5634</guid>
                        <description><![CDATA[How to Import CSV and excel files in laravel To import and export CSV and EXCEL file in laravel Maatwebsite provide a package. Maatwebsite laravel package allows you to easily import and export CSV and EXCEL files from your Eloquent Models. Let&#8217;s start with an example:- How to install If you want to install the [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to Import CSV and excel files in laravel To import and export CSV and EXCEL file in laravel Maatwebsite provide a package. Maatwebsite laravel package allows you to easily import and export CSV and EXCEL files from your Eloquent Models. Let&#8217;s start with an example:- How to install If you want to install the [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to choose the best domain name</title>
                        <link>https://vrsoftcoder.com/how-to-choose-the-best-domhow-to-choose-the-best-domain-name-ain-name/</link>
                        <pubDate>Sun, 03 Mar 2019 08:27:09 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=5625</guid>
                        <description><![CDATA[How to choose the best domain name Choosing the right domain name for your website is important for your success. A wrong domain name can be a Difficult to switch later on without harming your brand and search rankings. That’s why it’s much important that you choose the best domain name from the origin. When [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to choose the best domain name Choosing the right domain name for your website is important for your success. A wrong domain name can be a Difficult to switch later on without harming your brand and search rankings. That’s why it’s much important that you choose the best domain name from the origin. When [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to Install and Setup WordPress Multisite Network</title>
                        <link>https://vrsoftcoder.com/how-to-install-and-setup-wordpress-multisite-network/</link>
                        <pubDate>Sun, 16 Dec 2018 04:44:16 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=5519</guid>
                        <description><![CDATA[How to Install and Setup WordPress Multisite Network Do you need a WordPress multiple website network? WordPress Content Management System provides us capability to create multiple websites using the single WordPress installation. In this post, we are going to show you how to install and setup a WordPress multiple website network. Below is a detailed [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to Install and Setup WordPress Multisite Network Do you need a WordPress multiple website network? WordPress Content Management System provides us capability to create multiple websites using the single WordPress installation. In this post, we are going to show you how to install and setup a WordPress multiple website network. Below is a detailed [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to Add a File Manager in Your WordPress Dashboard</title>
                        <link>https://vrsoftcoder.com/how-to-add-a-file-manager-in-your-wordpress-dashboard/</link>
                        <pubDate>Sun, 25 Nov 2018 11:38:04 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=5488</guid>
                        <description><![CDATA[Why you need a File Manager in WordPress We need a file manager in WordPress when we have not credentials of FTP or cPanel of the website and your client only provide the WordPress admin panel detail. A WordPress file manager works similar to an FTP client. Using a file manager you can edit, preview, [&#8230;]]]></description>
                        <content:encoded><![CDATA[Why you need a File Manager in WordPress We need a file manager in WordPress when we have not credentials of FTP or cPanel of the website and your client only provide the WordPress admin panel detail. A WordPress file manager works similar to an FTP client. Using a file manager you can edit, preview, [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How many type we can get post and custom posts types</title>
                        <link>https://vrsoftcoder.com/how-many-type-we-can-get-post-and-custom-posts-types/</link>
                        <pubDate>Fri, 03 Aug 2018 06:54:22 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">http://localhost/mycode/?p=5333</guid>
                        <description><![CDATA[How many type we can get post and custom posts types Wordpress provide many ways to to get posts and custom posts type. Some of ways are following:- 1) The normal loop:- Wordpress provide normally a loop to get a post and page content and you can also found this snippet of code in your [&#8230;]]]></description>
                        <content:encoded><![CDATA[How many type we can get post and custom posts types Wordpress provide many ways to to get posts and custom posts type. Some of ways are following:- 1) The normal loop:- Wordpress provide normally a loop to get a post and page content and you can also found this snippet of code in your [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to get custom post type by custom category in wordpress</title>
                        <link>https://vrsoftcoder.com/how-to-get-custom-post-type-by-custom-category-in-wordpress/</link>
                        <pubDate>Fri, 03 Aug 2018 06:49:10 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">http://localhost/mycode/?p=5331</guid>
                        <description><![CDATA[We can get custom post type by custom category by custom category in many ways. One of method of getting custom post type define below:- To get the custom post type by custom category in WordPress you need to do something like below code. $the_query = new WP_Query( array( 'post_type' ='portfolio', 'tax_query' =array( array ( [&#8230;]]]></description>
                        <content:encoded><![CDATA[We can get custom post type by custom category by custom category in many ways. One of method of getting custom post type define below:- To get the custom post type by custom category in WordPress you need to do something like below code. $the_query = new WP_Query( array( 'post_type' ='portfolio', 'tax_query' =array( array ( [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to override WooCommerce template files?</title>
                        <link>https://vrsoftcoder.com/how-to-override-woocommerce-template-files/</link>
                        <pubDate>Thu, 26 Jul 2018 07:48:18 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=5402</guid>
                        <description><![CDATA[How to override WooCommerce template files? The WordPress WooCommerce template files are different from the WordPress theme template files. The template file for shop pages is archive-product.php. In some WordPress premium theme the override functionality are inbuilt. You can also override the Woocommerce templates in your WordPress child theme by same way. All WordPress themes [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to override WooCommerce template files? The WordPress WooCommerce template files are different from the WordPress theme template files. The template file for shop pages is archive-product.php. In some WordPress premium theme the override functionality are inbuilt. You can also override the Woocommerce templates in your WordPress child theme by same way. All WordPress themes [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>woocommerce automatically add products to cart on visit</title>
                        <link>https://vrsoftcoder.com/automatically-add-products-to-cart-on-visit/</link>
                        <pubDate>Thu, 26 Jul 2018 07:28:00 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=5400</guid>
                        <description><![CDATA[Automatically add products to cart on visit Below Code example, automatic add products to cart when a visitor is on your site. This code example could be very useful when you use WooCommerce. This is is pretty easy to do. You only need is a little snippet of code to add to functions.php, in your [&#8230;]]]></description>
                        <content:encoded><![CDATA[Automatically add products to cart on visit Below Code example, automatic add products to cart when a visitor is on your site. This code example could be very useful when you use WooCommerce. This is is pretty easy to do. You only need is a little snippet of code to add to functions.php, in your [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to install composer in windows</title>
                        <link>https://vrsoftcoder.com/how-to-install-composer-in-windows/</link>
                        <pubDate>Mon, 23 Jul 2018 12:51:16 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=5381</guid>
                        <description><![CDATA[How to install composer in windows Composer manages PHP project dependencies and also able to install packages at a system wide level enabling you to keep such things as Laravel Installer1, PHPUnit2 and PHP_CodeSniffer3 up-to-date. &#62;1) Download the installer file &#62; To download the installer file go to the direct download link: https://getcomposer.org/Composer-Setup.exe, or visit [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to install composer in windows Composer manages PHP project dependencies and also able to install packages at a system wide level enabling you to keep such things as Laravel Installer1, PHPUnit2 and PHP_CodeSniffer3 up-to-date. &#62;1) Download the installer file &#62; To download the installer file go to the direct download link: https://getcomposer.org/Composer-Setup.exe, or visit [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to Fix WordPress Posts Returning 404 Error</title>
                        <link>https://vrsoftcoder.com/how-to-fix-wordpress-posts-returning-404-error/</link>
                        <pubDate>Mon, 23 Jul 2018 06:35:16 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">http://localhost/mycode/?p=5322</guid>
                        <description><![CDATA[WordPress is a powerful CMS. In this article We are going to covered some of the most common problems a WordPress users face. Most of the WordPress users face at some problem is WordPress posts returning a 404 Error. So read the full blog, we will show you how to fix WordPress posts returning 404 error. Go to Settings [&#8230;]]]></description>
                        <content:encoded><![CDATA[WordPress is a powerful CMS. In this article We are going to covered some of the most common problems a WordPress users face. Most of the WordPress users face at some problem is WordPress posts returning a 404 Error. So read the full blog, we will show you how to fix WordPress posts returning 404 error. Go to Settings [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>jquery get selected option text on change</title>
                        <link>https://vrsoftcoder.com/jquery-change-get-selected-text-value/</link>
                        <pubDate>Wed, 18 Jul 2018 11:24:24 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=5331</guid>
                        <description><![CDATA[How to get on change selected option text in wordpress? You need to find selected value of select on change function jQuery. Below is the example &#160; jQuery(document).ready(function(){ jQuery("select#field").change(function(){ var thisvalue = $(this).find("option:selected").text(); alert(thisvalue)l }); });]]></description>
                        <content:encoded><![CDATA[How to get on change selected option text in wordpress? You need to find selected value of select on change function jQuery. Below is the example &#160; jQuery(document).ready(function(){ jQuery("select#field").change(function(){ var thisvalue = $(this).find("option:selected").text(); alert(thisvalue)l }); });]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to get woocommerce featured products</title>
                        <link>https://vrsoftcoder.com/how-to-get-woocommerce-featured-products/</link>
                        <pubDate>Thu, 05 Jul 2018 06:34:59 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=5229</guid>
                        <description><![CDATA[How to get woocommerce featured products in wordpress inside a product loop. We provide below code to get woocommerce featured products in loop. Woocommerce by default provide the short code to view featured products. [featured_products per_page=&#8221;12&#8243; columns=&#8221;4&#8243;] We can display WooCommerce Featured Products Without a Shortcode. What is Featured Products in WordPress? When logged into [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to get woocommerce featured products in wordpress inside a product loop. We provide below code to get woocommerce featured products in loop. Woocommerce by default provide the short code to view featured products. [featured_products per_page=&#8221;12&#8243; columns=&#8221;4&#8243;] We can display WooCommerce Featured Products Without a Shortcode. What is Featured Products in WordPress? When logged into [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Default wordpress user roles and their capability</title>
                        <link>https://vrsoftcoder.com/default-wordpress-user-roles-and-their-capability/</link>
                        <pubDate>Thu, 05 Jul 2018 05:47:21 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=5231</guid>
                        <description><![CDATA[Default wordpress user roles and their capability are following&#8230;.. 1. Administrator On a regular WordPress install, Administrator is the most powerful user role. Users with the administrator role can add new posts, edit any posts by any users on the site, and even delete those posts. They can install, edit, and delete plugins as well [&#8230;]]]></description>
                        <content:encoded><![CDATA[Default wordpress user roles and their capability are following&#8230;.. 1. Administrator On a regular WordPress install, Administrator is the most powerful user role. Users with the administrator role can add new posts, edit any posts by any users on the site, and even delete those posts. They can install, edit, and delete plugins as well [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>Add a custom meta box to the new/edit category pages</title>
                        <link>https://vrsoftcoder.com/add-a-custom-meta-box-to-the-new-edit-category-pages/</link>
                        <pubDate>Wed, 04 Jul 2018 11:41:09 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=5223</guid>
                        <description><![CDATA[How to add a custom meta box to the new/edit category pages  The meta data is saved to the array term_meta[], which can handle further fields in the future. To create a meta field or custom field in product category edit page wordpress provide a hook&#8230; &#60;?php add_action( 'product_cat_edit_form_fields', 'wpm_product_cat_edit_details_meta' ); function wpm_product_cat_edit_details_meta( $term ) [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to add a custom meta box to the new/edit category pages  The meta data is saved to the array term_meta[], which can handle further fields in the future. To create a meta field or custom field in product category edit page wordpress provide a hook&#8230; &#60;?php add_action( 'product_cat_edit_form_fields', 'wpm_product_cat_edit_details_meta' ); function wpm_product_cat_edit_details_meta( $term ) [&#8230;]]]></content:encoded>
                                                                </item>
                        <item>
                        <title>How to Increase the Maximum File Upload Size in WordPress</title>
                        <link>https://vrsoftcoder.com/how-to-increase-the-maximum-file-upload-size-in-wordpress/</link>
                        <pubDate>Wed, 04 Jul 2018 07:25:53 +0000</pubDate>
                        <dc:creator>VR Soft Coder</dc:creator>
                        <guid isPermaLink="false">https://vrsoftcoder.com/?p=5217</guid>
                        <description><![CDATA[How to Increase the Maximum File Upload Size in WordPress 3 ways to increase maximum file upload size in WordPress Do you want to increase the maximum file upload size in WordPress. Some times low file upload size limit can stop you from uploading files via media uploader, or install plugins and themes. In this article, [&#8230;]]]></description>
                        <content:encoded><![CDATA[How to Increase the Maximum File Upload Size in WordPress 3 ways to increase maximum file upload size in WordPress Do you want to increase the maximum file upload size in WordPress. Some times low file upload size limit can stop you from uploading files via media uploader, or install plugins and themes. In this article, [&#8230;]]]></content:encoded>
                                                                </item>
        </channel>
</rss>