<?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>Seven - Seven - Seven</title>
	<atom:link href="http://luka.zabkar.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://luka.zabkar.net</link>
	<description>Life is many a grand thing and with information flowing freer than ever, the infinite complexities of the universe are slowly unravelling right now. - Luka Zabkar</description>
	<lastBuildDate>Sat, 12 May 2012 08:43:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Liliana and Thalia, Hugs and Kisses</title>
		<link>http://luka.zabkar.net/815/liliana-and-thalia-hugs-and-kisses/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=liliana-and-thalia-hugs-and-kisses</link>
		<comments>http://luka.zabkar.net/815/liliana-and-thalia-hugs-and-kisses/#comments</comments>
		<pubDate>Sat, 12 May 2012 08:40:48 +0000</pubDate>
		<dc:creator>Seven</dc:creator>
				<category><![CDATA[Alternative Art]]></category>
		<category><![CDATA[MTG]]></category>
		<category><![CDATA[AltArt]]></category>
		<category><![CDATA[Magic the Gathering]]></category>

		<guid isPermaLink="false">http://luka.zabkar.net/?p=815</guid>
		<description><![CDATA[Altered art Thalia, Guardian of Thraben, Liliana of the Veil, Cryptic Command and Ponder by tajderli.]]></description>
			<content:encoded><![CDATA[
<a href='http://luka.zabkar.net/815/liliana-and-thalia-hugs-and-kisses/chilly-lilly-liliana-of-the-veil-altered/' title='Altered Art Chilly Lilly, Liliana of the Veil'><img width="124" height="150" src="http://luka.zabkar.net/wp-content/uploads/chilly.lilly_.liliana.of_.the_.veil_.altered-e1336811805507-124x150.jpg" class="attachment-thumbnail" alt="Altered Art Chilly Lilly, Liliana of the Veil" title="Altered Art Chilly Lilly, Liliana of the Veil" /></a>
<a href='http://luka.zabkar.net/815/liliana-and-thalia-hugs-and-kisses/bloody-thalia-altered/' title='Altered Art Bloody Thalia, Guardian of Thraben'><img width="124" height="150" src="http://luka.zabkar.net/wp-content/uploads/bloody.thalia.altered-e1336811788225-124x150.jpg" class="attachment-thumbnail" alt="Altered Art Bloody Thalia, Guardian of Thraben" title="Altered Art Bloody Thalia, Guardian of Thraben" /></a>
<a href='http://luka.zabkar.net/815/liliana-and-thalia-hugs-and-kisses/cryptic-command-altered/' title='Altered Art MTG Cryptic Command'><img width="124" height="150" src="http://luka.zabkar.net/wp-content/uploads/cryptic.command.altered-e1336811861148-124x150.jpg" class="attachment-thumbnail" alt="Altered Art MTG Cryptic Command" title="Altered Art MTG Cryptic Command" /></a>
<a href='http://luka.zabkar.net/815/liliana-and-thalia-hugs-and-kisses/ponder-altered/' title='Altered Art MTG Ponder'><img width="124" height="150" src="http://luka.zabkar.net/wp-content/uploads/ponder.altered-e1336811705749-124x150.jpg" class="attachment-thumbnail" alt="Altered Art MTG Ponder" title="Altered Art MTG Ponder" /></a>

]]></content:encoded>
			<wfw:commentRss>http://luka.zabkar.net/815/liliana-and-thalia-hugs-and-kisses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes on MTG Gatherer image lookup</title>
		<link>http://luka.zabkar.net/791/mtg-gatherer-image-lookup/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mtg-gatherer-image-lookup</link>
		<comments>http://luka.zabkar.net/791/mtg-gatherer-image-lookup/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 18:26:52 +0000</pubDate>
		<dc:creator>Seven</dc:creator>
				<category><![CDATA[MTG]]></category>
		<category><![CDATA[Tips 'n Tricks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Magic the Gathering]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://luka.zabkar.net/?p=791</guid>
		<description><![CDATA[How to look up set / edition specific magic the gathering card images on Gatherer.]]></description>
			<content:encoded><![CDATA[<p>
While coding a personal MTG inventory framework I decided to use Gatherer for mouse over image lookups, which seems like standard practice for small scale MTG projects. However I wanted my card image tooltip to be as specific as possible, which of course requires set information. Here&#8217;s a quick breakdown of what I learned and how to use the <strong>SET</strong> query parameter.
</p>
<ol>
<li>
<h4>Basic info</h4>
<p>Looking up MTG images on <a href="http://gatherer.wizards.com/" title="Wizard's Gatherer" target="_blank">Gatherer</a> is done via Gatherer&#8217;s Image.ashx handler.</p>
<blockquote><p>http://gatherer.wizards.com/Handlers/Image.ashx?size=small&#038;type=card&#038;<strong>name=Giant+Growth</strong></p></blockquote>
<p>Just populate the name parameter with your card&#8217;s name.</p>
</li>
<li>
<h4>Notes on proper name parameter formatting</h4>
<ul>
<li>Basically <a href="http://en.wikipedia.org/wiki/Percent-encoding" title="Wikipedia" target="_blank">URLEncode</a> your lookups</li>
<li>Replace white space with + signs. (Giant Growth -> Giant+Growth)</li>
<li>Replace &#8216; with %27</li>
<li><strong>Gatherer bug:</strong> For the set Innistrad the character ’ should be used to lookup images instead of %27 (&#8216;) like in other sets.</li>
<li>
For <strong>split card</strong> lookups like Fire/Ice, use the following formatting:<br />
Fire // Ice which should be encoded as <strong>name=Fire+%2F%2F+Ice</strong>
</li>
<li>
For <strong>double faced card</strong> lookups, find each face separately.<br />
<strong>name=Delver+of+Secrets</strong> and <strong>name=Insectile+Aberration</strong>
</li>
</ul>
</li>
<li>
<h4>Set/Edition specific image lookup</h4>
<p>
Add the <strong>set</strong> parameter and populate it with the proper 2 or 3 character set code.
</p>
<blockquote>
<p>http://gatherer.wizards.com/Handlers/Image.ashx?size=small&#038;type=card&#038;name=Giant+Growth&#038;<strong>set=1E</strong></p>
</blockquote>
<p>
Rather basic however, I assume for backward compatibility, Gatherer uses two types of set codes.
</p>
<ul>
<li> Sets <strong>before</strong> <a href="http://en.wikipedia.org/wiki/Judgment_(Magic:_The_Gathering)" title="Wikipedia: Judgement" target="_blank">Judgment</a> require a <strong>2 character set code</strong>.</li>
<li> Sets <strong>after</strong> Judgement (including Judgement) require a <strong>3 character set code</strong>.</li>
</ul>
<p>
<strong>Note: </strong> Promo cards aren&#8217;t listed on Gatherer. (FNM, Gateway, Judge Rewards, &#8230;)
</p>
</li>
<li>
<h4>List of Set codes up to DKA</h4>
<p>List of sets and related codes up to and including <a href="http://en.wikipedia.org/wiki/Dark_Ascension_(Magic:_The_Gathering)" title="Wikipedia: Dark Ascension" target="_blank">Dark Ascension</a>. Sets which don&#8217;t require a 2 Character code for lookup have a NULL in the 2C Set column.</p>
<p>Download as CSV: <a href='http://luka.zabkar.net/wp-content/uploads/gatherer.set_.csv'>Gatherer sets (CSV)</a></p>
<pre>
2C Set	3C Set	Set Name
NULL	ARB	Alara Reborn
AL	ALL	Alliances
NULL	LND	Alternate Art Lands
NULL	ATH	Anthologies
AQ	ATQ	Antiquities
AP	APC	Apocalypse
AN	ARN	Arabian Nights
NULL	ARC	Archenemy
NULL	ARE	Arena
BR	BRB	Battle Royale
BD	BTD	Beatdown
NULL	BOK	Betrayers of Kamigawa
NULL	BIN	Book Inserts
NULL	CHK	Champions of Kamigawa
NULL	WLD	Championship Prizes
NULL	CHP	Champs Promos
CH	CHR	Chronicles
6E	6ED	Classic (Sixth Edition)
NULL	CSP	Coldsnap
NULL	CST	Coldsnap Theme Decks
NULL	CIN	Comic Inserts
NULL	CMD	Commander
NULL	CFX	Conflux
NULL	CVP	Convention Promos
NULL	8ED	Core Set - Eighth Edition
NULL	9ED	Core Set - Ninth Edition
NULL	10E	Core Set - Tenth Edition
NULL	DKA	Dark Ascension
NULL	DST	Darksteel
NULL	DLM	DCI Legend Membership
NULL	DKM	Deckmasters: Garfield vs. Finkel
NULL	DIS	Dissension
NULL	DDH	Duel Decks: Ajani vs. Nicol Bolas
NULL	DDC	Duel Decks: Divine vs. Demonic
NULL	DDF	Duel Decks: Elspeth vs. Tezzeret
NULL	EVG	Duel Decks: Elves vs. Goblins
NULL	DDD	Duel Decks: Garruk vs. Liliana
NULL	DD2	Duel Decks: Jace vs. Chandra
NULL	DDG	Duel Decks: Knights vs. Dragons
NULL	DDE	Duel Decks: Phyrexia vs. The Coalition
NULL	DPA	Duels of the Planeswalkers (decks)
NULL	EVE	Eventide
EX	EXO	Exodus
FE	FEM	Fallen Empires
NULL	5DN	Fifth Dawn
5E	5ED	Fifth Edition
NULL	FNM	FNM Promo
4E	4ED	Fourth Edition
NULL	DRB	From the Vault: Dragons
NULL	V09	From the Vault: Exiled
NULL	V11	From the Vault: Legends
NULL	V10	From the Vault: Relics
NULL	FBP	Full Box Promotion
NULL	FUT	Future Sight
NULL	GTW	Gateway &#038; WPN Promos
NULL	GPX	Grand Prix Promos
NULL	GPT	Guildpact
NULL	HHL	Happy Holiday Promos
HM	HML	Homelands
IA	ICE	Ice Age
NULL	ISD	Innistrad
NULL	I2P	Introductory Two-Player
IN	INV	Invasion
NULL	JGC	Judge Gift Cards
NULL	JUD	Judgment
NULL	JUN	Junior Series Promos
LE	LEG	Legends
NULL	LGN	Legions
1E	LEA	Limited Edition Alpha
2E	LEB	Limited Edition Beta
NULL	LRW	Lorwyn
NULL	MIN	Magazine Inserts
NULL	M10	Magic 2010
NULL	M11	Magic 2011
NULL	M12	Magic 2012
NULL	MGD	Magic Game Day
NULL	MPR	Magic Play Rewards
MM	MMQ	Mercadian Masques
MI	MIR	Mirage
NULL	MRD	Mirrodin
NULL	MBS	Mirrodin Besieged
NULL	MOR	Morningtide
NE	NMS	Nemesis
NULL	NPH	New Phyrexia
OD	ODY	Odyssey
NULL	ONS	Onslaught
NULL	PLC	Planar Chaos
NULL	HOP	Planechase
PS	PLS	Planeshift
PO	POR	Portal
P2	P02	Portal Second Age
PK	PTK	Portal Three Kingdoms
NULL	PD2	Premium Deck Series: Fire &#038; Lightning
NULL	PD3	Premium Deck Series: Graveborn
NULL	H09	Premium Deck Series: Slivers
NULL	PRE	Prerelease Promos
NULL	PTR	Pro Tour Promos
PR	PCY	Prophecy
NULL	RAV	Ravnica: City of Guilds
NULL	REL	Release &#038; Launch Parties
3E	3ED	Revised Edition
NULL	ROE	Rise of the Eldrazi
NULL	SOK	Saviors of Kamigawa
NULL	SOM	Scars of Mirrodin
NULL	SCG	Scourge
7E	7ED	Seventh Edition
NULL	SHM	Shadowmoor
NULL	ALA	Shards of Alara
P3	S99	Starter 1999
P4	S00	Starter 2000
NULL	STO	Store Promos
ST	STH	Stronghold
NULL	SUM	Summer of Magic Promos
TE	TMP	Tempest
DK	DRK	The Dark
NULL	TSP	Time Spiral
NULL	TSB	Timeshifted
NULL	TOR	Torment
NULL	THG	Two-Headed Giant Promos
NULL	URC	Ultra Rare Cards
UG	UGL	Unglued
NULL	UNH	Unhinged
2U	2ED	Unlimited
CG	UDS	Urza's Destiny
GU	ULG	Urza's Legacy
UZ	USG	Urza's Saga
NULL	GAM	Video Game Promos
VI	VIS	Visions
WL	WTH	Weatherlight
NULL	WWK	Worldwake
NULL	ZEN	Zendikar
</pre>
</li>
</ol>
<div id="attachment_805" class="wp-caption aligncenter" style="width: 256px"><a href="http://luka.zabkar.net/wp-content/uploads/Screenshot-2012-04-02_19.20.52.png"><img src="http://luka.zabkar.net/wp-content/uploads/Screenshot-2012-04-02_19.20.52-246x300.png" alt="Mirage Dissipate lookup" title="Mirage Dissipate lookup" width="246" height="300" class="size-medium wp-image-805" /></a><p class="wp-caption-text">Mirage Dissipate lookup</p></div>
]]></content:encoded>
			<wfw:commentRss>http://luka.zabkar.net/791/mtg-gatherer-image-lookup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MTG Alters &#8211; &#8220;Come at me bro&#8221;</title>
		<link>http://luka.zabkar.net/783/mtg-alters-come-at-me-bro/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mtg-alters-come-at-me-bro</link>
		<comments>http://luka.zabkar.net/783/mtg-alters-come-at-me-bro/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 18:58:58 +0000</pubDate>
		<dc:creator>Seven</dc:creator>
				<category><![CDATA[Alternative Art]]></category>
		<category><![CDATA[MTG]]></category>
		<category><![CDATA[AltArt]]></category>
		<category><![CDATA[Magic the Gathering]]></category>

		<guid isPermaLink="false">http://luka.zabkar.net/?p=783</guid>
		<description><![CDATA[Altered art magic the gathering cards by tajderli. Includes Phyrexian Metamorph, Mana Tithe, Vedalken Shackles and Green Sun's Zenith. Good times.]]></description>
			<content:encoded><![CDATA[<p><a href="http://luka.zabkar.net/wp-content/uploads/vedalken.shackles.altered.jpg"><img src="http://luka.zabkar.net/wp-content/uploads/vedalken.shackles.altered-229x300.jpg" alt="Vedalken Shackles Altered" title="Vedalken Shackles Altered" width="229" height="300" class="alignleft size-medium wp-image-788" /></a></p>
<p><a href="http://luka.zabkar.net/wp-content/uploads/mana.tithe_.altered.jpg"><img src="http://luka.zabkar.net/wp-content/uploads/mana.tithe_.altered-229x300.jpg" alt="Mana Tithe Altered" title="Mana Tithe Altered" width="229" height="300" class="alignleft size-medium wp-image-785" /></a></p>
<p><a href="http://luka.zabkar.net/wp-content/uploads/phyrexian.metamorph.altered.jpg"><img src="http://luka.zabkar.net/wp-content/uploads/phyrexian.metamorph.altered-229x300.jpg" alt="Phyrexian Metamorph Altered" title="Phyrexian Metamorph Altered" width="229" height="300" class="alignleft size-medium wp-image-787" /></a></p>
<p><a href="http://luka.zabkar.net/wp-content/uploads/green.suns_.zenith.altered.jpg"><img src="http://luka.zabkar.net/wp-content/uploads/green.suns_.zenith.altered-229x300.jpg" alt="Green Sun&#039;s Zenith Altered" title="Green Sun&#039;s Zenith Altered" width="229" height="300" class="alignleft size-medium wp-image-786" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://luka.zabkar.net/783/mtg-alters-come-at-me-bro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

