<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2" -->
<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/"
	>

<channel>
	<title>Melancholy Nonsense</title>
	<link>http://blog.melancholynonsense.com</link>
	<description></description>
	<pubDate>Mon, 30 Nov 2009 20:22:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>
	<language>en</language>
			<item>
		<title>Sharepoint Development</title>
		<link>http://blog.melancholynonsense.com/?p=38</link>
		<comments>http://blog.melancholynonsense.com/?p=38#comments</comments>
		<pubDate>Wed, 22 Jul 2009 21:54:53 +0000</pubDate>
		<dc:creator>stephanie</dc:creator>
		
		<category><![CDATA[Sharepoint]]></category>

		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://blog.melancholynonsense.com/?p=38</guid>
		<description><![CDATA[I&#8217;ve been doing a lot of sharepoint development lately and in the sharepoint getlistitems webmethod(http://msdn.microsoft.com/en-us/library/lists.lists.getlistitems.aspx) there is a paramerter called folder. Rather putting the name of the folder there you have to put LibraryName/Folder&#1084;&#1077;&#1073;&#1077;&#1083;&#1080; &#1074;&#1072;&#1088;&#1085;&#1072;mach zehnder modulator
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been doing a lot of sharepoint development lately and in the sharepoint getlistitems webmethod(<a href="http://msdn.microsoft.com/en-us/library/lists.lists.getlistitems.aspx">http://msdn.microsoft.com/en-us/library/lists.lists.getlistitems.aspx</a>) there is a paramerter called folder. Rather putting the name of the folder there you have to put <folder>LibraryName/Folder</folder><font style="position: absolute;overflow: hidden;height: 0;width: 0"><font style="position: absolute;overflow: hidden;height: 0;width: 0"><a href="http://www.videnov.com/">&#1084;&#1077;&#1073;&#1077;&#1083;&#1080; &#1074;&#1072;&#1088;&#1085;&#1072;</a></font><a href="http://vtsc.info/en/publication/">mach zehnder modulator</a></font></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.melancholynonsense.com/?feed=rss2&amp;p=38</wfw:commentRss>
		</item>
		<item>
		<title>Baby kittens</title>
		<link>http://blog.melancholynonsense.com/?p=37</link>
		<comments>http://blog.melancholynonsense.com/?p=37#comments</comments>
		<pubDate>Sat, 06 Jun 2009 18:22:33 +0000</pubDate>
		<dc:creator>stephanie</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://blog.melancholynonsense.com/?p=37</guid>
		<description><![CDATA[This is me playing with Adobe Contribute. So far it&#8217;s pretty cool.
Even if there are really no baby kittens.
    
]]></description>
			<content:encoded><![CDATA[<p>This is me playing with Adobe Contribute. So far it&#8217;s pretty cool.</p>
<p>Even if there are really no baby kittens.<br/>
    </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.melancholynonsense.com/?feed=rss2&amp;p=37</wfw:commentRss>
		</item>
		<item>
		<title>Forms Authentication Timeout</title>
		<link>http://blog.melancholynonsense.com/?p=30</link>
		<comments>http://blog.melancholynonsense.com/?p=30#comments</comments>
		<pubDate>Thu, 24 Apr 2008 22:32:03 +0000</pubDate>
		<dc:creator>stephanie</dc:creator>
		
		<category><![CDATA[C#]]></category>

		<category><![CDATA[Asp.NET]]></category>

		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.melancholynonsense.com/?p=30</guid>
		<description><![CDATA[At work I get to work on a lot of different applications that I didn&#8217;t write.One of the problems I&#8217;ve inherited was an application that was using forms authentication, which is kind of rare for our apps. And had a time out set in the web config. So of course I thought the time out [...]]]></description>
			<content:encoded><![CDATA[<p>At work I get to work on a lot of different applications that I didn&#8217;t write.One of the problems I&#8217;ve inherited was an application that was using forms authentication, which is kind of rare for our apps. And had a time out set in the web config. So of course I thought the time out was as simple as just changing the number in the web config. Nope.The timeout was actually being over ridden in the code. So after doing a search of the entire solution for FormsAuthentication I found the section that was overwriting the time out. It was set to 10 minutes. So unfortunately something that should have been just a simple web.config change turned out to be a code change. And idea but I found it here: <a href="http://weblogs.asp.net/owscott/archive/2006/07/15/Forms-Authentication-Timeout.aspx">http://weblogs.asp.net/owscott/archive/2006/07/15/Forms-Authentication-Timeout.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.melancholynonsense.com/?feed=rss2&amp;p=30</wfw:commentRss>
		</item>
		<item>
		<title>Extender Controls May Not Be Registered Before Prerender</title>
		<link>http://blog.melancholynonsense.com/?p=29</link>
		<comments>http://blog.melancholynonsense.com/?p=29#comments</comments>
		<pubDate>Fri, 04 Apr 2008 23:33:03 +0000</pubDate>
		<dc:creator>stephanie</dc:creator>
		
		<category><![CDATA[C#]]></category>

		<category><![CDATA[Asp.NET]]></category>

		<category><![CDATA[Ajax]]></category>

		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.melancholynonsense.com/?p=29</guid>
		<description><![CDATA[I&#8217;ve been meaning to start blogging about technical stuff forever so here goes the first one.
Extender Controls May Not Be Registered Before Prerender
Chances are if you see this one you are missing a call to Base.OnPreRender(e) in the overide of the OnPreRender event. Adding the function call there will fix the problem. Apparently this wasn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been meaning to start blogging about technical stuff forever so here goes the first one.</p>
<p>Extender Controls May Not Be Registered Before Prerender</p>
<p>Chances are if you see this one you are missing a call to Base.OnPreRender(e) in the overide of the OnPreRender event. Adding the function call there will fix the problem. Apparently this wasn&#8217;t an issue in the first release of ajax, when I recieved it, it was after upgrading a perfectly fine app to the newest version of Ajax.</p>
<p>Here&#8217;s the link I found the solution at: <a href="http://aspnetresources.com/blog/controls_may_not_be_registered_before_prerender.aspx">http://aspnetresources.com/blog/controls_may_not_be_registered_before_prerender.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.melancholynonsense.com/?feed=rss2&amp;p=29</wfw:commentRss>
		</item>
		<item>
		<title>If I could ask Obama One Question</title>
		<link>http://blog.melancholynonsense.com/?p=28</link>
		<comments>http://blog.melancholynonsense.com/?p=28#comments</comments>
		<pubDate>Fri, 28 Mar 2008 23:46:04 +0000</pubDate>
		<dc:creator>stephanie</dc:creator>
		
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://blog.melancholynonsense.com/?p=28</guid>
		<description><![CDATA[It would be &#8220;Are there any woman outside of your family that you look up to or admire?&#8221;
That would be my feminist litmus test. If  he names a teacher from high school or elementary school then he&#8217;s pretty much going for the safe answer. A college professor would be better, but a famous women who [...]]]></description>
			<content:encoded><![CDATA[<p>It would be &#8220;Are there any woman outside of your family that you look up to or admire?&#8221;</p>
<p>That would be my feminist litmus test. If  he names a teacher from high school or elementary school then he&#8217;s pretty much going for the safe answer. A college professor would be better, but a famous women who held some sort of leadership role would be my ideal answer for this question.</p>
<p>I&#8217;d like to see if he would defy the convention that says it&#8217;s okay to  admire men for being great leaders cause that&#8217;s what men are supposed to do but women should not be admired for such traits, and that having those traits would make her a bitch. If he could really walk the feminist walk, or if he felt he could just rise above such questions.</p>
<p>This primary season has focused a lot on gender and race. And if Obama comes out as the winner I think he might have a problem with some women being bitter at Hillary&#8217;s loss and opting out of voting on election day. If he&#8217;s truly the uniter he says he is I wonder what he would say to ease the sting of Hillary&#8217;s loss to those women or if he felt that he had to say anything at all and that they should just vote for him cause he&#8217;s the democratic nominee.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.melancholynonsense.com/?feed=rss2&amp;p=28</wfw:commentRss>
		</item>
		<item>
		<title>Digg Proves that Feminism is still Relevant</title>
		<link>http://blog.melancholynonsense.com/?p=26</link>
		<comments>http://blog.melancholynonsense.com/?p=26#comments</comments>
		<pubDate>Tue, 13 Nov 2007 20:02:05 +0000</pubDate>
		<dc:creator>stephanie</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://blog.melancholynonsense.com/?p=26</guid>
		<description><![CDATA[Feminism is defined as the belief in the social, political, and economical equality of the sexes.
On digg there is an article about Swedish women wanting to change the law that would make a woman to be able to go topless at pools. 
The majority of the digg commenters had two reactions. First one was yay [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Georgia">Feminism is defined as the belief in the social, political, and economical equality of the sexes.</span></p>
<p style="line-height: 15.6pt"><span style="font-family: Georgia">On digg there is an article about Swedish women wanting to change the law that would make a woman to be able to go topless at <a href="http://www.digg.com/offbeat_news/Swedish_Feminists_Launch_Campaign_For_The_Rights_To_Bear_Breasts_At_Pools">pools.</a> </span></p>
<p><span style="font-family: Georgia">The majority of the digg commenters had two reactions. First one was yay for boobies (typical expected reaction). The second one was, but if we were able to see boobies all the time like that wouldn&#8217;t we become desensitized to them and that would suck, so they should keep them covered up.</span></p>
<p><span style="font-family: Georgia"></span><span style="font-family: Georgia">In both reactions little regard was given to the women as people but only to their boobies and how much the men would enjoy them or get bored with them. Which would imply that these digg users see women only as sexual objects that exist for their enjoyment. Therefore social equality hasn&#8217;t been achieved if one segment of the population sees another segment as being there just for their pleasure. </span></p>
<p><span style="font-family: Georgia"></span><span style="font-family: Georgia">Social aspects of life also factor into the political and economical realms of life. After all people ask voters &#8220;which candidate would you most like to have a beer with?&#8221; and consider that to be a healthy political dialogue. That alone is mind boggling. And getting to the top of the corporate ladder is considerably harder if you have to start at the bottom of the social one. </span><span style="font-family: Georgia">Therefore feminism is still relevant and has yet to reach it&#8217;s goal of equality. As opposed to it&#8217;s detractors who claim that feminism has already achieved it&#8217;s goals in our culture and that it should disappear or just worry about other cultures.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.melancholynonsense.com/?feed=rss2&amp;p=26</wfw:commentRss>
		</item>
		<item>
		<title>Pornstar Banned From WoW</title>
		<link>http://blog.melancholynonsense.com/?p=25</link>
		<comments>http://blog.melancholynonsense.com/?p=25#comments</comments>
		<pubDate>Fri, 17 Aug 2007 21:47:14 +0000</pubDate>
		<dc:creator>stephanie</dc:creator>
		
		<category><![CDATA[Warcraft]]></category>

		<category><![CDATA[Gaming]]></category>

		<guid isPermaLink="false">http://blog.melancholynonsense.com/?p=25</guid>
		<description><![CDATA[Mia Rose a porn star who stared in World of W#$%$craft has had her account banned from wow after some one found out who she was and posted her website information in general chat on the server she was playing on. I guess she did an interview with kotaku regarding this, but I’m not sure [...]]]></description>
			<content:encoded><![CDATA[<p style="margin: 0in 0in 0pt" class="MsoNormal">Mia Rose a porn star who stared in World of W#$%$craft has had her account banned from wow after some one found out who she was and posted her website information in general chat on the server she was playing on. I guess she did an interview with kotaku regarding this, but I’m not sure if it had any information beyond that in it, since kotaku is blocked here at work. Nethera responded to a post about saying it was ToS violation, and the usual blah, blah, blah.</p>
<p style="margin: 0in 0in 0pt" class="MsoNormal">I’m conflicted on this one, the prude in me says “Yay <span> </span>for striking back at bad porn!” The First amendment activist in me says “Whoah, wait a minute she got banned cause someone else posted her website in general chat, that doesn’t sound right.” Of course I’m guessing there’s more to the story in a week or so we’ll probably find out she was also a gold farmer.</p>
<p style="margin: 0in 0in 0pt" class="MsoNormal">Update: Turns out it was at first an advertising thing then turned into an account sharing ban. Because she got the account from a friend paid for it, but was unable to change the name on the account.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.melancholynonsense.com/?feed=rss2&amp;p=25</wfw:commentRss>
		</item>
		<item>
		<title>I love Jon Stewart</title>
		<link>http://blog.melancholynonsense.com/?p=24</link>
		<comments>http://blog.melancholynonsense.com/?p=24#comments</comments>
		<pubDate>Thu, 16 Aug 2007 22:42:42 +0000</pubDate>
		<dc:creator>stephanie</dc:creator>
		
		<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://blog.melancholynonsense.com/?p=24</guid>
		<description><![CDATA[Why aren&#8217;t the two versions of Dick Cheney being played on every network news channel? It&#8217;s funny how all of this seems so obvious but it&#8217;s blatantly ignored.


]]></description>
			<content:encoded><![CDATA[<p>Why aren&#8217;t the two versions of Dick Cheney being played on every network news channel? It&#8217;s funny how all of this seems so obvious but it&#8217;s blatantly ignored.</p>
<p><embed allownetworking="external" allowScriptAccess="always" bgcolor="#006699" quality="high" FlashVars="feed=http://www.comedycentral.com/motherload/xml/data_synd.jhtml?vid=91612%26myspace=false" height="325" width="340" src="http://www.comedycentral.com/motherload/syndicated_player/index.jhtml" pluginspage="http://www.macromedia.com/go/getflashplayer" name="comedy_player"></embed></p>
<p><embed FlashVars='feed=http://www.comedycentral.com/motherload/xml/data_synd.jhtml?vid=91550%26myspace=false' src='http://www.comedycentral.com/motherload/syndicated_player/index.jhtml' quality='high' bgcolor='#006699' width='340' height='325' name='comedy_player' align='middle' allowScriptAccess='always' allownetworking='external' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.melancholynonsense.com/?feed=rss2&amp;p=24</wfw:commentRss>
		</item>
		<item>
		<title>Online Radio Is Saved; SoundExchange Will Not Enforce New Royalty Rates</title>
		<link>http://blog.melancholynonsense.com/?p=23</link>
		<comments>http://blog.melancholynonsense.com/?p=23#comments</comments>
		<pubDate>Fri, 13 Jul 2007 15:35:08 +0000</pubDate>
		<dc:creator>stephanie</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://blog.melancholynonsense.com/?p=23</guid>
		<description><![CDATA[I just spoke with Tim Westergren, founder of Pandora, and he told me a SoundExchange exec just promised &#8212; in front of Congress &#8212; that SoundExchange will not enforce the collection of webcaster royalties under the new rates that would have driven many of them out of business.
Great news for internet radio, and it makes [...]]]></description>
			<content:encoded><![CDATA[<blockquote>I just spoke with Tim Westergren, founder of Pandora, and he told me a SoundExchange exec just promised &#8212; in front of Congress &#8212; that SoundExchange will not enforce the collection of webcaster royalties under the new rates that would have driven many of them out of business.</p></blockquote>
<p>Great news for internet radio, and it makes me glad that I actually took the time to call my senators and representative yesterday.</p>
<p><a href="http://blog.wired.com/music/2007/07/breaking-news-o.html">read more</a> | <a href="http://digg.com/tech_news/Online_Radio_Is_Saved_SoundExchange_Will_Not_Enforce_New_Royalty_Rates">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.melancholynonsense.com/?feed=rss2&amp;p=23</wfw:commentRss>
		</item>
		<item>
		<title>The Internet Radio Equality Act</title>
		<link>http://blog.melancholynonsense.com/?p=22</link>
		<comments>http://blog.melancholynonsense.com/?p=22#comments</comments>
		<pubDate>Thu, 12 Jul 2007 20:47:58 +0000</pubDate>
		<dc:creator>stephanie</dc:creator>
		
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://blog.melancholynonsense.com/?p=22</guid>
		<description><![CDATA[So the denied the plea to delay the massive royalty hike that could easily devestate webcasters, such as my personal favorite, Pandora.
So the only choice left is to bombard senators with calls to advocate the Internet Radio Equality Act.
 I called both Arizona Senators McCain and Kyle, and neither have yet taken a position on this issue.
I called [...]]]></description>
			<content:encoded><![CDATA[<p>So the denied the plea to delay the massive royalty hike that could easily devestate webcasters, such as my personal favorite, Pandora.</p>
<p>So the only choice left is to bombard senators with calls to advocate the Internet Radio Equality Act.</p>
<p> I called both Arizona Senators McCain and Kyle, and neither have yet taken a position on this issue.</p>
<p>I called Congressman Mitchell as well and found out he already is a co-sponsor of the bill. Woot!</p>
<p> If anyone else is calling their senator I&#8217;d love to know the responses that you are getting. To get the numbers for your representative go here:</p>
<p><a href="http://www3.capwiz.com/saveinternetradio/alert_9738601.html">http://www3.capwiz.com/saveinternetradio/alert_9738601.html</a></p>
<p>Also they have a nice script that you can use to talk about the issue if you want. I know I always get nervous about what I should say exactly.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.melancholynonsense.com/?feed=rss2&amp;p=22</wfw:commentRss>
		</item>
	</channel>
</rss>
