| Title | Date Added | Company | |
|---|---|---|---|
![]() |
The Missing Manual: Style Sheets | 2006-01-18 | O'Reilly Media |
| Style sheets are separate documents that are filled with formatting rules. The browser reads these rules and uses them to format the Web page. For example, a style sheet rule might say, "Make all headings bold and fuchsia and draw a box around each one." There's several reasons that one places formatting instructions in a style sheet instead of directly in a Web page. The most obvious one is reuse. For example, thanks to style sheets, one can create a single rule that one can use with every level three heading in every Web page on the Web site. The second reason is that style sheets help to make tidy, manageable HTML.
Tags: Web Development and Design, |
|||
![]() |
Improving Privacy Fox: Building Version 2.0 | 2006-03-07 02:53:48 | Carnegie Mellon University |
| The Platform for Privacy Preferences (P3P) is a standard developed by the World Wide Web Consortium (W3C) to provide a machine-readable language for describing the privacy policy and practices of a website. Privacy Fox is a browser extension for the Mozilla Firefox that allows translation of the P3P XML into human-readable HTML. The first version of Privacy Fox was a proof-of-concept course project, and lacks features that would make it a more usable and informative product. | |||
![]() |
HTML With CSS & XHTML: Adding a Little Style | 2005-11-18 | O'Reilly Media |
| With CSS, one is going to completely control the presentation of the pages, often without even changing the XHTML. Could it really be so easy? Well, one is going to have to learn a new language; after all, Webville is a bilingual town. After reading this paper to learning the language of CSS, one is going to be able to stand on either side of Main Street and hold a conversation.
Tags: Web Development and Design, |
|||
![]() |
MSDN Webcast: ASP.NET 2.0 Soup to Nuts: HTML Basics (Level 200) | 2005-11-07 | Microsoft |
| The webcast introduces the concepts behind the HyperText Markup Language (HTML). HTML is a powerful tool that can be used to describe the visual aspects of a Web-based application. This webcast provides a brief history of HTML, its current status, and its plausible future scenarios.
Tags: .NET, Application Development |
|||
![]() |
Automation and Customization of Rendered Web Pages | 2006-02-24 01:01:25 | Association for Computing Machinery |
| On the desktop, an application can expect to control its user interface down to the last pixel, but on the World Wide Web, a content provider has no control over how the client will view the page, once delivered to the browser. This creates an opportunity for end-users who want to automate and customize their web experiences, but the growing complexity of web pages and standards prevents most users from realizing this opportunity. This paper describes Chickenfoot, a programming system embedded in the Firefox web browser, which enables end-users to automate, customize, and integrate web applications without examining their source code. | |||
![]() |
Yahoo! Hacks: Visualize Your Music Collection | 2005-10-06 | O'Reilly Media |
| Visualizing an entire music collection has never been easy. Whether the music is in stacks of vinyl records or in racks full of CDs, it's tough to get a picture of all of the artists, albums, and genres that are so unique to each of us. Moving music from the physical world to the digital world of computers has helped, because digital formats can store information about albums and artists that can be extracted and analyzed. This paper helps to visualize the virtual music collection by showing a list of artists in different font sizes: the larger the font, the more tracks one has by that artist.
Tags: Programming Languages, Java |
|||
![]() |
Using Inline HTML Formatting With Oracle Reports | 2005-10-01 | Oracle |
| Oracle Reports is a powerful high fidelity reporting tool that is used for dynamic, enterprise reporting. It has an impressive array of features that allow precise control of the formatting of the output. Among a host of other options, it allows a variety of fonts, styles, and colors. One can change the formatting of text objects both at design time using Reports Builder user interface, and at runtime using SRW built-in procedures. The inline HTML formatting feature introduced in Oracle Reports 10g Release 2 (10.1.2) takes the concept of runtime formatting a step further. | |||
![]() |
Dynamic Interaction With Your Web Application | 2006-12-09 01:00:18 | Sun Microsystems |
| This paper shows the code of a simple servlet. This servlet accepts just one attribute via the POST method. An equally simple HTML page consisting of a text area and a submit button is written to interact with it. Yet despite the simplicity of these two components, what a user will have is a powerful tool to interactively analyze the state of any web application. | |||
![]() |
FrontPage 2003: The Missing Manual - Cascading Style Sheets | 2005-09-12 | O'Reilly Media |
| When HTML receives its lifetime achievement award from the World Wide Web Academy, it surely won't be for the gorgeous documents it helped produce. HTML's layout capabilities are pretty limited. So now that one understands basic HTML formatting, one is probably wondering how some Web sites manage to look so sleek. Cascading Style Sheets, or CSS, have advanced the cause of Web design enormously. With CSS, an author gains greater control over what each page looks like. Style sheets contain specific typographic and color controls to improve the site's appearance, and most of these CSS tools surpass regular HTML formatting capabilities. But styles go beyond controlling text and color.
Tags: Web Development and Design, |
|||
![]() |
Internet Basics | 2006-02-24 01:01:25 | |
| Browser is the vehicle you use to navigate the web. This paper describes browser applications and configurations. There are three leading web browser applications, and several other options. One's choice depends on the preferences and experiences. Nowadays most people use one of the mainstream browsers: Internet Explorer, Mozilla, or the older Netscape. |