<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Web &#8211; David Kryzaniak, LLC</title>
	<atom:link href="https://davekz.com/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>https://davekz.com</link>
	<description>The Trials and Tribulations of a Programming Ninja</description>
	<lastBuildDate>Mon, 29 Jun 2020 11:43:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.5</generator>
<site xmlns="com-wordpress:feed-additions:1">43582094</site>	<item>
		<title>Serverless HTML to PDF API with AWS Lambda</title>
		<link>https://davekz.com/html-to-pdf-api/</link>
					<comments>https://davekz.com/html-to-pdf-api/#respond</comments>
		
		<dc:creator><![CDATA[David Kryzaniak]]></dc:creator>
		<pubDate>Mon, 29 Jun 2020 11:43:46 +0000</pubDate>
				<category><![CDATA[API]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[AWS SAM]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[lambda]]></category>
		<category><![CDATA[nodejs]]></category>
		<guid isPermaLink="false">https://davekz.com/?p=3701</guid>

					<description><![CDATA[<p>Before you begin, I&#8217;ve had some bizarre issues getting this to work correctly on Windows. The zip file that gets uploaded to AWS has some odd permissions on it, which cause things to break. I recommend using OSX, Linux, or <a href="https://davekz.com/html-to-pdf-api/"></p>
<div class="read-more">
<p>Read more &#8250;</p>
</div>
<p><!-- end of .read-more --></a></p>
<p>The post <a rel="nofollow" href="https://davekz.com/html-to-pdf-api/">Serverless HTML to PDF API with AWS Lambda</a> appeared first on <a rel="nofollow" href="https://davekz.com">David Kryzaniak, LLC</a>.</p>
]]></description>
		
					<wfw:commentRss>https://davekz.com/html-to-pdf-api/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3701</post-id>	</item>
		<item>
		<title>cPanel/WHM Cron: Delete Backups Older Than 30 Days</title>
		<link>https://davekz.com/cpanel-delete-old-backups/</link>
					<comments>https://davekz.com/cpanel-delete-old-backups/#respond</comments>
		
		<dc:creator><![CDATA[David Kryzaniak]]></dc:creator>
		<pubDate>Tue, 21 Mar 2017 04:50:05 +0000</pubDate>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Cron]]></category>
		<category><![CDATA[WHM]]></category>
		<guid isPermaLink="false">https://davekz.com/?p=1352</guid>

					<description><![CDATA[<p>As root crontab -e and add: 4 12 * * * /usr/bin/find /backup/20* -mtime +30 -delete Explanation: 4 12 5 * * At 12:04pm on the 5th of every month /usr/bin/find /backup/20* Find directories in /backup/ that begin with &#8220;20&#8221; <a href="https://davekz.com/cpanel-delete-old-backups/"></p>
<div class="read-more">
<p>Read more &#8250;</p>
</div>
<p><!-- end of .read-more --></a></p>
<p>The post <a rel="nofollow" href="https://davekz.com/cpanel-delete-old-backups/">cPanel/WHM Cron: Delete Backups Older Than 30 Days</a> appeared first on <a rel="nofollow" href="https://davekz.com">David Kryzaniak, LLC</a>.</p>
]]></description>
		
					<wfw:commentRss>https://davekz.com/cpanel-delete-old-backups/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1352</post-id>	</item>
		<item>
		<title>Docker on Amazon Lightsail (Quick Install)</title>
		<link>https://davekz.com/docker-on-lightsail/</link>
					<comments>https://davekz.com/docker-on-lightsail/#comments</comments>
		
		<dc:creator><![CDATA[David Kryzaniak]]></dc:creator>
		<pubDate>Sat, 03 Dec 2016 05:22:36 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[Docker]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[lightsail]]></category>
		<guid isPermaLink="false">https://davekz.com/?p=1327</guid>

					<description><![CDATA[<p>Amazon Lightsail is a new service on AWS which appears to be targeted at hosts like Digital Ocean and Linode. There&#8217;s a pretty neat &#8220;Launch Script&#8221; feature! Here&#8217;s a quick guide to automated Docker installs. Login to AWS, jump to <a href="https://davekz.com/docker-on-lightsail/"></p>
<div class="read-more">
<p>Read more &#8250;</p>
</div>
<p><!-- end of .read-more --></a></p>
<p>The post <a rel="nofollow" href="https://davekz.com/docker-on-lightsail/">Docker on Amazon Lightsail (Quick Install)</a> appeared first on <a rel="nofollow" href="https://davekz.com">David Kryzaniak, LLC</a>.</p>
]]></description>
		
					<wfw:commentRss>https://davekz.com/docker-on-lightsail/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1327</post-id>	</item>
		<item>
		<title>Get Noticed! Theme: Changing the Share Bar Icons</title>
		<link>https://davekz.com/gnt-share-bar-icons/</link>
					<comments>https://davekz.com/gnt-share-bar-icons/#respond</comments>
		
		<dc:creator><![CDATA[David Kryzaniak]]></dc:creator>
		<pubDate>Thu, 22 Sep 2016 13:08:46 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://davekz.com/?p=1317</guid>

					<description><![CDATA[<p>The Get Noticed! Theme uses a font for the Share Bar icons (&#8220;gntsocial&#8221;). You can override the default font using some custom CSS. For example, let&#8217;s say you wanted to use the FontAwesome.io icon set instead. Just a heads up, <a href="https://davekz.com/gnt-share-bar-icons/"></p>
<div class="read-more">
<p>Read more &#8250;</p>
</div>
<p><!-- end of .read-more --></a></p>
<p>The post <a rel="nofollow" href="https://davekz.com/gnt-share-bar-icons/">Get Noticed! Theme: Changing the Share Bar Icons</a> appeared first on <a rel="nofollow" href="https://davekz.com">David Kryzaniak, LLC</a>.</p>
]]></description>
		
					<wfw:commentRss>https://davekz.com/gnt-share-bar-icons/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1317</post-id>	</item>
		<item>
		<title>Hacking Amazon Dash Buttons</title>
		<link>https://davekz.com/hacking-amazon-dash-buttons/</link>
					<comments>https://davekz.com/hacking-amazon-dash-buttons/#comments</comments>
		
		<dc:creator><![CDATA[David Kryzaniak]]></dc:creator>
		<pubDate>Sun, 23 Aug 2015 20:18:11 +0000</pubDate>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Hardware Hacks]]></category>
		<guid isPermaLink="false">https://davekz.com/?p=1188</guid>

					<description><![CDATA[<p>An article recently posted on Medium&#160;explained how easy it was to hack an&#160;Amazon Dash Button to track Baby Data. Pretty neat idea&#8230; but the example given required a laptop to constantly be running a python network sniffer. If the laptop <a href="https://davekz.com/hacking-amazon-dash-buttons/"></p>
<div class="read-more">
<p>Read more &#8250;</p>
</div>
<p><!-- end of .read-more --></a></p>
<p>The post <a rel="nofollow" href="https://davekz.com/hacking-amazon-dash-buttons/">Hacking Amazon Dash Buttons</a> appeared first on <a rel="nofollow" href="https://davekz.com">David Kryzaniak, LLC</a>.</p>
]]></description>
		
					<wfw:commentRss>https://davekz.com/hacking-amazon-dash-buttons/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1188</post-id>	</item>
		<item>
		<title>Using Google Fonts with the Get Noticed! Theme</title>
		<link>https://davekz.com/using-google-fonts-with-the-get-noticed-theme/</link>
					<comments>https://davekz.com/using-google-fonts-with-the-get-noticed-theme/#comments</comments>
		
		<dc:creator><![CDATA[David Kryzaniak]]></dc:creator>
		<pubDate>Sat, 30 May 2015 03:00:12 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://davekz.com/?p=1153</guid>

					<description><![CDATA[<p>As of Get Noticed 1.5.0, you can add custom font stacks into the Theme Customizer. Here are some simple instructions for adding Google Fonts to your site. Go to https://www.google.com/fonts, and pick a few fonts you like. Limit your selection <a href="https://davekz.com/using-google-fonts-with-the-get-noticed-theme/"></p>
<div class="read-more">
<p>Read more &#8250;</p>
</div>
<p><!-- end of .read-more --></a></p>
<p>The post <a rel="nofollow" href="https://davekz.com/using-google-fonts-with-the-get-noticed-theme/">Using Google Fonts with the Get Noticed! Theme</a> appeared first on <a rel="nofollow" href="https://davekz.com">David Kryzaniak, LLC</a>.</p>
]]></description>
		
					<wfw:commentRss>https://davekz.com/using-google-fonts-with-the-get-noticed-theme/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1153</post-id>	</item>
		<item>
		<title>Script: Intercepting Paste with jQuery</title>
		<link>https://davekz.com/on-paste-jquery/</link>
					<comments>https://davekz.com/on-paste-jquery/#comments</comments>
		
		<dc:creator><![CDATA[David Kryzaniak]]></dc:creator>
		<pubDate>Sat, 21 Feb 2015 17:08:25 +0000</pubDate>
				<category><![CDATA[Code Snippets]]></category>
		<guid isPermaLink="false">https://davekz.com/?p=1106</guid>

					<description><![CDATA[<p>“Smart Quotes are the bane of my existence” This is mainly because they typically turn into broken characters the second they are added to a database (depending on the encoding). Here&#8217;s a quick (frontend) fix to find/replace on paste using <a href="https://davekz.com/on-paste-jquery/"></p>
<div class="read-more">
<p>Read more &#8250;</p>
</div>
<p><!-- end of .read-more --></a></p>
<p>The post <a rel="nofollow" href="https://davekz.com/on-paste-jquery/">Script: Intercepting Paste with jQuery</a> appeared first on <a rel="nofollow" href="https://davekz.com">David Kryzaniak, LLC</a>.</p>
]]></description>
		
					<wfw:commentRss>https://davekz.com/on-paste-jquery/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1106</post-id>	</item>
		<item>
		<title>Setting up the Get Noticed WordPress Theme</title>
		<link>https://davekz.com/setup-get-noticed-theme/</link>
					<comments>https://davekz.com/setup-get-noticed-theme/#comments</comments>
		
		<dc:creator><![CDATA[David Kryzaniak]]></dc:creator>
		<pubDate>Sun, 31 Aug 2014 22:06:51 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Get Noticed]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[theme]]></category>
		<guid isPermaLink="false">https://davekz.com/?p=894</guid>

					<description><![CDATA[<p>Get Noticed is the theme that Michael Hyatt uses on his WordPress site. About 3 months ago the theme became available for purchase. Setting up the Get Noticed theme for the first time can be a bit tricky. There are <a href="https://davekz.com/setup-get-noticed-theme/"></p>
<div class="read-more">
<p>Read more &#8250;</p>
</div>
<p><!-- end of .read-more --></a></p>
<p>The post <a rel="nofollow" href="https://davekz.com/setup-get-noticed-theme/">Setting up the Get Noticed WordPress Theme</a> appeared first on <a rel="nofollow" href="https://davekz.com">David Kryzaniak, LLC</a>.</p>
]]></description>
		
					<wfw:commentRss>https://davekz.com/setup-get-noticed-theme/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">894</post-id>	</item>
		<item>
		<title>PHP: List All Devices on the Network (For Linksys Routers Running Tomato)</title>
		<link>https://davekz.com/php-list-active-devices-on-network/</link>
					<comments>https://davekz.com/php-list-active-devices-on-network/#respond</comments>
		
		<dc:creator><![CDATA[David Kryzaniak]]></dc:creator>
		<pubDate>Mon, 07 Jul 2014 04:20:52 +0000</pubDate>
				<category><![CDATA[Hardware Hacks]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[e2000]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[linksys]]></category>
		<category><![CDATA[monitor]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[router]]></category>
		<guid isPermaLink="false">http://www.davekz.com/?p=803</guid>

					<description><![CDATA[<p>For a personal project I'm working on, I need to monitor all the devices currently on my home network. Getting PHP to poll the network for devices is hard... I believe there is a way to poll devices in perl, but I was looking for something easier. The quickest solution I was able to come up with is to screenscrap my router's "Device List" page. My router is a Linksys E2000 (For all the nerds out there, its a Broadcom BCM4716 chip rev 1 pkg 9, overclocked to a blazin' 356MHz). It's currently running Tomato Version 1.28. <a href="https://davekz.com/php-list-active-devices-on-network/"></p>
<div class="read-more">
<p>Read more &#8250;</p>
</div>
<p><!-- end of .read-more --></a></p>
<p>The post <a rel="nofollow" href="https://davekz.com/php-list-active-devices-on-network/">PHP: List All Devices on the Network (For Linksys Routers Running Tomato)</a> appeared first on <a rel="nofollow" href="https://davekz.com">David Kryzaniak, LLC</a>.</p>
]]></description>
		
					<wfw:commentRss>https://davekz.com/php-list-active-devices-on-network/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">803</post-id>	</item>
		<item>
		<title>W3 Total Cache Optimial Settings</title>
		<link>https://davekz.com/w3tc-settings/</link>
					<comments>https://davekz.com/w3tc-settings/#comments</comments>
		
		<dc:creator><![CDATA[David Kryzaniak]]></dc:creator>
		<pubDate>Sun, 29 Jun 2014 17:53:46 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[w3 total cache]]></category>
		<category><![CDATA[w3tc]]></category>
		<category><![CDATA[wp caching]]></category>
		<guid isPermaLink="false">http://www.davekz.com/?p=795</guid>

					<description><![CDATA[<p>W3 Total Cache is my favorite WordPress Caching Plugin. The only downside is that it has a ton of settings! Here are the common settings I use on most of my sites. From the WordPress admin area, go to  the Performance tab. <a href="https://davekz.com/w3tc-settings/"></p>
<div class="read-more">
<p>Read more &#8250;</p>
</div>
<p><!-- end of .read-more --></a></p>
<p>The post <a rel="nofollow" href="https://davekz.com/w3tc-settings/">W3 Total Cache Optimial Settings</a> appeared first on <a rel="nofollow" href="https://davekz.com">David Kryzaniak, LLC</a>.</p>
]]></description>
		
					<wfw:commentRss>https://davekz.com/w3tc-settings/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">795</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using disk: enhanced 

Served from: davekz.com @ 2024-07-11 00:47:30 by W3 Total Cache
-->