<?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>Guillaume Duhan Archives - EASY Digital Pro</title>
	<atom:link href="https://easydigital.pro/product-tag/guillaume-duhan/feed/" rel="self" type="application/rss+xml" />
	<link>https://easydigital.pro/product-tag/guillaume-duhan/</link>
	<description>Download Windows Software, Mac Software, Wordpress Themes, Audiobooks, E-Books, Music, Games</description>
	<lastBuildDate>Tue, 07 Sep 2021 17:37:14 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>

<image>
	<url>https://easydigital.pro/wp-content/uploads/2020/06/cropped-favicon-32x32.png</url>
	<title>Guillaume Duhan Archives - EASY Digital Pro</title>
	<link>https://easydigital.pro/product-tag/guillaume-duhan/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>WordPress Plugin Development with JQuery (2021)</title>
		<link>https://easydigital.pro/products/wordpress-plugin-development-with-jquery-2021/</link>
		
		<dc:creator><![CDATA[Tola Morn]]></dc:creator>
		<pubDate>Wed, 02 Jun 2021 05:33:33 +0000</pubDate>
				<guid isPermaLink="false">https://easydigital.pro/?post_type=product&#038;p=12315</guid>

					<description><![CDATA[<h3 class="udlite-heading-xl clp-lead__title clp-lead__title--small" data-purpose="lead-title">Wordpress Plugin Development with JQuery (2021)</h3>
<div data-purpose="safely-set-inner-html:description:description">
<p><strong>Wordpress Plugin with jQuery</strong></p>
<p>This course aims you to teach you how to code your own plugin on a Wordpress website. We are going to learn together how to start, how to activate our plugin and how to change our content dynamically. For that purpose, we are going to use jQuery.</p>
<ul>
<li><strong><em>At the end of this course, i'll provide you the entire plugin as files to use.</em></strong></li>
</ul>
<p><strong>jQuery is an amazing framework made on top of JavaScript and released in 2006 by John Resign.</strong></p>
<p>At its origins, jQuery was created to make JavaScript easier to execute. jQuery’s motto is “write less, do more” — and that’s exactly what it does; jQuery is a reusable piece of code that enables you to do more with JavaScript.</p>
<p><strong>Why jQuery?</strong></p>
<p>Most of developers that begin on WordPress have few notions of coding. jQuery<strong> is a very good alternative</strong> to start coding. Let me give you some reasons to use jQuery:</p>
<ul>
<li>You don't need to be experimented to start with jQuery,</li>
<li>Documentation is full of quick solutions to use,</li>
<li>Low restrictions on code (due also to JavaScript),</li>
<li>jQuery provides an amazing selector to select DOM elements,</li>
<li>You can write multiple tasks in one line,</li>
<li>You can handle every elements of your website,</li>
<li>It is Cross-Browser support...</li>
</ul>
<p><a href="https://www.udemy.com/course/wordpress-plugin-development-jquery/" target="_blank" rel="noopener" data-schema-attribute=""><img class="alignnone size-medium wp-image-11882" src="https://easydigital.pro/wp-content/uploads/2021/05/video-demo-img-300x106.png" alt="video demo link" width="300" height="106" /></a></p>
</div>
<div class="styles--audience--2pZ0S" data-purpose="target-audience">
<h3>Instructor</h3>
<p><strong>Guillaume Duhan</strong><br />
Senior Front-End Developer JavaScript (Vue, Node, Firebase)</p>
<p>Front-End Developer since 10 years now, I've spend 4 years abroad (London, Berlin, Paris) and I've worked in 30+ start-ups (up to 1,000 employees). Expert in Vue.js, I am also jury for French National developer's degree delivered by IFOCOP Paris 11, France. I also gives tech courses for companies on development, marketing &#38; communication. Literature, languages and travel are my passions.</p>
</div>
<p>The post <a href="https://easydigital.pro/products/wordpress-plugin-development-with-jquery-2021/">WordPress Plugin Development with JQuery (2021)</a> appeared first on <a href="https://easydigital.pro">EASY Digital Pro</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3 class="udlite-heading-xl clp-lead__title clp-lead__title--small" data-purpose="lead-title">WordPress Plugin Development with JQuery (2021)</h3>
<div data-purpose="safely-set-inner-html:description:description">
<p><strong>WordPress Plugin with jQuery</strong></p>
<p>This course aims you to teach you how to code your own plugin on a WordPress website. We are going to learn together how to start, how to activate our plugin and how to change our content dynamically. For that purpose, we are going to use jQuery.</p>
<ul>
<li><strong><em>At the end of this course, i&#8217;ll provide you the entire plugin as files to use.</em></strong></li>
</ul>
<p><strong>jQuery is an amazing framework made on top of JavaScript and released in 2006 by John Resign.</strong></p>
<p>At its origins, jQuery was created to make JavaScript easier to execute. jQuery’s motto is “write less, do more” — and that’s exactly what it does; jQuery is a reusable piece of code that enables you to do more with JavaScript.</p>
<p><strong>Why jQuery?</strong></p>
<p>Most of developers that begin on WordPress have few notions of coding. jQuery<strong> is a very good alternative</strong> to start coding. Let me give you some reasons to use jQuery:</p>
<ul>
<li>You don&#8217;t need to be experimented to start with jQuery,</li>
<li>Documentation is full of quick solutions to use,</li>
<li>Low restrictions on code (due also to JavaScript),</li>
<li>jQuery provides an amazing selector to select DOM elements,</li>
<li>You can write multiple tasks in one line,</li>
<li>You can handle every elements of your website,</li>
<li>It is Cross-Browser support&#8230;</li>
</ul>
<p>You understand now why jQuery can be a powerful ally. There are many other reasons to use it but the main one: <strong>it is the best framework to start coding.</strong></p>
<p><em>&#8220;jQuery takes common JavaScript tasks and wraps them into methods. Then, instead of writing out all that code by hand, developers can simply call these methods — jQuery takes care of the rest. These shortcuts allow users to write better code and be more productive. Many sites with JavaScript use jQuery, with many estimates putting the total at more than 50% of all websites.&#8221; </em>Armina Mkhitaryan</p>
<p>So if you are looking for an efficient course to learn how to code your plugin with jQuery and WordPress, you are at the right place.</p>
<p><a href="https://www.udemy.com/course/wordpress-plugin-development-jquery/" target="_blank" rel="noopener" data-schema-attribute=""><img decoding="async" class="alignnone size-medium wp-image-11882" src="https://easydigital.pro/wp-content/uploads/2021/05/video-demo-img-300x106.png" alt="video demo link" width="300" height="106" srcset="https://easydigital.pro/wp-content/uploads/2021/05/video-demo-img-300x106.png 300w, https://easydigital.pro/wp-content/uploads/2021/05/video-demo-img-64x23.png 64w, https://easydigital.pro/wp-content/uploads/2021/05/video-demo-img.png 574w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<h3 class="udlite-heading-xl requirements--title--2j7S2">Requirements</h3>
<ul class="unstyled-list udlite-block-list">
<li>
<div class="udlite-block-list-item udlite-block-list-item-small udlite-block-list-item-tight udlite-block-list-item-neutral udlite-text-sm">
<div class="udlite-block-list-item-content">Basic WordPress knowledge</div>
</div>
</li>
<li>
<div class="udlite-block-list-item udlite-block-list-item-small udlite-block-list-item-tight udlite-block-list-item-neutral udlite-text-sm">
<div class="udlite-block-list-item-content">JavaScript vanilla</div>
</div>
</li>
<li>
<div class="udlite-block-list-item udlite-block-list-item-small udlite-block-list-item-tight udlite-block-list-item-neutral udlite-text-sm">
<div class="udlite-block-list-item-content">jQuery basics</div>
</div>
</li>
</ul>
</div>
<div class="styles--audience--2pZ0S" data-purpose="target-audience">
<h3 class="udlite-heading-xl styles--audience__title--1Sob_">Who this course is for:</h3>
<ul class="styles--audience__list--3NCqY">
<li>wordpress developers</li>
</ul>
<h3>Instructor</h3>
<p><strong>Guillaume Duhan</strong><br />
Senior Front-End Developer JavaScript (Vue, Node, Firebase)</p>
<p>Front-End Developer since 10 years now, I&#8217;ve spend 4 years abroad (London, Berlin, Paris) and I&#8217;ve worked in 30+ start-ups (up to 1,000 employees). Expert in Vue.js, I am also jury for French National developer&#8217;s degree delivered by IFOCOP Paris 11, France. I also gives tech courses for companies on development, marketing &amp; communication. Literature, languages and travel are my passions.</p>
<p>10 ans d&#8217;expérience en tant que développeur Front-end dont 4 années passées à l&#8217;étranger (Londres et Berlin) dans des start-up allant de 4 à 1000 employés. +100 applications et sites web créées.</p>
<p>Expert en Vue.js en freelance depuis 3 ans, je suis capable d&#8217;intervenir à toutes les étapes d&#8217;un projet numérique, de son élaboration, en passant par son architecture jusqu&#8217;à sa conception finale.</p>
<p>Formateur (JavaScript, Vue, Node), membre du jury pour le diplôme d&#8217;état &#8220;Développeur Intégrateur de niveau 6&#8221; de l&#8217;IFOCOP Paris 11, je suis également auteur de romans et de livres sur le sujet du numérique et de toutes les transformations digitales auxquelles la société devra se confronter dans les trente prochaines années.</p>
</div>
<p>The post <a href="https://easydigital.pro/products/wordpress-plugin-development-with-jquery-2021/">WordPress Plugin Development with JQuery (2021)</a> appeared first on <a href="https://easydigital.pro">EASY Digital Pro</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
	
