<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"> <channel> <title><![CDATA[Qirolab Snippets]]></title> <link><![CDATA[https://qirolab.com/snippets]]></link>  <description><![CDATA[A social network community for professional and enthusiast programmers to learn, share, and helping each other with their programming skills.]]></description>  <language>en</language> <pubDate>Thu, 09 Apr 2026 18:23:33 +0000</pubDate>  <item> <title><![CDATA[How to Disable WordPress RSS Feeds: A Step-by-Step Guide]]></title> <link>https://qirolab.com/snippets/d6b69bfd-1eac-4091-9cff-c46c7cd95036</link>  <description><![CDATA[WordPress comes with built-in RSS feeds to allow users and applications to subscribe to your site’s content. While useful in many cases, there are times you might want to disable (...)]]></description>  <author><![CDATA[Manjeet]]></author> <guid>https://qirolab.com/snippets/d6b69bfd-1eac-4091-9cff-c46c7cd95036</guid> <pubDate>Thu, 09 Apr 2026 18:23:33 +0000</pubDate>  <category>PHP</category>  <category>WordPress</category>  </item>  <item> <title><![CDATA[Laravel Pint configuration: Keeping Your Laravel Code Tidy with Pint]]></title> <link>https://qirolab.com/snippets/dd004d57-d2dd-4bc1-9ab1-1d5b08f307a8</link>  <description><![CDATA[Laravel Pint is a lifesaver for developers who want to enforce consistent code style across their projects.  This opinionated code fixer ensures your code adheres to Laravel's (...)]]></description>  <author><![CDATA[Harish Kumar]]></author> <guid>https://qirolab.com/snippets/dd004d57-d2dd-4bc1-9ab1-1d5b08f307a8</guid> <pubDate>Thu, 09 Apr 2026 18:22:51 +0000</pubDate>  <category>Laravel</category>  </item>  <item> <title><![CDATA[How to globally gitignore the .DS_Store file to avoid tracking it in all Git repositories?]]></title> <link>https://qirolab.com/snippets/fcfcf2e2-6e95-4b27-9fd4-58caf3e131f1</link>  <description><![CDATA[Learn how to globally gitignore the .DS_Store file to prevent it from being tracked in Git repositories. This simple configuration ensures that the macOS system file is ignored (...)]]></description>  <author><![CDATA[Harpreet]]></author> <guid>https://qirolab.com/snippets/fcfcf2e2-6e95-4b27-9fd4-58caf3e131f1</guid> <pubDate>Thu, 09 Apr 2026 10:30:46 +0000</pubDate>  <category>Git</category>  <category>Github</category>  <category>Bitbucket</category>  <category>GitLab</category>  </item>  <item> <title><![CDATA[How to get the first image from a Wordpress post?]]></title> <link>https://qirolab.com/snippets/f9cd83d3-cb00-49be-a8e4-b490d5c970a3</link>  <description><![CDATA[Suppose you have a very old WordPress website, and you needed to utilize the post thumbnail feature of WordPress. But had an entire archive of posts that would take too much time (...)]]></description>  <author><![CDATA[Sohail]]></author> <guid>https://qirolab.com/snippets/f9cd83d3-cb00-49be-a8e4-b490d5c970a3</guid> <pubDate>Thu, 09 Apr 2026 11:56:06 +0000</pubDate>  <category>WordPress</category>  </item>  <item> <title><![CDATA[Add class to links created by next_posts_link and previous_posts_link in Wordpress]]></title> <link>https://qirolab.com/snippets/32699a35-473e-4ad9-b575-74a873f670c6</link>  <description><![CDATA[You can add a class to links created by next_posts_link and previous_posts_link by utilizing their parameters alone. Use the following snippet in the functions.php:]]></description>  <author><![CDATA[Sohail]]></author> <guid>https://qirolab.com/snippets/32699a35-473e-4ad9-b575-74a873f670c6</guid> <pubDate>Thu, 09 Apr 2026 10:30:45 +0000</pubDate>  <category>WordPress</category>  </item>  <item> <title><![CDATA[3 methods to remove Duplicates from an Array in Javascript]]></title> <link>https://qirolab.com/snippets/e97ed05b-f167-4a5b-9a4f-6d0a75b7fe0e</link>  <description><![CDATA[Javascript snippet to remove the duplicate values such that each element appears only once with three 3 different methods.]]></description>  <author><![CDATA[Iqbal]]></author> <guid>https://qirolab.com/snippets/e97ed05b-f167-4a5b-9a4f-6d0a75b7fe0e</guid> <pubDate>Thu, 09 Apr 2026 19:25:13 +0000</pubDate>  <category>JavaScript</category>  </item>  <item> <title><![CDATA[Style Links Based on Filetype]]></title> <link>https://qirolab.com/snippets/f818bfaf-2d2d-4e8c-9c94-1154e1f39061</link>  <description><![CDATA[You can determine the document type of your links utilizing CSS selectors and implement icons as the background images. These may include the different protocols (HTTP, FTP, IRC, (...)]]></description>  <author><![CDATA[Sohail]]></author> <guid>https://qirolab.com/snippets/f818bfaf-2d2d-4e8c-9c94-1154e1f39061</guid> <pubDate>Thu, 09 Apr 2026 10:30:46 +0000</pubDate>  <category>CSS</category>  <category>CSS3</category>  </item>  <item> <title><![CDATA[How to check if the caps lock is on in Javascript?]]></title> <link>https://qirolab.com/snippets/876b9204-56d3-4164-afdf-b49870112d23</link>  <description><![CDATA[To detect if the caps lock is on, use the getModifierState() method for the KeyboardEvent object: const capslockIsOn = event.getModifierState(modifier);    The getModifierState() (...)]]></description>  <author><![CDATA[Harish Kumar]]></author> <guid>https://qirolab.com/snippets/876b9204-56d3-4164-afdf-b49870112d23</guid> <pubDate>Thu, 09 Apr 2026 19:00:12 +0000</pubDate>  <category>HTML</category>  <category>HTML5</category>  <category>JavaScript</category>  </item>  <item> <title><![CDATA[Adding Laravel validation &quot;after&quot; hooks to form requests]]></title> <link>https://qirolab.com/snippets/e1c7f02c-54cd-405c-a90e-bca1f6309cb8</link>  <description><![CDATA[With the after hook to a form request, you may utilize the withValidator method. This method gets the completely constructed validator, permitting you to call any of its methods (...)]]></description>  <author><![CDATA[Sohail]]></author> <guid>https://qirolab.com/snippets/e1c7f02c-54cd-405c-a90e-bca1f6309cb8</guid> <pubDate>Thu, 09 Apr 2026 10:30:46 +0000</pubDate>  <category>Laravel</category>  </item>  <item> <title><![CDATA[Change the Author Permalink Structure in wordpress]]></title> <link>https://qirolab.com/snippets/16b43812-4472-4fd6-9ed6-bf77e3198fcd</link>  <description><![CDATA[By default, WordPress shows author profiles as yoursite.com/author/name. However, you can modify it to anything that you like, for example, yoursite.com/essayist/name The following (...)]]></description>  <author><![CDATA[Sumit Talwar]]></author> <guid>https://qirolab.com/snippets/16b43812-4472-4fd6-9ed6-bf77e3198fcd</guid> <pubDate>Thu, 09 Apr 2026 19:25:17 +0000</pubDate>  <category>WordPress</category>  </item>  <item> <title><![CDATA[Show Post Thumbnails in RSS Feed in Wordpress]]></title> <link>https://qirolab.com/snippets/4dd2695e-7bab-452a-9f89-158a8f2e06ba</link>  <description><![CDATA[If you wish to show post thumbnail images in your blog’s RSS feed, the following code snippet for WordPress can be useful.]]></description>  <author><![CDATA[Sumit Talwar]]></author> <guid>https://qirolab.com/snippets/4dd2695e-7bab-452a-9f89-158a8f2e06ba</guid> <pubDate>Thu, 09 Apr 2026 18:27:10 +0000</pubDate>  <category>WordPress</category>  </item>  <item> <title><![CDATA[Show Popular Posts Without Plugins in Wordpress]]></title> <link>https://qirolab.com/snippets/c226099f-ba03-4f00-a54d-5c499f018fae</link>  <description><![CDATA[This snippet will allow you to showcase popular posts without installing extra wordpress plugin.]]></description>  <author><![CDATA[Iqbal]]></author> <guid>https://qirolab.com/snippets/c226099f-ba03-4f00-a54d-5c499f018fae</guid> <pubDate>Thu, 09 Apr 2026 10:30:46 +0000</pubDate>  <category>WordPress</category>  </item>  <item> <title><![CDATA[CSS Reset]]></title> <link>https://qirolab.com/snippets/00906e40-6abe-4d31-8526-57a133a28dea</link>  <description><![CDATA[Basic CSS browser resets are probably the most common snippets you'll discover on the web. The objective of this reset stylesheet is to decrease browser irregularities in things (...)]]></description>  <author><![CDATA[Sumit Talwar]]></author> <guid>https://qirolab.com/snippets/00906e40-6abe-4d31-8526-57a133a28dea</guid> <pubDate>Thu, 09 Apr 2026 12:35:40 +0000</pubDate>  <category>CSS</category>  <category>CSS3</category>  <category>HTML</category>  <category>HTML5</category>  </item>  <item> <title><![CDATA[Get Image width and height in PHP]]></title> <link>https://qirolab.com/snippets/8a19c137-9db6-48a2-9c99-317107299ad2</link>  <description><![CDATA[Use getimagesize() function to get image dimensions like width/height. Example:]]></description>  <author><![CDATA[Razet]]></author> <guid>https://qirolab.com/snippets/8a19c137-9db6-48a2-9c99-317107299ad2</guid> <pubDate>Thu, 09 Apr 2026 10:57:59 +0000</pubDate>  <category>PHP</category>  </item>  <item> <title><![CDATA[Compress files into zip in PHP]]></title> <link>https://qirolab.com/snippets/552aff92-be2b-406d-8352-9641cb2d743c</link>  <description><![CDATA[In the following code snippet of php, it will open a zip file test_new.zip and add a few files into it.]]></description>  <author><![CDATA[Sohail]]></author> <guid>https://qirolab.com/snippets/552aff92-be2b-406d-8352-9641cb2d743c</guid> <pubDate>Thu, 09 Apr 2026 19:09:33 +0000</pubDate>  <category>PHP</category>  </item>  </channel> </rss>