<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.181.110.126</id>
		<title>explain xkcd - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.explainxkcd.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.181.110.126"/>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php/Special:Contributions/84.181.110.126"/>
		<updated>2026-04-16T08:08:31Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=Talk:1110:_Click_and_Drag&amp;diff=12608</id>
		<title>Talk:1110: Click and Drag</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=Talk:1110:_Click_and_Drag&amp;diff=12608"/>
				<updated>2012-09-19T15:06:19Z</updated>
		
		<summary type="html">&lt;p&gt;84.181.110.126: @CSS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is the best full-size view of the comic: http://xkcd-map.rent-a-geek.de/ [[Special:Contributions/77.191.21.108|77.191.21.108]] 15:02, 19 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
I swear, it's like he found out about us, and is now saying &amp;quot;Oh, yeah? Well how about this?&amp;quot; Other than the gripes of how hard it's going to be to get this thing explained, this one is pretty epic. [[User:Lcarsos|lcarsos]] ([[User talk:Lcarsos|talk]]) 08:08, 19 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
I'm moving this here so that it doesn't get lost in the shuffle, and because it isn't really an explanation:&lt;br /&gt;
&lt;br /&gt;
:For those who get impatient scrolling around (and are a little savvy): download the .html file for the comic ([http://xkcd.com/1110/index.html index.html]), and also the file [http://imgs.xkcd.com/clickdrag/1110.js 1110.js].  Edit the .html file to use your 1110.js instead of the one from xkcd.com.  Then edit 1110.js:&lt;br /&gt;
 * remove the line &amp;quot;overflow: 'hidden',&amp;quot;&lt;br /&gt;
 * change the &amp;quot;1&amp;quot;s into &amp;quot;4&amp;quot;s in  &amp;quot;for(var y=-1;y&amp;lt;=+1;y++)&amp;quot; and in &amp;quot;for(var x=-1;x&amp;lt;=+1;x++){&amp;quot;&lt;br /&gt;
 * optionally, remove the line &amp;quot;$remove.remove();&amp;quot;  (warning: this will make it take up a lot of memory eventually!)&lt;br /&gt;
&lt;br /&gt;
:Then open the local copy in your web browser. Zooming out, scrolling, and zooming back in helps find the easter eggs.&lt;br /&gt;
:{{unsigned|75.111.63.192}}&lt;br /&gt;
&lt;br /&gt;
[[User:Lcarsos|lcarsos]] ([[User talk:Lcarsos|talk]]) 08:43, 19 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
*This Page's instructions say to zoom in and out when browsing the modified local file.  My browser skills are rusty.  I have Firefox, and when I zoom in and out, it zooms the whole page, rather than just the interesting bit.  However, seeing as how there are 16000+ panels, I don't think I want to zoom it out quite so very far anyway.  Firefox is notoriously bad when there are lots of images on a page (and yes, it cratered while I was exploring the original page).  In any case, can someone clarify the use of zoom?  [[Special:Contributions/24.57.210.141|24.57.210.141]] 08:40, 19 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
I started to comment some easter eggs. Come on, we can make it :-). -- [[User:Hkmaly|Hkmaly]] ([[User talk:Hkmaly|talk]]) 09:00, 19 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
All is revealed here: http://news.ycombinator.com/item?id=4542367 - seriously. Links to downloads, full images, how to link directly to a point of interest and so on. {{unsigned|145.64.134.242}}&lt;br /&gt;
&lt;br /&gt;
Another full view, with pan and zoom http://www.mrphlip.com/xkcd1110/ {{unsigned|207.114.139.254}}&lt;br /&gt;
&lt;br /&gt;
I found the left hand boundary of the page reasonably quickly. Once you cross the sea you get their pretty fast. I also found an X-Wing coming out of the ground quoting a line from just after the death star trench run. {{unsigned|Chrisnoise}}&lt;br /&gt;
&lt;br /&gt;
For the pack rats, [http://www.mediafire.com/?u7dac458418phyn here] is a .tar.gz of all the pngs. You can use these to reference where in the comic you are. Files are named &amp;lt;tt&amp;gt;&amp;lt;number&amp;gt;&amp;lt;north/south&amp;gt;&amp;lt;number&amp;gt;&amp;lt;east/west&amp;gt;.png&amp;lt;/tt&amp;gt;. So 1n8w.png is 1 north, 8 west. Let's get this thing done. [[User:Lcarsos|lcarsos]] ([[User talk:Lcarsos|talk]]) 09:12, 19 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Seems I'm really too slow, plus I have CSS problems (there are gaps between my rows) but I'll share what I did anyway. Create a file with &amp;lt;code&amp;gt;.html&amp;lt;/code&amp;gt; extension with the following content (if you've downlaoded all the images already, you can change the code to use your local files) and you get a map of the world.&lt;br /&gt;
&amp;lt;pre class=&amp;quot;mw-collapsible mw-collapsed&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!doctype html&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;Click and Drag&amp;lt;/title&amp;gt;&lt;br /&gt;
&amp;lt;style&amp;gt;&lt;br /&gt;
table {&lt;br /&gt;
border-collapse: collapse;&lt;br /&gt;
}&lt;br /&gt;
td {&lt;br /&gt;
padding: 0px;&lt;br /&gt;
}&lt;br /&gt;
td.s {&lt;br /&gt;
background-color: black;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;/head&amp;gt;&amp;lt;body&amp;gt;&amp;lt;table&amp;gt;&amp;lt;script&amp;gt;&lt;br /&gt;
var x, y, src, cssClass;&lt;br /&gt;
for (y = -13; y &amp;lt;= 18; y++) {&lt;br /&gt;
	document.write('&amp;lt;tr&amp;gt;');&lt;br /&gt;
	for (x = -33; x &amp;lt;= 47; x++) {&lt;br /&gt;
		src = (y&amp;gt;=0?(y+1)+'s':-y+'n')+(x&amp;gt;=0?(x+1)+'e':-x+'w');&lt;br /&gt;
		cssClass = y&amp;gt;=0?'s':'n';&lt;br /&gt;
		url = &amp;quot;http://imgs.xkcd.com/clickdrag/&amp;quot; + src + &amp;quot;.png&amp;quot;;&lt;br /&gt;
		//url = src + &amp;quot;.png&amp;quot;; // Remove comment to use local files&lt;br /&gt;
		document.write('&amp;lt;td class=' + cssClass + '&amp;gt;&amp;lt;a HREF=&amp;quot;' + url + '&amp;quot;&amp;gt;&amp;lt;img width=&amp;quot;64&amp;quot; height=&amp;quot;64&amp;quot; title=' + src + ' src=&amp;quot;' + url + '&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;');&lt;br /&gt;
	}&lt;br /&gt;
	document.write('&amp;lt;/tr&amp;gt;');&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
:--[[Special:Contributions/132.230.1.28|132.230.1.28]] 09:58, 19 September 2012 (UTC)&lt;br /&gt;
:: I've created a file which looks the very same :-) The gaps between the rows seem to come from the &amp;lt;code&amp;gt;&amp;amp;lt;img&amp;amp;gt;&amp;lt;/code&amp;gt; elements being displayed as inline content, adding some whitespaces to the cells. I now use this css code:&lt;br /&gt;
&amp;lt;pre style=&amp;quot;margin-left:4em;&amp;quot;&amp;gt;* {&lt;br /&gt;
	padding: 0;&lt;br /&gt;
	margin: 0;&lt;br /&gt;
	border: 0;&lt;br /&gt;
}&lt;br /&gt;
table {&lt;br /&gt;
	border-collapse: collapse;&lt;br /&gt;
	border-spacing: 0;&lt;br /&gt;
	table-layout: fixed;&lt;br /&gt;
}&lt;br /&gt;
td {&lt;br /&gt;
	width: 2048px;&lt;br /&gt;
	height: 2048px;&lt;br /&gt;
}&lt;br /&gt;
img {&lt;br /&gt;
	display: block;&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
::--[[Special:Contributions/84.181.110.126|84.181.110.126]] 15:06, 19 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ZIP upload ==&lt;br /&gt;
&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;br /&gt;
I’ve locally downloaded all the tiles (there is 225 PNG files) and made a ZIP file of them, but when trying to upload it here the [[Special:Upload]] page says: “Permitted file types: png, gif, jpg, jpeg.”&lt;br /&gt;
Do I have to upload each tile one by one or is there a way to exceptionally bypass this restriction?&lt;br /&gt;
Thanks. — [[User:Ethaniel|Ethaniel]] ([[User talk:Ethaniel|talk]]) 09:13, 19 September 2012 (UTC)&lt;br /&gt;
:Mh, seems I’m hours too late… — [[User:Ethaniel|Ethaniel]] ([[User talk:Ethaniel|talk]]) 09:14, 19 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I'm not sure we should upload each individual frame for this one. Though, we do need to have a discussion about how we're going to handle/archive/explain this one, because it's going to be big and tedius. Maybe some adventurous and hardy soul can stitch together grids of this so that we don't have the problem of having too much image (a single terapixel image will kill anyone's PC if they try to load it) and having so little (while the grids Randall's created are nice and bite-sized, it's hard to see the whole thing). [[User:Lcarsos|lcarsos]] ([[User talk:Lcarsos|talk]]) 09:20, 19 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::I’m going to upload the 225 tiles in few hours: which path is best?&lt;br /&gt;
::* &amp;lt;nowiki&amp;gt;[[File:1n1e.png]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::* &amp;lt;nowiki&amp;gt;[[File:1110/1n1e.png]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::* &amp;lt;nowiki&amp;gt;[[File:1110: Click and Drag/1n1e.png]]&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::There will be of course a template (&amp;lt;nowiki&amp;gt;{{1110|1n1e}}&amp;lt;/nowiki&amp;gt;) allowing easy access to individual tiles. ;)&lt;br /&gt;
::[[User:Ethaniel|Ethaniel]] ([[User talk:Ethaniel|talk]]) 10:36, 19 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
:::If you are really going to do this, then I think doing &amp;lt;nowiki&amp;gt;[[File:1110: Click and Drag/1n1e.png]]&amp;lt;/nowiki&amp;gt; would be the best spot. [[User:Lcarsos|lcarsos]] ([[User talk:Lcarsos|talk]]) 13:53, 19 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
::::Finally I only did the template: direct link to the original tiles is fine too.&lt;br /&gt;
::::Thanks for the answer, it may be useful someday. — [[User:Ethaniel|Ethaniel]] ([[User talk:Ethaniel|talk]]) 14:04, 19 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
It doesn't seem to be a terapixel. There are 225 images of 2048x2048 pixels. The full range is 81x32 tiles, resulting in a 165888x65536 images, at approximately 10 gigapixels. The naming conventions is numberlatitudenumberlongitude.png, where lat can be either n or s, and long can be either e or w. E.g. 1n1e.png, which is the starting image, and they are located at http://imgs.xkcd.com/clickdrag/. {{unsigned|Aufgehaben}}&lt;br /&gt;
&lt;br /&gt;
There's far more than 225 images &amp;gt;&amp;gt; http://lebbeo.us/2012/09/19/not-bbq-fetching-component-images-of-xkcd-comic-1110/ [[Special:Contributions/114.79.57.76|114.79.57.76]] 11:17, 19 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
Seems to me what should happen is that someone should setup a &amp;quot;slippy map&amp;quot; without having to use the browser's zoom in/out capabilities. Think openlayers. -- [[User:Anarcat|Anarcat]] ([[User talk:Anarcat|talk]]) 13:35, 19 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&lt;br /&gt;
I found two raptors.  I couldn't even begin to tell you where they are.  Follow the left side.  Past the oceans and in some grass...somewhere.  This is a lot to draw...I wonder how he did it.  The shear size of each image, combined with the fact that they seamlessly transition together...when did he start?  How much time did he put in?  He should have waited one more to get comic 1111, I think. [[Special:Contributions/76.122.5.96|76.122.5.96]] 09:29, 19 September 2012 (UTC)&lt;br /&gt;
:The far right also quotes the very first xkcd comic ever. [[Special:Contributions/76.122.5.96|76.122.5.96]] 09:39, 19 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Black hat ==&lt;br /&gt;
&lt;br /&gt;
I found him in 2 locations, with a weapon both times. The Gatling gun he has on the building above the XKCD What if? cranes looks like he could be waiting to shoot something. Did anyone find anything he might be trying to shoot? [[Special:Contributions/171.161.160.10|171.161.160.10]] 13:09, 19 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
Nevermind. There's nothing there. But there is a hot air balloon below the area I suspected. [[Special:Contributions/171.161.160.10|171.161.160.10]] 13:16, 19 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==&lt;br /&gt;
&lt;br /&gt;
At the end of the JavaScript file responsible for the map code, there's a comment &amp;quot;/* 50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65 */&amp;quot;. Interpreted as hex codes for ASCII text, this reads &amp;quot;ProPuke is awesome&amp;quot;. {{unsigned|134.102.219.116}}&lt;br /&gt;
&lt;br /&gt;
==&lt;br /&gt;
&lt;br /&gt;
I've made a full-screen version with cursor control: http://ares.aylett.co.uk/xkcd/ [[User:Axa|Axa]] ([[User talk:Axa|talk]]) 12:51, 19 September 2012 (UTC)&lt;br /&gt;
&lt;br /&gt;
==&lt;br /&gt;
&lt;br /&gt;
I've been dragging and clicking for an hour, and I accidentally found the right edge. I started going left, and when I got to the island, I went into the Earth. I followed tunnels and caves down (at one point, there's a massive underground lake and a tree with a man sitting pensively by it (possibly Dawson?)) there until I found the tunnel that ends up going back to the surface in MarioWorld (complete with flag and castle), and went right from there. After the wind turbines, there's a bridge. On the other side of the bridge is a fencepost joke (If you're having fencepost problems, I feel bad for you son: I've got 99 problems but solved for 101). After that, there's a Burj Dubai reference (I assume the radio tower representing it is drawn to scale - it's very tall). After that, I went up a hill that had random farm callouts scattered on it, and on the other side of the hill is a large water tower. After that, there's grassland until the edge, which has Balloon Randall again saying, &amp;quot;I wonder where I'll float next.&amp;quot;&lt;/div&gt;</summary>
		<author><name>84.181.110.126</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1110:_Click_and_Drag&amp;diff=12596</id>
		<title>1110: Click and Drag</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1110:_Click_and_Drag&amp;diff=12596"/>
				<updated>2012-09-19T14:13:31Z</updated>
		
		<summary type="html">&lt;p&gt;84.181.110.126: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1110&lt;br /&gt;
| date      = September 19, 2012&lt;br /&gt;
| title     = Click and Drag&lt;br /&gt;
| image     = click_and_drag.png&lt;br /&gt;
| imagesize = &lt;br /&gt;
| titletext = Click and drag.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{Incomplete}}&lt;br /&gt;
&lt;br /&gt;
The 225 existing tiles are sorted by columns from West to East and from North to South in each column.&lt;br /&gt;
&lt;br /&gt;
* {{1110|1|n|33|w}}: &lt;br /&gt;
* {{1110|1|n|32|w}}: &lt;br /&gt;
* {{1110|1|n|31|w}}: &lt;br /&gt;
* {{1110|1|n|30|w}}: &lt;br /&gt;
* {{1110|1|n|29|w}}: &lt;br /&gt;
* {{1110|1|n|28|w}}: &lt;br /&gt;
* {{1110|1|n|27|w}}: Velociraptors in the high grass.&lt;br /&gt;
* {{1110|1|n|26|w}}: &lt;br /&gt;
* {{1110|1|n|25|w}}: Reference to the movie {{w|Contact_(film)|Contact}}.&lt;br /&gt;
* {{1110|1|n|24|w}}: &lt;br /&gt;
* {{1110|1|n|23|w}}: &lt;br /&gt;
* {{1110|2|n|22|w}}: &lt;br /&gt;
* {{1110|1|n|22|w}}: &lt;br /&gt;
* {{1110|1|n|21|w}}: Jesus is a Transformer joke.&lt;br /&gt;
* {{1110|1|n|20|w}}: &lt;br /&gt;
* {{1110|1|n|19|w}}: &lt;br /&gt;
* {{1110|1|n|18|w}}: &lt;br /&gt;
* {{1110|1|n|17|w}}: &lt;br /&gt;
* {{1110|1|s|17|w}}: &lt;br /&gt;
* {{1110|2|s|17|w}}: &lt;br /&gt;
* {{1110|3|s|17|w}}: &lt;br /&gt;
* {{1110|4|s|17|w}}: &lt;br /&gt;
* {{1110|5|s|17|w}}: &lt;br /&gt;
* {{1110|6|s|17|w}}: &lt;br /&gt;
* {{1110|7|s|17|w}}: &lt;br /&gt;
[ {{1110|8|s|17|w}}: A X-Wing with Wedge Antilles. Reference to Star Wars, where [http://www.imdb.com/title/tt0076759/quotes?qt=qt0440654 gold leader should copy a maneuver]&lt;br /&gt;
* {{1110|9|s|17|w}}: &lt;br /&gt;
* {{1110|10|s|17|w}}: &lt;br /&gt;
* {{1110|11|s|17|w}}: &lt;br /&gt;
* {{1110|12|s|17|w}}: &lt;br /&gt;
* {{1110|1|n|16|w}}: &lt;br /&gt;
* {{1110|12|s|16|w}}: &lt;br /&gt;
* {{1110|1|n|15|w}}: &lt;br /&gt;
* {{1110|12|s|15|w}}: &lt;br /&gt;
* {{1110|1|n|14|w}}: &lt;br /&gt;
* {{1110|12|s|14|w}}: &lt;br /&gt;
* {{1110|1|n|13|w}}: The statue of liberty head and hand is reference to {{w|Planet of the Apes(film)|Planet of Apes}}.&lt;br /&gt;
* {{1110|12|s|13|w}}: &lt;br /&gt;
* {{1110|1|n|12|w}}: &lt;br /&gt;
* {{1110|12|s|12|w}}: &lt;br /&gt;
* {{1110|11|n|11|w}}: A (useless) white empty cell with symetric coordinates (±11, ±11).&lt;br /&gt;
* {{1110|1|n|11|w}}: Someone playing {{w|Marco Polo (game)|Marco Polo}} in the sea.&lt;br /&gt;
* {{1110|11|s|11|w}}: A (useless) black empty cell with symetric coordinates (±11, ±11).&lt;br /&gt;
* {{1110|12|s|11|w}}: &lt;br /&gt;
* {{1110|1|n|10|w}}: &lt;br /&gt;
* {{1110|12|s|10|w}}: &lt;br /&gt;
* {{1110|1|n|9|w}}: Possibly a reference to the {{w|Principality of Sealand|Principality of Sealand}} or to the concept of a micronation in general, {{w|List of micronations|List of micronations}}.&lt;br /&gt;
* {{1110|2|s|9|w}}: Jellyfish playing some sort of console game.&lt;br /&gt;
* {{1110|12|s|9|w}}: &lt;br /&gt;
* {{1110|1|n|8|w}}: A boat with a reference to Monty Python? {{w|Glossary_of_nautical_terms#Avast|Avast!}} is not the {{w|Avast!|antivirus software}} - Possibly a reference to the comic is from the same date as {{w|International Talk Like a Pirate Day}}. &lt;br /&gt;
* {{1110|12|s|8|w}}: &lt;br /&gt;
* {{1110|13|s|8|w}}: &lt;br /&gt;
* {{1110|7|n|7|w}}: &lt;br /&gt;
* {{1110|1|n|7|w}}: &lt;br /&gt;
* {{1110|13|s|7|w}}: &lt;br /&gt;
* {{1110|14|s|7|w}}: &lt;br /&gt;
* {{1110|1|n|6|w}}: &lt;br /&gt;
* {{1110|1|s|6|w}}: &lt;br /&gt;
* {{1110|13|s|6|w}}: &lt;br /&gt;
* {{1110|14|s|6|w}}: &lt;br /&gt;
* {{1110|6|n|5|w}}: looks like jelly fish falling from the sky, unsure&lt;br /&gt;
* {{1110|1|n|5|w}}: {{w|I'm on a Boat|&amp;quot;I'm on a Boat&amp;quot;}} is a single from The Lonely Island's debut album Incredibad.&lt;br /&gt;
* {{1110|14|s|5|w}}: &lt;br /&gt;
* {{1110|2|n|4|w}}: &lt;br /&gt;
* {{1110|1|n|4|w}}: &lt;br /&gt;
* {{1110|14|s|4|w}}: &lt;br /&gt;
* {{1110|3|n|3|w}}: &lt;br /&gt;
* {{1110|2|n|3|w}}: A (useless) white empty cell.&lt;br /&gt;
* {{1110|1|n|3|w}}: &lt;br /&gt;
* {{1110|14|s|3|w}}: &lt;br /&gt;
* {{1110|8|n|2|w}}: &lt;br /&gt;
* {{1110|7|n|2|w}}: &lt;br /&gt;
* {{1110|6|n|2|w}}: &lt;br /&gt;
* {{1110|5|n|2|w}}: A construction crane lifting another, smaller, construction crane. Possibly a reference to the &amp;quot;Truck Truck Truck&amp;quot; gag from the Simpsons. Also, self-erecting tower cranes do usually not lift {{w|crawler crane}}s&lt;br /&gt;
* {{1110|4|n|2|w}}: &lt;br /&gt;
* {{1110|3|n|2|w}}: &lt;br /&gt;
* {{1110|2|n|2|w}}: &lt;br /&gt;
* {{1110|1|n|2|w}}: Megan says &amp;quot;I came here to chew bubblegum... And I'm all out of bubblegum&amp;quot; is a reference to the movie {{w|They Live|They Live}} in which the character Nada famously says &amp;quot;I have come here to chew bubblegum and kick ass...and I'm all out of bubblegum&amp;quot;. That line is also used in the game {{w|Duke Nukem 3D|Duke Nukem 3D}}  by Duke himself, when Shrapnel City (Episode 3) starts. Also, Cueball says &amp;quot;That's a shame&amp;quot; a line popularised by Jerry in the sitcom {{w|Seinfeld|Seinfeld}}. Pool line is a reference to &amp;quot;pool on the roof&amp;quot; prank from the movie {{w|Hackers_(film)|Hackers}}.&lt;br /&gt;
* {{1110|14|s|2|w}}: &lt;br /&gt;
* {{1110|8|n|1|w}}: A (useless) white empty cell.&lt;br /&gt;
* {{1110|5|n|1|w}}: The tail of the crawler crane lifted at 5n/2w&lt;br /&gt;
* {{1110|2|n|1|w}}: A (useless) white empty cell.&lt;br /&gt;
* {{1110|1|n|1|w}}: &lt;br /&gt;
* {{1110|14|s|1|w}}: &lt;br /&gt;
* {{1110|15|s|1|w}}: &lt;br /&gt;
* {{1110|13|n|1|e}}: 2 whales is possibly a reference to the Hitchhiker's Guide to the Galaxy and the planet [http://hitchhikers.wikia.com/wiki/Magrathea Magrathea], where (improbably) 2 incoming missiles are turned into a whale and a bowl of petunias.&lt;br /&gt;
* {{1110|6|n|1|e}}: &lt;br /&gt;
* {{1110|1|n|1|e}}: The {{w|Origin (mathematics)|&amp;quot;center&amp;quot;}} of the world, it's the first tile to show up (see above). The balloons may be a reference to comic [[1106]]&lt;br /&gt;
* {{1110|14|s|1|e}}: &lt;br /&gt;
* {{1110|15|s|1|e}}: &lt;br /&gt;
* {{1110|16|s|1|e}}: &lt;br /&gt;
* {{1110|17|s|1|e}}: &lt;br /&gt;
* {{1110|9|n|2|e}}: {{w|Apollo 13}} messaging 'Houston, we have a problem''.&lt;br /&gt;
* {{1110|3|n|2|e}}: A falling {{w|Icarus}} screams &amp;quot;I hope the story of how ''Building Wax Wings Enabled Me To Fly'' teaches everyone a lesson about hubris.&amp;quot; Referring to the Greek myth of Icarus and his father's escape from Crete by building wings of feathers and wax.&lt;br /&gt;
* {{1110|1|n|2|e}}: &lt;br /&gt;
* {{1110|14|s|2|e}}: &lt;br /&gt;
* {{1110|17|s|2|e}}: &lt;br /&gt;
* {{1110|3|n|3|e}}: &lt;br /&gt;
* {{1110|2|n|3|e}}: &lt;br /&gt;
* {{1110|1|n|3|e}}: &lt;br /&gt;
* {{1110|14|s|3|e}}: &lt;br /&gt;
* {{1110|17|s|3|e}}: &lt;br /&gt;
* {{1110|18|s|3|e}}: {{w|Minecraft}} reference: Someone escapes a creeper, running deeper into the cave he just fell in.&lt;br /&gt;
* {{1110|2|n|4|e}}: &lt;br /&gt;
* {{1110|1|n|4|e}}: A black empty cell (required because unspecified North tiles are automatically filled with white).&lt;br /&gt;
* {{1110|18|s|4|e}}: &lt;br /&gt;
* {{1110|19|s|4|e}}: &lt;br /&gt;
* {{1110|2|n|5|e}}: &lt;br /&gt;
* {{1110|1|n|5|e}}: A black empty cell (required because unspecified North tiles are automatically filled with white).&lt;br /&gt;
* {{1110|17|s|5|e}}: &lt;br /&gt;
* {{1110|19|s|5|e}}: &lt;br /&gt;
* {{1110|8|n|6|e}}: {{w|http://en.wikipedia.org/wiki/Star_Wars_Episode_IV:_A_New_Hope)|Red Five}} is both Anakin and Luke Skywalker's call sign.  Anakin uses the sign in the Battle of Coruscant and Luke uses it in the Battle of Yavin.&lt;br /&gt;
* {{1110|2|n|6|e}}: Giant airborne jellyfish.&lt;br /&gt;
* {{1110|1|n|6|e}}: &lt;br /&gt;
* {{1110|16|s|6|e}}: &lt;br /&gt;
* {{1110|17|s|6|e}}: &lt;br /&gt;
* {{1110|19|s|6|e}}: &lt;br /&gt;
* {{1110|1|n|7|e}}: A {{w|Mario}} level (level 1, Super Mario Bros 1, NES). This is confirmed by text on {{1110|3|s|7|e}}.&lt;br /&gt;
* {{1110|1|s|7|e}}: &lt;br /&gt;
* {{1110|2|s|7|e}}: &lt;br /&gt;
* {{1110|3|s|7|e}}: &lt;br /&gt;
* {{1110|4|s|7|e}}: &lt;br /&gt;
* {{1110|5|s|7|e}}: &lt;br /&gt;
* {{1110|6|s|7|e}}: &lt;br /&gt;
* {{1110|7|s|7|e}}: &lt;br /&gt;
* {{1110|8|s|7|e}}: &lt;br /&gt;
* {{1110|9|s|7|e}}: &lt;br /&gt;
* {{1110|10|s|7|e}}: &lt;br /&gt;
* {{1110|11|s|7|e}}: &lt;br /&gt;
* {{1110|12|s|7|e}}: &lt;br /&gt;
* {{1110|13|s|7|e}}: &lt;br /&gt;
* {{1110|14|s|7|e}}: &lt;br /&gt;
* {{1110|15|s|7|e}}: &lt;br /&gt;
* {{1110|16|s|7|e}}: &lt;br /&gt;
* {{1110|17|s|7|e}}: &lt;br /&gt;
* {{1110|19|s|7|e}}: &lt;br /&gt;
* {{1110|1|n|8|e}}: &lt;br /&gt;
* {{1110|16|s|8|e}}: &lt;br /&gt;
* {{1110|17|s|8|e}}: &lt;br /&gt;
* {{1110|18|s|8|e}}: &lt;br /&gt;
* {{1110|19|s|8|e}}: &lt;br /&gt;
* {{1110|1|n|9|e}}: Reference to the first line of &amp;quot;{{w|99 Problems}}&amp;quot; by {{w|Jay-Z}} (&amp;quot;If you're having girl problems I feel bad for you son. I've got 99 problems but a &amp;lt;rhymes with &amp;quot;witch&amp;quot;&amp;gt; ain't one.&amp;quot;).&lt;br /&gt;
* {{1110|3|n|10|e}}: &lt;br /&gt;
* {{1110|1|n|10|e}}: &lt;br /&gt;
* {{1110|11|n|11|e}}: A (useless) white empty cell with symetric coordinates (±11, ±11).&lt;br /&gt;
* {{1110|1|n|11|e}}: &lt;br /&gt;
* {{1110|11|s|11|e}}: A (useless) black empty cell with symetric coordinates (±11, ±11).&lt;br /&gt;
* {{1110|5|n|12|e}}: &lt;br /&gt;
* {{1110|1|n|12|e}}: &lt;br /&gt;
* {{1110|1|n|13|e}}: &lt;br /&gt;
* {{1110|1|n|14|e}}: &lt;br /&gt;
* {{1110|1|n|15|e}}: Reference to, and first line of the chorus of, the song Flagpole Sitta by Harvey Danger. {{w|Oregon_Trail_(computer_game)|Oregon Trail}} reference.&lt;br /&gt;
* {{1110|2|n|16|e}}: &lt;br /&gt;
* {{1110|1|n|16|e}}: &lt;br /&gt;
* {{1110|2|n|17|e}}: &lt;br /&gt;
* {{1110|1|n|17|e}}: &lt;br /&gt;
* {{1110|3|n|18|e}}: Commercial airline jet with landing gear deployed. Caption: &amp;quot;Folks, this is your captain speaking. I need you all to turn on every electronic device your have. There's no time to explain.&amp;quot;&lt;br /&gt;
* {{1110|1|n|18|e}}: Two swimmers in the ocean saying &amp;quot;Stupid FreeBSD...&amp;quot;. A reference to comic [[349]].&lt;br /&gt;
* {{1110|1|n|19|e}}: &lt;br /&gt;
* {{1110|1|n|20|e}}: &lt;br /&gt;
* {{1110|1|n|21|e}}: &lt;br /&gt;
* {{1110|2|n|22|e}}: &lt;br /&gt;
* {{1110|1|n|22|e}}: &lt;br /&gt;
* {{1110|3|n|23|e}}: &lt;br /&gt;
* {{1110|2|n|23|e}}: &lt;br /&gt;
* {{1110|1|n|23|e}}: &lt;br /&gt;
* {{1110|4|n|24|e}}: &lt;br /&gt;
* {{1110|3|n|24|e}}: &lt;br /&gt;
* {{1110|2|n|24|e}}: &lt;br /&gt;
* {{1110|1|n|24|e}}: &lt;br /&gt;
* {{1110|5|n|25|e}}: &lt;br /&gt;
* {{1110|4|n|25|e}}: &lt;br /&gt;
* {{1110|3|n|25|e}}: &lt;br /&gt;
* {{1110|2|n|25|e}}: &lt;br /&gt;
* {{1110|1|n|25|e}}: &lt;br /&gt;
* {{1110|6|n|26|e}}: &lt;br /&gt;
* {{1110|5|n|26|e}}: &lt;br /&gt;
* {{1110|4|n|26|e}}: &lt;br /&gt;
* {{1110|3|n|26|e}}: &lt;br /&gt;
* {{1110|2|n|26|e}}: &lt;br /&gt;
* {{1110|1|n|26|e}}: &lt;br /&gt;
* {{1110|7|n|27|e}}: &lt;br /&gt;
* {{1110|6|n|27|e}}: Tallest man made structure is {{w|Burj Khalifa}} (829.84 m (2,723 ft)) located in Dubai. This appears to be the former record-holder, the {{w|KVLY-TV mast}} in North Dakota.&lt;br /&gt;
* {{1110|5|n|27|e}}: &lt;br /&gt;
* {{1110|4|n|27|e}}: &lt;br /&gt;
* {{1110|3|n|27|e}}: &lt;br /&gt;
* {{1110|2|n|27|e}}: &lt;br /&gt;
* {{1110|1|n|27|e}}: &lt;br /&gt;
* {{1110|6|n|28|e}}: &lt;br /&gt;
* {{1110|5|n|28|e}}: &lt;br /&gt;
* {{1110|4|n|28|e}}: &lt;br /&gt;
* {{1110|3|n|28|e}}: &lt;br /&gt;
* {{1110|2|n|28|e}}: &lt;br /&gt;
* {{1110|1|n|28|e}}: &lt;br /&gt;
* {{1110|5|n|29|e}}: &lt;br /&gt;
* {{1110|4|n|29|e}}: &lt;br /&gt;
* {{1110|3|n|29|e}}: &lt;br /&gt;
* {{1110|2|n|29|e}}: &lt;br /&gt;
* {{1110|1|n|29|e}}: &lt;br /&gt;
* {{1110|4|n|30|e}}: &lt;br /&gt;
* {{1110|3|n|30|e}}: &lt;br /&gt;
* {{1110|2|n|30|e}}: &lt;br /&gt;
* {{1110|1|n|30|e}}: &lt;br /&gt;
* {{1110|3|n|31|e}}: &lt;br /&gt;
* {{1110|2|n|31|e}}: &lt;br /&gt;
* {{1110|1|n|31|e}}: &lt;br /&gt;
* {{1110|2|n|32|e}}: &lt;br /&gt;
* {{1110|1|n|32|e}}: &lt;br /&gt;
* {{1110|1|n|33|e}}: &lt;br /&gt;
* {{1110|1|n|34|e}}: &lt;br /&gt;
* {{1110|1|n|35|e}}: &lt;br /&gt;
* {{1110|1|n|36|e}}: &lt;br /&gt;
* {{1110|1|n|37|e}}: &lt;br /&gt;
* {{1110|1|n|38|e}}: &lt;br /&gt;
* {{1110|2|n|39|e}}: &lt;br /&gt;
* {{1110|1|n|39|e}}: &lt;br /&gt;
* {{1110|1|n|40|e}}: &lt;br /&gt;
* {{1110|1|n|41|e}}: &lt;br /&gt;
* {{1110|1|n|42|e}}: &lt;br /&gt;
* {{1110|1|n|43|e}}: &lt;br /&gt;
* {{1110|1|n|44|e}}: &lt;br /&gt;
* {{1110|1|n|45|e}}: &lt;br /&gt;
* {{1110|1|n|46|e}}: &lt;br /&gt;
* {{1110|1|n|47|e}}: &lt;br /&gt;
* {{1110|1|n|48|e}}:&lt;br /&gt;
&lt;br /&gt;
==Whole Image==&lt;br /&gt;
[[Image:1110_full_tiny.png|600px|Whole image]]&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*The click-and-drag portion of this comic is divided up into 2592 sections of 2048x2048 pngs.&lt;br /&gt;
*There are 225 separate PNG files (plus the PNG container with the first panels).&lt;br /&gt;
*The populated area is 81 frames wide(33 West - 48 East) and 32 frames tall (13 North - 19 South)&lt;br /&gt;
*According to [[Randall]] in #xkcd on the night this was released, a full size image of this comic, leaving out the blanks would be 60 gigapixels, a true single rectangular image would be close to a terapixel.&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
*At the end of the JavaScript file responsible for the map code, there's a comment &amp;quot;/* 50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65 */&amp;quot;. Interpreted as hex codes for ASCII text, this reads &amp;quot;ProPuke is awesome&amp;quot;.&lt;/div&gt;</summary>
		<author><name>84.181.110.126</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1110:_Click_and_Drag&amp;diff=12578</id>
		<title>1110: Click and Drag</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1110:_Click_and_Drag&amp;diff=12578"/>
				<updated>2012-09-19T13:34:04Z</updated>
		
		<summary type="html">&lt;p&gt;84.181.110.126: /* Explanation */ avast&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1110&lt;br /&gt;
| date      = September 19, 2012&lt;br /&gt;
| title     = Click and Drag&lt;br /&gt;
| image     = click_and_drag.png&lt;br /&gt;
| imagesize = &lt;br /&gt;
| titletext = Click and drag.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{Incomplete}}&lt;br /&gt;
&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n27w.png 1 North, 27 West]:  Velociraptors in the high grass.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n25w.png 1 North, 25 West]: Reference to the movie {{w|Contact_(film)|Contact}}.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n21w.png 1 North, 21 West]: Jesus is a Transformer joke&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/8s17w.png 8 South, 17 West]: A X-Wing with Wedge Antilles. Reference to Star Wars.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n13w.png 1 North, 13 West]: the statue of liberty head and hand is reference to {{w|Planet of the Apes(film)|Planet of Apes}}.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n8w.png 1 North, 8 West]: A boat with a reference to Monty Python?&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n2w.png 1 North, 2 West]: Megan says &amp;quot;I came here to chew bubblegum... And I'm all out of bubblegum&amp;quot; is a reference to the movie {{w|They Live|They Live}} in which the character Nada famously says &amp;quot;I have come here to chew bubblegum and kick ass...and I'm all out of bubblegum&amp;quot;. That line is also used in the game {{w|Duke Nukem 3D|Duke Nukem 3D}}  by Duke himself, when Shrapnel City (Episode 3) starts. Also, Cueball says &amp;quot;That's a shame&amp;quot; a line popularised by Jerry in the sitcom {{w|Seinfeld|Seinfeld}}. Pool line is a reference to &amp;quot;pool on the roof&amp;quot; prank from the movie {{w|Hackers_(film)|Hackers}}.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/11n11w.png 11 North, 11 West]: apparently empty cell&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n11w.png 1 North, 11 West]: someone playing {{w|Marco Polo (game)|Marco Polo}} in the sea&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n9w.png 1 North, 9 West]: Possibly a reference to the {{w|Principality of Sealand|Principality of Sealand}} or to the concept of a micronation in general, {{w|List of micronations|List of micronations}}.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/2s9w.png 2 South, 9 West]: Jellyfish playing some sort of console game&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n8w.png 1 North, 8 West]: {{w|http://en.wikipedia.org/wiki/Glossary_of_nautical_terms#Avast|Avast!}} is not the {{w|Avast!|antivirus software}}.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n5w.png 1 North, 5 West]: {{w|I'm on a Boat|&amp;quot;I'm on a Boat&amp;quot;}} is a single from The Lonely Island's debut album Incredibad.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/3n2e.png 5 North, 2 West]: A construction crane lifting another, smaller, construction crane.  Possibly a reference to the &amp;quot;Truck Truck Truck&amp;quot; gag from the Simpsons.*[http://imgs.xkcd.com/clickdrag/13n1e.png 13 North, 1 East]: 2 whales is possibly a reference to the Hitchhiker's Guide to the Galaxy and the planet [http://hitchhikers.wikia.com/wiki/Magrathea Magrathea], where (improbably) 2 incoming missiles are turned into a whale and a bowl of petunias.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/3n2e.png 3 North, 2 East]: A falling {{w|Icarus}} screams &amp;quot;I hope the story of how ''Building Wax Wings Enabled Me To Fly'' teaches everyone a lesson about hubris.&amp;quot; Referring to the Greek myth of Icarus and his father's escape from Crete by building wings of feathers and wax.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/9n2e.png 9 North, 2 East]: {{w|Apollo 13}} messaging 'Houston, we have a problem''&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/18s3e.png 18 South, 3 East]: Minecraft reference: Someone escapes a creeper, running deeper into the cave he just fell in&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/8n6e.png 8 North, 6 East]: {{w|http://en.wikipedia.org/wiki/Star_Wars_Episode_IV:_A_New_Hope)|Red Five}} is both Anakin and Luke Skywalker's call sign.  Anakin uses the sign in the Battle of Coruscant and Luke uses it in the Battle of Yavin.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n5w.png 2 North, 6 East]: Giant airborne jellyfish&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/11n11e.png 11 North, 11 East]: apparently empty cell&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n7e.png 1 North, 7 East]: there seem to be a {{w|Mario}} level (level 1, Super Mario Bros 1, NES). This is confirmed by text on [http://imgs.xkcd.com/clickdrag/3s7e.png 3 South, 7 East].&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n9e.png 1 North 9 East]: Reference to the first line of &amp;quot;{{w|99 Problems}}&amp;quot; by {{w|Jay-Z}} (&amp;quot;If you're having girl problems I feel bad for you son. I've got 99 problems but a &amp;lt;rhymes with &amp;quot;witch&amp;quot;&amp;gt; ain't one.&amp;quot;).&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n15e.png 1 North, 15 East]: {{w|Oregon_Trail_(computer_game)|Oregon Trail}} reference&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n15e.png 1 North, 15 East]: Reference to, and first line of the chorus of, the song Flagpole Sitta by Harvey Danger&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/6n27e.png 6 North, 27 East]: Tallest man made structure is {{w|Burj Khalifa}} (829.84 m (2,723 ft)) located in Dubai. This appears to be the former record-holder, the {{w|KVLY-TV mast}} in North Dakota.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*The click-and-drag portion of this comic is divided up into 2592 sections of 2048x2048 pngs.&lt;br /&gt;
*The populated area is 81 frames wide(33 West - 48 East) and 32 frames tall (13 North - 19 South)&lt;br /&gt;
*According to [[Randall]] in #xkcd on the night this was released, a full size image of this comic, leaving out the blanks would be 60 gigapixels, a true single rectangular image would be close to a terapixel.&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
*At the end of the JavaScript file responsible for the map code, there's a comment &amp;quot;/* 50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65 */&amp;quot;. Interpreted as hex codes for ASCII text, this reads &amp;quot;ProPuke is awesome&amp;quot;.&lt;/div&gt;</summary>
		<author><name>84.181.110.126</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1110:_Click_and_Drag&amp;diff=12577</id>
		<title>1110: Click and Drag</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1110:_Click_and_Drag&amp;diff=12577"/>
				<updated>2012-09-19T13:30:07Z</updated>
		
		<summary type="html">&lt;p&gt;84.181.110.126: /* Explanation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1110&lt;br /&gt;
| date      = September 19, 2012&lt;br /&gt;
| title     = Click and Drag&lt;br /&gt;
| image     = click_and_drag.png&lt;br /&gt;
| imagesize = &lt;br /&gt;
| titletext = Click and drag.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{Incomplete}}&lt;br /&gt;
&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n27w.png 1 North, 27 West]:  Velociraptors in the high grass.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n25w.png 1 North, 25 West]: Reference to the movie {{w|Contact_(film)|Contact}}.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n21w.png 1 North, 21 West]: Jesus is a Transformer joke&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/8s17w.png 8 South, 17 West]: A X-Wing with Wedge Antilles. Reference to Star Wars.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n13w.png 1 North, 13 West]: the statue of liberty head and hand is reference to {{w|Planet of the Apes(film)|Planet of Apes}}.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n8w.png 1 North, 8 West]: A boat with a reference to Monty Python?&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n2w.png 1 North, 2 West]: Megan says &amp;quot;I came here to chew bubblegum... And I'm all out of bubblegum&amp;quot; is a reference to the movie {{w|They Live|They Live}} in which the character Nada famously says &amp;quot;I have come here to chew bubblegum and kick ass...and I'm all out of bubblegum&amp;quot;. That line is also used in the game {{w|Duke Nukem 3D|Duke Nukem 3D}}  by Duke himself, when Shrapnel City (Episode 3) starts. Also, Cueball says &amp;quot;That's a shame&amp;quot; a line popularised by Jerry in the sitcom {{w|Seinfeld|Seinfeld}}. Pool line is a reference to &amp;quot;pool on the roof&amp;quot; prank from the movie {{w|Hackers_(film)|Hackers}}.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/11n11w.png 11 North, 11 West]: apparently empty cell&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n11w.png 1 North, 11 West]: someone playing {{w|Marco Polo (game)|Marco Polo}} in the sea&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n9w.png 1 North, 9 West]: Possibly a reference to the {{w|Principality of Sealand|Principality of Sealand}} or to the concept of a micronation in general, {{w|List of micronations|List of micronations}}.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/2s9w.png 2 South, 9 West]: Jellyfish playing some sort of console game&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n5w.png 1 North, 5 West]: {{w|I'm on a Boat|&amp;quot;I'm on a Boat&amp;quot;}} is a single from The Lonely Island's debut album Incredibad.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/3n2e.png 5 North, 2 West]: A construction crane lifting another, smaller, construction crane.  Possibly a reference to the &amp;quot;Truck Truck Truck&amp;quot; gag from the Simpsons.*[http://imgs.xkcd.com/clickdrag/13n1e.png 13 North, 1 East]: 2 whales is possibly a reference to the Hitchhiker's Guide to the Galaxy and the planet [http://hitchhikers.wikia.com/wiki/Magrathea Magrathea], where (improbably) 2 incoming missiles are turned into a whale and a bowl of petunias.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/3n2e.png 3 North, 2 East]: A falling {{w|Icarus}} screams &amp;quot;I hope the story of how ''Building Wax Wings Enabled Me To Fly'' teaches everyone a lesson about hubris.&amp;quot; Referring to the Greek myth of Icarus and his father's escape from Crete by building wings of feathers and wax.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/9n2e.png 9 North, 2 East]: {{w|Apollo 13}} messaging 'Houston, we have a problem''&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/18s3e.png 18 South, 3 East]: Minecraft reference: Someone escapes a creeper, running deeper into the cave he just fell in&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/8n6e.png 8 North, 6 East]: {{w|http://en.wikipedia.org/wiki/Star_Wars_Episode_IV:_A_New_Hope)|Red Five}} is both Anakin and Luke Skywalker's call sign.  Anakin uses the sign in the Battle of Coruscant and Luke uses it in the Battle of Yavin.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n5w.png 2 North, 6 East]: Giant airborne jellyfish&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/11n11e.png 11 North, 11 East]: apparently empty cell&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n7e.png 1 North, 7 East]: there seem to be a {{w|Mario}} level (level 1, Super Mario Bros 1, NES). This is confirmed by text on [http://imgs.xkcd.com/clickdrag/3s7e.png 3 South, 7 East].&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n9e.png 1 North 9 East]: Reference to the first line of &amp;quot;{{w|99 Problems}}&amp;quot; by {{w|Jay-Z}} (&amp;quot;If you're having girl problems I feel bad for you son. I've got 99 problems but a &amp;lt;rhymes with &amp;quot;witch&amp;quot;&amp;gt; ain't one.&amp;quot;).&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n15e.png 1 North, 15 East]: {{w|Oregon_Trail_(computer_game)|Oregon Trail}} reference&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n15e.png 1 North, 15 East]: Reference to, and first line of the chorus of, the song Flagpole Sitta by Harvey Danger&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/6n27e.png 6 North, 27 East]: Tallest man made structure is {{w|Burj Khalifa}} (829.84 m (2,723 ft)) located in Dubai. This appears to be the former record-holder, the {{w|KVLY-TV mast}} in North Dakota.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*The click-and-drag portion of this comic is divided up into 2592 sections of 2048x2048 pngs.&lt;br /&gt;
*The populated area is 81 frames wide(33 West - 48 East) and 32 frames tall (13 North - 19 South)&lt;br /&gt;
*According to [[Randall]] in #xkcd on the night this was released, a full size image of this comic, leaving out the blanks would be 60 gigapixels, a true single rectangular image would be close to a terapixel.&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
*At the end of the JavaScript file responsible for the map code, there's a comment &amp;quot;/* 50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65 */&amp;quot;. Interpreted as hex codes for ASCII text, this reads &amp;quot;ProPuke is awesome&amp;quot;.&lt;/div&gt;</summary>
		<author><name>84.181.110.126</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1110:_Click_and_Drag&amp;diff=12571</id>
		<title>1110: Click and Drag</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1110:_Click_and_Drag&amp;diff=12571"/>
				<updated>2012-09-19T13:16:52Z</updated>
		
		<summary type="html">&lt;p&gt;84.181.110.126: /* Explanation */ minecraft&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1110&lt;br /&gt;
| date      = September 19, 2012&lt;br /&gt;
| title     = Click and Drag&lt;br /&gt;
| image     = click_and_drag.png&lt;br /&gt;
| imagesize = &lt;br /&gt;
| titletext = Click and drag.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{Incomplete}}&lt;br /&gt;
&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n27w.png 1 North, 27 West]:  Velociraptors in the high grass.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n25w.png 1 North, 25 West]: Reference to the movie {{w|Contact_(film)|Contact}}.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n21w.png 1 North, 21 West]: Jesus is a Transformer joke&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/8s17w.png 8 South, 17 West]: A X-Wing with Wedge Antilles. Reference to Star Wars.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n13w.png 1 North, 13 West]: the statue of liberty head and hand is reference to {{w|Planet of the Apes(film)|Planet of Apes}}.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n2w.png 1 North, 2 West]: Megan says &amp;quot;I came here to chew bubblegum... And I'm all out of bubblegum&amp;quot; is a reference to the movie {{w|They Live|They Live}} in which the character Nada famously says &amp;quot;I have come here to chew bubblegum and kick ass...and I'm all out of bubblegum&amp;quot;. That line is also used in the game {{w|Duke Nukem 3D|Duke Nukem 3D}}  by Duke himself, when Shrapnel City (Episode 3) starts. Also, Cueball says &amp;quot;That's a shame&amp;quot; a line popularised by Jerry in the sitcom {{w|Seinfeld|Seinfeld}}. Pool line is a reference to &amp;quot;pool on the roof&amp;quot; prank from the movie {{w|Hackers_(film)|Hackers}}.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/11n11w.png 11 North, 11 West]: apparently empty cell&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n9w.png 1 North, 9 West]: Possibly a reference to the {{w|Principality of Sealand|Principality of Sealand}} or to the concept of a micronation in general, {{w|List of micronations|List of micronations}}.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/2s9w.png 2 South, 9 West]: Jellyfish playing some sort of console game&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n5w.png 1 North, 5 West]: {{w|I'm on a Boat|&amp;quot;I'm on a Boat&amp;quot;}} is a single from The Lonely Island's debut album Incredibad.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/13n1e.png 13 North, 1 East]: 2 whales is possibly a reference to the Hitchhiker's Guide to the Galaxy and the planet [http://hitchhikers.wikia.com/wiki/Magrathea Magrathea], where (improbably) 2 incoming missiles are turned into a whale and a bowl of petunias.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/3n2e.png 3 North, 2 East]: A falling {{w|Icarus}} screams &amp;quot;I hope the story of how ''Building Wax Wings Enabled Me To Fly'' teaches everyone a lesson about hubris.&amp;quot; Referring to the Greek myth of Icarus and his father's escape from Crete by building wings of feathers and wax.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/9n2e.png 9 North, 2 East]: {{w|Apollo 13}} messaging 'Houston, we have a problem''&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/18s3e.png 18 South, 3 East]: Minecraft reference: Someone escapes a creeper, running deeper into the cave he just fell in&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/8n6e.png 8 North, 6 East]: {{w|http://en.wikipedia.org/wiki/Star_Wars_Episode_IV:_A_New_Hope)|Red Five}} is both Anakin and Luke Skywalker's call sign.  Anakin uses the sign in the Battle of Coruscant and Luke uses it in the Battle of Yavin.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/11n11e.png 11 North, 11 East]: apparently empty cell&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n7e.png 1 North, 7 East]: there seem to be a {{w|Mario}} level (level 1, Super Mario Bros 1, NES). This is confirmed by text on [http://imgs.xkcd.com/clickdrag/3s7e.png 3 South, 7 East].&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n9e.png 1 North 9 East]: Reference to the first line of &amp;quot;{{w|99 Problems}}&amp;quot; by {{w|Jay-Z}} (&amp;quot;If you're having girl problems I feel bad for you son. I've got 99 problems but a &amp;lt;rhymes with &amp;quot;witch&amp;quot;&amp;gt; ain't one.&amp;quot;).&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n15e.png 1 North, 15 East]: {{w|Oregon_Trail_(computer_game)|Oregon Trail}} reference&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n15e.png 1 North, 15 East]: Reference to, and first line of the chorus of, the song Flagpole Sitta by Harvey Danger&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/6n27e.png 6 North, 27 East]: Tallest man made structure is {{w|Burj Khalifa}} (829.84 m (2,723 ft)) located in Dubai. This appears to be the former record-holder, the {{w|KVLY-TV mast}} in North Dakota.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*The click-and-drag portion of this comic is divided up into 2592 sections of 2048x2048 pngs.&lt;br /&gt;
*The populated area is 81 frames wide(33 West - 48 East) and 32 frames tall (13 North - 19 South)&lt;br /&gt;
*According to [[Randall]] in #xkcd on the night this was released, a full size image of this comic, leaving out the blanks would be 60 gigapixels, a true single rectangular image would be close to a terapixel.&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
*At the end of the JavaScript file responsible for the map code, there's a comment &amp;quot;/* 50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65 */&amp;quot;. Interpreted as hex codes for ASCII text, this reads &amp;quot;ProPuke is awesome&amp;quot;.&lt;/div&gt;</summary>
		<author><name>84.181.110.126</name></author>	</entry>

	<entry>
		<id>https://www.explainxkcd.com/wiki/index.php?title=1110:_Click_and_Drag&amp;diff=12569</id>
		<title>1110: Click and Drag</title>
		<link rel="alternate" type="text/html" href="https://www.explainxkcd.com/wiki/index.php?title=1110:_Click_and_Drag&amp;diff=12569"/>
				<updated>2012-09-19T13:13:58Z</updated>
		
		<summary type="html">&lt;p&gt;84.181.110.126: sorted from west to east&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{comic&lt;br /&gt;
| number    = 1110&lt;br /&gt;
| date      = September 19, 2012&lt;br /&gt;
| title     = Click and Drag&lt;br /&gt;
| image     = click_and_drag.png&lt;br /&gt;
| imagesize = &lt;br /&gt;
| titletext = Click and drag.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
==Explanation==&lt;br /&gt;
{{Incomplete}}&lt;br /&gt;
&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n27w.png 1 North, 27 West]:  Velociraptors in the high grass.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n25w.png 1 North, 25 West]: Reference to the movie {{w|Contact_(film)|Contact}}.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n21w.png 1 North, 21 West]: Jesus is a Transformer joke&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/8s17w.png 8 South, 17 West]: A X-Wing with Wedge Antilles. Reference to Star Wars.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n13w.png 1 North, 13 West]: the statue of liberty head and hand is reference to {{w|Planet of the Apes(film)|Planet of Apes}}.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n2w.png 1 North, 2 West]: Megan says &amp;quot;I came here to chew bubblegum... And I'm all out of bubblegum&amp;quot; is a reference to the movie {{w|They Live|They Live}} in which the character Nada famously says &amp;quot;I have come here to chew bubblegum and kick ass...and I'm all out of bubblegum&amp;quot;. That line is also used in the game {{w|Duke Nukem 3D|Duke Nukem 3D}}  by Duke himself, when Shrapnel City (Episode 3) starts. Also, Cueball says &amp;quot;That's a shame&amp;quot; a line popularised by Jerry in the sitcom {{w|Seinfeld|Seinfeld}}. Pool line is a reference to &amp;quot;pool on the roof&amp;quot; prank from the movie {{w|Hackers_(film)|Hackers}}.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/11n11w.png 11 North, 11 West]: apparently empty cell&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n9w.png 1 North, 9 West]: Possibly a reference to the {{w|Principality of Sealand|Principality of Sealand}} or to the concept of a micronation in general, {{w|List of micronations|List of micronations}}.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/2s9w.png 2 South, 9 West]: Jellyfish playing some sort of console game&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n5w.png 1 North, 5 West]: {{w|I'm on a Boat|&amp;quot;I'm on a Boat&amp;quot;}} is a single from The Lonely Island's debut album Incredibad.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/13n1e.png 13 North, 1 East]: 2 whales is possibly a reference to the Hitchhiker's Guide to the Galaxy and the planet [http://hitchhikers.wikia.com/wiki/Magrathea Magrathea], where (improbably) 2 incoming missiles are turned into a whale and a bowl of petunias.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/3n2e.png 3 North, 2 East]: A falling {{w|Icarus}} screams &amp;quot;I hope the story of how ''Building Wax Wings Enabled Me To Fly'' teaches everyone a lesson about hubris.&amp;quot; Referring to the Greek myth of Icarus and his father's escape from Crete by building wings of feathers and wax.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/9n2e.png 9 North, 2 East]: {{w|Apollo 13}} messaging 'Houston, we have a problem''&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/18s3e.png 18 South, 3 East]: Minecraft reference&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/8n6e.png 8 North, 6 East]: {{w|http://en.wikipedia.org/wiki/Star_Wars_Episode_IV:_A_New_Hope)|Red Five}} is both Anakin and Luke Skywalker's call sign.  Anakin uses the sign in the Battle of Coruscant and Luke uses it in the Battle of Yavin.&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/11n11e.png 11 North, 11 East]: apparently empty cell&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n7e.png 1 North, 7 East]: there seem to be a {{w|Mario}} level (level 1, Super Mario Bros 1, NES). This is confirmed by text on [http://imgs.xkcd.com/clickdrag/3s7e.png 3 South, 7 East].&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n9e.png 1 North 9 East]: Reference to the first line of &amp;quot;{{w|99 Problems}}&amp;quot; by {{w|Jay-Z}} (&amp;quot;If you're having girl problems I feel bad for you son. I've got 99 problems but a &amp;lt;rhymes with &amp;quot;witch&amp;quot;&amp;gt; ain't one.&amp;quot;).&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n15e.png 1 North, 15 East]: {{w|Oregon_Trail_(computer_game)|Oregon Trail}} reference&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/1n15e.png 1 North, 15 East]: Reference to, and first line of the chorus of, the song Flagpole Sitta by Harvey Danger&lt;br /&gt;
*[http://imgs.xkcd.com/clickdrag/6n27e.png 6 North, 27 East]: Tallest man made structure is {{w|Burj Khalifa}} (829.84 m (2,723 ft)) located in Dubai. This appears to be the former record-holder, the {{w|KVLY-TV mast}} in North Dakota.&lt;br /&gt;
&lt;br /&gt;
==Trivia==&lt;br /&gt;
*The click-and-drag portion of this comic is divided up into 2592 sections of 2048x2048 pngs.&lt;br /&gt;
*The populated area is 81 frames wide(33 West - 48 East) and 32 frames tall (13 North - 19 South)&lt;br /&gt;
*According to [[Randall]] in #xkcd on the night this was released, a full size image of this comic, leaving out the blanks would be 60 gigapixels, a true single rectangular image would be close to a terapixel.&lt;br /&gt;
{{comic discussion}}&lt;br /&gt;
*At the end of the JavaScript file responsible for the map code, there's a comment &amp;quot;/* 50:72:6f:50:75:6b:65:20:69:73:20:61:77:65:73:6f:6d:65 */&amp;quot;. Interpreted as hex codes for ASCII text, this reads &amp;quot;ProPuke is awesome&amp;quot;.&lt;/div&gt;</summary>
		<author><name>84.181.110.126</name></author>	</entry>

	</feed>