<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Clive Ciappara &#124; Windows &#124; iPhone &#124; .Net</title>
	<atom:link href="http://ciappara.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ciappara.wordpress.com</link>
	<description>Trying to write about anything .Net, Windows, and the iPhone</description>
	<lastBuildDate>Fri, 31 Jul 2009 08:13:15 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='ciappara.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/614e650134148b32f511944838f3baa0?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Clive Ciappara &#124; Windows &#124; iPhone &#124; .Net</title>
		<link>http://ciappara.wordpress.com</link>
	</image>
			<item>
		<title>Return Array from Web Service using ScriptManager &amp; Javascript</title>
		<link>http://ciappara.wordpress.com/2009/07/31/return-array-from-web-service-using-scriptmanager-javascript/</link>
		<comments>http://ciappara.wordpress.com/2009/07/31/return-array-from-web-service-using-scriptmanager-javascript/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 08:12:24 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[ASP .Net]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Script Manager]]></category>
		<category><![CDATA[ScriptManager]]></category>
		<category><![CDATA[ServiceReference]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Web Service]]></category>
		<category><![CDATA[WebService]]></category>

		<guid isPermaLink="false">http://ciappara.wordpress.com/?p=403</guid>
		<description><![CDATA[ This is used to call the Web Service using ASP.Net and Script Manager. Must be inserted in .aspx page. 
&#60;asp:ScriptManager runat=&#8221;server&#8221; ID=&#8221;scriptManager&#8221;&#62;
&#60;Services&#62;
&#60;asp:ServiceReference path=&#8221;WebService/TestService.asmx&#8221; /&#62;
&#60;/Services&#62;
&#60;/asp:ScriptManager&#62;
This is the script to call the web service method and print the result on the form:
&#60;script type=&#8221;text/javascript&#8221;&#62;
        var res1=0;
        var res2=0;
       
        LoadById(2);
       
        function initialize() {
            document.getElementById(&#8220;javaControls&#8221;).className=&#8221;";
            document.write(res1);
            document.write(res2);
        }
       
        function OnSucceed(result) {
            [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ciappara.wordpress.com&blog=473533&post=403&subd=ciappara&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ciappara.wordpress.com/2009/07/31/return-array-from-web-service-using-scriptmanager-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ae0a04ca0aed8ade4a4396a90feca45d?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">ciappara</media:title>
		</media:content>
	</item>
		<item>
		<title>ASP.Net &#124; Call Web Service Method</title>
		<link>http://ciappara.wordpress.com/2009/06/30/asp-net-call-web-service-method/</link>
		<comments>http://ciappara.wordpress.com/2009/06/30/asp-net-call-web-service-method/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 11:29:56 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ciappara.wordpress.com/?p=400</guid>
		<description><![CDATA[ 
 
&#60;asp:ScriptManager ID=&#8221;_scriptManager&#8221; runat=&#8221;server&#8221;&#62;
&#60;Services&#62;  

&#60;asp:ServiceReference Path=&#8221;~/Web_Service/SearchService.asmx&#8221; /&#62;  

&#60;/Services&#62; 

&#60;/asp:ScriptManager&#62;
 
 

&#60;input id=&#8221;butnRead&#8221; type=&#8221;button&#8221; onclick=&#8221;SearchService.HelloWorld(AjaxSucceeded);&#8221; value=&#8221;Read&#8221; /&#62;&#60;span id=&#8221;ResultId&#8221;&#62;&#60;/span&#62;
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ciappara.wordpress.com&blog=473533&post=400&subd=ciappara&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ciappara.wordpress.com/2009/06/30/asp-net-call-web-service-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ae0a04ca0aed8ade4a4396a90feca45d?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">ciappara</media:title>
		</media:content>
	</item>
		<item>
		<title>Quickie &#124; &#8216;Sys&#8217; is undefined Solution</title>
		<link>http://ciappara.wordpress.com/2009/04/29/quickie-sys-is-undefined-solution/</link>
		<comments>http://ciappara.wordpress.com/2009/04/29/quickie-sys-is-undefined-solution/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 14:23:14 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>

		<guid isPermaLink="false">http://ciappara.wordpress.com/?p=398</guid>
		<description><![CDATA[Today I was trying to call a web service from Java Script using the Sys.Net.WebServiceProxy.invoke function but the following error was loading:
&#8216;Sys&#8217; is undefined
The problem was because the ajax was not being referenced in the website. The solution I found was to create a new website in Visual Studio 2005 and use the AJAX Control Toolkit Web [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ciappara.wordpress.com&blog=473533&post=398&subd=ciappara&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ciappara.wordpress.com/2009/04/29/quickie-sys-is-undefined-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ae0a04ca0aed8ade4a4396a90feca45d?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">ciappara</media:title>
		</media:content>
	</item>
		<item>
		<title>Calling Web Service From Javascript</title>
		<link>http://ciappara.wordpress.com/2009/04/29/calling-web-service-from-javascript/</link>
		<comments>http://ciappara.wordpress.com/2009/04/29/calling-web-service-from-javascript/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 14:18:06 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>

		<guid isPermaLink="false">http://ciappara.wordpress.com/?p=395</guid>
		<description><![CDATA[ Hi my post explains how to call web service frm java script using AJAX.
If the web service class on the server includes a web method that does not return data, you can call the web service without having to handle a response. This is the simplest web method call that can be made from the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ciappara.wordpress.com&blog=473533&post=395&subd=ciappara&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ciappara.wordpress.com/2009/04/29/calling-web-service-from-javascript/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ae0a04ca0aed8ade4a4396a90feca45d?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">ciappara</media:title>
		</media:content>
	</item>
		<item>
		<title>Return Array From WebService</title>
		<link>http://ciappara.wordpress.com/2009/04/29/return-array-from-webservice/</link>
		<comments>http://ciappara.wordpress.com/2009/04/29/return-array-from-webservice/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 14:08:15 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>
		<category><![CDATA[Utilities]]></category>

		<guid isPermaLink="false">http://ciappara.wordpress.com/?p=393</guid>
		<description><![CDATA[Here&#8217;s the simplest way to accomplish what you want. Have your webservice return a simple string array:
[WebMethod]
public string[] getPersonIds(string Id)
{
//substitute code to actually populate the array with the dataset data
string[] personIds = {&#8220;ADS34579354&#8243;, &#8220;ASR34579354&#8243;, &#8220;TYU34579354&#8243;};
return personIds;
} 
In the client:
//testWs = proxy object.
TestWs.TestWS testWs = new TestWs.TestWS();
string[] personIds = testWs.getPersonIds();
foreach (string personId in personIds)
{
Console.WriteLine(personId);
}
If you actually want [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ciappara.wordpress.com&blog=473533&post=393&subd=ciappara&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ciappara.wordpress.com/2009/04/29/return-array-from-webservice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ae0a04ca0aed8ade4a4396a90feca45d?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">ciappara</media:title>
		</media:content>
	</item>
		<item>
		<title>Will Windows 7 be unveiled on 7/7?</title>
		<link>http://ciappara.wordpress.com/2009/04/19/will-windows-7-be-unveiled-on-77/</link>
		<comments>http://ciappara.wordpress.com/2009/04/19/will-windows-7-be-unveiled-on-77/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 07:52:55 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 7; 7/7; July 7th; Microsoft Windows; Releace Candidate;]]></category>

		<guid isPermaLink="false">http://ciappara.wordpress.com/?p=391</guid>
		<description><![CDATA[
There are many websites reporting that Microsoft is going to release the RC version of Windows 7 to the public starting May 5. And I think that it is going to be released on that date!
The thing that nobody noticed (at least on the websites that I visited) is that May 5 is the same as 5/5 in all the World&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ciappara.wordpress.com&blog=473533&post=391&subd=ciappara&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ciappara.wordpress.com/2009/04/19/will-windows-7-be-unveiled-on-77/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ae0a04ca0aed8ade4a4396a90feca45d?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">ciappara</media:title>
		</media:content>

		<media:content url="http://ciappara.files.wordpress.com/2009/01/windows_7_logo.png" medium="image">
			<media:title type="html">windows_7_logo</media:title>
		</media:content>
	</item>
		<item>
		<title>MS Access 2007 &#124; #Deleted</title>
		<link>http://ciappara.wordpress.com/2009/03/20/deleted-access-2007/</link>
		<comments>http://ciappara.wordpress.com/2009/03/20/deleted-access-2007/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 12:54:47 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://ciappara.wordpress.com/?p=385</guid>
		<description><![CDATA[SQL Server 2005, Access 2007, Access 2003, Microsoft Office Access, #Deleted, error, linked tables<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ciappara.wordpress.com&blog=473533&post=385&subd=ciappara&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ciappara.wordpress.com/2009/03/20/deleted-access-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ae0a04ca0aed8ade4a4396a90feca45d?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">ciappara</media:title>
		</media:content>
	</item>
		<item>
		<title>Waiting for my Sparkle i</title>
		<link>http://ciappara.wordpress.com/2009/02/18/waiting-for-my-sparkle-i/</link>
		<comments>http://ciappara.wordpress.com/2009/02/18/waiting-for-my-sparkle-i/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 21:43:29 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[My Life]]></category>
		<category><![CDATA[1.2]]></category>
		<category><![CDATA[ABS]]></category>
		<category><![CDATA[Car 2009]]></category>
		<category><![CDATA[Comfort]]></category>
		<category><![CDATA[EBD]]></category>
		<category><![CDATA[Hyundai i20 Comfort]]></category>
		<category><![CDATA[i20]]></category>
		<category><![CDATA[Sparkle Blue]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://ciappara.wordpress.com/?p=377</guid>
		<description><![CDATA[
Yesterday I just ordered my new car after that the one I had was totalled by a Honda Civic! (find a pic of my totalled car after the break).
The new car that I ordered is a Hyundai i20 Comfort in a bright Sparkle Blue colour. It has the smallest 1.2 ltr petrol engine, 6 airbags, ac, ABS with EBD, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ciappara.wordpress.com&blog=473533&post=377&subd=ciappara&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ciappara.wordpress.com/2009/02/18/waiting-for-my-sparkle-i/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ae0a04ca0aed8ade4a4396a90feca45d?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">ciappara</media:title>
		</media:content>

		<media:content url="http://ciappara.files.wordpress.com/2009/02/60068112_c07756d14e.jpg" medium="image">
			<media:title type="html">60068112_c07756d14e</media:title>
		</media:content>

		<media:content url="http://ciappara.files.wordpress.com/2009/02/hyundai-i20_2009_1600x1200_wallpaper_05.jpg?w=300" medium="image">
			<media:title type="html">hyundai-i20_2009_1600x1200_wallpaper_05</media:title>
		</media:content>

		<media:content url="http://ciappara.files.wordpress.com/2009/02/img_0546.jpg" medium="image">
			<media:title type="html">img_0546</media:title>
		</media:content>
	</item>
		<item>
		<title>Disable AutoComplete in Asp.NET</title>
		<link>http://ciappara.wordpress.com/2009/02/09/disable-autocomplete-in-aspnet/</link>
		<comments>http://ciappara.wordpress.com/2009/02/09/disable-autocomplete-in-aspnet/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 09:46:53 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[asp:TextBox]]></category>
		<category><![CDATA[AutoComplete]]></category>
		<category><![CDATA[AutoCompleteType]]></category>
		<category><![CDATA[Disabled]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[Off]]></category>
		<category><![CDATA[TextBox]]></category>

		<guid isPermaLink="false">http://ciappara.wordpress.com/?p=367</guid>
		<description><![CDATA[Most Browsers have a feature called AutoComplete which saves information that has previously been inputted like web addresses and form data. But sometimes, you may want to disable this feature for inputs like credit card information.
ASP.NET has the ability to override the user&#8217;s choice with the autocomplete attribute by setting it to off. This can be added to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ciappara.wordpress.com&blog=473533&post=367&subd=ciappara&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ciappara.wordpress.com/2009/02/09/disable-autocomplete-in-aspnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ae0a04ca0aed8ade4a4396a90feca45d?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">ciappara</media:title>
		</media:content>
	</item>
		<item>
		<title>EPS Overprint Variable</title>
		<link>http://ciappara.wordpress.com/2009/02/06/eps-overprint-variable/</link>
		<comments>http://ciappara.wordpress.com/2009/02/06/eps-overprint-variable/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 09:59:58 +0000</pubDate>
		<dc:creator>ciappara</dc:creator>
				<category><![CDATA[Utilities]]></category>
		<category><![CDATA[Adobe Illustrator]]></category>
		<category><![CDATA[CMYK]]></category>
		<category><![CDATA[eps overprint]]></category>
		<category><![CDATA[HasVisibleOverprint]]></category>
		<category><![CDATA[HasVisibleTransparency]]></category>
		<category><![CDATA[overprint var]]></category>
		<category><![CDATA[xapG:mode]]></category>
		<category><![CDATA[xapG:swatchName]]></category>
		<category><![CDATA[xapG:type]]></category>
		<category><![CDATA[xapTPg]]></category>

		<guid isPermaLink="false">http://ciappara.wordpress.com/?p=364</guid>
		<description><![CDATA[We needed a program to check a folder with eps files and check if they have overprint or not. To do so there is a variable in each eps file &#60;xapTPg:HasVisibleOverprint&#62;. If it is true, then that eps file has overprint and the variable will look something like this:
&#60;xapTPg:HasVisibleOverprint&#62;True&#60;/xapTPg:HasVisibleOverprint&#62; 
If the variable is false, then the file has [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ciappara.wordpress.com&blog=473533&post=364&subd=ciappara&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://ciappara.wordpress.com/2009/02/06/eps-overprint-variable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ae0a04ca0aed8ade4a4396a90feca45d?s=96&#38;d=wavatar" medium="image">
			<media:title type="html">ciappara</media:title>
		</media:content>
	</item>
	</channel>
</rss>