Did you mean
McDATA Corp. (4 results)
Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- Colin's Cornet
- Colin's Cornetblog rootYahoo! to be a tech publisher ?According to Sam Whitmore's Media Survey , CNET.com editor-in-chief Patrick Houston departs today to join Yahoo! to head up a new tech editorial channel. At CNET, Patrick was responsible for a recent major makeover of CNET's Personal Technology Reviews. Sam...This post originally...
- Discussion threads 2005-06-10
- Not IT
- Not ITblog root&]>ampampampamp在HTML页面中,"Acronym"标记用来显示缩写词。比如:This post originally appeared on an external websiteAll beauty must die这个夏天已经那么长不知几时才能结束空气里都是黏稠的味道就像打&This post originally appeared on an external websiteThe Wall狂风过后喉咙里还有尘土的味道臣伏在音乐的脚下就这样轻而易举的&This post originally appeared on an external websiteTHE SEVEN MYTHS OF KNOWLEDGE MANAGEMENTIf you look at how companies approach knowledge management, you can see thatthe problem is in the execution....
- Discussion threads 2005-06-01
Additional Resources
- Creating a scalable content management solution
- What do you think?I am developing right now some of the CMS for the web application and it was long process before to define what kind of format of information must be. And when we found suitable format, every one said me: LukCAD it is very simple but simpler must...
- Discussion threads 2005-10-17
- ebay API problem! Get "Unsupported Verb"
- So I'm trying to connect AND GET A RESPONSE from the ebay sandbox server utilizing Java 1.5 & JDOM 1.0. Here's the entry point (adapted from O'reilly's Real World Web Services):public static void main(String[] args) throws IOException { EbayAPISimpleCall myCall = new EbayAPISimpleCall; myCall.setApiVerbGetOfficialTime; Document myDocument = myCall.executeCall; new org.jdom.output.XMLOutputter.output(myDocument, System.out); myCall.setApiVerbGetSearchResults; myCall.setArgument("Query", "![CDATA['abbey road']]"); myDocument...
- Q&A 2005-08-21
- Designing an XML grammar with DTDs
- XML is a great medium for data transfer and definition, but it must be consistent to make it consumable. Learn more about creating a DTD to determine consistent XML.In other articles, we've traced the evolution of our Form Letter Editor towards using XML and introduced Document Type Definitions DTDs as...
- Technical articles 2002-09-19
- Java & XML: Advanced SAX
- SAX is indeed named the Simple API for XML, it offers programmers much more than basic parsing and content handling. There is an array of settings that affect parser behavior, as well as several additional handlers for edge-case scenarios; if one needs to specify exactly how strings should be interned,...
- Book chapters 2006-12-01
- Send binary data in XML
- You may be familiar with using text to describe data in XML files, but what if you want to send binary data? Find out what XML characters will derail binary data and how you can work around the problem.XML is generally thought of as a method for describing data using...
- Technical articles 2002-11-27
- Combine app-defined payloads with lightweight DIME format
- Direct Internet Message Encapsulation DIME offers a better alternative to MIME and raw XML to combine multiple text and binary records into one binary stream. See how DIME can work with your applications.The Direct Internet Message Encapsulation DIME format provides an easy, standard mechanism for combining multiple text or binary...
- Technical articles 2002-12-06
- An introduction to XML grammar
- Restricting the content included in an XML document is important to ensure consistency, but it can be cumbersome. Follow this example to learn to create a Document Type Definition DTD for XML documents.Document Type Definitions DTDs are an optional but useful part of XML. In this article, I’ll show you...
- Technical articles 2002-09-06
- Working with XML entities
- XML entities are often overlooked in the XML dialect, but they provide a powerful vehicle for XML developers. Learn how to effectively use them in your DTDs as placeholders or to retrieve external data.An XML entity can play several roles, such as a placeholder for repeatable characters (a type of...
- Technical articles 2002-10-28
- Build powerful Web interfaces with a free JavaScript framework
- Scriptaculous allows you to easily add powerful AJAX-based user interface features to Web 2.0 applications. Web developer Tony Patton explains why you should use it and describes how to use it. The days of building Web applications from the ground up are over as the Web is overflowing...
- Technical articles 2007-01-12
- 10 Questions about meta data
- By Amy Cowen(9/7/99)Before you close your next <HEAD> element, you should spend some time describing your page using meta tags. Style sheets work to separate the formatting of your page from the structure of the page. But when you turn to meta data, you will have to step back even...
- Technical articles 2003-10-06
- Examples of uniting VBScript and JScript scripting languages with Windows Script Files
- If you need further proof that Windows Script File is a powerful tool in building scripts, then look no further. In part two of a Daily Drill Down series from Greg Shultz, he provides an in-depth look at how to combine two disparate scripting languages.In part one of my Daily...
- Technical articles 2001-07-16
- Extract XML document statistics with PHP
- As more and more content moves to the XML format, and as XMLfiles get more and more complex, you'll sometimes need to analyze these filesand generate statistical information about them. This requirement is,admittedly, not common. But if you ever do find yourself facing it you'll behappy to know that you...
- Technical articles 2004-06-03
- Handle SVG styles
- SVG has the ability to assign styles to objects. Find out how.By Jackson WestOne of the more powerful aspects of SVG is the ability to assign styles to objects. This can be done either directly in the SVG document itself or with an external CSS file, making it easy to...
- Technical articles 2003-09-30
- Creating custom Visual Studio 2005 code snippets
- In last week's column,we introduced Visual Studio 2005's new code snippet features. The built-insnippets are great, but Visual Studio 2005 takes it a step further by allowingyou to create your own for reuse in a project or projects. This week, we extendthe concept by creating custom code snippets to easily...
- Technical articles 2006-05-02
- Creating an XML-based shopping cart in PHP
- With the growing popularity of XML solutions, more and more shopping cart applications are using XML to store and manage shopping cart data. Learn how to implement your own XML-based shopping cart application. Keep your developer skills sharp by automatically signing up for TechRepublic's free Web Development Zone newsletter,...
- Technical articles 2005-04-11
- Apply the Role Attribute design pattern
- This article originally appeared as an XML e-newsletter.By Brian SchaffnerWhen designing document type definitionsDTD and schemas for new XML grammars, it's often difficult toknow exactly how all the pieces of data will be used. Sometimes yousimply need a more precise or specific way of defining a particularelement. In these types...
- Technical articles 2003-09-29
- Parsing XML documents with Perl's XML::Simple
- As more and more Web sites begin using XML for theircontent, it's increasingly important for Web developers to know how to parseXML data and convert it into different formats. There used to be two ways ofdoing this: setting up callback handlers that get invoked when a particularelement type is recognized...
- Technical articles 2004-09-17
- Create custom Visual Studio 2005 code snippets
- Visual Studio 2005's built-in code snippets are great, but you can extend the concept by creating custom code snippets to easily reuse common code blocks in your application. This tutorial walks you through the process of creating custom code snippets. Creating the file Code snippets are defined in...
- Blog posts 2008-04-18
- << Previous
- page 1 of 1
- Next >>