|
|
|
|
|
| | Total Hits: 7 | Today: 0 | Author: William | Rating:  |
| |  XML is the standard for distributing content on the internet, however it can prove a challenge when trying to consume and handle the data retrieved from an XML document. This is the first in a two part series on consuming and displaying XML content on your own website. We will be using XPathDocument and XPathNavigator to select the information we want from the XML document and a simple repeater to display the information within our own website. I will also show a ridiculously easy technique that... |
| | Total Hits: 88 | Today: 0 | Author: Harry Pierson | Rating:  |
| |  One way that Web sites and applications become better able to meet the needs of customers is by allowing them to personalize their experience. For Web sites, this means displaying the content as the user wants to see it. For rich-client applications, this often means allowing the user to choose the user interface through a technique known as skinning, which is similar to themes in Windows XP. This article shows how you can apply skinning to Web sites, wrapping their functionality in a new user i... |
| | Total Hits: 67 | Today: 0 | Author: Dennis Forbes | Rating:  |
| |  Scalable Vector Graphics (SVG), a W3C graphics standard built around XML, is one of several vector graphics technologies that allows fast, lightweight drawings such as charts and graphs to be rendered on the fly in an appropriate viewer. There are many advantages to such vector graphics, including conservation of bandwidth and storage media, and flexibility. This article explains these benefits and shows you how to easily add powerful, dynamic, interactive visual elements to your Web application... |
| | Total Hits: 98 | Today: 0 | Author: Milan Negovan | Rating:  |
| |  Programming with web standards in mind, although vastly ignored, is becoming more and more important. It almost seems it took too long to promote ASP.NET. Now that we're over the hill and "this stuff works" it is about time to start paying attention to web standards. In this article you will learn how to implement a response filter and plug it into the ASP.NET pipeline. The filter will transform outgoing HTML into XHTML 1.0-compliant markup.... |
| | Total Hits: 247 | Today: 0 | Author: Rafay Bin Ali. | Rating:  |
| |  Today I talk about how the XML technology may be used to simplify the electronic communication of financial documents. Corporate financial documents are commonly represented by means of balance sheets, income statements, statement of cash flows, etc. These various parts of an organization’s financial statements adhere to guidelines established by the Securities and Exchange Commission (Pakistan) or to GAAP. Since the financial documents fit neatly (most of the times) into a well-defined and laid... |
| | Total Hits: 197 | Today: 0 | Author: O'Reilly Media | Rating:  |
| |  Picking up from where we left off last week, you'll learn how to override style properties, set styles programmatically, and more. This article is excerpted from chapter five of the book Programming Windows Presentation Foundation, written by Chris Sells and Ian Griffiths (O'Reilly; ISBN: 0596101139). Copyright © 2006 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.... |
| | Total Hits: 305 | Today: 0 | Author: Xiaozheng Chen. | Rating:  |
| |  InfoBot differs from many other RSS aggregators in that it doesn't need the user to refresh or view the webpage/application himself or herself. The user could easily subscribe to the channels he or she likes in the small menu items, no complicated window forms at all. InfoBot raises a bubble in the system tray to give a notification about the new information when you are working with other things. Click on the bubble links to the web page of the news. (This application was originally designed... |
| | Total Hits: 429 | Today: 0 | Author: Vincent DUVERNET (Nolmë Informatique). | Rating:  |
| |  Looking up on Google about XML serialization would give us many links about problems, questions, and other things about it. But nowhere, did I find an article that has it all. So if you are looking at how to serialize hashtables, GDI objects (GraphicsPath, Fonts...), etc., read on.... |
| | Total Hits: 302 | Today: 0 | Author: Peter A. Bromberg, Ph.D. | Rating:  |
| |  Remote Scripting (which is now referred to inaccurately as "AJAX" mostly because of a bunch of marketing hype) was invented by Microsoft around 1998, and was first notably used in a commercial application by the MS Exchange team in Outlook Web Access to make the Outlook Web application "look and feel" more like the desktop Outlook. The level of maturity of OWA was incredible, but it was only recently that browsers besides Internet Explorer got religion and implemented the XMLHttpWebRequest featu... |
| | Total Hits: 288 | Today: 0 | Author: rafael_p | Rating:  |
| |  Sometimes you need to create dynamic pages. You may allow users to build their own applications by selecting the fields they need. In this article, I will show how to build dynamic applications by using ASP.NET and XML. In this example, I use XML for meta-programming or generative programming. I use XML with an XSLT to generate ASP.NET PRE, utilizing intrinsic ASP.NET parsing methods with the XSLT output. Steps that we need to do: Create XML file (schema of our page). Create an XSLT style... |
| | Total Hits: 264 | Today: 0 | Author: Bill Pierce | Rating:  |
| |  AJAX, if you haven’t already heard, stands for Asynchronous JavaScript And XML. If you’re unfamiliar with what AJAX is, I suggest reading AJAX: A New Approach to Web Applications by Jesse James Garrett. AJAX is a relatively new name for a set of technologies that have been around for quite some time. I recently signed up for a G-Mail account and was very pleased with its responsiveness and lack of obnoxious advertising. As a developer I thought that the site's performance was due to the lean lay... |
| | Total Hits: 789 | Today: 0 | Author: Taha Zayed | Rating:  |
| |  Hi there of course all of you hear about Ajax ;) and about its performance,but the main problem is you have to write Javascript function for each case also I didn't found any code to fill Datagrid(note: Datagrid is converted to Html Table at Client-side) with Ajax so I decided to write generic JavaScipt library for Ajax and also support Datagrid with paging.... |
| | Total Hits: 248 | Today: 0 | Author: Steven A Bristol | Rating:  |
| |  AJAX, or Asynchronous JavaScript and XML, is a fancy way to use JavaScript and XML to communicate with a web server without refreshing the web page. You can visit this web page for more information about AJAX; it has a good list of links.... |
| | Total Hits: 198 | Today: 0 | Author: XML For ASP.Net Developers | Rating:  |
| |  Guy S. has taken my original ASP.NET XML menus and extended them significantly. New features include a more object-oreinted code base, permission level checking, control events, caching, support for frames, plus more.... |
| | Total Hits: 464 | Today: 0 | Author: Jagadish Chaterjee | Rating:  |
| |  This article mainly concentrates on using XML as data storage (instead of using RDBMS). We will cover how to develop a Web application using ASP.NET by developing our own simple business logic, which gets directly mapped to XML data and XML schema files.... |
| | Total Hits: 520 | Today: 0 | Author: aspalliance | Rating:  |
| |  This Article will cover XML Processing Instructions; adding them to an XML Document or editing the processing instructions value. This will demonstrate how to do this using C#.... |
| | Total Hits: 288 | Today: 0 | Author: aspalliance | Rating:  |
| |  One of the most frequent tasks that web developers receive is that of creating a form to collect user input. One solution is to use an ASP.NET web page to create an XML file that will be used as the basis for a Web form. The three part article, XML Form Generator, will demonstrate how to easily create an XML form that will save user input as an XML file.... |
| | Total Hits: 295 | Today: 0 | Author: MSDN | Rating:  |
| |  When you use the Extensible Markup Language (XML) Schema Object Model (SOM) to create and to compile a schema from the very beginning, the SOM does not recognize a valid prefix inside an XML Path Language (XPath) selector. The prefix is added through the XmlSchema.Namespaces property.... |
| | Total Hits: 392 | Today: 0 | | Rating:  |
| |  Quite a few people have asked how I did the Amazon .NET book chart, here is the source code and how it works.... |
| | Total Hits: 413 | Today: 0 | | Rating:  |
| |  XML is normally mentioned in the same sentence as data exchange, Web services, or Web integration because these are some of the more popular ways to use it. However, because of XML's extensible nature, it can be used along with many other technologies.... |
|
|
|
|
|
|
|
|
|
|
|
|
|