<?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/"
	>

<channel>
	<title>www.nuneworld.net</title>
	<atom:link href="http://www.nuneworld.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.nuneworld.net</link>
	<description>Sign for quality web surfing.</description>
	<pubDate>Tue, 16 Apr 2013 14:11:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Change a web.config programmatically with Aps.Net C#</title>
		<link>http://www.nuneworld.net/?p=1464</link>
		<comments>http://www.nuneworld.net/?p=1464#comments</comments>
		<pubDate>Tue, 16 Apr 2013 14:11:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[asp.net]]></category>

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

		<category><![CDATA[web.config]]></category>

		<guid isPermaLink="false">http://www.nuneworld.net/?p=1464</guid>
		<description><![CDATA[To Change your web config in ASP.Net  you can try this code:

        var configuration = WebConfigurationManager.OpenWebConfiguration("~");
        var section = (ConnectionStringsSection)configuration.GetSection("connectionStrings");
        section.ConnectionStrings["mySTRING"].ConnectionString = &#8220;Data Source=192.168.1.1;Initial Catalog=MYDATABASENAME;User ID=USER;Password=PASSS&#8221;;
        configuration.Save();

]]></description>
		<wfw:commentRss>http://www.nuneworld.net/?feed=rss2&amp;p=1464</wfw:commentRss>
		</item>
		<item>
		<title>HttpHandlers IIS6 vs IIS7.5, registering</title>
		<link>http://www.nuneworld.net/?p=1460</link>
		<comments>http://www.nuneworld.net/?p=1460#comments</comments>
		<pubDate>Tue, 19 Feb 2013 02:31:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[asp.net]]></category>

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

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

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

		<category><![CDATA[IIS7.5]]></category>

		<category><![CDATA[web.config]]></category>

		<guid isPermaLink="false">http://www.nuneworld.net/?p=1460</guid>
		<description><![CDATA[500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
You are trying  to place your httphandlers in your web config  from your working environment to your server and you start receiving  500 - Internal server error.  One of the reasons is that on your development environment you have IIS6 handlers [...]]]></description>
		<wfw:commentRss>http://www.nuneworld.net/?feed=rss2&amp;p=1460</wfw:commentRss>
		</item>
		<item>
		<title>Asp.Net determine if file is an image c# by image file headers</title>
		<link>http://www.nuneworld.net/?p=1457</link>
		<comments>http://www.nuneworld.net/?p=1457#comments</comments>
		<pubDate>Thu, 14 Feb 2013 16:06:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[asp.net]]></category>

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

		<category><![CDATA[File Headers]]></category>

		<category><![CDATA[Verify Image Format]]></category>

		<guid isPermaLink="false">http://www.nuneworld.net/?p=1457</guid>
		<description><![CDATA[Here you can download simple web site in asp.net  C# in which you will find method that determine format of image by checking headers of file,  according to this  info tutorial
You can download project here or imgchk_by_heder_c#.zip
]]></description>
		<wfw:commentRss>http://www.nuneworld.net/?feed=rss2&amp;p=1457</wfw:commentRss>
		</item>
		<item>
		<title>Project has no project.properties file! Edit the project properties to set one.</title>
		<link>http://www.nuneworld.net/?p=1454</link>
		<comments>http://www.nuneworld.net/?p=1454#comments</comments>
		<pubDate>Wed, 13 Feb 2013 20:15:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software]]></category>

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

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

		<category><![CDATA[project.properties file]]></category>

		<guid isPermaLink="false">http://www.nuneworld.net/?p=1454</guid>
		<description><![CDATA[If you receive this kind of error in your android app, than don&#8217;t import your android app but click :
File -New -Project.. and select Android Project from existing  code,  and select your root project directory.
]]></description>
		<wfw:commentRss>http://www.nuneworld.net/?feed=rss2&amp;p=1454</wfw:commentRss>
		</item>
		<item>
		<title>funny characters when importing project that contain Cyrillic in Eclipse</title>
		<link>http://www.nuneworld.net/?p=1451</link>
		<comments>http://www.nuneworld.net/?p=1451#comments</comments>
		<pubDate>Wed, 13 Feb 2013 20:04:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software]]></category>

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

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

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

		<category><![CDATA[funny characters]]></category>

		<category><![CDATA[Uft-8]]></category>

		<guid isPermaLink="false">http://www.nuneworld.net/?p=1451</guid>
		<description><![CDATA[If you have funny characters when you import project in Eclipse that contains Cyrillic or Utf-8 characters than force your eclipse to import  projects in utf -8 encoding  by going to:

Window - Preferences - General - Workspace - Text file encoding choose Other and select UTF-8
and, for more fine-grained tuning by content type:

Window [...]]]></description>
		<wfw:commentRss>http://www.nuneworld.net/?feed=rss2&amp;p=1451</wfw:commentRss>
		</item>
		<item>
		<title>My Update panel won&#8217;t work ASP.Net</title>
		<link>http://www.nuneworld.net/?p=1448</link>
		<comments>http://www.nuneworld.net/?p=1448#comments</comments>
		<pubDate>Fri, 08 Feb 2013 15:26:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software]]></category>

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

		<category><![CDATA[asp.net]]></category>

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

		<category><![CDATA[ScriptResource.axd]]></category>

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

		<category><![CDATA[Update Panel]]></category>

		<guid isPermaLink="false">http://www.nuneworld.net/?p=1448</guid>
		<description><![CDATA[On your page you have, Your scriptmanager on top, you have, your panel and your control, you have defined timer, but your update panel won&#8217;t work. So what can be wrong?
If you check Javascript console from your browser you can see  something like this:

Failed to load resource: the server responded with a status of 404 (Not [...]]]></description>
		<wfw:commentRss>http://www.nuneworld.net/?feed=rss2&amp;p=1448</wfw:commentRss>
		</item>
		<item>
		<title>Access session variable in Httphandler</title>
		<link>http://www.nuneworld.net/?p=1445</link>
		<comments>http://www.nuneworld.net/?p=1445#comments</comments>
		<pubDate>Thu, 07 Feb 2013 13:10:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[asp.net]]></category>

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

		<guid isPermaLink="false">http://www.nuneworld.net/?p=1445</guid>
		<description><![CDATA[When you want to get access to your Session State from an ASHX or HttpHandler, you need to implement IReadOnlySessionState:

using System;
using System.Web;
using System.Web.SessionState;
public class DownloadHandler : IHttpHandler, IReadOnlySessionState
{
public bool IsReusable { get { return true; } }

 public void ProcessRequest(HttpContext ctx)
{
ctx.Response.Write(ctx.Session["fred"]);
}
}

]]></description>
		<wfw:commentRss>http://www.nuneworld.net/?feed=rss2&amp;p=1445</wfw:commentRss>
		</item>
		<item>
		<title>Unable to cast object of type &#8216;System.Web.UI.HtmlControls.HtmlAnchor&#8217; to type &#8216;System.Web.UI.HtmlControls.HtmlGenericControl&#8217;.</title>
		<link>http://www.nuneworld.net/?p=1444</link>
		<comments>http://www.nuneworld.net/?p=1444#comments</comments>
		<pubDate>Wed, 06 Feb 2013 13:55:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<category><![CDATA[asp.net]]></category>

		<category><![CDATA[find control]]></category>

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

		<category><![CDATA[master page]]></category>

		<guid isPermaLink="false">http://www.nuneworld.net/?p=1444</guid>
		<description><![CDATA[If you are searching control in your master page, and you recieve this error than you may try this way to find and add atributes to your control:

((System.Web.UI.HtmlControls.HtmlAnchor)Page.Master.FindControl("itm_1")).Attributes["class"] = &#8220;your_css_class&#8221;;

]]></description>
		<wfw:commentRss>http://www.nuneworld.net/?feed=rss2&amp;p=1444</wfw:commentRss>
		</item>
		<item>
		<title>How do I make an html redirect page</title>
		<link>http://www.nuneworld.net/?p=1417</link>
		<comments>http://www.nuneworld.net/?p=1417#comments</comments>
		<pubDate>Mon, 28 Jan 2013 14:05:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.nuneworld.net/?p=1417</guid>
		<description><![CDATA[in the code change url with your URL:

&#60;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.0 Transitional//EN&#8221;&#62;
&#60;html&#62;
&#60;head&#62;
&#60;title&#62;Your Page Title&#60;/title&#62;
&#60;meta http-equiv=&#8221;REFRESH&#8221; content=&#8221;0;url=http://www.YOURADDRE&#8221;&#62;&#60;/HEAD&#62;
&#60;BODY&#62;
Optional page text here.
&#60;/BODY&#62;
&#60;/HTML&#62;

]]></description>
		<wfw:commentRss>http://www.nuneworld.net/?feed=rss2&amp;p=1417</wfw:commentRss>
		</item>
		<item>
		<title>Get application path in c#</title>
		<link>http://www.nuneworld.net/?p=1437</link>
		<comments>http://www.nuneworld.net/?p=1437#comments</comments>
		<pubDate>Mon, 28 Jan 2013 13:55:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Software]]></category>

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

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

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

		<guid isPermaLink="false">http://www.nuneworld.net/?p=1437</guid>
		<description><![CDATA[easiest way to get path of your Application:

string exePath =System.IO.Path.GetDirectoryName( System.Reflection.Assembly.GetEntryAssembly().Location);

]]></description>
		<wfw:commentRss>http://www.nuneworld.net/?feed=rss2&amp;p=1437</wfw:commentRss>
		</item>
	</channel>
</rss>
