<?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>Coding Archives - Joshua Bellendir</title>
	<atom:link href="https://www.joshuabellendir.com/tag/coding/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.joshuabellendir.com/tag/coding/</link>
	<description>Global CIO &#124; Transformation Leader &#124; Trusted Advisor</description>
	<lastBuildDate>Tue, 18 Nov 2025 06:06:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://i0.wp.com/www.joshuabellendir.com/wp-content/uploads/2017/10/cropped-cropped-JBlogo.png?fit=32%2C32&#038;ssl=1</url>
	<title>Coding Archives - Joshua Bellendir</title>
	<link>https://www.joshuabellendir.com/tag/coding/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">186330610</site>	<item>
		<title>CodePen.io: A Powerful Online Editor for HTML, CSS, and JavaScript</title>
		<link>https://www.joshuabellendir.com/codepen-io-an-html-css-and-javascript-web-editor/</link>
					<comments>https://www.joshuabellendir.com/codepen-io-an-html-css-and-javascript-web-editor/#respond</comments>
		
		<dc:creator><![CDATA[Joshua]]></dc:creator>
		<pubDate>Mon, 03 Feb 2014 08:00:00 +0000</pubDate>
				<category><![CDATA[Tech & Business]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[Html]]></category>
		<category><![CDATA[Javascript]]></category>
		<guid isPermaLink="false">http://wp.joshuabellendir.com/?p=199</guid>

					<description><![CDATA[<p>I wanted to share a great online tool for anyone working with HTML, CSS, or JavaScript. CodePen.io is a free web based editor that makes it easy to experiment, prototype, and learn from other developers. You can browse an extensive library of user created examples or create your own by &#8230;</p>
<p>The post <a href="https://www.joshuabellendir.com/codepen-io-an-html-css-and-javascript-web-editor/">CodePen.io: A Powerful Online Editor for HTML, CSS, and JavaScript</a> appeared first on <a href="https://www.joshuabellendir.com">Joshua Bellendir</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>I wanted to share a great online tool for anyone working with HTML, CSS, or JavaScript. CodePen.io is a free web based editor that makes it easy to experiment, prototype, and learn from other developers.</p>



<p>You can browse an extensive library of user created examples or create your own by starting a new “pen.” As you write your code, the preview updates instantly so you can see the results in real time. It is a simple, elegant, and highly effective way to test ideas or refine your skills.</p>



<p>If you work with front end code or enjoy experimenting with web design, give CodePen a try: <a href="http://codepen.io">http://codepen.io</a></p>
<p>The post <a href="https://www.joshuabellendir.com/codepen-io-an-html-css-and-javascript-web-editor/">CodePen.io: A Powerful Online Editor for HTML, CSS, and JavaScript</a> appeared first on <a href="https://www.joshuabellendir.com">Joshua Bellendir</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.joshuabellendir.com/codepen-io-an-html-css-and-javascript-web-editor/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">199</post-id>	</item>
		<item>
		<title>Drupal Pop Up Confirmation on Node Edit or Add Pages</title>
		<link>https://www.joshuabellendir.com/drupal-pop-up-confirmation-on-node-editadd-page/</link>
					<comments>https://www.joshuabellendir.com/drupal-pop-up-confirmation-on-node-editadd-page/#respond</comments>
		
		<dc:creator><![CDATA[Joshua]]></dc:creator>
		<pubDate>Fri, 03 Jan 2014 08:00:00 +0000</pubDate>
				<category><![CDATA[Tech & Business]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Modules]]></category>
		<guid isPermaLink="false">http://wp.joshuabellendir.com/?p=189</guid>

					<description><![CDATA[<p>If you want to protect users from losing work when creating or editing content in Drupal, the Node Edit Protection module is a simple and effective solution. It adds a small JavaScript warning that appears whenever a user tries to leave a node edit or add page without saving their &#8230;</p>
<p>The post <a href="https://www.joshuabellendir.com/drupal-pop-up-confirmation-on-node-editadd-page/">Drupal Pop Up Confirmation on Node Edit or Add Pages</a> appeared first on <a href="https://www.joshuabellendir.com">Joshua Bellendir</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>If you want to protect users from losing work when creating or editing content in Drupal, the <em>Node Edit Protection</em> module is a simple and effective solution. It adds a small JavaScript warning that appears whenever a user tries to leave a node edit or add page without saving their changes.</p>



<p>This helps prevent common mistakes such as clicking the browser’s back button, closing a tab by accident, or navigating away before submitting a form. When the module detects that a user is working on a node, it displays a confirmation message that alerts them that their unsaved work will be lost if they continue.</p>



<p>It is a very useful module, although it took some digging to find. By sharing it here, I hope others who run into the same issue can discover it more easily. With only a few hundred sites using it today, this tool deserves much more visibility.</p>



<p>You can explore the module here:<br><a href="https://www.drupal.org/project/node_edit_protection">https://www.drupal.org/project/node_edit_protection</a></p>
<p>The post <a href="https://www.joshuabellendir.com/drupal-pop-up-confirmation-on-node-editadd-page/">Drupal Pop Up Confirmation on Node Edit or Add Pages</a> appeared first on <a href="https://www.joshuabellendir.com">Joshua Bellendir</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.joshuabellendir.com/drupal-pop-up-confirmation-on-node-editadd-page/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">189</post-id>	</item>
	</channel>
</rss>
