BizTalk Utilities CV ,   Jobs ,   Code library
 
Go to the front page to continue learning about XML or select below:

Contents

ReBlogger Contents

 
WSE
SOA
XML

 
 
Buzz index BUZZ INDEX : ws-web-services
 
Buzz index

WS, web services

Tags found in the posts on this page : ws- Search for ws- on Wikipedia.Search for ws- on Technorati | web services Search for web services on Wikipedia.Search for web services on Technorati | webservices Search for webservices on Wikipedia.Search for webservices on Technorati
Page 1 of 76

2009 Mar 26

1 of 3778 | Concurrent connections when consuming web services - Think I may have mentioned this before - but check out this post from Darren Jefford re. the low-level throttling of web requests when consuming web services from BizTalk....

2 of 3778 | Hacking files in BizTalk - The previous post on Sql debatching mentioned 'hacking' auto-generated files, something that may alarm some people (though not many, if my experience of developers is anything to go by.)Another example of this is the extraction of primitive values from auto-generated schemas, specifically (in my case) consumed web service responses. As an example, say that you consume a web service that returns a single value (acknowledgement id, boolean flag indicating that an update went through, you know the sort of thing.) Because these values are contained within the auto-generated reference.xsd files they are neither promoted (in fact they couldn't be promoted, as only passthru pipelines are supported......

3 of 3778 | Making WCF services amenable to testing - You know that using WebOperationContext.Current is BAD for making your service implementation testable, don't you? My friend Pablo Cibraro continued to evolve his ideas around decoupling your service implementation from this static dependency, and came up with the most simple yet totally unobtrusive (for production code) approach to this, which he calls WCFMock. The idea is quite simple: you can leverage C# class aliasing functionality (which few know it even exists) to conditionally (i.e. DEBUG vs RELEASE builds) replace the WebOperationContext implementation, like so:#if DEBUG using WebOperationContext = System.ServiceModel.Web.MockedWebOperationContext; #endif What will happen here is......

2009 Mar 25

4 of 3778 | Microsoft Silverlight – Narrowing the Desktop Gap - Asynchronous (or multi-threaded) applications are common place on the desktop and have been for decades.  Without this ability, most of our favorite productivity tools would be non-existent.  As soon as one moves off the desktop and onto the Internet, the standard changes to one that is highly, if not exclusively synchronous (or single-threaded).  Of course, since Internet-based applications have historically served as simple content delivery mechanisms, the need for more robust, asynchronous-based applications didn't exist.  However, as more and more businesses move online with each passing day, the pressure for Internet-based applications to narrow the desktop gap is higher than ever befo......

2009 Mar 20

5 of 3778 | What's new with web services in Silverlight 3 Beta - Cross-posted from the Silverlight Web Services Team Blog . Silverlight 3 beta comes with a set of exciting web services features that address key customer requests. Binary message encoding In Silverlight 2 the only supported binding was BasicHttpBinding, which encodes outgoing messages as text and sends them over an HTTP transport. This binding is great for interoperability with SOAP 1.1 services and is also easily debuggable since messages can be viewed in plain text on the wire using HTTP debugging...(read more)...

2009 Mar 19

6 of 3778 | MIX09 Sessions Available Now! - Take a trip over to http://sessions.visitmix.com/MIX09 and you can watch and download the 122 sessions below: Day One Keynote Day Two Keynote .NET RIA Services - Building Data-Driven Applications with Microsoft Silverlight and Microsoft ASP.NET <3 the New Windows Live Messenger Web Toolkit for Social Websites A Lap around Microsoft .NET Services A Lap around Windows Internet Explorer 8 A Shot of Windows Live Messenger and a Pint of Microsoft Silverlight A Website Named Desire Adding Microsoft Silverlight to Your Company's Skill Set Advance Your Design with UX Design Patterns ASP.NET MVC: America's Next Top Model View Controller Framework ......

7 of 3778 | New WS-* specs published - The Web Services Resource Access Working Group published five First Public Working Drafts: Web Services Enumeration (WS-Enumeration) , Web Services Eventing (WS-Eventing) , Web Services Resource Transfer (WS-RT) , Web Services Transfer (WS-Transfer) ...(read more)...

2009 Mar 17

8 of 3778 | Five First Public Drafts of Web Services Specifications - 2009-03-17: The Web Services Resource Access Working Group published five First Public Working Drafts: Web Services Enumeration (WS-Enumeration), Web Services Eventing (WS-Eventing), Web Services Resource Transfer (WS-RT), Web Services Transfer (WS-Transfer), and Web Services Metadata Exchange (WS-MetadataExchange). The first describes a general SOAP-based protocol for enumerating a sequence of XML elements that is suitable for traversing logs, message queues, or other linear information models. The second describes a protocol that allows Web services to subscribe to or accept subscriptions for event notification. The third defines extensions to WS-Transfer that deal primarily with fragment......

9 of 3778 | Installing VSeWSS 1.3 - I’ve seen a few questions asking how to install VSeWSS 1.3.  This post walks you through it. First, download VSeWSS 1.3.  The February 2009 CTP is available here.  Once you’ve downloaded it, run the executable. Once the installer is running, you are greeted with the welcome page. Click next.  Then you’ll see the EULA page. Select the checkbox and click next.  Then you are prompted with the install directory.  I left the default.  Click next. Click next. Here’s the screen that causes questions.  The installer needs to create a web site to host a WCF service.  That WCF web service needs administrative privileges because it will ......

2009 Mar 16

10 of 3778 | Getting information about configured web service handlers - Hi Guys, The situation is: In a Web Service, I have few GenericHandlers configured as server(Role) in webservices.xml(for IBM Runtime) & ...

11 of 3778 | Getting information about configured(webservices.xml) web servic - Hi Guys, The situation is: In a Web Service, I have few GenericHandlers configured as server(Role) in webservices.xml(for IBM Runtime) & ...

12 of 3778 | Speaking at JavaOne 2009! - I recently found out that I will be speaking at JavaOne again this year!  I’ll be participating on a quick-fire demo panel called Cloud Computing:  Show Me the Money! together with Gregor Hohpe from Google, Raghavan Srinivas from Intuit and others from SFDC and other vendors in the cloud space. JavaOne is one of my favorite conferences, so I’m really looking forward to returning this year.  My last JavaOne was in 2005, where my session on Advanced Web Services Interoperability (co-presented with Raghavan) was one of the top ten of the conference!  ...

13 of 3778 | WSDL validation with Jboss-ws, killing it softly. - Hi all,<br><br>I am in the situation that i need to integrate with a horrible .NET WS that publishes a corrupt wsdl, and i was wondering if any of ...

2009 Mar 15

14 of 3778 | Free SharePoint Developer Training - Even more free training for SharePoint Developers.   Module 1 - Developing Solutions on the SharePoint Platform » learn now Module 2 - Web Parts » learn now Module 3 - Page Navigation » learn now Module 4 - Page Branding » learn now Module 5 - Data Lists » learn now Module 6 - Web Services » learn now Module 7 - Event Handlers » learn now Module 8 - Content Types and Site Columns » learn now Module 9 - Workflow » learn now Module 10 - User Management » learn now Module 11 - Silverlight » learn now Module 12 - Deployment » learn now ...

2009 Mar 13

15 of 3778 | Eight Evil Things Microsoft Never Showed You in the ClickOnce Demos - Eight Evil Things Microsoft Never Showed You in the ClickOnce Demos (and What You Can Do About Some of Them) ClickOnce is a powerful and easy-to-use deployment technology that offers a relatively hassle-free experience for the end user when properly configured. The developer story for ClickOnce varies from super simple to maddeningly complicated, depending on what you are trying to accomplish. I recently wrapped up a project where ClickOnce was a large part of the release strategy, and also responsible for a lot of the headaches that went with it. If you use ClickOnce as it was intended, it’s remarkably effective. Knowing that most of you reading this article probably don’t use stuff “......

2009 Mar 12

16 of 3778 | Problem with Apache Axis 1.4 response handler - I am using Oracle JDeveloper 10.1.3.3.0.<br>I have written both a request handler and a response handler for calling a web service using Apache Axis ...

2009 Mar 10

17 of 3778 | Using Windows 7 to host PHP applications in 5 easy steps! - A few people have asked me recently whether it’s possible to setup Windows 7 as a PHP server (for development purposes).  The answer is absolutely yes, and it’s a breeze to setup.  Follow these five simple steps to get PHP up and running in minutes: 1.  In the Programs and Features control panel, click on the Turn Windows features on or off link: 2.  In the list of Windows Features, expand Internet Information Services, World Wide Web Services, and the Application Deployment Features.  If it’s not already, select the CGI checkbox and click OK.  (The most reliable way of hosting PHP applications on Windows 7 is to use the built in FastCGI interface for IIS ......

2009 Mar 07

18 of 3778 | Code Generation Guidance Package - [Source: http://geekswithblogs.net/EltonStoneman] I've been working on a Guidance package which lets you use Visual Studio as a front end to generate items from T4 templates. Using a recipe wizard you choose your metadata from a Web service, database or file system source, and the template is rendered against each of the metadata objects you select. It's on CodePlex here: Code Generation Guidance Package, and comes in two flavours. The basic Guidance package has a single recipe "Add generated items" – when you run it, you specify a metadata provider, select the items to use for metadata and the T4 template to render against the items. The second package is a sample which extends the fu......

2009 Mar 06

19 of 3778 | Server side asynchronous web services - Hi all,<br>I'm new to web services so maybe I'm posting a silly question.<br>I'm developing a converged SIP/HTTP application, and I have to expose ...

2009 Mar 05

20 of 3778 | Axis WS Client / WSDL2Java - trying to use CDATA elements - I am trying to create an Apache Axis (1.4) web service client. The webservice client is a bit unusual in the sense that all it does is submit an XML ...

2009 Mar 04

21 of 3778 | Add a B2B Gateway to your services - This post on my blog talks about how one can potentially minimize the overheads of XML by deploying the web-service interface as a separate ...

2009 Mar 01

22 of 3778 | Are we there yet? Definitely Maybe. OASIS publish their Information Card Specification for public review -   So, What’s the story? OASIS…No, Not the band, The Organization for the Advancement of Structured Information Standards have released their draft Information Card specification…or more exactly :   the Identity Metasystem Interoperability specification which prescribes a subset of the mechanisms defined in WS-Trust 1.2, WS-Trust 1.3, WS-SecurityPolicy 1.1, WS-SecurityPolicy 1.2, and WS-MetadataExchange to facilitate the integration of Digital Identity into an interoperable token issuance and consumption framework using the Information Card Model   I’m on my third reading now – nothing quite like reading a spec whilst sitting with a fine sized glass lovely shiraz at two in the afternoo......

2009 Feb 25

23 of 3778 | Small Confession - I have a small confession to make... A little TFS web service I built over the past few days was the first “real” production-ready application I’ve ever written from scratch where I’ve been good about maintaining unit tests. I even pushed myself to practice real-live TDD, and then even use Moq. I have to tell you, that I am now a firm believer in the benefits of leaning very heavily on your unit tests. Of course I've always believed others' stories, and have even worked on projects/products where I had to maintain a fair set of tests. But not having ever really tried it myself – on a new project where I could create real isolated unit tests, I think my belief was kind of shallow. Sort of......

2009 Feb 24

24 of 3778 | WSO2 Data Services Flash Primer - WSO2 Data Services provides a convenient Web services interface for data stored in sources such as relational databases, CSV files & MS-Excel ...

2009 Feb 21

25 of 3778 | Web-scraping with VB's XML support - There was an interesting article about using VB's XML support for generating HTML: http://www.infoq.com/news/2009/02/MVC-VB. I've been using VB and XML for the reverse purpose -- scraping web pages to retreive information. I enjoy sailing, and I wanted to find historical data on windspeeds to know when would be the best time of year to set out on a long trip. (Answer: March and April have the best winds around Seattle). I found an excellent site, to scrape from, http://www.almanac.com/, which has historical weather data for many places around the country. The first step in scraping is copyright law. Facts alone are not copyrightable, but the act of selecting and compil......

2009 Feb 20

26 of 3778 | Silverlight based Call Center Articles and Demo Code - Here are couple of articles that outlines a Silverlight based call center application. The code sample simulates an incoming call and demonstrates feasibility of push notifications from IVR systems. The demo doesn’t really deal with any exceptions and other errors and meant just meant to show push notifications, popup dialogs, web service implementations, etc. Silverlight: Build Line-Of-Business Enterprise Apps With Silverlight, Part 1 Take a walk through the creation of a call center client application to learn how to build real-world enterprise solutions using Silverlight. Silverlight: Build Line-Of-Business Enterprise Apps With Silverlight, Part 2 Here we wrap up the call c......

27 of 3778 | Silverlight Cream for February 20, 2009 -- #523 - In this issue: Kirupa Chinnathambi, Sheo Narayan, Alex Knight, Katrien De Graeve, Maurice de Beijer, Page Brooks, Mike Snow, and Jeff Paries. Shoutouts: Pete Brown reports on My Favorite MIX09 10k Challenge Entries Jesse Liberty's Carousel videos are now up -- remember the carousel? ... cool stuff.. now you can see the videos: Carousel Video Posted – Parts 1 and 2 From SilverlightCream.com: CLR Properties vs. Dependency Properties Kirupa Chinnathambi has a good article up and I'm going to start keeping track of his blog as well... looks like lots of good things out there... take a look. Consuming ASP.NET Web Service in Silverlight Sheo Narayan has a......

2009 Feb 19

28 of 3778 | Cxf Webservices + binding (JAXB, Castor etc) - Best practice??? - I'm tasked with developing a webservices-based solution, following the contract/WSDL-first approach, and using CXF.<br><br>I've been quite a bit of ...

29 of 3778 | Dezi! The Online TV - Dezi is a collection of online media streams (most of them live) that lets one have TV experience via the Internet! I used .NET 3.5 for the development ‘cause of the ‘Media Element’ that comes with it and also I wanted to do something with WPF! So anyways, I will chatter on how I coded the application later, but as for now, the working and usage style is unofficially documented! The application acquires the channels at startup from a Web Service! For now, most of the channels present on it are the ones broadcasted on Indian networks. I will adding more this weekend – German ones, I dunno, lets see! I also included the keyboard shortcuts in the application and are worth noting as below:......

30 of 3778 | distributing works manually across the clustered servers - Hi All,<br><br>I am new to distributed environment and actually there are two problems<br><br>1) We have a webservice in which some operation is ...

31 of 3778 | Resolving InfoPath 5566 Error - If you get a 5566 error while calling a SharePoint web service through a web based form make sure you have a look at the following. You call the web service at a site or site collection level (eg: h ttp://myserver/mysitecollection/_vti_bin/UserProfileService.asmx)  The user who is opening the form has access to the subject site collection Anonymous access is disabled through Central Admin In the web applications web.config file you have Proxy AutoDetect = false (on many cases I could leave this the default value true without a problem) If you have multiple web front ends, depending on your configuration you might have to add an entry to the hosts file (Eg: My......

32 of 3778 | Searching is fine…let’s make it easier, or even fun! Part 3 - Getting Images from Live Search API I couldn’t believe it, it was the forth straight snow day ! Actually, it was getting really nasty out there, with drivers spinning on icy roads and bumping into each others’ car and subzero temperatures. Better stay inside, for sure! I would not feel guilty to dedicate a bit more time to keep developing the Image Slide control for getting images from Live Search through its APIs, described in part 1 of this blog series. Query and ImageQuery Classes As you probably read in part 2, I had left my work thinking about how to facilitate the creation of Microsoft Live Search queries. What I wanted to develop was a component that would help me reduce th......

33 of 3778 | Silverlight Cream for February 19, 2009 -- #522 - In this issue: Ed Silverton, Tim Sneath, Shawn Wildermuth, Koen Zwikstra, Tim Heuer, Ken Cox, Robby Ingebretsen, Terence Tsang, Jonathan van de Veen, and the Epxression Blend and Design Blog Shoutouts: Laurent Bugnion announed early this morning MIX10K contest: The choice is made Walt Ritscher has his latest post up - Reflecting on Design #13 ... that waterdrops one is pretty cool :) From SilverlightCream.com: Silverlight for Flash Developers Talk Ed Silverton did a presentation for a group called FlashBrighton in the UK, and is sharing slides and code with all of us. Silverlight 2 GDR1 Now Available... Unless you've been sleeping, you should know ......

2009 Feb 18

34 of 3778 | Developer Silverlight Training Resources - Web Seminar – Level 100 "How Do I?" with Silverlight 1.0 "How Do I?" with Silverlight 1.1 Silverlight Overview (Level 100) First Look at Silverlight Media capabilities An Introduction to Silverlight (Level 100) Create an Outlook-like Web Mail Application in No Time with Visual WebGui AJAX and Silverlight (Level 100) Programming a Full-Blown Silverlight Line-of-Business Application in 20 Minutes (Level 100) SharePoint Server 2007 and Silverlight (Level 100) Basics of Creating Visual WebGui AJAX and Silverlight (Level 100) Using Blend with Silverlight 1.0 Web Seminar – Level 200 MSDN Webcast: Silverlight 1.0 Overview (Level 200) Building Silverlight Applic......

35 of 3778 | Developer Silverlight Training Resources - Web Seminar – Level 100 "How Do I?" with Silverlight 1.0 "How Do I?" with Silverlight 1.1 Silverlight Overview (Level 100) First Look at Silverlight Media capabilities An Introduction to Silverlight (Level 100) Create an Outlook-like Web Mail Application in No Time with Visual WebGui AJAX and Silverlight (Level 100) Programming a Full-Blown Silverlight Line-of-Business Application in 20 Minutes (Level 100) SharePoint Server 2007 and Silverlight (Level 100) Basics of Creating Visual WebGui AJAX and Silverlight (Level 100) Using Blend with Silverlight 1.0 Web Seminar – Level 200 MSDN Webcast: Silverlight 1.0 Overview (Level 200) Building Silverlight Applic......

36 of 3778 | Installing the ASP to ASP.NET Migration Assistant on Windows Vista -   Note: The ASP to ASP.NET Migration tool was designed when ASP.NET v1.0 was just out and it does most of the conversion related to the then model.  Also, there are a few known issues and it doesn't do a near to perfect conversion.  If you are starting with ASP.NET development, the latest version is ASP.NET 3.5 which is a part of Visual Studio 2008 and I believe it provides conversion from classic ASP as well.   As a part of the upcoming Virtual Tech Days, I am trying to demonstrate on migrating from ASP to ASP.NET for all the world who is still left out with our ASP Days and currently working with similar scripting languages like PHP. Interestingly, when we talked to those developers, t......

2009 Feb 17

37 of 3778 | Free SharePoint Developer Resources - I love to learn by watching videos, seeing how someone else accomplishes a task so that I can replicate that in my own environment.  Did you know that there are a ton of resources available for you to learn how to develop using SharePoint?  I have been providing this list to a number of customers recently, and thought it made sense to post for everyone to see.  In this post, you’ll find a wealth of material including free online videos to help you learn how to developing using SharePoint. If you have any other free online resources that you find valuable, please make sure to share them in the comments below! SharePoint Developer Center Find information about planning, codi......

38 of 3778 | XML serialization, doubles, decimals and SQL Server - We just had a problem with data that is sent to SQL Server as a XML string. One of the values sent to the SQL Server is defined in the C# class as a double and interpreted as a 'DECIMAL(28, 9)' on the SQL Server. This was working so far. Just wen someone entered a quite small number (0.000013) it stopped working. The reson: 1.3E-05 is sent to the SQL Server and it can’t interprete this. It COULD be parsed on the SQL Server, although would involve some floting point madness that could mess up the value. The easyest would be to change the interface, but as we use the same class in the front end of a webservice, this would lead to an incopatability in the schema. Now, the solution we’re......

2009 Feb 16

39 of 3778 | Announcements on Windows Mobile - Some big announcements overnight on our mobile platform. http://www.microsoft.com/presspass/press/2009/feb09/02-16MWCPR.mspx for the key points or you can go here: http://www.microsoft.com/windowsmobile/en-us/business/cmpn/mwc2009/default.mspx to watch the press conference with SteveB as well as read other info. Key points: New phones showcased on the forthcoming Windows Mobile 6.5 My Phone – store and synch your contacts, appointments and text messages in a free web service Windows Marketplace for Mobile – application marketplace Microsoft Recite – voice search technology for WM6 and onwards (http://recite.microsoft.com) ...

40 of 3778 | Equality Semantics of LINQ to XML Trees - In certain scenarios, it is important to be able to compare two XML trees for equivalence.  For example, if you are writing a web service that serves results of queries, and you want to cache query results so that duplicate queries use previously cached results instead of always accessing the underlying database.  However, the senders of those queries may potentially be using a variety of tools to generate the queries, and these tools may introduce trivial differences into the XML.  The intent of the queries may be identical, but XNode.DeepEquals returns false if you compare the XML that contains semantically equivalent, but trivially different queries. This post describes a......

41 of 3778 | Higher Standards for Web Standards - Since the emergence of web services in the 90s, we’ve seen an explosion of standards and standards bodies. Sometimes, they emerge based on new innovations, other times they’re created to unblock a stalemate on a similar standard or organization. Occasionally...(read more)...

2009 Feb 15

42 of 3778 | Avista Revamps Customer Experience, Prepares for the Future - With all the buzz about the Smart Grid these days, anticipated customer service challenges have received scant mention. Reliability and grid infrastructure improvements have taken the headlines, but since customer service is such a costly and critical mission for the utility, getting it right on the day when the Smart Grid is switched on will take foresight and planning. Or at least, it will take upgrades that will improve customer service and arm businesses and consumers with more information that will enable them to make more intelligent decisions concerning their energy usage for cost, energy efficiency and environmental purposes. As utilities go about integrating all their IT systems ......

2009 Feb 14

43 of 3778 | Searching is fine…let’s make it easier, or even fun! Part 2 - Getting Images from Live Search API So, if you read part I of this post, by now you should have an idea of the type of experience and components that I aimed to develop… a web server rendering a client page with inside a custom control used to show and animate images found on Microsoft Live Search by invoking a web service running on web server… Wow, that was mouthful! :-) I hope the following diagram will help you navigate this architecture and have a feeling for the interactions among components… some details will follow Ok, let’s get it started… Sketching out the Web Control I wasn’t sure exactly how the control would look like, so I decided to sketch it using a user co......

2009 Feb 13

44 of 3778 | AllWebMenus by Likno - Server API dot Net How - I just started using AllWebMenus Pro version 5.1.  Trying to figure out how to generate the Menu execlusivly in code was a challange because in the documentation they had refrences to styles that I could not find in the generated Java Script files I copied to my dev environment. The Short and Sweet Blog version: The default menu.js will not contain any styles you define or select if you dont create a menu item prior to generating the menu with the AllWebMenus Tool. In your menu.js or customename_menu.js you will find a function named awBuildMenu()  in that function there are style objects that are created and instaciated  mostly they are named: its1 for itemstyle1 or grs1 for groupstyle1 ......

45 of 3778 | ASP.net hang in IIS 7.0 - When hosting an ASP.net web application on IIS7, and you have the application running in integrated pipeline mode, you may find that users complain that the application performs slowly.  This may occur if your website is busy, handling 12 or more requests concurrently, and those requests are handled asynchronously as opposed to synchronously.  The same application may appear to not suffer from poor performance when hosted on an IIS 6.0 server, or if the IIS7 site is set to run in Classic mode.    If you were to look at the currently executing requests in the IIS Manager by using the Request Monitor feature, you may see 12 requests currently in the ExecuteRequestHandle......

46 of 3778 | IBM, Amazon foreshadow a bevy of connecting clouds; Is Microsoft surrounded? - If there were any lingering doubts about whether Amazon Web Services were enterprise ready they dissolved this week once IBM became a partner. And now that Amazon and IBM have teamed up a picture of multiple computing clouds is emerging. Amazon Web Services teamed up with IBM to provide pay-as-you-go access to Big Blue’s database servers, [...] ...

47 of 3778 | Windows Live Admin Center - So the first question that springs to most people’s minds is “what on earth is the Windows Live Admin Center” (aside from another triumph from the Microsoft Product Naming Department).  Well it used to be called Windows Live Custom Domains (which was a far better name), and it allows you to offer all of the Windows Live features (email, LiveID, Messenger, storage etc) under your own domain name instead of using the live.com domain. Where this can be useful is in providing a group or community with an email address that is relevant to them, along with the other existing services such as 25Gb Storage, Messenger and so forth.  The advantage of this is not in getting a free email ......

2009 Feb 12

48 of 3778 | Best Web services available - Hi Folks,<br> I would like to know best available Web services (open source & other providers)which are widely using , please let me ...

49 of 3778 | Facing up to fonts - Richard Rutter of Clearleft has a nice presentation up on facing up to fonts that goes into nice detail on the world of typography and the Web. First he takes some time discussing fonts and various choices out there. Did you know about the various numbered font weights out there? From 100 to 900. Well, on Firefox 3 and WebKit. And there is font-stretch which no one supports. Then we have the EOT versus Open/TrueType wars: @font-face { font-family: "Fontin Sans"; src: url("http://server1.com/FontinSansR.otf"); } @font-face { font-family: "Fontin Sans"; src: url("http://server2.com/FontinSansR.eot"); } Richard is also a fan of the idea of Fonts as a Web Service where trusted t......

50 of 3778 | IBM taps Amazon to further extend cloud offerings - Just one day after IBM made several announcements related to a new cloud computing initiative, the company said it would offer software to clients and developers on Amazon Web Services under a “pay-as-you-go” model. In a release, the company said: Businesses today are looking for ways to quickly build, deploy and take advantage of the flexibility [...] ...

Page 1 of 76

Newest posts Newest posts in ws-web-services
 

    Email TopXML