<?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>@jujoko7cf</title>
	<atom:link href="https://jujoko7cf.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://jujoko7cf.com/</link>
	<description></description>
	<lastBuildDate>Thu, 23 Jan 2025 13:10:38 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://jujoko7cf.com/wp-content/uploads/2024/07/cropped-jujoko7cf-favicon-512-32x32.png</url>
	<title>@jujoko7cf</title>
	<link>https://jujoko7cf.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Den richtigen Hook finden @ WCKA Karlsruhe 2024</title>
		<link>https://jujoko7cf.com/den-richtigen-hook-finden-wcka-karlsruhe-2024/</link>
		
		<dc:creator><![CDATA[jujoko7CF]]></dc:creator>
		<pubDate>Sat, 12 Oct 2024 13:38:58 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<guid isPermaLink="false">https://jujoko7cf.com/?p=572</guid>

					<description><![CDATA[<p>In diesem Vortrag wird gezeigt, wie man Plugins, Themes und den WordPress-Core über Actions und Filter anpasst, ohne den Code direkt zu verändern. Es werden praktische Beispiele für gängige Anpassungen präsentiert und Methoden zur Identifizierung von Hooks erläutert, auch wenn keine Dokumentation vorhanden ist.</p>
<p>The post <a href="https://jujoko7cf.com/den-richtigen-hook-finden-wcka-karlsruhe-2024/">Den richtigen Hook finden @ WCKA Karlsruhe 2024</a> appeared first on <a href="https://jujoko7cf.com">@jujoko7cf</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="gb-container gb-container-5000da03 gb-tabs" data-opened-tab="1">
<div class="gb-container gb-container-2fcff60e gb-tabs__buttons">

<button class="gb-button gb-button-257a40ad gb-button-text gb-tabs__button gb-block-is-current" id="gb-tab-button-257a40ad">WordPress.tv</button>



<button class="gb-button gb-button-e9d763fb gb-button-text gb-tabs__button" id="gb-tab-button-e9d763fb">Slides</button>

</div>

<div class="gb-container gb-container-455537b5 gb-tabs__items">
<div class="gb-container gb-container-c31f9611 gb-tabs__item gb-tabs__item-open" id="gb-tab-item-c31f9611">

<figure class="wp-block-embed is-type-video is-provider-wordpress-tv-embed wp-block-embed-wordpress-tv-embed wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="VideoPress Video Player" aria-label='VideoPress Video Player' width='1400' height='788' src='https://video.wordpress.com/embed/hUgRYp8q?hd=1&amp;cover=1' frameborder='0' allowfullscreen allow='clipboard-write'></iframe><script src='https://v0.wordpress.com/js/next/videopress-iframe.js?m=1725245713'></script>
</div><figcaption class="wp-element-caption"><a href="https://wordpress.tv/2024/10/12/den-richtigen-hook-finden-code-erweiterung-ohne-plugin-aenderungen/">https://wordpress.tv/2024/10/12/den-richtigen-hook-finden-code-erweiterung-ohne-plugin-aenderungen/</a></figcaption></figure>

</div>

<div class="gb-container gb-container-184735f7 gb-tabs__item" id="gb-tab-item-184735f7">

<div style="position: relative;"><iframe src="/den-richtigen-hook-finden" style="width: 100%;aspect-ratio: 4 / 3;max-height: calc( 100vh - var( --wp-admin--admin-bar--height, 0px ) - 100px );"></iframe><a href="/den-richtigen-hook-finden" style="position: absolute; left: 20px; bottom: 20px; color: #e1250f;"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" style="
    width: 6vw;
    max-width: 50px;
    aspect-ratio: 1;
    fill: currentColor;
"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M32 32C14.3 32 0 46.3 0 64l0 96c0 17.7 14.3 32 32 32s32-14.3 32-32l0-64 64 0c17.7 0 32-14.3 32-32s-14.3-32-32-32L32 32zM64 352c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 96c0 17.7 14.3 32 32 32l96 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-64 0 0-64zM320 32c-17.7 0-32 14.3-32 32s14.3 32 32 32l64 0 0 64c0 17.7 14.3 32 32 32s32-14.3 32-32l0-96c0-17.7-14.3-32-32-32l-96 0zM448 352c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 64-64 0c-17.7 0-32 14.3-32 32s14.3 32 32 32l96 0c17.7 0 32-14.3 32-32l0-96z"/></svg></a></div>

</div>
</div>
</div><p>The post <a href="https://jujoko7cf.com/den-richtigen-hook-finden-wcka-karlsruhe-2024/">Den richtigen Hook finden @ WCKA Karlsruhe 2024</a> appeared first on <a href="https://jujoko7cf.com">@jujoko7cf</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>CSS:has( .evolved ) @ WCDE Gerolstein 2023</title>
		<link>https://jujoko7cf.com/css-has-evolved-wcde-gerolstein-2023/</link>
		
		<dc:creator><![CDATA[jujoko7CF]]></dc:creator>
		<pubDate>Tue, 14 Nov 2023 17:11:43 +0000</pubDate>
				<category><![CDATA[Allgemein]]></category>
		<guid isPermaLink="false">https://jujoko7cf.com/?p=503</guid>

					<description><![CDATA[<p>Ein Blick in die Zukunft von CSS: Wie neue vielversprechende Features, wie z.B. :has(), Container Queries und Nesting, CSS revolutionieren können. Diese Neuerungen eröffnen faszinierende Gestaltungsmöglichkeiten, ohne auf Präprozessoren oder JavaScript angewiesen zu sein.</p>
<p>Mithilfe eines keinen Projekts wird schrittweise veranschaulicht, wie zukünftig diese neuen Funktionen im Kontext von WordPress effektiv eingesetzt werden können.</p>
<p>The post <a href="https://jujoko7cf.com/css-has-evolved-wcde-gerolstein-2023/">CSS:has( .evolved ) @ WCDE Gerolstein 2023</a> appeared first on <a href="https://jujoko7cf.com">@jujoko7cf</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="gb-container gb-container-5159403a gb-tabs" data-opened-tab="1">
<div class="gb-container gb-container-a95138a7 gb-tabs__buttons">

<button class="gb-button gb-button-38a18f15 gb-button-text gb-tabs__button gb-block-is-current" id="gb-tab-button-38a18f15">WordPress.tv</button>



<button class="gb-button gb-button-e9d763fb gb-button-text gb-tabs__button" id="gb-tab-button-e9d763fb">Slides</button>



<button class="gb-button gb-button-e17aeede gb-button-text gb-tabs__button" id="gb-tab-button-e17aeede">Practical</button>

</div>

<div class="gb-container gb-container-598e4c50 gb-tabs__items">
<div class="gb-container gb-container-f31f0d69 gb-tabs__item gb-tabs__item-open" id="gb-tab-item-f31f0d69">

<figure class="wp-block-embed is-type-video is-provider-wordpress-tv-embed wp-block-embed-wordpress-tv-embed wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="VideoPress Video Player" aria-label='VideoPress Video Player' width='1400' height='788' src='https://video.wordpress.com/embed/bX5QBoSv?hd=1&amp;cover=1' frameborder='0' allowfullscreen allow='clipboard-write'></iframe><script src='https://v0.wordpress.com/js/next/videopress-iframe.js?m=1674852142'></script>
</div><figcaption class="wp-element-caption">https://wordpress.tv/2023/10/21/justin-joe-kostka-csshas-evolved/</figcaption></figure>

</div>

<div class="gb-container gb-container-184735f7 gb-tabs__item" id="gb-tab-item-184735f7">

<div data-wp-interactive="core/file" class="wp-block-file"><object data-wp-bind--hidden="!state.hasPdfPreview" hidden class="wp-block-file__embed" data="https://jujoko7cf.com/wp-content/uploads/2023/11/csshas-evolved-wcde-gerolstein-2023.pdf" type="application/pdf" style="width:100%;height:600px" aria-label="Embed of csshas-evolved-wcde-gerolstein-2023."></object><a id="wp-block-file--media-dfbd03b2-8bd5-40bb-87d0-3babce9a4fce" href="https://jujoko7cf.com/wp-content/uploads/2023/11/csshas-evolved-wcde-gerolstein-2023.pdf">csshas-evolved-wcde-gerolstein-2023</a></div>

</div>

<div class="gb-container gb-container-5a29f2e5 gb-tabs__item" id="gb-tab-item-5a29f2e5">

<p class="gb-headline gb-headline-a7d1746b gb-headline-text">Depending on the browser (version), the examples may not work. In this case, it is best to use Chrome version 117 or higher, as all the features shown here work from this version onwards.</p>



<figure class="wp-block-embed is-type-wp-embed is-provider-codepen wp-block-embed-codepen width-100"><div class="wp-block-embed__wrapper">
<iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" title="color-mix() - Sample" src="https://codepen.io/jujoko7CF/embed/preview/OJrYXgE?default-tabs=css%2Cresult&#038;height=300&#038;host=https%3A%2F%2Fcodepen.io&#038;slug-hash=OJrYXgE#?secret=23ScFUUq1c" data-secret="23ScFUUq1c" scrolling="no" frameborder="0" height="300"></iframe>
</div></figure>



<figure class="wp-block-embed is-type-wp-embed is-provider-codepen wp-block-embed-codepen"><div class="wp-block-embed__wrapper">
<iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" title=":has() - Sample" src="https://codepen.io/jujoko7CF/embed/preview/LYMoZOW?default-tabs=html%2Cresult&#038;height=300&#038;host=https%3A%2F%2Fcodepen.io&#038;slug-hash=LYMoZOW#?secret=0Bk0LFzJlh" data-secret="0Bk0LFzJlh" scrolling="no" frameborder="0" height="300"></iframe>
</div></figure>



<figure class="wp-block-embed is-type-wp-embed is-provider-codepen wp-block-embed-codepen"><div class="wp-block-embed__wrapper">
<iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" title="Trigonometric functions:has( :has() ) - Sample" src="https://codepen.io/jujoko7CF/embed/preview/OJrYOmv?default-tabs=css%2Cresult&#038;height=300&#038;host=https%3A%2F%2Fcodepen.io&#038;slug-hash=OJrYOmv#?secret=1z8Ep8LmKp" data-secret="1z8Ep8LmKp" scrolling="no" frameborder="0" height="300"></iframe>
</div></figure>



<figure class="wp-block-embed is-type-wp-embed is-provider-codepen wp-block-embed-codepen"><div class="wp-block-embed__wrapper">
<iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" title="Subgrid - Sample" src="https://codepen.io/jujoko7CF/embed/preview/KKbjgyd?default-tabs=html%2Cresult&#038;height=300&#038;host=https%3A%2F%2Fcodepen.io&#038;slug-hash=KKbjgyd#?secret=MEkYHvuIo4" data-secret="MEkYHvuIo4" scrolling="no" frameborder="0" height="300"></iframe>
</div></figure>



<figure class="wp-block-embed is-type-wp-embed is-provider-codepen wp-block-embed-codepen"><div class="wp-block-embed__wrapper">
<iframe class="wp-embedded-content" sandbox="allow-scripts" security="restricted" title="Container Queries &amp; Nesting- Sample" src="https://codepen.io/jujoko7CF/embed/preview/NWeVyrd?default-tabs=css%2Cresult&#038;height=300&#038;host=https%3A%2F%2Fcodepen.io&#038;slug-hash=NWeVyrd#?secret=QaWPuahr8x" data-secret="QaWPuahr8x" scrolling="no" frameborder="0" height="300"></iframe>
</div></figure>

</div>
</div>
</div><p>The post <a href="https://jujoko7cf.com/css-has-evolved-wcde-gerolstein-2023/">CSS:has( .evolved ) @ WCDE Gerolstein 2023</a> appeared first on <a href="https://jujoko7cf.com">@jujoko7cf</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
