<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>webbjocke &#8211; Webbjocke</title>
	<atom:link href="https://webbjocke.com/author/wj/feed/" rel="self" type="application/rss+xml" />
	<link>https://webbjocke.com</link>
	<description>A blog about the web and programming</description>
	<lastBuildDate>Wed, 28 Feb 2018 17:52:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<item>
		<title>Web encryption and hashing in javascript with the crypto api</title>
		<link>https://webbjocke.com/javascript-web-encryption-and-hashing-with-the-crypto-api/</link>
				<comments>https://webbjocke.com/javascript-web-encryption-and-hashing-with-the-crypto-api/#comments</comments>
				<pubDate>Wed, 28 Feb 2018 17:13:44 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Base64]]></category>
		<category><![CDATA[Decryption]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[Hashing]]></category>
		<category><![CDATA[Hex]]></category>
				<description><![CDATA[<p>A while ago it was announced that a crypto api will be released for javascript. Meaning it will be possible to do real encrypting and decrypting, and generating hashes directly in the web browser. Now it’s actually possible! It should be noted though that even if the api is a candidate recommendation, the browser support..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/javascript-web-encryption-and-hashing-with-the-crypto-api/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/javascript-web-encryption-and-hashing-with-the-crypto-api/">Web encryption and hashing in javascript with the crypto api</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/javascript-web-encryption-and-hashing-with-the-crypto-api/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
							</item>
		<item>
		<title>Multilingual Satisfy</title>
		<link>https://webbjocke.com/multilingual-satisfy/</link>
				<comments>https://webbjocke.com/multilingual-satisfy/#respond</comments>
				<pubDate>Mon, 18 Dec 2017 21:32:19 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Code tools]]></category>
		<category><![CDATA[Multi Language]]></category>
				<description><![CDATA[<p>The WordPress theme Satisfy can be translated into many different languages. It also supports multilingual plugins like Polylang and Wpml. But some dynamic texts doesn&#039;t get picked up automatically by those plugins. To fix that follow the steps below: (if you have premium there&#039;s no need for this fix). Create a file called &#8220;wpml-config.xml&quot; and..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/multilingual-satisfy/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/multilingual-satisfy/">Multilingual Satisfy</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/multilingual-satisfy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Simple Wp Sitemap on Nginx</title>
		<link>https://webbjocke.com/simple-wp-sitemap-on-nginx/</link>
				<comments>https://webbjocke.com/simple-wp-sitemap-on-nginx/#respond</comments>
				<pubDate>Mon, 18 Dec 2017 19:57:38 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Code tools]]></category>
		<category><![CDATA[Nginx]]></category>
				<description><![CDATA[<p>To get Simple Wp Sitemap working on Nginx, add the following rewrite rules for free or premium to the server { } section in your server file nginx.conf. # Simple Wp Sitemaplocation ~ /sitemap\.(xml&#124;html) {rewrite ^/sitemap\.(xml&#124;html)$ /index.php?thesimplewpsitemap=$1 last;} # Simple Wp Sitemap Premiumlocation ~ /sitemap(.*)\.(xml&#124;html) {rewrite ^/sitemap\.(xml&#124;html)$ /index.php?swsitemap=$1 last;rewrite ^/sitemap-home\.xml$ /index.php?swsitemap=xml&#38;swsitemaptype=homepage last;rewrite ^/sitemap-(.*)\.xml$ /index.php?swsitemap=xml&#38;swsitemaptype=$1 last;}</p>
<p>The post <a rel="nofollow" href="https://webbjocke.com/simple-wp-sitemap-on-nginx/">Simple Wp Sitemap on Nginx</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/simple-wp-sitemap-on-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Convert hex, rgb and hsl colors</title>
		<link>https://webbjocke.com/convert-hex-rgb-and-hsl-colors/</link>
				<comments>https://webbjocke.com/convert-hex-rgb-and-hsl-colors/#respond</comments>
				<pubDate>Sun, 27 Aug 2017 10:44:25 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Html]]></category>
		<category><![CDATA[Hex]]></category>
		<category><![CDATA[Hsl]]></category>
		<category><![CDATA[Html5]]></category>
		<category><![CDATA[Rgb]]></category>
				<description><![CDATA[<p>Hex: Rgba: Hsla: Info This is a hex, rgb and hsl color converter which does hex to rgb and to hsl. It&#039;s mostly for web developers and designers with html5 compatible and CSS3 valid hex, rgba and hsla values with alpha channels. Either type in your colors or use the color picker to get colors..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/convert-hex-rgb-and-hsl-colors/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/convert-hex-rgb-and-hsl-colors/">Convert hex, rgb and hsl colors</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/convert-hex-rgb-and-hsl-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How to better check data types in javascript</title>
		<link>https://webbjocke.com/javascript-check-data-types/</link>
				<comments>https://webbjocke.com/javascript-check-data-types/#comments</comments>
				<pubDate>Sat, 20 Aug 2016 19:31:20 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[Booleans]]></category>
		<category><![CDATA[Data types]]></category>
		<category><![CDATA[Null]]></category>
		<category><![CDATA[Number]]></category>
		<category><![CDATA[Strings]]></category>
				<description><![CDATA[<p>To check what data type something has in javascript is not always the easiest. The language itself provides an operator called typeof for that which works in a straightforward way. Typeof returns a string of what a values data type is, so for an object &#8220;object&quot; is returned and for a string &#8220;string&quot;. However javascripts..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/javascript-check-data-types/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/javascript-check-data-types/">How to better check data types in javascript</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/javascript-check-data-types/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
							</item>
		<item>
		<title>ECMAScript 5&#039;s array metods</title>
		<link>https://webbjocke.com/ecmascript-5-array-methods/</link>
				<comments>https://webbjocke.com/ecmascript-5-array-methods/#respond</comments>
				<pubDate>Fri, 12 Aug 2016 18:13:21 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Node]]></category>
		<category><![CDATA[Arrays]]></category>
		<category><![CDATA[ECMAScript 5]]></category>
		<category><![CDATA[Methods]]></category>
				<description><![CDATA[<p>It was a great many years ago ECMAScript 5 came out to javascript now, and brought not only lots of exciting news, but also a great deal of new array methods. Methods that does everything from looping through, changing, filtering and extracting values from them. Below is a list over all the array methods that..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/ecmascript-5-array-methods/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/ecmascript-5-array-methods/">ECMAScript 5&#039;s array metods</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/ecmascript-5-array-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>RequestAnimationFrame for better animations in javascript</title>
		<link>https://webbjocke.com/requestanimationframe-for-better-animations-in-javascript/</link>
				<comments>https://webbjocke.com/requestanimationframe-for-better-animations-in-javascript/#respond</comments>
				<pubDate>Sun, 24 Apr 2016 20:12:15 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Animations]]></category>
		<category><![CDATA[requestAnimationFrame]]></category>
				<description><![CDATA[<p>RequestAnimationFrame is a function in javascript which is used to create animations directly in the browser. Javascript has been used for doing animations for a long time, and it&#039;s pretty awesome what things really can be done with the language. For simpler stuff though as animated hover effects when someone hovers their mouse cursor over..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/requestanimationframe-for-better-animations-in-javascript/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/requestanimationframe-for-better-animations-in-javascript/">RequestAnimationFrame for better animations in javascript</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/requestanimationframe-for-better-animations-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Localstorage instead of cookies in javascript</title>
		<link>https://webbjocke.com/localstorage-instead-of-cookies-in-javascript/</link>
				<comments>https://webbjocke.com/localstorage-instead-of-cookies-in-javascript/#respond</comments>
				<pubDate>Sat, 26 Dec 2015 14:00:22 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Cookies]]></category>
		<category><![CDATA[Localstorage]]></category>
				<description><![CDATA[<p>When this article is written localstorage in javascript isn&#039;t anything new. It&#039;s been available since html5 rolled out on the web, and is simply a way of storing user data between page views. Cookies in javascript As most people know, nothing in javascript is saved when a user reloads a page or navigates to another...</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/localstorage-instead-of-cookies-in-javascript/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/localstorage-instead-of-cookies-in-javascript/">Localstorage instead of cookies in javascript</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/localstorage-instead-of-cookies-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>How switch works in javascript</title>
		<link>https://webbjocke.com/javascript-switch/</link>
				<comments>https://webbjocke.com/javascript-switch/#respond</comments>
				<pubDate>Fri, 28 Aug 2015 17:18:04 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Expressions]]></category>
		<category><![CDATA[Switch]]></category>
				<description><![CDATA[<p>Switch is a statement in javascript that&#039;s used to control the data flow in programs. With other words to be able to decide what should happen from different cases or actions. Basically the same way one does with if and else, which most people probably are familiar with by now. They work in similar ways..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/javascript-switch/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/javascript-switch/">How switch works in javascript</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/javascript-switch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
		<item>
		<title>Null and undefined in javascript</title>
		<link>https://webbjocke.com/javascript-null-and-undefined/</link>
				<comments>https://webbjocke.com/javascript-null-and-undefined/#respond</comments>
				<pubDate>Wed, 12 Aug 2015 09:12:34 +0000</pubDate>
		<dc:creator><![CDATA[webbjocke]]></dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Null]]></category>
		<category><![CDATA[Undefined]]></category>
				<description><![CDATA[<p>Null and undefined are two data types in javascript that are a bit special and different from each other. Most programming languages only have null, but in javascript there&#039;s also undefined which is similar to null, but not exactly the same. They both are a bit similar to the boolean false. All three are falsy..</p>
<div class="reverse"><a class="read-some-more" href="https://webbjocke.com/javascript-null-and-undefined/">Read more..</a></div>
<p>The post <a rel="nofollow" href="https://webbjocke.com/javascript-null-and-undefined/">Null and undefined in javascript</a> appeared first on <a rel="nofollow" href="https://webbjocke.com">Webbjocke</a>.</p>
]]></description>
						<wfw:commentRss>https://webbjocke.com/javascript-null-and-undefined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
							</item>
	</channel>
</rss>
