<?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>Html/CSS/JavaScript Archives - nerijuso.lt</title>
	<atom:link href="https://nerijuso.lt/category/html-css-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerijuso.lt/category/html-css-javascript/</link>
	<description>Nerijus Oftas - developer</description>
	<lastBuildDate>Sun, 28 Jun 2020 20:27:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Bluehost vs Kinsta hosting</title>
		<link>https://nerijuso.lt/bluehost-vs-kinsta-hosting/</link>
					<comments>https://nerijuso.lt/bluehost-vs-kinsta-hosting/#respond</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Sun, 28 Jun 2020 20:19:53 +0000</pubDate>
				<category><![CDATA[Html/CSS/JavaScript]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=421</guid>

					<description><![CDATA[<p>Few days before I got a task to suggest the best hosting for the WordPress website. The website will be for USA users, so we needed to host the website in USA datacenters. I always was using OVH VPS but this client did not have who will set up this VPS and take care of [&#8230;]</p>
<p>The post <a href="https://nerijuso.lt/bluehost-vs-kinsta-hosting/">Bluehost vs Kinsta hosting</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/bluehost-vs-kinsta-hosting/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>HTML Entities &#038; Special Characters</title>
		<link>https://nerijuso.lt/html-entities-special-characters/</link>
					<comments>https://nerijuso.lt/html-entities-special-characters/#respond</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Wed, 15 Apr 2015 10:35:14 +0000</pubDate>
				<category><![CDATA[Html/CSS/JavaScript]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=325</guid>

					<description><![CDATA[<p>Sometimes need special character and you did not know how to write it in code. Here is most common list of HTML entities with their numbers and names. Number Code Entity Code Character Description &#38;#34; &#38;quot; &#8220; Quotation Mark &#38;#38; &#38;amp; &#38; Ampersand &#38;#47; &#38;frasl; / Slash &#38;#60; &#38;lt; &#60; Less Than Sign &#38;#62; &#38;gt; [&#8230;]</p>
<p>The post <a href="https://nerijuso.lt/html-entities-special-characters/">HTML Entities &#038; Special Characters</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/html-entities-special-characters/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Equal div column heights</title>
		<link>https://nerijuso.lt/equal-div-column-heights/</link>
					<comments>https://nerijuso.lt/equal-div-column-heights/#respond</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Wed, 01 Oct 2014 09:08:44 +0000</pubDate>
				<category><![CDATA[Html/CSS/JavaScript]]></category>
		<category><![CDATA[css equal columns]]></category>
		<category><![CDATA[css same height columns]]></category>
		<category><![CDATA[equal columns on bootstrap]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=249</guid>

					<description><![CDATA[<p>Sometimes we need to do equals columns. I think most all of you do it  with javascript,  but that&#8217;s a whole lot of code.The same result can be achieved with just a few lines of css. Here is a demonstration on Bootply: http://www.bootply.com/QOfKYIVeGF I wrapped columns in a row and gave it an additional class [&#8230;]</p>
<p>The post <a href="https://nerijuso.lt/equal-div-column-heights/">Equal div column heights</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/equal-div-column-heights/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Html select custom style</title>
		<link>https://nerijuso.lt/html-select-custom-style/</link>
					<comments>https://nerijuso.lt/html-select-custom-style/#respond</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Wed, 07 May 2014 07:00:25 +0000</pubDate>
				<category><![CDATA[Html/CSS/JavaScript]]></category>
		<category><![CDATA[combobox style]]></category>
		<category><![CDATA[css for select box]]></category>
		<category><![CDATA[how to style selectbox]]></category>
		<category><![CDATA[select box style]]></category>
		<category><![CDATA[selectbox style]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=225</guid>

					<description><![CDATA[<p>Some time we need to style select box. Here I will show you simple example how to do this. For example we have simple select box html: This is style: How it works you can on http://jsfiddle.net/sstur/fm5Jt/ Hope this will help you 🙂</p>
<p>The post <a href="https://nerijuso.lt/html-select-custom-style/">Html select custom style</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/html-select-custom-style/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How do you cache an image in Javascript?</title>
		<link>https://nerijuso.lt/how-do-you-cache-an-image-in-javascript/</link>
					<comments>https://nerijuso.lt/how-do-you-cache-an-image-in-javascript/#respond</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Mon, 13 Jan 2014 19:11:04 +0000</pubDate>
				<category><![CDATA[Html/CSS/JavaScript]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[cache image with javascript]]></category>
		<category><![CDATA[image cache]]></category>
		<category><![CDATA[javascript cache]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=215</guid>

					<description><![CDATA[<p>Once an image has been loaded in any way into the browser, it will be in the browser cache and will load much faster the next time it is used whether that use is in the current page or in any other page as long as the image is used before it expires from the [&#8230;]</p>
<p>The post <a href="https://nerijuso.lt/how-do-you-cache-an-image-in-javascript/">How do you cache an image in Javascript?</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/how-do-you-cache-an-image-in-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to disable backspace in browser?</title>
		<link>https://nerijuso.lt/how-to-disable-backspace-in-browser/</link>
					<comments>https://nerijuso.lt/how-to-disable-backspace-in-browser/#respond</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Wed, 28 Mar 2012 13:06:51 +0000</pubDate>
				<category><![CDATA[Html/CSS/JavaScript]]></category>
		<category><![CDATA[disable backspace with javascript]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=174</guid>

					<description><![CDATA[<p>Some it is necessary to disable backspace button in browser. This javascript code can help to disable backspace: document.onkeydown = function () { var e = event &#124;&#124; window.event; var keyASCII = parseInt(e.keyCode, 10); var src = e.srcElement; var tag = src.tagName.toUpperCase(); if(keyASCII == 13) { return false; } if(keyASCII == 8) { if(src.readOnly &#124;&#124; [&#8230;]</p>
<p>The post <a href="https://nerijuso.lt/how-to-disable-backspace-in-browser/">How to disable backspace in browser?</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/how-to-disable-backspace-in-browser/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Styles to reset css for all browsers</title>
		<link>https://nerijuso.lt/styles-to-reset-css-for-all-browsers/</link>
					<comments>https://nerijuso.lt/styles-to-reset-css-for-all-browsers/#respond</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Tue, 31 Jan 2012 18:35:35 +0000</pubDate>
				<category><![CDATA[Html/CSS/JavaScript]]></category>
		<category><![CDATA[default css for browsers]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=171</guid>

					<description><![CDATA[<p>The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on. The reset styles given here are intentionally very generic. There isn&#8217;t any default color or background set for the body element, for example. I don&#8217;t particularly recommend that you [&#8230;]</p>
<p>The post <a href="https://nerijuso.lt/styles-to-reset-css-for-all-browsers/">Styles to reset css for all browsers</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/styles-to-reset-css-for-all-browsers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Center align with float left or right</title>
		<link>https://nerijuso.lt/center-align-with-float-left-or-right/</link>
					<comments>https://nerijuso.lt/center-align-with-float-left-or-right/#respond</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Tue, 31 Jan 2012 13:39:31 +0000</pubDate>
				<category><![CDATA[Html/CSS/JavaScript]]></category>
		<category><![CDATA[align center buttons with float.]]></category>
		<category><![CDATA[Center align with float:left]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=169</guid>

					<description><![CDATA[<p>Some said that you cannot centre floated elements but this is not quite true. It&#8217;s true that usually you can only float left or float right but if you have a group of buttons (for example it is menu) and you want them to be fluid in width then it would be nice to have [&#8230;]</p>
<p>The post <a href="https://nerijuso.lt/center-align-with-float-left-or-right/">Center align with float left or right</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/center-align-with-float-left-or-right/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Live image stream from ip camera</title>
		<link>https://nerijuso.lt/live-image-stream-from-ip-camera/</link>
					<comments>https://nerijuso.lt/live-image-stream-from-ip-camera/#comments</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Thu, 09 Jun 2011 09:52:35 +0000</pubDate>
				<category><![CDATA[Html/CSS/JavaScript]]></category>
		<category><![CDATA[Javascript Images streaming]]></category>
		<category><![CDATA[refresh image with javascript]]></category>
		<category><![CDATA[strem images from IP camera]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=158</guid>

					<description><![CDATA[<p>Yesterday I had a task make stream images from ip camera. IP camera always put images to the same directory with same image name. This is a source code, whick can do this. var tick=0; image=new Image(); reload = new Date(); reload = reload.getTime(); image.src=&#34;http://your_domain.lt/camera/image.jpg?nocache=&#34;+reload; function refreshCam() { tick++; if(tick&#62;3){restart=1;} else {restart=0;} if(image.complete) { tick=0; [&#8230;]</p>
<p>The post <a href="https://nerijuso.lt/live-image-stream-from-ip-camera/">Live image stream from ip camera</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/live-image-stream-from-ip-camera/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Scroll to anchor with jQuery</title>
		<link>https://nerijuso.lt/scroll-to-anchor-with-jquery/</link>
					<comments>https://nerijuso.lt/scroll-to-anchor-with-jquery/#respond</comments>
		
		<dc:creator><![CDATA[nerijuso]]></dc:creator>
		<pubDate>Sun, 05 Jun 2011 20:15:47 +0000</pubDate>
				<category><![CDATA[Html/CSS/JavaScript]]></category>
		<guid isPermaLink="false">http://nerijuso.lt/?p=154</guid>

					<description><![CDATA[<p>Today I needed to create link with anchor. When I pushed it, it opens new page and add class to div. The source code is: var class= window.location.href.slice(window.location.href.indexOf('#') + 1).split('#'); if(class){ jQuery('.testimonial_cont').find('.'+class).show('slow'); jQuery('html,body').animate({scrollTop: jQuery('.testimonial_cont').find('.'+class).parent().offset().top},'slow'); } Of course you can change slow to normal or fast or even a int in milliseconds. I hope it will [&#8230;]</p>
<p>The post <a href="https://nerijuso.lt/scroll-to-anchor-with-jquery/">Scroll to anchor with jQuery</a> appeared first on <a href="https://nerijuso.lt">nerijuso.lt</a>.</p>
]]></description>
		
					<wfw:commentRss>https://nerijuso.lt/scroll-to-anchor-with-jquery/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
