<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>WoWInterface</title>
		<link>http://www.wowinterface.com/forums</link>
		<description>World of Warcraft Interfaces, Skins, Addons, Mods community.</description>
		<language>en</language>
		<lastBuildDate>Thu, 28 Aug 2008 23:44:41 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://s.wowinterface.com/images/style_mmoi_wowi2/misc/rss.jpg</url>
			<title>WoWInterface</title>
			<link>http://www.wowinterface.com/forums</link>
		</image>
		<item>
			<title>Mazzle for wotlk</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17941&amp;goto=newpost</link>
			<pubDate>Thu, 28 Aug 2008 18:45:25 GMT</pubDate>
			<description><![CDATA[Since i love mazzle, and will probably never be able to play wow without it. I was curious as to if anyone has made it in the beta and tested out the mazzle core code yet. I'm in the beta but havent been able to register yet, so if ppl haven't I'll be posting some reports here soon. I think my...]]></description>
			<content:encoded><![CDATA[<div>Since i love mazzle, and will probably never be able to play wow without it. I was curious as to if anyone has made it in the beta and tested out the mazzle core code yet. I'm in the beta but havent been able to register yet, so if ppl haven't I'll be posting some reports here soon. I think my favorite part of mazzle is the context menu, and the hot spots on the ui.<br />
<br />
The 3d frames are nice too, but not when they dont work correctly  :(</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=77">Mazzle</category>
			<dc:creator>CyricMoonblade</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17941</guid>
		</item>
		<item>
			<title>Some bars in the middle of the screen</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17940&amp;goto=newpost</link>
			<pubDate>Thu, 28 Aug 2008 15:23:54 GMT</pubDate>
			<description><![CDATA[The mob respawn timers are stuck in the middle of my screen, and I got no idea how to move them away. 

I want to keep them, just move them to either the left or the right side of my screen. 
The same with other cooldown-bars, you know the ones that pop up when I use a trap - place hunter's mark...]]></description>
			<content:encoded><![CDATA[<div>The mob respawn timers are stuck in the middle of my screen, and I got no idea how to move them away. <br />
<br />
I want to keep them, just move them to either the left or the right side of my screen. <br />
The same with other cooldown-bars, you know the ones that pop up when I use a trap - place hunter's mark and shizzle. <br />
<br />
Image: <a href="http://img355.imageshack.us/my.php?image=wowscrnshot082808150111xa2.jpg" target="_blank"><img src="http://img355.imageshack.us/img355/3643/wowscrnshot082808150111xa2.th.jpg" border="0" alt="" onload="NcodeImageResizer.createOn(this);" /></a><br />
<br />
I've tried dragging them, I've tried both alt, control and shift clicking them to move them, but to no avail.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=77">Mazzle</category>
			<dc:creator>Ahielia</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17940</guid>
		</item>
		<item>
			<title>Quest Log</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17939&amp;goto=newpost</link>
			<pubDate>Thu, 28 Aug 2008 15:01:44 GMT</pubDate>
			<description>Okay, sorry about having to make a thread about this, but I have looked thru everything I can think of, and tried every button on my keyboard lol. HOW do I get the quest window to pop up? I just downloaded and setup the UI, and currently trying to go thru things and see if I like this over my...</description>
			<content:encoded><![CDATA[<div>Okay, sorry about having to make a thread about this, but I have looked thru everything I can think of, and tried every button on my keyboard lol. HOW do I get the quest window to pop up? I just downloaded and setup the UI, and currently trying to go thru things and see if I like this over my previous custom UI.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=77">Mazzle</category>
			<dc:creator>zeroavix</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17939</guid>
		</item>
		<item>
			<title>BUG? in UIParent.lua (MouseIsOver())</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17938&amp;goto=newpost</link>
			<pubDate>Thu, 28 Aug 2008 15:00:15 GMT</pubDate>
			<description>The MouseIsOver() function is not working if the interface option frame is shown.

I think this might be a relict from the time when this window was fullscreen.. but now when it is only that small window in the middle of the screen I think the function should work...</description>
			<content:encoded><![CDATA[<div>The MouseIsOver() function is not working if the interface option frame is shown.<br />
<br />
I think this might be a relict from the time when this window was fullscreen.. but now when it is only that small window in the middle of the screen I think the function should work nevertheless.<br />
<br />
UIParent.lua<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">function MouseIsOver(frame, topOffset, bottomOffset, leftOffset, rightOffset)<br />
&nbsp; &nbsp; &nbsp; &nbsp; -- Don't honor this if options frame is up. Might want to extend this to all center frames<br />
&nbsp; &nbsp; &nbsp; &nbsp; if ( InterfaceOptionsFrame:IsShown() ) then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; return nil;<br />
&nbsp; &nbsp; &nbsp; &nbsp; end<br />
<br />
[..]</code><hr />
</div>I'd post it in the official forum but I don't have an us account.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=15">Wish List</category>
			<dc:creator>dafire</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17938</guid>
		</item>
		<item>
			<title>Event Pet Bars</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17937&amp;goto=newpost</link>
			<pubDate>Thu, 28 Aug 2008 14:53:55 GMT</pubDate>
			<description><![CDATA[I play a druid so I don't interact with a pet bar often.  I am concerned because we are heading into BT for the Gorefiend fight tonight.  So far I have found that the pet bar doesn't appear in Kara for the Chess Event but it does work for the "Discovering Your Roots" daily quest.  

So, does anyone...]]></description>
			<content:encoded><![CDATA[<div>I play a druid so I don't interact with a pet bar often.  I am concerned because we are heading into BT for the Gorefiend fight tonight.  So far I have found that the pet bar doesn't appear in Kara for the Chess Event but it does work for the &quot;Discovering Your Roots&quot; daily quest.  <br />
<br />
So, does anyone else have this problem?  Is there a fix?  Will my pet bar come up in Gorefiend?<br />
<br />
BTW...not getting a bug error when I am in the Chess Event</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=77">Mazzle</category>
			<dc:creator>Elwinne</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17937</guid>
		</item>
		<item>
			<title>LUA for dummies.</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17936&amp;goto=newpost</link>
			<pubDate>Thu, 28 Aug 2008 14:23:24 GMT</pubDate>
			<description>I have no previous programming experience, except the extremely simple scripting language of LSL (Linden Scripting Language) used in second life.
And a small amount of HTLM

However I want to jump into creating addons for wow. What resources are available for me to learn programming from scratch so...</description>
			<content:encoded><![CDATA[<div>I have no previous programming experience, except the extremely simple scripting language of LSL (Linden Scripting Language) used in second life.<br />
And a small amount of HTLM<br />
<br />
However I want to jump into creating addons for wow. What resources are available for me to learn programming from scratch so that I can start creating wow addons. The guides I read are like in a different language, like they are describing everything as if I should already know what all the terms mean and what they are talking about. I need something for dummies. Basic to the core to teach me terminology, basics, all that.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=20">General Authoring Discussion</category>
			<dc:creator>jimxan</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17936</guid>
		</item>
		<item>
			<title><![CDATA[How do I make the player & target frame wider?]]></title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17935&amp;goto=newpost</link>
			<pubDate>Thu, 28 Aug 2008 13:58:12 GMT</pubDate>
			<description><![CDATA[Hi guys, been seaching for a while and can't figure out how to make my frames wider. I managed to scale it but it looks pretty bad. I'm takling about the original blizzard unitframe, not intersted in anything else.

Thanks in advance.]]></description>
			<content:encoded><![CDATA[<div>Hi guys, been seaching for a while and can't figure out how to make my frames wider. I managed to scale it but it looks pretty bad. I'm takling about the original blizzard unitframe, not intersted in anything else.<br />
<br />
Thanks in advance.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=6">Interface Requests</category>
			<dc:creator>bigimot</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17935</guid>
		</item>
		<item>
			<title>Addon to change macro content based on player buff.</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17934&amp;goto=newpost</link>
			<pubDate>Thu, 28 Aug 2008 11:42:32 GMT</pubDate>
			<description>Hey,
I was wondering if there already exists or if it would be simple to create an addon, that changes the content of a macro based on player buff.

My personal goal would be a macro that changes between Aspect of the Hawk and Aspect of the Cheetah.
I change between these two aspect ALOT when I run...</description>
			<content:encoded><![CDATA[<div>Hey,<br />
I was wondering if there already exists or if it would be simple to create an addon, that changes the content of a macro based on player buff.<br />
<br />
My personal goal would be a macro that changes between Aspect of the Hawk and Aspect of the Cheetah.<br />
I change between these two aspect ALOT when I run around levelling and my pinkie is starting to feel the strain of pushing a modifier :(<br />
<br />
I know macro text can be changed and I looked thru tekkubs buffet addon to see if I could figure it out. But got too confused :D</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=6">Interface Requests</category>
			<dc:creator>ckramme</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17934</guid>
		</item>
		<item>
			<title>Help with first addon</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17933&amp;goto=newpost</link>
			<pubDate>Thu, 28 Aug 2008 09:02:03 GMT</pubDate>
			<description><![CDATA[Code:
---------
wordCues = {"noob","nub","newb","retard","retards","loser","idiot","idiots","losers"}

function Frame1_OnLoad()
	this:RegisterEvent("CHAT_MSG_BATTLEGROUND");
end

function Frame1_OnEvent()]]></description>
			<content:encoded><![CDATA[<div><div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">wordCues = {&quot;noob&quot;,&quot;nub&quot;,&quot;newb&quot;,&quot;retard&quot;,&quot;retards&quot;,&quot;loser&quot;,&quot;idiot&quot;,&quot;idiots&quot;,&quot;losers&quot;}<br />
<br />
function Frame1_OnLoad()<br />
&nbsp; &nbsp; &nbsp; &nbsp; this:RegisterEvent(&quot;CHAT_MSG_BATTLEGROUND&quot;);<br />
end<br />
<br />
function Frame1_OnEvent()<br />
&nbsp; &nbsp; &nbsp; &nbsp; local sender = arg2;<br />
&nbsp; &nbsp; &nbsp; &nbsp; local sentence = arg1;<br />
&nbsp; &nbsp; &nbsp; &nbsp; if (&quot;CHAT_MSG_BATTLEGROUND&quot; == event) then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; for i=1,# db do<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if (string.find(sentence, wordCues[i])) then<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; DEFAULT_CHAT_FRAME:AddMessage(sender .. &quot;:&quot; .. wordCues[i]);<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; end<br />
&nbsp; &nbsp; &nbsp; &nbsp; end<br />
end</code><hr />
</div>Any idea what's not working with this? Any help would be appreciated.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=20">General Authoring Discussion</category>
			<dc:creator>Inviticus</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17933</guid>
		</item>
		<item>
			<title>Earth Shield Announcement Addon</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17932&amp;goto=newpost</link>
			<pubDate>Thu, 28 Aug 2008 06:36:35 GMT</pubDate>
			<description>I want an addon that will whisper and announce in raid chat etc
Who i have put earth shield on, if i can edit what it says would be better but anything would be good

thanks</description>
			<content:encoded><![CDATA[<div>I want an addon that will whisper and announce in raid chat etc<br />
Who i have put earth shield on, if i can edit what it says would be better but anything would be good<br />
<br />
thanks</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>ChaosLegion</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17932</guid>
		</item>
		<item>
			<title>Diamond bar lock</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17929&amp;goto=newpost</link>
			<pubDate>Thu, 28 Aug 2008 02:02:27 GMT</pubDate>
			<description>Using Diamond threat meter and I keep accidentally moving the bars:mad:, does anyone know if there is a way to LOCK them into place?</description>
			<content:encoded><![CDATA[<div>Using Diamond threat meter and I keep accidentally moving the bars:mad:, does anyone know if there is a way to LOCK them into place?</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>Volkner</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17929</guid>
		</item>
		<item>
			<title>targets (de)buffs</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17928&amp;goto=newpost</link>
			<pubDate>Thu, 28 Aug 2008 00:31:39 GMT</pubDate>
			<description>i am useing SBF for my buffs and it doesnt show the targets buffs....is there a addon that is like SBF but for targets</description>
			<content:encoded><![CDATA[<div>i am useing SBF for my buffs and it doesnt show the targets buffs....is there a addon that is like SBF but for targets</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=3">Interface  Help</category>
			<dc:creator>lastmarine</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17928</guid>
		</item>
		<item>
			<title>Comparing Function Lists in current Beta Build</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17927&amp;goto=newpost</link>
			<pubDate>Thu, 28 Aug 2008 00:25:33 GMT</pubDate>
			<description><![CDATA[I am going through a previous function list before the current Beta build, but is a Beta list, and the current Beta build's list and trying to show changes.

Some of the noticeable changes:
*Added Focus Frame
*Changes to Threat Meter Frame
*print, getprinthandler, setprinthandler Functions...]]></description>
			<content:encoded><![CDATA[<div>I am going through a previous function list before the current Beta build, but is a Beta list, and the current Beta build's list and trying to show changes.<br />
<br />
Some of the noticeable changes:<br />
*Added Focus Frame<br />
*Changes to Threat Meter Frame<br />
*print, getprinthandler, setprinthandler Functions available<br />
*Changes to Vehicle Frame<br />
<br />
I will update this if they add a significant patch during 8-27-08's maintenance.</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=82">WotLK Beta</category>
			<dc:creator>LBXZero</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17927</guid>
		</item>
		<item>
			<title>Should I upload? Or am I stupid?</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17926&amp;goto=newpost</link>
			<pubDate>Wed, 27 Aug 2008 23:12:28 GMT</pubDate>
			<description><![CDATA[Hi!

I'm very new to this site, and I was wondering if people would be interested in a UnitFrame addon that I created.

Well, OK.. I did not actually create.. I just hacked another UnitFrame addon called oUF_Caellian. I'm not certain if it is kosher to post your version of other peoples work. I can...]]></description>
			<content:encoded><![CDATA[<div>Hi!<br />
<br />
I'm very new to this site, and I was wondering if people would be interested in a UnitFrame addon that I created.<br />
<br />
Well, OK.. I did not actually create.. I just hacked another UnitFrame addon called oUF_Caellian. I'm not certain if it is kosher to post your version of other peoples work. I can understand if it is not.<br />
<br />
The basic premise was that I wanted circular unit frames whose transparency was based on how damaged the unit is. The idea being I don't care about my targets health/mana when it is near max, and I care more about it as the target gets closer to dead.<br />
<br />
I very much liked oUF_Caellian and used that as a starting point and used my limited knowledge of coding to hack it up.<br />
<br />
I'm very happy with it, so is this the kind of thing that people would be interested in? Or are you guys more interested in brand new stuff?<br />
<br />
Thanks, and I hope this is not too stupid of a question. :)</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=10">Pre-Beta Interfaces/Scripts</category>
			<dc:creator>tmshawer</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17926</guid>
		</item>
		<item>
			<title>Quests AddOn</title>
			<link>http://www.wowinterface.com/forums/showthread.php?t=17925&amp;goto=newpost</link>
			<pubDate>Wed, 27 Aug 2008 22:57:56 GMT</pubDate>
			<description>I would like an addon which can show on my map any quest givers in the current zone whose quest I havent accepted or completed yet. Like RecipeRadar but QuestRadar. Anything I can use?</description>
			<content:encoded><![CDATA[<div>I would like an addon which can show on my map any quest givers in the current zone whose quest I havent accepted or completed yet. Like RecipeRadar but QuestRadar. Anything I can use?</div>

]]></content:encoded>
			<category domain="http://www.wowinterface.com/forums/forumdisplay.php?f=6">Interface Requests</category>
			<dc:creator>Deano The Dino</dc:creator>
			<guid isPermaLink="true">http://www.wowinterface.com/forums/showthread.php?t=17925</guid>
		</item>
	</channel>
</rss>
