Member Login

E-mail:    Password:  




 TitleDate AddedCompany
whitepaper Manage Your Site From Anywhere With Remote Web Site View0000-00-00 Microsoft
  Remote Web site view, a new feature in Microsoft Office FrontPage 2003, allows doing all that and more. Users can easily find and publish changed pages, and can just as easily make sure that users don't publish updates until they want to.

Tags: Internet and Web
  
whitepaper Cut Your Work in Half With the New Split View0000-00-00 Microsoft
  In Microsoft Office FrontPage 2003, the new Split view gives simultaneous complete control over both the design and the code of the Web pages.

Tags: Internet and Web
  
whitepaper Decipher Your Code With the Quick Tag Selector and Quick Tag Editor0000-00-00 Microsoft
  Web pages can be fun, but not when one have to wade through a lot of code in order to find a problem or change an HTML tag, right? The new Quick Tag Selector and Quick Tag editor in Microsoft Office FrontPage 2003 can make the process of finding problems and changing tags a lot faster and easier.

Tags: Internet and Web
  
whitepaper Rich Text to HTML Text Conversion2007-10-01 Symbian
  This paper has presented a basic method for round tripping HTML and Symbian rich text. The implementation as-is provides fairly minimal support for HTML, but represents most of the important mark-up available to a user entering rich text into an application. They have stressed that the test suite is important in the development and using the test suite as a guard for refactoring the algorithm is the fundamental principle in evolving the parser.   
whitepaper On Extendable Software Architecture for Spam Email Filtering2007-08-15 University of Canberra
  The research community and the IT industry have invested significant effort in fighting spam emails. There are many content scanning based spam email filters available and also in operation. This is not because the filters are not powerful enough, but because the filtering systems are not flexible enough to adapt the new development of spam techniques, such as HTML tagging, image based spam, and keyword obfuscating etc. This paper proposes to use dynamic multiple normalizers as the preprocessors for spam filters. The normalizers convert an email to its plain text format, called normalization. With the help of the normalizers, spam filters only need to deal with plain text format, which is what the filters are good at.

Tags: Internet and Web, Intrusion - Tampering
  
whitepaper Automate and Speed Up Web Searches With Bots2007-07-11 JupiterMedia
  A bot is a computer program that surfs the web in much the same way as a human user; however, bots are automated. A bot can access a large number of sites much more quickly than a person. One might be surprised at how many uses there are for bots, both good and bad. HTML-based bots have direct access and close ties to the HTML that makes up web sites, and thus often break when changes occur to the web sites they were designed to access. Therefore, modern sites whose designers want to allow programmatic access typically offer web services that provide specific data on request, reducing or eliminating the need to parse the HTML to extract content.

Tags: Internet and Web, Software Development Tools
  
whitepaper PHP Code Design2007-06-22 Excel Software
  PHP is a server-side, open-source, HTML-embedded scripting language used to drive many of the world's most popular web sites. All major web servers support PHP enabling normal HMTL pages to embed code fragments that get interpreted before being served up to requesting users. PHP is often used with MySQL, a popular open-source database engine. PHP is a modern language for web site development with both procedural and object-oriented programming and integrated database support. This paper shows techniques used to organize and communicate the structure of existing PHP projects and design new enhancements. Software models provide the framework that enables a development team to work together productively and understand, evaluate integrate or implement new source code for a PHP project.

Tags: Software Development Tools, Software Development Tools
  
whitepaper ASP.NET 2.0 CSS Friendly Control Adapters0000-00-00 Microsoft
  Control adapters lets a person change the HTML markup produced by ASP.NET controls. Rather than having to invent a new control to generate the markup one want, in many cases it can simply write a small adapter for an existing ASP.NET control. This paper discusses control adapters in general and a sample set of adapters in particular. The samples demonstrate how a person can adapt controls so they are easier to style with CSS. The adapters one creates in the future may share this or some other purpose.

Tags: Internet and Web, Software Development Tools
  
whitepaper Dreamweaver CS3: The Missing Manual - Introducing Cascading Style Sheets2007-06-01 O'Reilly Media
  What one sees on a Web page when one uses garden-variety HTML tags like, and, pales in comparison to the text and styling on display in, say, a print magazine. If Web designers had only HTML to make their sites look great, the Web would forever be the ugly duckling of the media world. HTML doesn't hold a candle to the typographic and layout control one gets when creating a document in even the most basic word processing program. Fortunately for the designers, one can change the ho-hum appearance of HTML using a technology called Cascading Style Sheets. Cascading Style Sheets (CSS) are ways of making HTML look beautiful.

Tags: Internet and Web, Software Development Tools
  
whitepaper The Output Delivery System (ODS) From Scratch2007-05-14 SAS Institute
  The Output Delivery System (ODS) was created to enable SAS customers to generate more reports with new features than could be generated via the old-fashioned listing output. Until ODS was released, the output from the SAS System was relegated to plain text and ASCII art drawings of tables. By using ODS, one can now create various types of output; for example, HTML, XML, PDF, PostScript, RTF, Microsoft Excel, and many more. The ODS is a great way to move beyond reports that just use the listing output. This paper tells what is needed to know to generate reports with ODS, from scratch.

Tags: Internet and Web, Software Development Tools