<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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>web-service &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://wordpress.com/tag/web-service/</link>
	<description>Feed of posts on WordPress.com tagged "web-service"</description>
	<pubDate>Thu, 16 Oct 2008 04:09:47 +0000</pubDate>

	<generator>http://wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Using JSON - Some observations]]></title>
<link>http://dotnetarchitect.wordpress.com/?p=79</link>
<pubDate>Tue, 14 Oct 2008 19:40:10 +0000</pubDate>
<dc:creator>dotnetarchitect</dc:creator>
<guid>http://dotnetarchitect.ru.wordpress.com/2008/10/14/using-json-some-observations/</guid>
<description><![CDATA[When using JSON with Web Services (classic web service or WCF service), you might get an error ]]></description>
<content:encoded><![CDATA[<p>When using JSON with Web Services (classic web service or WCF service), you might get an error "JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property." when your json string is too big. If you are using JavaScriptSerializer class to serilaize your object, then there is a property ser.MaxJsonLength that you can set to allow for more size. But somehow, I still got the error, and I had to make that setting in web.config file. If you are using DataContractJsonSerializer class (using System.Runtime.Serialization.Json namespace), then you don't have MaxJsonLength property for that class, but adding configuration settings in web.config works like a charm.</p>
<p>Here is how you change MaxJsonLength using web.config:</p>
<p><span style="color:#3366ff;">  &#60;system.web.extensions&#62;<br />
    &#60;scripting&#62;<br />
      &#60;webServices&#62;<br />
        &#60;jsonSerialization maxJsonLength="2147483647"&#62;&#60;/jsonSerialization&#62;<br />
      &#60;/webServices&#62;<br />
    &#60;/scripting&#62;<br />
  &#60;/system.web.extensions&#62;</span></p>
<p> <br />
Cheers!</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Two new sites sharing Spotify playlists]]></title>
<link>http://fredrikkjell.wordpress.com/?p=81</link>
<pubDate>Tue, 14 Oct 2008 09:37:22 +0000</pubDate>
<dc:creator>frekje</dc:creator>
<guid>http://fredrikkjell.se/2008/10/14/two-new-sites-sharing-spotify-playlists/</guid>
<description><![CDATA[Sites devoted to extend (and take advantage of) Spotify emerge at rapid pace. Take a look at some of]]></description>
<content:encoded><![CDATA[<p>Sites devoted to extend (and take advantage of) <a href="http://www.spotify.com" target="_blank">Spotify </a>emerge at rapid pace. Take a look at some of the latest playlist sites:</p>
<p><a href="http://www.spotifyfriends.com" target="_blank">http://www.spotifyfriends.com</a></p>
<p><a href="http://www.spotilist.com" target="_blank">http://www.spotilist.com</a></p>
<p>We've only just begun.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Joost goes flash]]></title>
<link>http://fredrikkjell.wordpress.com/?p=77</link>
<pubDate>Mon, 13 Oct 2008 22:01:27 +0000</pubDate>
<dc:creator>frekje</dc:creator>
<guid>http://fredrikkjell.se/2008/10/14/joost-goes-flash/</guid>
<description><![CDATA[Picture from Techcrunch
Joost has finally launched their flash-based site. The old application prove]]></description>
<content:encoded><![CDATA[[caption id="" align="alignleft" width="223" caption="Picture from Techcrunch"]<a href="http://www.techcrunch.com/wp-content/uploads/2008/10/joost-fifth-element.png"><img style="margin-left:10px;margin-right:10px;" src="http://www.techcrunch.com/wp-content/uploads/2008/10/joost-fifth-element.png" alt="Picture from Techcrunch" width="223" height="135" /></a>[/caption]
<p>Joost has finally launched their flash-based site. The old application proved to be the wrong way and the company has greatly rearranged the company and the technology. Even though it is the right way to go, competition vastly increased. Joost will now be competing against more famous video streaming sites such as Youtube and Hulu. Oh, by the way, Youtube announced a deal with CBS about streaming full length episodes of famous shows. The ad-based revenues will be shared.</p>
<p>Via Techcrunch,<br />
<a href="http://www.techcrunch.com/2008/10/13/joost-turns-on-its-all-flash-website-is-anybody-watching" target="_blank">http://www.techcrunch.com/2008/10/13/joost-turns-on-its-all-flash-website-is-anybody-watching</a></p>
<p><strong>Update:</strong></p>
<p>Read this great summaryr for more insights:</p>
<p><a href="http://www.webtvwire.com/joost-becomes-web-flash-site-drops-plug-in-altogether-can-it-compete-with-hulu/" target="_blank">http://www.webtvwire.com/joost-becomes-web-flash-site-drops-plug-in-altogether-can-it-compete-with-hulu/</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Querying WHOIS datbases int ASP.NET]]></title>
<link>http://aspguy.wordpress.com/?p=149</link>
<pubDate>Mon, 13 Oct 2008 18:37:15 +0000</pubDate>
<dc:creator>Aref Karimi</dc:creator>
<guid>http://aspguy.ru.wordpress.com/2008/10/13/querying-whois-datbases-int-aspnet/</guid>
<description><![CDATA[A while back I was involved in developing a web site for a Domain and Hosting reseller. In that proj]]></description>
<content:encoded><![CDATA[<p>A while back I was involved in developing a web site for a Domain and Hosting reseller. In that project I needed to create a "Find A Domain"  section in which the customer could check to see if a domain name exists.</p>
<p>I made a exhaustive research and figured out that each Who is server maintains a list of certain domain types. For example,  Whois.net can whois only .COM, .NET and .ORG domains.</p>
<p>Many posts over the internet, including blogs.msdn.com,  also says that to query a who is database one should connect to the whois server through a TCP/IP conenction (usually via port 43).</p>
<p>All the above issues make Whois action fairly difficult to perform. Luckily, today I came across a very nice web site which provides a Whois SOAP web service.  To see the details of the service check this link:</p>
<p><a href="http://www.webservicex.net/whois.asmx?op=GetWhoIS" target="_blank">http://www.webservicex.net/whois.asmx?op=GetWhoIS</a></p>
<p>This web service searches all the who is databases to look up the domain name you provide. Therefore, you will not need to search several who is databases.</p>
<p>To Whois a domain name, you should pass a 'hostname' parameter to the service:</p>
<p><span style="color:#ff00ff;">http://www.webservicex.net/whois.asmx?Hostname=Microsoft.com</span></p>
<p>You can use this web service simply via a GET or a POST method as well as making a reference to it via Visual Studio and call its GetWhoIS metho. As I mentioned in the previous post (about REST web services), I prefer to get the who is answer using XElement.Load method. For example we may write the following method for whoising:</p>
<p><span style="color:#ff0000;">public static string WhoIs(string hostname)<br />
{<br />
XElement WhoisResult = XElement.Load(</span></p>
<p><span style="color:#ff0000;"> "http://www.webservicex.net/whois.asmx/GetWhoIS?HostName=microsoft.com");<br />
return WhoisResult.ToString();<br />
}</span></p>
<p>Each Who is server returns a different response. Therefore, to develop a method which indicates wheather a domain name exits or not, we should look for a common string value in the WhoIS response. For example the 'NAME SERVER' seems to be a common string. There fore, a domain lookup function can be written this way:</p>
<p><span style="color:#ff0000;">public static bool IsDomainTaken(string hostname)<br />
{<br />
return WhoIs(hostname).ToUpper().Contains("NAME SERVER");<br />
}</span></p>
<p>As I told you, this web service seems to query several WhoIS server, thus the GetWhoIS method is a little bit time consuming.</p>
<p><strong>P.S. Try to Whois Microsoft.com, the result is pretty funny:</strong></p>
<pre><span style="color:#800000;">Whois Server Version 2.0

Domain names in the .com and .net domains can now be registered
with many different competing registrars. Go to http://www.internic.net
for detailed information.

MICROSOFT.COM.ZZZZZZ.MORE.DETAILS.AT.WWW.BEYONDWHOIS.COM
MICROSOFT.COM.ZZZZZ.GET.LAID.AT.WWW.SWINGINGCOMMUNITY.COM
MICROSOFT.COM.ZZZZZ.DOWNLOAD.MOVIE.ONLINE.ZML2.COM
MICROSOFT.COM.ZZZOMBIED.AND.HACKED.BY.WWW.WEB-HACK.COM
MICROSOFT.COM.ZZZ.IS.0WNED.AND.HAX0RED.BY.SUB7.NET
MICROSOFT.COM.WILL.LIVE.FOREVER.BECOUSE.UNIXSUCKS.COM
MICROSOFT.COM.WILL.BE.SLAPPED.IN.THE.FACE.BY.MY.BLUE.VEINED.SPANNER.NET
MICROSOFT.COM.WILL.BE.BEATEN.WITH.MY.SPANNER.NET
MICROSOFT.COM.WAREZ.AT.TOPLIST.GULLI.COM
MICROSOFT.COM.TOTALLY.SUCKS.S3U.NET
MICROSOFT.COM.SOFTWARE.IS.NOT.USED.AT.REG.RU
MICROSOFT.COM.SHOULD.GIVE.UP.BECAUSE.LINUXISGOD.COM
MICROSOFT.COM.RAWKZ.MUH.WERLD.MENTALFLOSS.CA
MICROSOFT.COM.OHMYGODITBURNS.COM
MICROSOFT.COM.MORE.INFO.AT.WWW.BEYONDWHOIS.COM
MICROSOFT.COM.LOVES.ME.KOSMAL.NET
MICROSOFT.COM.LIVES.AT.SHAUNEWING.COM
MICROSOFT.COM.IS.NOT.YEPPA.ORG
MICROSOFT.COM.IS.NOT.HOSTED.BY.ACTIVEDOMAINDNS.NET
MICROSOFT.COM.IS.IN.BED.WITH.CURTYV.COM
MICROSOFT.COM.IS.HOSTED.ON.PROFITHOSTING.NET
MICROSOFT.COM.IS.GOD.BECOUSE.UNIXSUCKS.COM
MICROSOFT.COM.IS.A.STEAMING.HEAP.OF.FUCKING-BULLSHIT.NET
MICROSOFT.COM.IS.A.MESS.TIMPORTER.CO.UK
MICROSOFT.COM.HAS.ITS.OWN.CRACKLAB.COM
MICROSOFT.COM.HAS.A.PRESENT.COMING.FROM.HUGHESMISSILES.COM
MICROSOFT.COM.FILLS.ME.WITH.BELLIGERENCE.NET
MICROSOFT.COM.CAN.GO.FUCK.ITSELF.AT.SECZY.COM

</span>
<span style="color:#800000;"><span style="color:#000000;">Bye for now.</span>
</span></pre>
]]></content:encoded>
</item>
<item>
<title><![CDATA[tesis ontology]]></title>
<link>http://mhdsantosa.wordpress.com/?p=23</link>
<pubDate>Mon, 13 Oct 2008 08:34:32 +0000</pubDate>
<dc:creator>mhdsantosa</dc:creator>
<guid>http://mhdsantosa.ru.wordpress.com/2008/10/13/tesis-ontology/</guid>
<description><![CDATA[silahkan baca di sini
]]></description>
<content:encoded><![CDATA[<p>silahkan baca <a href="http://upload.ugm.ac.id/download.php?file=6875Mindi M. Dippold.doc">di sini</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[XML]]></title>
<link>http://mhdsantosa.wordpress.com/?p=20</link>
<pubDate>Mon, 13 Oct 2008 08:25:13 +0000</pubDate>
<dc:creator>mhdsantosa</dc:creator>
<guid>http://mhdsantosa.ru.wordpress.com/2008/10/13/xml/</guid>
<description><![CDATA[bahan ini bisa anda down load di sini
]]></description>
<content:encoded><![CDATA[<p>bahan ini bisa anda down load <a href="http://upload.ugm.ac.id/download.php?file=2211ch10.ppt">di sini</a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Download Songs from Myspace]]></title>
<link>http://wei1ec.wordpress.com/?p=291</link>
<pubDate>Mon, 13 Oct 2008 03:43:39 +0000</pubDate>
<dc:creator>woot</dc:creator>
<guid>http://wei1ec.ru.wordpress.com/2008/10/13/download-songs-from-myspace/</guid>
<description><![CDATA[First off, I do not use myspace.  In fact, I don&#8217;t use anything - facebook, hi5, twitter, myf]]></description>
<content:encoded><![CDATA[<p>First off, I do not use myspace.  In fact, I don't use anything - facebook, hi5, twitter, myface, or whatever.  So I had to find some random person's profile to use in order to demonstrate how this is done... so, I hope she doesn't mind.  Anyways, here's my tutorial (educational purposes only)...</p>
<p><span style="color:#808080;">Oct 13th 08 Update: If you're here to find out how to download myspace songs that come from Project Play List, please read "<a href="http://wei1ec.wordpress.com/2008/04/30/projectplaylist-just-made-it-easy/" target="_blank">ProjectPlayList just made it easy</a>".</span></p>
<h3><span style="color:#ff0000;">Step 1: Download and install EffeTech HTTP Sniffer</span></h3>
<p>EffeTech HTTP Sniffer can be found <a href="http://www.effetech.com/download/" target="_blank">here</a>.</p>
<p>Go ahead and install this program.  During the installation, it'll ask if you want to install WinPcap as well - yes, you need it.  <strong>WinPcap is an important component for sniffers</strong>.  So go ahead and complete this step, and move on.</p>
[caption id="attachment_290" align="alignnone" width="300" caption="Download, and install"]<a href="http://wei1ec.files.wordpress.com/2008/10/downloadsniffer.jpg"><img class="size-medium wp-image-290" title="downloadsniffer" src="http://wei1ec.wordpress.com/files/2008/10/downloadsniffer.jpg?w=300" alt="Go ahead and install this program.  During the installation, it'll ask if you want to install WinCap as well - yes, you need   it.  WinCap is an important component for sniffers.  So go ahead and complete this step, and move on." width="300" height="229" /></a>[/caption]
<h3 style="text-align:left;"><span style="color:#ff0000;">Step 2: Configure the Sniffer</span></h3>
<p>Open the program, there's a green adapter button, click on it, and select which adapter or network card you're sniffing.  (To give you an idea, if you're using wireless, you should choose the wireless card, and click "<strong>OK</strong>")</p>
[caption id="attachment_292" align="alignnone" width="300" caption="If you don&#39;t configure, your sniffer won&#39;t work"]<a href="http://wei1ec.files.wordpress.com/2008/10/selectadapter.jpg"><img class="size-medium wp-image-292" title="selectadapter" src="http://wei1ec.wordpress.com/files/2008/10/selectadapter.jpg?w=300" alt="" width="300" height="295" /></a>[/caption]
<h3 style="text-align:left;"><span style="color:#ff0000;">Step 3: Open the myspace profile</span></h3>
<p>Open the myspace profile, simple as that.</p>
[caption id="attachment_293" align="alignnone" width="300" caption="Make sure it&#39;s using the myspace player"]<a href="http://wei1ec.files.wordpress.com/2008/10/myspaceprofileexample.jpg"><img class="size-medium wp-image-293" title="myspaceprofileexample" src="http://wei1ec.wordpress.com/files/2008/10/myspaceprofileexample.jpg?w=300" alt="" width="300" height="217" /></a>[/caption]
<h3 style="text-align:left;"><span style="color:#ff0000;">Step 4: Start Sniffing</span></h3>
<p>Go back to the sniffer.  Click on the tiny little green go/arrow button to start the sniffer program.</p>
[caption id="attachment_294" align="alignnone" width="300" caption="That green button will start sniffing"]<a href="http://wei1ec.files.wordpress.com/2008/10/startsniffer.jpg"><img class="size-medium wp-image-294" title="startsniffer" src="http://wei1ec.wordpress.com/files/2008/10/startsniffer.jpg?w=300" alt="" width="300" height="293" /></a>[/caption]
<h3 style="text-align:left;"><span style="color:#ff0000;">Step 5: Click on the song</span></h3>
<p style="text-align:left;">Now go back to the profile window, and click on the song you'd like to download.  I don't think I need a picture for that, do I?</p>
<h3 style="text-align:left;"><span style="color:#ff0000;">Step 6: Wait.......</span></h3>
<p>Well, you don't have a choice, you gotta wait - and this step is actually <strong>crucial</strong>.  Wait until the song you'd like to download has finished playing.  It might take awhile, so I don't know.. go have a cup of tea or something?</p>
[caption id="attachment_295" align="alignnone" width="210" caption="Tea?  My dear?"]<a href="http://wei1ec.files.wordpress.com/2008/10/teamydear.jpg"><img class="size-medium wp-image-295" title="teamydear" src="http://wei1ec.wordpress.com/files/2008/10/teamydear.jpg?w=210" alt="" width="210" height="300" /></a>[/caption]
<h3 style="text-align:left;"><span style="color:#ff0000;">Step 7: Go back to the sniffer, and save the MP3</span></h3>
[caption id="attachment_297" align="alignright" width="180" caption="Find out where the MP3 is located..."]<a href="http://wei1ec.files.wordpress.com/2008/10/findurl.jpg"><img class="size-medium wp-image-297" title="findurl" src="http://wei1ec.wordpress.com/files/2008/10/findurl.jpg?w=300" alt="" width="180" height="130" /></a>[/caption]
<p style="text-align:left;">This part is probably the most technical part.  On your sniffer, you'll see a list of captured items, one of them is the song.  Now how do you know which one?  Well, lets see...</p>
<ul>
<li>it always comes from cachexx-.music01.myspace.com</li>
<li>usually it has the longest file length</li>
<li>the file type could be either *.mp3 or *.txt</li>
</ul>
<p>I hope that narrows it down.  There really shouldn't be so many in the list... that's why we're going through all the steps in this order.</p>
[caption id="attachment_298" align="alignnone" width="300" caption="... and save the song!"]<a href="http://wei1ec.files.wordpress.com/2008/10/savesong1.jpg"><img class="size-medium wp-image-298" title="savesong1" src="http://wei1ec.wordpress.com/files/2008/10/savesong1.jpg?w=300" alt="" width="300" height="265" /></a>[/caption]
<p>simply right click on the item, you'll see "<strong>save the file</strong>" - go ahead and save it.</p>
<h3 style="text-align:left;"><span style="color:#ff0000;">Step 8: Enjoy the music</span></h3>
<p style="text-align:left;">There's no step 8.... if you waited for the music to finish playing, you should now have a complete version of the song.  Enjoy the music!</p>
<h3 style="text-align:left;"><span style="color:#ff0000;">Oh, By the Way!</span></h3>
<p style="text-align:left;">Did you know downloading or <a href="http://www.usdoj.gov/criminal/cybercrime/17-18red.htm" target="_blank">possession of pirated music is a federal crime</a>?</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Some links - working on web service client]]></title>
<link>http://asangansi.wordpress.com/?p=29</link>
<pubDate>Sat, 11 Oct 2008 12:02:58 +0000</pubDate>
<dc:creator>asangansi</dc:creator>
<guid>http://asangansi.ru.wordpress.com/2008/10/11/some-links-working-on-php-web-service-client/</guid>
<description><![CDATA[List of web services
http://techmagazine.ws/full-web-20-api-list/
On PHP
http://symfonydeveloper.wor]]></description>
<content:encoded><![CDATA[<p>List of web services</p>
<p>http://techmagazine.ws/full-web-20-api-list/</p>
<p>On PHP</p>
<p>http://symfonydeveloper.wordpress.com/2007/11/22/creating-a-facebook-app-with-symfony/</p>
<p>http://www.zend.com///forums/index.php?t=msg&#38;goto=14154</p>
<p>http://no.php.net/soap</p>
<p>http://www.onlamp.com/pub/a/php/2003/07/03/php_amazon_soap.html</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Dealing with REST Web Services]]></title>
<link>http://aspguy.wordpress.com/?p=123</link>
<pubDate>Fri, 10 Oct 2008 18:22:52 +0000</pubDate>
<dc:creator>Aref Karimi</dc:creator>
<guid>http://aspguy.ru.wordpress.com/2008/10/10/dealing-with-rest-web-services/</guid>
<description><![CDATA[
At the time of writing this post, .NET has no specific facility to work with REST services. Though,]]></description>
<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=lollypop55" target="_blank"><img class="aligncenter" src="http://www.hostgator.com/affiliates/banners/hgator-468x60d.gif" alt="" /></a></p>
<p style="text-align:justify;">At the time of writing this post, .NET has no specific facility to work with REST services. Though, some services over the web provide information in REST format. For example, <a href="http://www.geonames.org" target="_blank">http://www.geonames.org</a> (that provides gegraphic information) has a lot of free web services to get geographical information. The other day, I needed to use these services to let the end user choose his/her country and then state from two drop-down lists. So I had to figure out how to consume such services. In this post we will use the following service as an case-study:</p>
<p><a href="http://ws.geonames.org/countryInfo?lang=it&#38;country=DE" target="_blank">http://ws.geonames.org/countryInfo?lang=it&#38;country=DE</a></p>
<p>If you navigate to this link you will get the following result:</p>
<p><a href="http://aspguy.files.wordpress.com/2008/10/rest.jpg"><img class="alignnone size-full wp-image-124" title="rest" src="http://aspguy.wordpress.com/files/2008/10/rest.jpg" alt="" width="422" height="414" /></a></p>
<p style="text-align:justify;">As is seen, the resulting XML is pretty straight forward.  With knowing that REST web services work with GET and POST methods, it is nearly nothing except working with xml!</p>
<p style="text-align:justify;">For example, to query a REST service, like the one I mentioned above, we can use LINQ's XAML functionality.  The XElement class (declared in System.Linq.XML) provides a Load method that can retrieve an XML data from a url with GET  method:</p>
<p><span style="color:#800000;">XElement rootXml = XElement.Load("http://ws.geonames.org/countryInfo?lang=it&#38;country=DE");</span></p>
<p><span style="color:#800000;">var Countries = from C in rootXml.Elements()<br />
select new { Code = (string)C.Element("countryCode"),<br />
Name = (string)C.Element("countryName") };<br />
foreach (var x in Countries)<br />
Console.WriteLine("{0}  {1}", x.Code, x.Name);<br />
Console.ReadKey();</span></p>
<p>After retrieveing the full xml, you can extract any kind of information you want. no matter how complex is it!</p>
<p style="text-align:justify;">Adding or modifying information using POST method is a bit more complex. First we have to obtain a channel by which we may POST the information. Then we have to create an instance of data entity in XML format. Finally we have to POST data through the channel.</p>
<p style="text-align:justify;">To get access to REST service we use a HttpWebRequest since it let's use the POST method and let us specify the type of information we are posting.</p>
<p><span style="color:#800000;">HttpWebRequest channel = (HttpWebRequest)WebRequest.Create("http://ws.geonames.org/countryInfo");<br />
channel.Method = "POST";<br />
channel.ContentType = "text/xml";</span></p>
<p>HttpWebRequest class provides a stream to which we can write information :</p>
<p><span style="color:#800000;">StreamWriter sw = new StreamWriter(channel.GetRequestStream());</span></p>
<p>Then we can create a concerete entity to post:</p>
<p><span style="color:#800000;">XElement country = new XElement("country" , </span></p>
<p><span style="color:#800000;">new XElement("countryCode", "AUS"),</span></p>
<p><span style="color:#800000;">new XElement("countryName" , "Australia"),</span></p>
<p><span style="color:#800000;">....</span></p>
<p><span style="color:#800000;">);</span></p>
<p>Finally we just need to save this XElement object to the stream we obtained from HttpWebRequest:</p>
<p><span style="color:#800000;">country.Save(sw);</span></p>
<p style="text-align:center;">This post shows how to deal with REST web services, or any other resource that let us work it in a POST/GET manner. Thanks to Linq to XML working with such services is now too easy.<br />
<a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=lollypop55" target="_blank"><img class="aligncenter" src="http://www.hostgator.com/affiliates/banners/hgator-468x60d.gif" alt="" /></a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Wakoopa's move may create new site usage meter]]></title>
<link>http://fredrikkjell.wordpress.com/?p=56</link>
<pubDate>Fri, 10 Oct 2008 09:00:19 +0000</pubDate>
<dc:creator>frekje</dc:creator>
<guid>http://fredrikkjell.se/2008/10/10/wakoopas-move-may-create-new-site-usage-meter/</guid>
<description><![CDATA[The next web reports that Wakoopa is now also extending their tracking to inlcude the use of web ser]]></description>
<content:encoded><![CDATA[<p><a href="http://thenextweb.org/2008/10/09/this-is-big-wakoopa-tracks-web-apps-but-not-youporn/" target="_blank">The next web</a> reports that <a href="http://wakoopa.com/" target="_blank">Wakoopa </a>is now also extending their tracking to inlcude the use of web services. If Wakoopa picks up it will lead to a new tool to measure site and service popularity. Only sites listed at <a href="http://www.crunchbase.com/">Crunchbase </a>will be tracked.</p>
<p><em>Note:<br />
Wakoopa is a dutch startup from 2007 with $1M in funding.</em></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Giversign enables the digital pink ribbon]]></title>
<link>http://fredrikkjell.wordpress.com/?p=38</link>
<pubDate>Thu, 09 Oct 2008 20:52:50 +0000</pubDate>
<dc:creator>frekje</dc:creator>
<guid>http://fredrikkjell.se/2008/10/09/the-digital-pink-ribbon/</guid>
<description><![CDATA[
My friend and super-entrepreneur Jonas Berggren has recently launched Giversign, an digital version]]></description>
<content:encoded><![CDATA[<p><a href="http://fredrikkjell.files.wordpress.com/2008/10/digitalpinkribbon.jpg"><img class="size-thumbnail wp-image-41 alignleft" style="margin-left:10px;margin-right:10px;" title="Giversign" src="http://fredrikkjell.wordpress.com/files/2008/10/digitalpinkribbon.jpg?w=128" alt="" width="128" height="81" /></a></p>
<p>My friend and super-entrepreneur Jonas Berggren has recently launched <a href="http://www.giversign.com" target="_blank">Giversign</a>, an digital version of the traditional letter mark. Giversign is maintained by the company <a href="http://asaasco.com/" target="_self">Asaasco </a>(a software as a service company) and managed by Linus Bille.</p>
<p>The famous pink ribbon campaign (supporting research against breast cancer) is currently active in Sweden and Giversign is the solution to show your digital support! Check it out - <a href="https://www.digitalarosabandet.se/" target="_blank">the digital pink ribbon</a>!</p>
<p>Anyone want to bet against this not beeing a success? Well done guys.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Google: Brutal satellite and text ads in Google Maps]]></title>
<link>http://fredrikkjell.wordpress.com/?p=25</link>
<pubDate>Thu, 09 Oct 2008 15:49:47 +0000</pubDate>
<dc:creator>frekje</dc:creator>
<guid>http://fredrikkjell.se/2008/10/09/googles-new-satellite-is-brutal/</guid>
<description><![CDATA[Satellite
Google is sponsoring the satellite Geo-1 that will deliver images (to Google&#8217;s map s]]></description>
<content:encoded><![CDATA[<p><strong>Satellite</strong></p>
<p>Google is sponsoring the satellite Geo-1 that will deliver images (to Google's map services) with a resolution down to 50 cm. Scary and fantastic</p>
<p>Have a look at <a href="http://blog.wired.com/wiredscience/2008/10/geoeye-1-super.html" target="_blank">Wired </a>(english) and <a href="http://www.natkoll.se/2008/10/09/google-maps-snart-med-50-cm-upplosning/" target="_blank">Nätkoll </a>(Swedish).</p>
<p><strong>Text ads</strong></p>
<p><a href="http://www.techcrunch.com/2008/10/09/google-turns-on-text-ads-in-google-maps/" target="_blank">Techcrunch</a> reports that Google has added text ads to Google Maps. Google's market cap has been halfed lately, guess they need to step it up a notch.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Got Online Rental Movies?]]></title>
<link>http://wei1ec.wordpress.com/?p=200</link>
<pubDate>Thu, 09 Oct 2008 00:33:16 +0000</pubDate>
<dc:creator>woot</dc:creator>
<guid>http://wei1ec.ru.wordpress.com/2008/10/09/online-rental-movies/</guid>
<description><![CDATA[Online streaming is easy.  Just one click and you have the movie playing on your computer instantly.]]></description>
<content:encoded><![CDATA[[caption id="attachment_202" align="alignright" width="300" caption="Online streaming is easy.  Just one click and you have the movie playing on your computer instantly... and a few more you can actually download it if you know where to look?"]<a href="http://wei1ec.files.wordpress.com/2008/10/selectmovie.jpg"><img class="size-medium wp-image-202" title="selectmovie" src="http://wei1ec.wordpress.com/files/2008/10/selectmovie.jpg?w=300" alt="Online streaming is easy.  Just one click and you have the movie playing on your computer instantly... and a few more you can actually download it if you know where to look." width="300" height="293" /></a>[/caption]
<p>I remember only a few years ago online DVD rentals were only available by mail, like Netflix.  Or it could be by mail, plus in-store exchange like Blockbuster.  Nowdays there's another apporach - you don't have to wait, just download the movie(s) you want to watch from their website for a small monthly fee - and that's the thing I'm going to talk about here.</p>
<p>This is my experience with Netflix...</p>
<p>The online access service from Netflix is very convenient, but fewer selection to choose from - most of them are old, boring movies that you already can see on regular channels on cable television (by "regular" I mean non-movie channels).  So if you plan to get Netflix just to download the latest new releases, well, you're going to disappoint most likely.</p>
<p>And then there's the speed.  If you have a slower bandwidth, your video quality will suffer, and you cannot manually ask for a higher birate.  However, because of this, your streaming shouldn't lag, either.  There is another way around getting a better quality video though...</p>
[caption id="attachment_201" align="alignleft" width="300" caption="The source code tells you everything you need to know about where to download the movie from Netflix onto your computer, as this demonstration shows - see highlighted text.  Each Birate has a specific URL."]<a href="http://wei1ec.files.wordpress.com/2008/10/srccode.jpg"><img class="size-medium wp-image-201" title="srccode" src="http://wei1ec.wordpress.com/files/2008/10/srccode.jpg?w=300" alt="Source Code Example" width="300" height="217" /></a>[/caption]
<p>Since Netflix uses a web browser to play your movies, that means whatever the browser receives, that piece of information can be transferred onto a different location, too.  In other words, all you have to do is find the URL of that movie on Netflix's server, and download it onto your computer.  But how, you ask?  Simple - just click on "play" to play the movie you want to watch, let it load the movie just a bit, and then on your browser right click, go to "source code" or "view source".  In there you'll find three different birates for the same movie - birate 500, 1000, 2200 - each birate corresponds to a specific URL adress for the movie... and of course, you want to download the highest quality for the movie.  So Just copy the URL, and download it with... I don't know, <a href="http://www.flashget.com/en/download.htm" target="_blank">Flashget</a>?  Or Windows Media Player?</p>
<p>So there you go... a better quality video ready for you to watch.</p>
<p>After you download a media file from Netflix onto your HDD, the file will have to validate its media usage rights first before viewing - that means it'll ask for your netflix account before you can watch it.  However, tools like <a href="http://tunebite.com/en/audio_video_drm_copy_protection/index.html" target="_blank">TuneBite</a> can remove that protection.</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Sync to the cloud]]></title>
<link>http://bigonazzi.wordpress.com/?p=263</link>
<pubDate>Wed, 08 Oct 2008 13:26:07 +0000</pubDate>
<dc:creator>bigonazzi</dc:creator>
<guid>http://bigonazzi.ru.wordpress.com/2008/10/08/sync-to-the-cloud/</guid>
<description><![CDATA[
Fruux.com is a new web service that let you synchronize address book, calendar and bookmarks (with ]]></description>
<content:encoded><![CDATA[<p><a href="http://www.fruux.com/"><img class="alignnone" title="fruux logo" src="http://www.fruux.com/global/fruux_logo_grey.png" alt="" width="190" height="110" /></a><a title="Sync to the cloud" href="http://www.fruux.com/"></a></p>
<p><a title="Sync to the cloud" href="http://www.fruux.com/">Fruux.com</a> is a new web service that let you synchronize address book, calendar and bookmarks (with more to come!) to their servers. I'm currently using it to add yet another backup option for addresses. All you need to do to start syncing is install a simple preference pane and create an account.</p>
<p>Currently the service is in free beta and OsX only! Go give it a spin: <a href="http://www.fruux.com/">http://www.fruux.com/</a></p>
<p>dArio</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Tools to work with - On Web Services]]></title>
<link>http://asangansi.wordpress.com/?p=19</link>
<pubDate>Tue, 07 Oct 2008 08:58:32 +0000</pubDate>
<dc:creator>asangansi</dc:creator>
<guid>http://asangansi.ru.wordpress.com/2008/10/07/tools-to-work-with-on-web-services/</guid>
<description><![CDATA[Apache Axis
http://ws.apache.org/axis2/tools/index.html
Axis2 is bundled with a set of tools in orde]]></description>
<content:encoded><![CDATA[<p><strong>Apache Axis</strong></p>
<p>http://ws.apache.org/axis2/tools/index.html</p>
<p>Axis2 is bundled with a set of tools in order to make users' life easier</p>
<p><strong>SoapUI</strong></p>
<p>http://www.soapui.org</p>
<p>free and open source desktop application for working with web services</p>
<p><strong>WSCEP</strong></p>
<p>http://wscep.sourceforge.net/</p>
<p>Old and unsupported but useful for sending raw SOAP messages. You can view WSDL and soap xml messages here.</p>
<p><strong>NetBeans WS</strong></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[What are the types of web services available and explain then?]]></title>
<link>http://dotnetresource.wordpress.com/?p=192</link>
<pubDate>Mon, 06 Oct 2008 16:35:34 +0000</pubDate>
<dc:creator>shanutha</dc:creator>
<guid>http://dotnetresource.ru.wordpress.com/2008/10/06/what-are-the-types-of-web-services-available-and-explain-then/</guid>
<description><![CDATA[Answer: 
* Simple Services
* Application Integrated Services
* Framework Services
Simple Services
If]]></description>
<content:encoded><![CDATA[<p><strong>Answer: </strong></p>
<p>* Simple Services<br />
* Application Integrated Services<br />
* Framework Services</p>
<p><strong>Simple Services</strong><br />
If your web service method does simple straight forward functionality then it known to be a simple service. Consider an example a client needs some data to be viewed from your site and your web service does some queries to database to achieve its task. This logic is quiet straight forward even though there might be thousands lines of code and complex coding. Simple services are commonly done for single server to client communication.</p>
<p><strong>Application Integrated Services</strong><br />
Integration Services comes under when more than two servers communicates with each other. Consider a situation where more than one company needs to be involved in a transaction. This situation occurs when more than one server (with web service running) acts on the result data from other server or more than one web service involved in giving the result data. In such cases a web service application needed to act as a middle man or intermediate services because the servers involved may be in different architectures and the web application written may be in different component architectures.</p>
<p><strong>Framework Service</strong><br />
Framework services means giving plug-in to the application. For example take Microsoft BizTalk server. This framework supports plug-in in the form of web services. The work flow solution developer creates for the BizTalk server allows the inclusion of web service for expansion to already established processes.</p>
<p><a href="http://dotnetresource.wordpress.com/web-services/"><strong>View All Questions In WebServices</strong> </a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Eine kurze Historie der Web Services des BI Publisher]]></title>
<link>http://fmwtech.wordpress.com/?p=36</link>
<pubDate>Mon, 06 Oct 2008 11:44:29 +0000</pubDate>
<dc:creator>fmtechteam</dc:creator>
<guid>http://fmwtech.ru.wordpress.com/2008/10/06/eine-kurze-historie-der-web-services-im-bi-publisher/</guid>
<description><![CDATA[Der Oracle BI Publisher ist eine sehr leistungsfähige und schlanke Lösung, um Berichte und Dokumen]]></description>
<content:encoded><![CDATA[<p style="text-align:left;">Der Oracle BI Publisher ist eine sehr leistungsfähige und schlanke Lösung, um Berichte und Dokumente mit hohen Anforderungen an das Layout zu erzeugen.<br />
Bis zur Version 10.1.3.3.0 gab es ein nicht veröffentlichtes Web Service API, das beispielsweise zur Ausführung eines Berichtes durch den Aufruf der Methode <em>getReportData()</em> genutzt werden konnte. Das Product Management von Oracle hatte jedoch darauf hingewiesen, dass dieses API nicht öffentlich sei und damit Veränderungen unterworfen sein könnte.<br />
Mit der Version 10.1.3.3.1 des Oracle BI Publisher wurde das Web Service API erstmals publiziert. Eine der sichtbaren Veränderungen gegenüber der Vorgängerversion ist beispielsweise der Aufruf eines Berichtes durch die Methode<br />
<em>runReport()</em>.<br />
Die Web Services des BI Publisher wurden auf Basis von Apache Axis implementiert.<br />
Die WSDL lautet:    <em><br />
http://&#60;machine&#62;:&#60;port&#62;/&#60;your_appname&#62;/services/PublicReportService?wsdl</em><br />
(Der Standardwert für &#60;your_appname&#62; ist xmlpserver)</p>
<p style="text-align:left;">Eine komplette Beschreibung der WSDL ist im <em>New Features Guide</em> der Dokumentation enthalten:<br />
<a href="http://download.oracle.com/docs/cd/E10383_01/doc/bip.1013/e10416/bip_webservice_101331.htm#BABHEHEJ" target="_blank"><em>http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e10416/bip_webservice_101331.htm#BABHEHEJ</em></a>.</p>
<p>Eine Beschreibung des veröffentlichten Web Service API kann ebenfalls in der Dokumentation nachgelesen werden:<br />
<a href="http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e10416/bip_webservice_101331.htm" target="_blank"><em>http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e10416/bip_webservice_101331.htm</em></a></p>
<p>Eine Übersicht der Erweiterungen des API in der aktuellen Version 10.1.3.4 findet man in <a href="http://blogs.oracle.com/xmlpublisher/2008/08/10134_released.html">Tim Dexter's Blog</a>.</p>
<p>Wer sich dafür interessiert, wie Web Service des BI Publisher aus Oracle Forms aufgerufen werden können, findet eine Beschreibung <a href="http://www.oracle.com/global/de/community/forms/documents/Forms_BIP_v21.pdf" target="_blank">hier</a>. &#60;JM&#62;</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Help, I'm clueless about Web Service scalability]]></title>
<link>http://scobleizer.wordpress.com/?p=4748</link>
<pubDate>Mon, 06 Oct 2008 06:42:09 +0000</pubDate>
<dc:creator>Robert Scoble</dc:creator>
<guid>http://scobleizer.com/2008/10/05/help-im-clueless-about-web-service-scalability/</guid>
<description><![CDATA[I&#8217;m really freaked out. I have one of the biggest interviews of my life coming up and I&#8217;]]></description>
<content:encoded><![CDATA[<p>I'm really freaked out. I have one of the biggest interviews of my life coming up and I'm way under qualified to host it.</p>
<p><a href="http://www.fastcompany.com/scalability">It's on Thursday and it's about Scalability and Performance of Web Services</a>.</p>
<p>Look at who will be on. Matt Mullenweg, founder of Automattic, the company behind Wordpress (and behind this blog). Paul Bucheit, one of the founders of FriendFeed and the creator of Gmail (he's also the guy who gave Google the "don't be evil" admonishion). Nat Brown, CTO of iLike, which got six million users on Facebook in about 10 days.</p>
<p>All three have faced huge scalability problems head on. All three are developers and architects who actually have built systems that have built great reputations online.</p>
<p>I'm totally out of my league and as I do more and more research on the topic I realize just how out of my league I am.</p>
<p>But, one good thing about doing stuff online is that:</p>
<p>1. I can admit I'm over my head and get help from you.<br />
2. I just need to know enough to be dangerous to get a conversation going between these three guys.<br />
3. I'm not the only interviewer here. You will take over and fill in the pothole in my own knowledge (we'll get you involved via Skype).</p>
<p>It's free. It's open to you. </p>
<p>So, since I'm clueless about the topic, what would you ask these guys about how to build scalable and performant Web services, especially given that tomorrow's services are probably going to be glued together from a variety of services?</p>
<p>Oh, and thanks to <a href="http://www.rackspace.com">Rackspace</a> for sponsoring this webinar (we're filming it at the excellent <a href="http://www.revision3.com">Revision 3</a> studios in San Francisco).</p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How do you set the attribute in the WebService in code?]]></title>
<link>http://dotnetresource.wordpress.com/?p=187</link>
<pubDate>Sun, 05 Oct 2008 11:21:31 +0000</pubDate>
<dc:creator>shanutha</dc:creator>
<guid>http://dotnetresource.ru.wordpress.com/2008/10/05/how-do-you-set-the-attribute-in-the-webservice-in-code/</guid>
<description><![CDATA[Answer: 
[WebService(NameSpace=”http://Company.com/Services”)]
View All Questions In WebServices]]></description>
<content:encoded><![CDATA[<p><strong>Answer: </strong><br />
[WebService(NameSpace=”http://Company.com/Services”)]</p>
<p><a href="http://dotnetresource.wordpress.com/web-services/"><strong>View All Questions In WebServices</strong> </a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[Which is the important attribute in the WebService?]]></title>
<link>http://dotnetresource.wordpress.com/?p=184</link>
<pubDate>Sun, 05 Oct 2008 11:18:31 +0000</pubDate>
<dc:creator>shanutha</dc:creator>
<guid>http://dotnetresource.ru.wordpress.com/2008/10/05/which-is-the-important-attribute-in-the-webservice/</guid>
<description><![CDATA[Answer: 
NameSpace – It must be set to proper namespace before deploying.
View All Questions In We]]></description>
<content:encoded><![CDATA[<p><strong>Answer: </strong><br />
NameSpace – It must be set to proper namespace before deploying.</p>
<p><a href="http://dotnetresource.wordpress.com/web-services/"><strong>View All Questions In WebServices</strong> </a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[What are the attributes found in WebServiceAttribute class?]]></title>
<link>http://dotnetresource.wordpress.com/?p=179</link>
<pubDate>Sun, 05 Oct 2008 11:15:37 +0000</pubDate>
<dc:creator>shanutha</dc:creator>
<guid>http://dotnetresource.ru.wordpress.com/2008/10/05/what-are-the-attributes-in-webserviceattribute-class/</guid>
<description><![CDATA[Answer: 
Attributes are given to WebService Class. Attributes are
•	NameSpace – Set or retrieves]]></description>
<content:encoded><![CDATA[<p><strong>Answer: </strong><br />
Attributes are given to WebService Class. Attributes are<br />
•	NameSpace – Set or retrieves the XML Namespace used for the WebService<br />
•	Description – Set the message saying the purpose of the WebService<br />
•	Name – sets or gets the name of the webservice. By default .asmx handler specifies the class name to name of the webservice<br />
•	TypeId – retrives the unique identifier used to identify the attribute when it is implemented in the derived class.</p>
<p><a href="http://dotnetresource.wordpress.com/web-services/"><strong>View All Questions In WebServices</strong> </a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How do you get the User object and where this object is used?]]></title>
<link>http://dotnetresource.wordpress.com/?p=176</link>
<pubDate>Sun, 05 Oct 2008 11:13:30 +0000</pubDate>
<dc:creator>shanutha</dc:creator>
<guid>http://dotnetresource.ru.wordpress.com/2008/10/05/how-do-you-get-the-user-object-and-where-this-object-is-used/</guid>
<description><![CDATA[Answer: 
User property of the WebService retrieves the User Object and used to determinate whether u]]></description>
<content:encoded><![CDATA[<p><strong>Answer: </strong><br />
User property of the WebService retrieves the User Object and used to determinate whether user is allowed to access the WebService.</p>
<p><a href="http://dotnetresource.wordpress.com/web-services/"><strong>View All Questions In WebServices</strong> </a></p>
]]></content:encoded>
</item>
<item>
<title><![CDATA[How do you get HttpSessionState instance and where this object is  used?]]></title>
<link>http://dotnetresource.wordpress.com/?p=173</link>
<pubDate>Sun, 05 Oct 2008 11:11:40 +0000</pubDate>
<dc:creator>shanutha</dc:creator>
<guid>http://dotnetresource.ru.wordpress.com/2008/10/05/how-do-you-get-httpsessionstate-instance-and-where-this-object-is-used/</guid>
<description><![CDATA[Answer: 
Session Property of WebService retrieves the HttpSessionState instance, and used when refer]]></description>
<content:encoded><![CDATA[<p><strong>Answer: </strong><br />
Session Property of WebService retrieves the HttpSessionState instance, and used when referencing reference session state.</p>
<p><a href="http://dotnetresource.wordpress.com/web-services/"><strong>View All Questions In WebServices</strong> </a></p>
]]></content:encoded>
</item>

</channel>
</rss>
