<?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>favlet &#8211; Pages of Fun</title>
	<atom:link href="https://robertgomez.org/blog/tag/favlet/feed/" rel="self" type="application/rss+xml" />
	<link>https://robertgomez.org</link>
	<description>Robert Wm. Gomez&#039;s Website</description>
	<lastBuildDate>Fri, 18 Dec 2020 14:01:32 +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://robertgomez.org/wp-content/uploads/2020/10/cropped-garland_logo-32x32.png</url>
	<title>favlet &#8211; Pages of Fun</title>
	<link>https://robertgomez.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Dummy Image Bookmarklet</title>
		<link>https://robertgomez.org/blog/2010/03/03/dummy-image-bookmarklet/</link>
					<comments>https://robertgomez.org/blog/2010/03/03/dummy-image-bookmarklet/#comments</comments>
		
		<dc:creator><![CDATA[Robert Gomez]]></dc:creator>
		<pubDate>Wed, 03 Mar 2010 20:05:44 +0000</pubDate>
				<category><![CDATA[Robert's Blog]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[favlet]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Web design]]></category>
		<category><![CDATA[web development]]></category>
		<guid isPermaLink="false">https://robertgomez.org/?p=1102</guid>

					<description><![CDATA[This afternoon I&#160;came up with a handy little bookmarklet (or favlet) that uses the site&#160;dummyimage.com&#160;to create a place holder graphic. Simply drag the following link to the button bar of your browser: Dummy Image Here&#8217;s the code: When you click the bookmark it will prompt you to input image dimensions. Use the format, WIDTHxHEIGHT (for [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>This afternoon I&nbsp;came up with a handy little bookmarklet (or favlet) that uses the site&nbsp;<a href="http://dummyimage.com/">dummyimage.com</a>&nbsp;to create a place holder graphic. Simply drag the following link to the button bar of your browser:</p>



<a href="javascript:var q=window.prompt('Dimensions XxY (for example 640x480)');if(q){void(window.open('http://dummyimage.com/'+q))}else{void(0);};">Dummy Image</a>



<p>Here&#8217;s the code:</p>



<pre class="wp-block-code"><code>&lt;a href="javascript:var q=window.prompt('Dimensions XxY (for example 640x480)');if(q){void(window.open('http://dummyimage.com/'+q))}else{void(0);};"&gt;Dummy Image&lt;/a&gt;</code></pre>



<p>When you click the bookmark it will prompt you to input image dimensions. Use the format, WIDTHxHEIGHT (for example 640&#215;480) and a new window should open up with a downloadable GIF with those exact dimensions.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://robertgomez.org/blog/2010/03/03/dummy-image-bookmarklet/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
