<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>Download Free Source Code  &#45; Lavkush Kumar</title>
<link>http://codingcush.com/rss/author/codingcush</link>
<description>Download Free Source Code  &#45; Lavkush Kumar</description>
<dc:language>en</dc:language>
<dc:rights>Copyright 2026 | Coding Cush &#45; All Rights Reserved.</dc:rights>

<item>
<title>What is Difference Between Action Hook and Filter Hook in WordPress?</title>
<link>http://codingcush.com/what-is-difference-between-action-hook-and-filter-hook-in-wordpress</link>
<guid>http://codingcush.com/what-is-difference-between-action-hook-and-filter-hook-in-wordpress</guid>
<description><![CDATA[ Action Hooks are for executing actions at specific points, while Filter Hooks are for modifying data during processing. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2023/12/image_750x500_6570b7ac7be35.jpg" length="45189" type="image/jpeg"/>
<pubDate>Wed, 06 Dec 2023 23:35:02 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>wordpress development, action hook, filter hook</media:keywords>
</item>

<item>
<title>The Key Skills of a Webflow Developer</title>
<link>http://codingcush.com/the-key-skills-of-a-webflow-developer</link>
<guid>http://codingcush.com/the-key-skills-of-a-webflow-developer</guid>
<description><![CDATA[ As a Webflow developer, you&#039;ll need a combination of technical, design, and problem-solving skills to build functional and visually appealing websites using the Webflow platform ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2023/07/image_750x500_64c17073a3060.jpg" length="45013" type="image/jpeg"/>
<pubDate>Thu, 27 Jul 2023 00:44:31 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>Webflow, Webflow Developer, Webflow Website, Webflow design</media:keywords>
</item>

<item>
<title>10 Exciting PHP Project Ideas for Beginners</title>
<link>http://codingcush.com/10-exciting-php-project-ideas-for-beginners</link>
<guid>http://codingcush.com/10-exciting-php-project-ideas-for-beginners</guid>
<description><![CDATA[ 10 exciting PHP project ideas tailored for beginners. Explore hands-on projects that will help you enhance your PHP programming skills, build practical applications, and gain valuable experience ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2023/06/image_750x500_6492bfb55e16d.jpg" length="31382" type="image/jpeg"/>
<pubDate>Wed, 21 Jun 2023 14:46:01 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>PHP project ideas, php projects, unique php project, php, beginner project ideas</media:keywords>
</item>

<item>
<title>Is WordPress Down? How to Check and Troubleshoot Website Outages</title>
<link>http://codingcush.com/is-wordpress-down-how-to-check-and-troubleshoot-website-outages</link>
<guid>http://codingcush.com/is-wordpress-down-how-to-check-and-troubleshoot-website-outages</guid>
<description><![CDATA[ Learn how to fix if your WordPress website is experiencing downtime with this helpful guide. Learn effective methods to check and troubleshoot website outages, including server connectivity issues and error messages. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2023/06/image_750x500_6492a3b65c986.jpg" length="36466" type="image/jpeg"/>
<pubDate>Wed, 21 Jun 2023 12:21:02 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>Is WordPress Down, is wordpress a cms, is wordpress good, does wordpress use php, wordpress down, wp website performance, website monitoring</media:keywords>
</item>

<item>
<title>Understanding the MVC Concept in PHP: A Comprehensive Guide</title>
<link>http://codingcush.com/understanding-the-mvc-concept-in-php-a-comprehensive-guide</link>
<guid>http://codingcush.com/understanding-the-mvc-concept-in-php-a-comprehensive-guide</guid>
<description><![CDATA[ Discover the MVC (Model-View-Controller) concept in PHP with our comprehensive guide. Gain a deep understanding of this powerful architectural pattern and learn how to implement it in your PHP applications for enhanced organization, separation of concerns, and improved code maintainability. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2023/06/image_750x500_649295c0353ea.jpg" length="56824" type="image/jpeg"/>
<pubDate>Wed, 21 Jun 2023 11:47:51 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>MVC concept, PHP MVC, Model-View-Controller, PHP architecture, PHP development, PHP framework, MVC pattern, PHP web applications, PHP code structure</media:keywords>
</item>

<item>
<title>Difference Between XML and JSON</title>
<link>http://codingcush.com/difference-between-xml-and-json</link>
<guid>http://codingcush.com/difference-between-xml-and-json</guid>
<description><![CDATA[ Learn about the key dissimilarities between XML and JSON formats in this informative guide. Discover how XML and JSON differ in their structure, syntax, and usage, and gain insights into when to choose one over the other for your data representation needs. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2023/06/image_750x500_64928fca22aa8.jpg" length="23690" type="image/jpeg"/>
<pubDate>Wed, 21 Jun 2023 11:23:05 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>difference, XML, JSON, XML format, JSON format, syntax, usage, data representation</media:keywords>
</item>

<item>
<title>How to Export SQL Data in CSV with a DATE Filter in PHP</title>
<link>http://codingcush.com/how-to-export-sql-data-in-csv-with-a-date-filter-in-php</link>
<guid>http://codingcush.com/how-to-export-sql-data-in-csv-with-a-date-filter-in-php</guid>
<description><![CDATA[ Learn how to export SQL data in CSV with a date filter using PHP. Discover step-by-step instructions and code examples to efficiently retrieve and export specific data from your SQL database based on a desired date range. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2023/05/image_750x500_64651e52909c8.jpg" length="48172" type="image/jpeg"/>
<pubDate>Thu, 18 May 2023 00:05:24 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>data export, export data in php, date filter in php, Export SQL Data in CSV, export in excel</media:keywords>
</item>

<item>
<title>Top 6 Free Web Hosting Providers | Website Builders</title>
<link>http://codingcush.com/top-6-free-web-hosting-providers-website-builders</link>
<guid>http://codingcush.com/top-6-free-web-hosting-providers-website-builders</guid>
<description><![CDATA[ Free web hosting is a great option for those who are just starting out with their online presence or for those who have a low-traffic website and don&#039;t want to invest in paid hosting ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2023/01/image_750x500_63d2706347626.jpg" length="54131" type="image/jpeg"/>
<pubDate>Thu, 26 Jan 2023 17:56:03 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords></media:keywords>
</item>

<item>
<title>Online Food Ordering System v2 using PHP8 and MySQL Free Source Code 2023</title>
<link>http://codingcush.com/online-food-ordering-system-v2-using-php8-and-mysql-free-source-code-2023</link>
<guid>http://codingcush.com/online-food-ordering-system-v2-using-php8-and-mysql-free-source-code-2023</guid>
<description><![CDATA[ This project is entitled Online Food Ordering System. It is a simple web application that main developed to automate the ordering process of a certain restaurant or food business. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2023/01/image_750x500_63c842344eb89.jpg" length="74079" type="image/jpeg"/>
<pubDate>Thu, 19 Jan 2023 00:40:37 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>online food ordering system, food ordering project in php</media:keywords>
</item>

<item>
<title>Profilex &#45; Portfolio Builder SAAS / Multi&#45;User Profile (Multitenancy)</title>
<link>http://codingcush.com/profilex-portfolio-builder-saas-multi-user-profile-multitenancy</link>
<guid>http://codingcush.com/profilex-portfolio-builder-saas-multi-user-profile-multitenancy</guid>
<description><![CDATA[ Download Profilex GPL v2.3 - Portfolio Builder SAAS / Multi-User Profile (Multitenancy) - “Profilex” is a Portfolio Builder SAAS / Multi-User Profile. You can use Profilex to build a multiuser profile website within minutes. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2023/01/image_750x500_63c83ca58e92d.jpg" length="54052" type="image/jpeg"/>
<pubDate>Thu, 19 Jan 2023 00:30:10 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>portfolio script, php portfolio, portfolio builder</media:keywords>
</item>

<item>
<title>What is Salesforce?</title>
<link>http://codingcush.com/what-is-salesforce</link>
<guid>http://codingcush.com/what-is-salesforce</guid>
<description><![CDATA[ Salesforce CRM is a SaaS product world-leading CRM tool with the most innovative features to manage your presales, sales, aftersales, and marketing activities ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/12/image_750x500_639a0ce47b57b.jpg" length="51084" type="image/jpeg"/>
<pubDate>Sun, 11 Dec 2022 21:38:40 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords></media:keywords>
</item>

<item>
<title>How to Send Emails with PHP Mail() Function</title>
<link>http://codingcush.com/how-to-send-emails-with-php-mail-function</link>
<guid>http://codingcush.com/how-to-send-emails-with-php-mail-function</guid>
<description><![CDATA[ If your website or web application is built on PHP, you can send emails via the PHP mail feature. This can be handy for creating custom-built mail forms and sending simple text-based email messages. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/11/image_750x500_6370a98930bd7.jpg" length="40799" type="image/jpeg"/>
<pubDate>Sun, 13 Nov 2022 13:53:53 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>php mail function, php mailer, email php</media:keywords>
</item>

<item>
<title>5 Tips To Improve Your Mood Instantly</title>
<link>http://codingcush.com/5-tips-to-improve-your-mood-instantly</link>
<guid>http://codingcush.com/5-tips-to-improve-your-mood-instantly</guid>
<description><![CDATA[ Happiness is a feeling of pleasure or contentment, but it often seems as though the stress of everyday life has a way of taking over.  ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/11/image_750x500_636b8cf1d4a85.jpg" length="54172" type="image/jpeg"/>
<pubDate>Wed, 09 Nov 2022 16:56:59 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>Mood, refresh mood</media:keywords>
</item>

<item>
<title>An Ultimate Lifestyle Secret &#45; The Power Of Self Confidence</title>
<link>http://codingcush.com/an-ultimate-lifestyle-secret-the-power-of-self-confidence</link>
<guid>http://codingcush.com/an-ultimate-lifestyle-secret-the-power-of-self-confidence</guid>
<description><![CDATA[ Self-confidence is not something that holds me back, in fact, I really appreciate the level of confidence I enjoy and feel that I can make the choices and decisions I want without a feeling of concern or overriding fear. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/11/image_750x500_636b75f723d1f.jpg" length="43511" type="image/jpeg"/>
<pubDate>Wed, 09 Nov 2022 15:12:42 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>ultimate, lifestyle, secret, power, self confidence, fear, social shyness, ability, attractive</media:keywords>
</item>

<item>
<title>How to Connect PHP with MySQL Database</title>
<link>http://codingcush.com/how-to-connect-php-with-mysql-database</link>
<guid>http://codingcush.com/how-to-connect-php-with-mysql-database</guid>
<description><![CDATA[ connect PHP with mysql database in your project  ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/11/image_750x500_636a9a99c99a8.jpg" length="32121" type="image/jpeg"/>
<pubDate>Tue, 08 Nov 2022 23:36:56 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords></media:keywords>
</item>

<item>
<title>What is .htaccess? Apache Web Server</title>
<link>http://codingcush.com/what-is-htaccess-apache-web-server</link>
<guid>http://codingcush.com/what-is-htaccess-apache-web-server</guid>
<description><![CDATA[ .htaccess is a configuration file for use on web servers running the Apache Web Server software. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/11/image_750x500_636a8cdb18097.jpg" length="39330" type="image/jpeg"/>
<pubDate>Tue, 08 Nov 2022 22:38:08 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>Htaccess, apache server, php</media:keywords>
</item>

<item>
<title>Hospital Management System In PHP | Free Source Code</title>
<link>http://codingcush.com/hospital-management-system-in-php-free-source-code</link>
<guid>http://codingcush.com/hospital-management-system-in-php-free-source-code</guid>
<description><![CDATA[ The project Hospital Management system includes registration of patients, storing their details into the system. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/11/image_750x500_6366812e2e61b.jpg" length="45130" type="image/jpeg"/>
<pubDate>Sat, 05 Nov 2022 20:59:14 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>hospital management system, patients registration, php projects</media:keywords>
</item>

<item>
<title>Id Card Business Management System | Data Export in Excel using PHP MySQL</title>
<link>http://codingcush.com/id-card-business-management-system-students-data-export-in-excel-using-php-mysql</link>
<guid>http://codingcush.com/id-card-business-management-system-students-data-export-in-excel-using-php-mysql</guid>
<description><![CDATA[ if you&#039;ve ID Card Generator Business then using this project you can take data from schools/ colleges and export it in excel format very easily with images. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/10/image_750x500_635577b3cf832.jpg" length="54726" type="image/jpeg"/>
<pubDate>Sun, 23 Oct 2022 22:51:29 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>id card generator, student registration form, student portal source code, php id card generator</media:keywords>
</item>

<item>
<title>What Are the Benefits of Building Decentralized Applications With a Blockchain?</title>
<link>http://codingcush.com/what-are-the-benefits-of-building-decentralized-applications-with-a-blockchain</link>
<guid>http://codingcush.com/what-are-the-benefits-of-building-decentralized-applications-with-a-blockchain</guid>
<description><![CDATA[ This technology is, of course, not ideal, and some problems are being worked on. One possible issue with blockchain technology is security. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/10/image_750x500_635007e56693b.jpg" length="48471" type="image/jpeg"/>
<pubDate>Wed, 19 Oct 2022 19:51:39 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>blockchain technology, web3, dapps, metaverse</media:keywords>
</item>

<item>
<title>Can We Host a Web App on GitHub? How to Deploy React App on GitHub?</title>
<link>http://codingcush.com/can-we-host-a-web-app-on-github-how-to-deploy-react-app-on-github</link>
<guid>http://codingcush.com/can-we-host-a-web-app-on-github-how-to-deploy-react-app-on-github</guid>
<description><![CDATA[ GitHub free offering and it just serves the HTML and javascript that’s stored on the server - it doesn’t let you use a hosted database or server-side logic on their infrastructure. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/10/image_750x500_634ffb05e7116.jpg" length="45127" type="image/jpeg"/>
<pubDate>Wed, 19 Oct 2022 18:58:35 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords></media:keywords>
</item>

<item>
<title>Major Differences Between: AngularJS vs. Angular 2 Vs. Angular 4</title>
<link>http://codingcush.com/major-differences-between-angularjs-vs-angular-2-vs-angular-4</link>
<guid>http://codingcush.com/major-differences-between-angularjs-vs-angular-2-vs-angular-4</guid>
<description><![CDATA[ Angular is an open-source, JavaScript framework written in TypeScript. Google maintains it and provides a standard structure for developers to work within it.  ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/10/image_750x500_634ad233486d2.jpg" length="49678" type="image/jpeg"/>
<pubDate>Sat, 15 Oct 2022 21:01:08 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords></media:keywords>
</item>

<item>
<title>What Is the Metaverse? How Will It Affect Our Everyday Lives as the Internet of Things Evolves?</title>
<link>http://codingcush.com/what-is-the-metaverse-how-will-it-affect-our-everyday-lives-as-the-internet-of-things-evolves</link>
<guid>http://codingcush.com/what-is-the-metaverse-how-will-it-affect-our-everyday-lives-as-the-internet-of-things-evolves</guid>
<description><![CDATA[ The metaverse in simple terms is a virtual world used by real people and represented by digital avatars. You can also say the mirror world. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/10/image_750x500_634ac01fbe544.jpg" length="39893" type="image/jpeg"/>
<pubDate>Sat, 15 Oct 2022 20:26:16 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords></media:keywords>
</item>

<item>
<title>What is Web1, Web2 and Web3? How Does It Work?</title>
<link>http://codingcush.com/what-is-web1-web2-and-web3-how-does-it-work</link>
<guid>http://codingcush.com/what-is-web1-web2-and-web3-how-does-it-work</guid>
<description><![CDATA[ Web 3.0 is the next generation of the Internet, which relies on the use of machine learning and artificial intelligence to create open, interconnected, and intelligent websites and applications. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/10/image_750x500_63456d3174111.jpg" length="51373" type="image/jpeg"/>
<pubDate>Tue, 11 Oct 2022 19:31:49 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>web3, blockchain technology</media:keywords>
</item>

<item>
<title>What is Blockchain Technology? How it works? What are the Benefits?</title>
<link>http://codingcush.com/what-is-blockchain-technology-how-it-works-what-are-the-benefits</link>
<guid>http://codingcush.com/what-is-blockchain-technology-how-it-works-what-are-the-benefits</guid>
<description><![CDATA[ A blockchain is a growing list of records, called blocks, which are linked using cryptography. Each block typically contains a hash pointer as a link to the previous block, a timestamp, and transaction data ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/10/image_750x500_63444ef58d976.jpg" length="63425" type="image/jpeg"/>
<pubDate>Mon, 10 Oct 2022 22:27:36 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords></media:keywords>
</item>

<item>
<title>GitHub: What is GitHub?, Why It&amp;apos;s Important?</title>
<link>http://codingcush.com/github-what-is-github-why-its-important</link>
<guid>http://codingcush.com/github-what-is-github-why-its-important</guid>
<description><![CDATA[ GitHub is such a platform where you host your code for collaboration and version control free of cost. Here your code is open source, In which other developers are contributing to your project to make it more efficient. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/10/image_750x500_633ee8943ed8e.jpg" length="38769" type="image/jpeg"/>
<pubDate>Thu, 06 Oct 2022 20:09:35 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>github, open source project</media:keywords>
</item>

<item>
<title>What&amp;apos;s Questions Ask in Interview | Some Common Questions Ask in Interview:</title>
<link>http://codingcush.com/whats-questions-ask-in-interview-some-common-questions-ask-in-interview</link>
<guid>http://codingcush.com/whats-questions-ask-in-interview-some-common-questions-ask-in-interview</guid>
<description><![CDATA[ Before attending an interview you should think about your responses to the following questions. Your answers may depend on the job or company. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/10/image_750x500_6339b9cab7ffd.jpg" length="55221" type="image/jpeg"/>
<pubDate>Sun, 02 Oct 2022 18:03:56 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords></media:keywords>
</item>

<item>
<title>These 10  Mistakes Never to Do in An Interview</title>
<link>http://codingcush.com/these-10-mistakes-never-to-do-in-an-interview</link>
<guid>http://codingcush.com/these-10-mistakes-never-to-do-in-an-interview</guid>
<description><![CDATA[ Mistake #1: Lying. It should go without saying that lying during an interview is a huge no-no. Yet, candidates still do it, and when they get caught, it’s enough for 66 percent of hiring managers to immediately remove them from consideration. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/10/image_750x500_6339bce735334.jpg" length="55650" type="image/jpeg"/>
<pubDate>Sun, 02 Oct 2022 18:01:26 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords></media:keywords>
</item>

<item>
<title>Eyes Protection Tips and Tricks During Work on Mobile or Computer</title>
<link>http://codingcush.com/eyes-protection-tips-and-tricks-during-work-on-mobile-or-computer</link>
<guid>http://codingcush.com/eyes-protection-tips-and-tricks-during-work-on-mobile-or-computer</guid>
<description><![CDATA[ Often it happens that when we are working on computer or mobile then we are concentrate on our laptop monitor or our mobile screen which causes damage to our eyes and we have to wear glasses in compulsion.  ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/10/image_750x500_633ea0ddd2c27.jpg" length="45374" type="image/jpeg"/>
<pubDate>Sun, 02 Oct 2022 17:56:37 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>eyes protection tips</media:keywords>
</item>

<item>
<title>A Computer Firewall is Your Primary Defense against Virtual Attacks</title>
<link>http://codingcush.com/a-computer-firewall-is-your-primary-defense-against-virtual-attacks</link>
<guid>http://codingcush.com/a-computer-firewall-is-your-primary-defense-against-virtual-attacks</guid>
<description><![CDATA[ If you have any personal information on your computer at all and access the Internet ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/10/image_750x500_633eed7d303d5.jpg" length="55376" type="image/jpeg"/>
<pubDate>Sun, 02 Oct 2022 17:05:42 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>firewall, antivirus, internet</media:keywords>
</item>

<item>
<title>What are Web Servers and Firewall Zones?</title>
<link>http://codingcush.com/what-are-web-servers-and-firewall-zones</link>
<guid>http://codingcush.com/what-are-web-servers-and-firewall-zones</guid>
<description><![CDATA[ If you have, or are planning to have web servers connected to your network, you will need to consider the security implications ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/10/image_750x500_633eef86d1643.jpg" length="52931" type="image/jpeg"/>
<pubDate>Sun, 02 Oct 2022 16:58:27 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>Firewall, internet, web server, ftp server, security, dmz, lan, IIS, SQL, hacker, hacking</media:keywords>
</item>

<item>
<title>Buy/Sell Domain Names! Is it Profitable?</title>
<link>http://codingcush.com/buysell-domain-names-is-it-profitable</link>
<guid>http://codingcush.com/buysell-domain-names-is-it-profitable</guid>
<description><![CDATA[ Is this an industry that went out with the dotcom Boom or is it a hidden treasure for some? ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/09/image_750x500_6331631c3a569.jpg" length="51145" type="image/jpeg"/>
<pubDate>Mon, 26 Sep 2022 14:00:30 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>domain, domain names, web hosting, webhosting, domain names</media:keywords>
</item>

<item>
<title>How Bad Guys Hack Into Websites Using SQL Injection</title>
<link>http://codingcush.com/how-bad-guys-hack-into-websites-using-sql-injection</link>
<guid>http://codingcush.com/how-bad-guys-hack-into-websites-using-sql-injection</guid>
<description><![CDATA[ SQL injections are one of the most common vulnerabilities around the internet today. There are literally thousands of vulnerable websites around. This article explains how these attacks work. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/09/image_750x500_632f3d1c8f25e.jpg" length="79115" type="image/jpeg"/>
<pubDate>Sat, 24 Sep 2022 22:55:29 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>sql injection</media:keywords>
</item>

<item>
<title>How to Push an Existing Project on GitHub | Pushing Code to GitHub</title>
<link>http://codingcush.com/how-to-push-project-on-github-pushing-code-on-github</link>
<guid>http://codingcush.com/how-to-push-project-on-github-pushing-code-on-github</guid>
<description><![CDATA[ Learn how to add existing source code or repositories to GitHub from the command line using GitHub CLI or Git Commands. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/09/image_750x500_632b490887ff0.jpg" length="38636" type="image/jpeg"/>
<pubDate>Wed, 21 Sep 2022 22:11:08 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords></media:keywords>
</item>

<item>
<title>Simple CRUD Music Details Management Project In PHP With Free Source Code</title>
<link>http://codingcush.com/simple-crud-music-details-management-project-in-php-with-free-source-code</link>
<guid>http://codingcush.com/simple-crud-music-details-management-project-in-php-with-free-source-code</guid>
<description><![CDATA[ Simple CRUD project in PHP free source code download ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/10/image_750x500_63396bf8d71e6.jpg" length="69679" type="image/jpeg"/>
<pubDate>Thu, 09 Jun 2022 16:11:02 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords></media:keywords>
</item>

<item>
<title>Ecommerce Project In PHP | Online Store With Free Source Code</title>
<link>http://codingcush.com/ecommerce-project-in-php-online-store-with-free-source-code</link>
<guid>http://codingcush.com/ecommerce-project-in-php-online-store-with-free-source-code</guid>
<description><![CDATA[ The online shop store In PHP is a simple project developed using PHP, JavaScript, and CSS. The project contains only the end-user sides. The users can go through the store without logging in but have to log in to the system form add the items to the cart and buy the items. This project makes a convenient way for the store/inventory admin to keep the records of products and orders in a proper way. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/02/image_750x500_61fea3206e2b6.jpg" length="54195" type="image/jpeg"/>
<pubDate>Sat, 05 Feb 2022 21:47:55 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>ecommerce project, free source code, online store</media:keywords>
</item>

<item>
<title>PayPal &#45; A Safe, Secure Option for Small and Medium Businessmen</title>
<link>http://codingcush.com/paypal-a-safe-secure-option-for-small-and-medium-businessmen</link>
<guid>http://codingcush.com/paypal-a-safe-secure-option-for-small-and-medium-businessmen</guid>
<description><![CDATA[ Growth in net penetration had led to phenomenal growth in online trade and if experts are to be believed, the trade which has already doubled in the past three years is set to grow at least 7 times in the next 5 years or so. To match this growth, there is a growing requirement of merchant accounts, credit card processors, and payment gateways. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/02/image_750x500_61fe9e2c2b4ce.jpg" length="57945" type="image/jpeg"/>
<pubDate>Sat, 05 Feb 2022 21:27:04 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>paypal, credit card processors, payment systems, payment gateways, merchant accounts, sell online, ebay</media:keywords>
</item>

<item>
<title>6 Tips For Website Design in 2022 | Front&#45;End Developers Tips</title>
<link>http://codingcush.com/6-tips-for-website-design-in-2022-front-end-developers-tips</link>
<guid>http://codingcush.com/6-tips-for-website-design-in-2022-front-end-developers-tips</guid>
<description><![CDATA[ Use CSS (cascading attraction sheets). If you follow through not apperceive CSS, ferret out it. CSS allows you to maintenance the formatting of your town (e.g. the color or size of a blonde of text) on a disparate at variance page - a CSS document. Thus, with CSS you can impinge the formatting of a common element by simply updating one piece of code on one page, rather than updating all the pages of your site. For example, if you want to change the background color of you... ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/01/image_750x500_61e14086cc7b8.jpg" length="52084" type="image/jpeg"/>
<pubDate>Fri, 14 Jan 2022 14:57:00 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>Web Hosting, Website Design, Front-End Design</media:keywords>
</item>

<item>
<title>Medical, Health Related Top &#45; 5 HTML &amp;amp; CSS Website Templates | Free Source Code Download</title>
<link>http://codingcush.com/medical-health-related-top-5-html-css-website-templates-free-source-code-download</link>
<guid>http://codingcush.com/medical-health-related-top-5-html-css-website-templates-free-source-code-download</guid>
<description><![CDATA[ In this article 5 best Health or Medical related Front-End Website Templates are developed in HTML and CSS. Free Source Code Download. beautiful design with Mobile-friendly responsive templates ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2022/01/image_750x500_61d563a9b0add.jpg" length="47774" type="image/jpeg"/>
<pubDate>Wed, 05 Jan 2022 01:34:31 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>Website Templates, HTML &amp; CSS Website, Medical Websites Design</media:keywords>
</item>

<item>
<title>How to Clear Browser Cache of Google Chrome, Microsoft Edge, Mozilla Firefox, and Opera</title>
<link>http://codingcush.com/how-to-clear-browser-cache-of-google-chrome-microsoft-edge-mozilla-firefox-and-opera</link>
<guid>http://codingcush.com/how-to-clear-browser-cache-of-google-chrome-microsoft-edge-mozilla-firefox-and-opera</guid>
<description><![CDATA[ How to clean the browser cache of Google Chrome, Microsoft Edge, Mozilla Firefox, and Opera web browsers! Step-by-step instructions. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2021/12/image_750x500_61c2d0815d4dd.jpg" length="50754" type="image/jpeg"/>
<pubDate>Wed, 22 Dec 2021 13:07:01 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>clear browser cache, temp internet files, clear cache, free space, clearing the cache, delete cache, delete temp files</media:keywords>
</item>

<item>
<title>Case Study: Successful Implementation of CRM</title>
<link>http://codingcush.com/case-study-successful-implementation-of-crm</link>
<guid>http://codingcush.com/case-study-successful-implementation-of-crm</guid>
<description><![CDATA[ If you&#039;re looking to implement Customer Relationship Software Solutions into your small business, here&#039;s a case study that will highlight areas that can make your CRM implementation successful. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2021/12/image_750x500_61c2c9a31c80f.jpg" length="52679" type="image/jpeg"/>
<pubDate>Wed, 22 Dec 2021 12:24:34 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>crm, crm software, crm solution, crm application, crm customer relationship management</media:keywords>
</item>

<item>
<title>Choosing Email Marketing Software or Tools For Bulk Email Sending &#45; 2022</title>
<link>http://codingcush.com/choosing-email-management-software-for-bulk-email-sending-2022</link>
<guid>http://codingcush.com/choosing-email-management-software-for-bulk-email-sending-2022</guid>
<description><![CDATA[ In the modern world of computer technologies bulk or mass email has become one of the more successful ways to promote and sell a company&#039;s products and services. Like any marketing strategy, bulk emailing has advantages and downsides. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2021/12/image_750x500_61c2229751ac2.jpg" length="48816" type="image/jpeg"/>
<pubDate>Wed, 22 Dec 2021 00:26:06 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>Bulk Email Marketing, bulk email software, email newsletter software, email marketing tools</media:keywords>
</item>

<item>
<title>Student Registration Form in PHP | Crud Operation In PHP MySQL | Free Source Code</title>
<link>http://codingcush.com/student-registration-form-in-php-crud-operation-in-php-mysql-free-source-code</link>
<guid>http://codingcush.com/student-registration-form-in-php-crud-operation-in-php-mysql-free-source-code</guid>
<description><![CDATA[ This Student Registration system can use a Teacher who manages small coaching or tuition. And this project student also uses for their project and also this project for programmers that they can use this on their project.  ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2021/12/image_750x500_61b82534b6e90.jpg" length="55343" type="image/jpeg"/>
<pubDate>Tue, 14 Dec 2021 10:32:12 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords>Student Registration Form, Crud Operation In PHP</media:keywords>
</item>

<item>
<title>Student Registration + Login System PHP Project in PHP | Free Source Code</title>
<link>http://codingcush.com/student-registration-login-system-php-project-in-php-free-source-code</link>
<guid>http://codingcush.com/student-registration-login-system-php-project-in-php-free-source-code</guid>
<description><![CDATA[ I bring you a new awesome PHP Project with free source code. In my previous projects, I&#039;ve uploaded two projects one is the Secure Login System in PHP ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2021/12/image_750x500_61b7a38abb93a.jpg" length="54404" type="image/jpeg"/>
<pubDate>Tue, 14 Dec 2021 01:23:31 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords></media:keywords>
</item>

<item>
<title>Student Portal Website Template Using HTML, CSS, and JavaScript | Download Free Source Code</title>
<link>http://codingcush.com/student-portal-website-template-using-html-css-and-javascript-download-free-source-code</link>
<guid>http://codingcush.com/student-portal-website-template-using-html-css-and-javascript-download-free-source-code</guid>
<description><![CDATA[ In this project, you see the beautiful college basic student portal web design made using HTML, CSS, and JavaScript. I hope this project is helpful for you. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2021/12/image_750x500_61b7a0a72589a.jpg" length="44689" type="image/jpeg"/>
<pubDate>Tue, 14 Dec 2021 01:09:55 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords></media:keywords>
</item>

<item>
<title>Student Id Card Generator Using PHP and MySQL Database Free Source Code</title>
<link>http://codingcush.com/student-id-card-generator-using-php-and-mysql-database-free-source-code</link>
<guid>http://codingcush.com/student-id-card-generator-using-php-and-mysql-database-free-source-code</guid>
<description><![CDATA[ We introduce you to a web application named &quot;Student ID Card Generator using PHP and MySQL Database&quot;, it reduces your time &amp; also you can manage your all students using this project. ]]></description>
<enclosure url="http://codingcush.com/uploads/images/2021/12/image_750x500_61b79af98d3a8.jpg" length="59289" type="image/jpeg"/>
<pubDate>Tue, 14 Dec 2021 00:56:20 +0530</pubDate>
<dc:creator>Lavkush Kumar</dc:creator>
<media:keywords></media:keywords>
</item>

</channel>
</rss>