<?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>safari Archives - Michael Sunarlim</title>
	<atom:link href="https://sunarlim.com/tag/safari/feed/" rel="self" type="application/rss+xml" />
	<link>https://sunarlim.com/tag/safari/</link>
	<description>Random blurbs about web development, e-commerce and technology</description>
	<lastBuildDate>Wed, 15 Dec 2010 10:03:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.5</generator>

<image>
	<url>https://i0.wp.com/sunarlim.com/wp-content/uploads/2016/07/cropped-MS_Square_512x512.png?fit=32%2C32&#038;ssl=1</url>
	<title>safari Archives - Michael Sunarlim</title>
	<link>https://sunarlim.com/tag/safari/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">30613895</site>	<item>
		<title>ScribeFire: Fire up your blogging</title>
		<link>https://sunarlim.com/2010/12/scribefire/</link>
					<comments>https://sunarlim.com/2010/12/scribefire/#respond</comments>
		
		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Wed, 15 Dec 2010 10:01:24 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[plug-in]]></category>
		<category><![CDATA[safari]]></category>
		<guid isPermaLink="false">https://sunarlim.com/2010/12/354/</guid>

					<description><![CDATA[<p>The year is coming to an end. How many real posts I published in 2010? Only about ten, and the last one was almost 7 months ago. Where is my motivation to publish more stuff? Well now I just found a new web service / browser extension called Scribefire. The Idea is I can publish... <span class="more"><a class="more-link" href="https://sunarlim.com/2010/12/scribefire/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://sunarlim.com/2010/12/scribefire/">ScribeFire: Fire up your blogging</a> appeared first on <a href="https://sunarlim.com">Michael Sunarlim</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The year is coming to an end. How many real posts I published in 2010? Only about ten, and the last one was almost 7 months ago. Where is my motivation to publish more stuff? Well now I just found a new web service / browser extension called <a href="http://www.scribefire.com/" target="_blank">Scribefire</a>. The Idea is I can publish post more easily right from my browser and start writing right that minute. Will this encourage me to post more often? We&#8217;ll see&#8230;.</p>
<p>By the way, ScribeFire works in Firefox, Chrome and Safari.</p>
<p>The post <a href="https://sunarlim.com/2010/12/scribefire/">ScribeFire: Fire up your blogging</a> appeared first on <a href="https://sunarlim.com">Michael Sunarlim</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sunarlim.com/2010/12/scribefire/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">354</post-id>	</item>
		<item>
		<title>Disabling CSS on Safari</title>
		<link>https://sunarlim.com/2007/04/disabling-css-on-safari/</link>
					<comments>https://sunarlim.com/2007/04/disabling-css-on-safari/#respond</comments>
		
		<dc:creator><![CDATA[Michael]]></dc:creator>
		<pubDate>Thu, 05 Apr 2007 07:16:07 +0000</pubDate>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[safari]]></category>
		<guid isPermaLink="false">http://wp.sunarlim.com.com/archives/13</guid>

					<description><![CDATA[<p>For all of you who ever use other than Safari as your primary browser, you might notice that Safari is lacking the feature to disable/enable CSS on a page/site. So it is always enabled. We can use something called Safari bookmarklets to solve this. Here&#8217;s how: From Safari, CMD+right click then choose &#8216;Copy Link&#8217; this... <span class="more"><a class="more-link" href="https://sunarlim.com/2007/04/disabling-css-on-safari/">Continue reading <span class="meta-nav">&#8594;</span></a></span></p>
<p>The post <a href="https://sunarlim.com/2007/04/disabling-css-on-safari/">Disabling CSS on Safari</a> appeared first on <a href="https://sunarlim.com">Michael Sunarlim</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>For all of you who ever use other than Safari as your primary browser, you might notice that Safari is lacking the feature to disable/enable CSS on a page/site. So it is always enabled.</p>
<p>We can use something called <em>Safari bookmarklets</em> to solve this. Here&#8217;s how:</p>
<ol>
<li>From Safari, CMD+right click then choose &#8216;Copy Link&#8217; <a title="Toggle Linked CSS" href="javascript:var%20Lt=document.getElementsByTagName('LINK');for(var%20x=0,ss=%5B%5D;Lt%5Bx%5D;x++)%7Bvar%20rel=Lt%5Bx%5D.rel;if(typeof(rel)=='string'&amp;&amp;rel.toLowerCase().indexOf('style')+1)%7Bss%5Bss.length%5D=Lt%5Bx%5D;%7D%7Dfor(var%20x=0;ss%5Bx%5D;x++)%7Bss%5Bx%5D.disabled=!ss%5Bx%5D.disabled;%7D">this link</a>.</li>
<li>Add the previously copied link as one of your bookmark, you may name it &#8216;Toggle Linked CSS&#8217; or anything.</li>
<li>Now, everytime you browse just click on that bookmark during a visit of a page and you can see it with its CSS disabled.</li>
<li>Confused? Just try to test it by clicking on the link above or the added bookmark on this site first then.</li>
</ol>
<p>Note that this trick does not work 100% on every site, but more than enough as an alternative.</p>
<p>The post <a href="https://sunarlim.com/2007/04/disabling-css-on-safari/">Disabling CSS on Safari</a> appeared first on <a href="https://sunarlim.com">Michael Sunarlim</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sunarlim.com/2007/04/disabling-css-on-safari/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">13</post-id>	</item>
	</channel>
</rss>
