<?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>Internet solutions team &#187; Web development and design</title>
	<atom:link href="http://www.isolutionteam.co.uk/category/web-development-and-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isolutionteam.co.uk</link>
	<description>Write easy solutions, provide easy solutions</description>
	<lastBuildDate>Thu, 22 Dec 2011 15:42:48 +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>debugging website hosted on IIS web server  from visual studio</title>
		<link>http://www.isolutionteam.co.uk/debugingdebuging-website-hosted-on-iis-web-server-from-visual-studio/</link>
		<comments>http://www.isolutionteam.co.uk/debugingdebuging-website-hosted-on-iis-web-server-from-visual-studio/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 10:53:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[ASP.net MVC]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Web development and design]]></category>
		<category><![CDATA[debuging website hosted on IIS web server from visual studio]]></category>
		<category><![CDATA[How to debug website hostedon web server]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=660</guid>
		<description><![CDATA[Often you want to debug a website hosted in IIS from your visal studio. Requirement: Visual Studio, Website (you want to debug) must have the same source code. Now web browser (Internet explorer, Firefox , Google chrome etc) type the URL of your website hosted in IIS (Internet Infomration Server). Open the Source code in [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/debugingdebuging-website-hosted-on-iis-web-server-from-visual-studio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running asp.net website through Visual Studio â€“ Page Not Found error</title>
		<link>http://www.isolutionteam.co.uk/running-asp-net-website-through-visual-studio-%e2%80%93-page-not-found-error/</link>
		<comments>http://www.isolutionteam.co.uk/running-asp-net-website-through-visual-studio-%e2%80%93-page-not-found-error/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 11:43:42 +0000</pubDate>
		<dc:creator>Robert Bertora</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[Web development and design]]></category>
		<category><![CDATA[Asp.Net Page Not Found]]></category>
		<category><![CDATA[Visual Studio Page Not Found]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=653</guid>
		<description><![CDATA[The other day I copied a working website solution onto a different machine and attempted to compile and run it in debug mode. It compiled fine and started to run, the browser attempted to load the page up in debug mode running of a port (as is normal), but then I got a Page Not [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/running-asp-net-website-through-visual-studio-%e2%80%93-page-not-found-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET DropDownList1.Sort &#8211; Sorting a DropDownList</title>
		<link>http://www.isolutionteam.co.uk/asp-net-dropdownlist1-sort-sorting-a-dropdownlist/</link>
		<comments>http://www.isolutionteam.co.uk/asp-net-dropdownlist1-sort-sorting-a-dropdownlist/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 09:10:03 +0000</pubDate>
		<dc:creator>Robert Bertora</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[Web development and design]]></category>
		<category><![CDATA[ASP.NET sort dropdown]]></category>
		<category><![CDATA[DropDownList1.Sort]]></category>
		<category><![CDATA[Sort a Dropdownlist]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=599</guid>
		<description><![CDATA[Have you ever wanted to sort an ASP.NET drop down list, and tried to search for DropDownList1.Sort in the intellisense? How dissapointing that Microsoft did not supply this. Below I show you how to implement a SortDropDownList function that will allow you to achieve this functionality: public void SortDropDownList(DropDownList dropDownList) //Listbox too { ArrayList arrayList [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/asp-net-dropdownlist1-sort-sorting-a-dropdownlist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove extra spaces from string using regular expression, asp.net, c#</title>
		<link>http://www.isolutionteam.co.uk/remove-extra-spaces-from-string-using-regular-expression-aspnet-c/</link>
		<comments>http://www.isolutionteam.co.uk/remove-extra-spaces-from-string-using-regular-expression-aspnet-c/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 12:18:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Web development and design]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[asp.net validation regex]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[regular  epxression]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=62</guid>
		<description><![CDATA[Removes extra space from the string using Regular expression. public static readonly RegexOptions Options = Â Â Â Â Â Â Â Â  RegexOptions.IgnorePatternWhitespace &#124; RegexOptions.Singleline; public string RemoveExtaSpaces(string text) { Regex regex = new Regex(@&#8221;\s{2,}&#8221;, Options); text = regex.Replace(text.Trim(), &#8221; &#8220;); //This line removes extra spaces and make space exactly one. //To remove theÂ  space between the end of a word [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/remove-extra-spaces-from-string-using-regular-expression-aspnet-c/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>JavaScript ShowModalDialog + Aspx page_load event not fires</title>
		<link>http://www.isolutionteam.co.uk/javascript-showmodaldialog-aspx-page_load-event-not-fires/</link>
		<comments>http://www.isolutionteam.co.uk/javascript-showmodaldialog-aspx-page_load-event-not-fires/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 12:07:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Web development and design]]></category>
		<category><![CDATA[aspx page]]></category>
		<category><![CDATA[Event not fires]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[page load]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server script]]></category>
		<category><![CDATA[server side page]]></category>
		<category><![CDATA[ShowModalDialog]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/?p=37</guid>
		<description><![CDATA[I was using following code to showÂ  Popup window //opens a pop up window function PopupWindow(url) { mywindow =window.open( url, &#8220;Popupwindow&#8221;, &#8220;location=1,status=0,scrollbars=1,width=800, height=600,resizable=1,toolbar=0&#8243; ) Above code was showing Popwindow thenÂ Requirement changed andÂ we needed a Modal popup Window.Â  Then I found followin code which provides required functionality. //opens a pop up window function PopupWindow(url) { var [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/javascript-showmodaldialog-aspx-page_load-event-not-fires/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>What software is required to design a small commercial website ?</title>
		<link>http://www.isolutionteam.co.uk/what-software-is-required-to-design-a-small-commercial-website/</link>
		<comments>http://www.isolutionteam.co.uk/what-software-is-required-to-design-a-small-commercial-website/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 14:54:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web development and design]]></category>
		<category><![CDATA[desing a web site.]]></category>
		<category><![CDATA[how to develp a web site]]></category>
		<category><![CDATA[web site]]></category>

		<guid isPermaLink="false">http://www.isolutionteam.co.uk/2008/02/18/what-software-is-required-to-design-a-small-commercial-website/</guid>
		<description><![CDATA[It really depends on your requirement. For graphics you can use MsPaint which comes free with windows operating system or you can go fot adobe photoshop or Macromedia Freeand, Firworks. But if your website is using CSS (Cas Cade StyleÂ  sheets) then you can write them in not pad, word pad or you can go [...]]]></description>
		<wfw:commentRss>http://www.isolutionteam.co.uk/what-software-is-required-to-design-a-small-commercial-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

