Home > Articles > Web Development

Web Development

840 Items

Sort by Date | Title

Chapter 3: Simple Object Access Protocol (SOAP)
Dec 11, 2001
sams_sample_chap
Charlie Hunt on Java Performance Monitoring and Tuning
Oct 4, 2011
Steven Haines and Charlie Hunt, co-author of Java Performance, talk about performance issues, application monitoring, scalability vs performance, and the impact cloud computing has on application monitoring and performance management.
Child Elements and Keywords in XAML
Jan 20, 2015
This chapter from XAML Unleashed examines the types of children that object elements can have. It also summarizes all the keywords in the XAML language namespace.
Choosing a Content Management System
Apr 5, 2002
Shawn Shell describes the steps for fitting a content management solution to your organization's technical and social environments.
Cleaning Your Web Pages with HTML Tidy
Jul 2, 2004
Even with the push for web standards, many web pages are still plagued by sloppy coding. Technical writer Scott Nesbitt looks at fixing problems with HTML files using HTML Tidy.
Client-Side Script Integration in ASP.NET
May 28, 2004
This chapter takes a look at the major client-side script issues that affect you when you create ASP.NET pages, as well as when you create reusable content such as user controls and server controls. It reinforces some of the basic techniques and demonstrates useful ways that even very simple script can solve common issues you come up against when building ASP.NET Web applications.
Cloud Security and Privacy: A Legal Compliance and Risk-Management Guide, Part 1
May 3, 2010
Legal expert Robert McHale discusses the principal federal and state laws regulating cloud activities, and the legal security and privacy risks associated with cloud computing.
Cloud Security and Privacy: A Legal Compliance and Risk-Management Guide, Part 2
May 10, 2010
In Part 2 of this two-part series, legal expert Robert McHale discusses the practical due diligence checklist companies should consult before entering into a cloud service agreement.
Cocoa Design Patterns: Controllers
Sep 29, 2009
Erik M. Buck and Donald A. Yacktman explore some common controller tasks and identify opportunities for reuse in "glue" code.
Code Concepts 101: Using Logic in Zope's DTML
Jan 18, 2002
Learn how to use the Document Template Markup Language (DTML) to create simple "wrapper" methods that perform basic logic in DTML to decide how to display their wrapped content.
Coding Guidelines for Client-Side Scripting
Nov 30, 2001
Client-side script code can be improved for maintainability and reusability by adhering to some helpful coding practices. Scott Loban highlights some structural and organizational conventions in this article.
CoffeeScript in a Nutshell, Part 1: An Introduction to CoffeeScript
Sep 11, 2013
Jeff Friesen introduces you to CoffeeScript and shows you how to obtain and use the CoffeeScript compiler.
CoffeeScript in a Nutshell, Part 2: CoffeeScript Language Basics
Sep 11, 2013
Jeff Friesen introduces the basic language features of CoffeeScript that you must understand before diving into advanced language features.
CoffeeScript in a Nutshell, Part 3: CoffeeScript Functions and Classes
Sep 11, 2013
One of CoffeeScript's key strengths is that almost everything is an expression. In addition to learning about this concept in Part 3 of Jeff Friesen's four-part series on CoffeeScript, you explore CoffeeScript's new and improved operators, destructuring assignments, decisions, and loops (including 'for' comprehensions).
CoffeeScript in a Nutshell, Part 4: Developing Applications
Sep 11, 2013
This final installment of Jeff Friesen's CoffeeScript series introduces you to classes and several additional language features: function binding, block regular expressions, closures, and embedded JavaScript.
Combining JavaScript and HTML
Aug 27, 2001
In this excerpt from JavaScript 1.5 by Example, authors Adrian and Kathie Kingsley-Hughes take a look at how JavaScript and HTML combine in a Web page seamlessly.
Common Work Cycles in Web Development
Sep 28, 2001
Web development involves four common work cycles. Russell Nakano details each cycle in this article and shows how you can transition among them.
Comparing Python Object-Oriented Code with Java
Oct 14, 2015
Do you avoid Python OO features, preferring the procedural/functional model? That tendency is common in languages such as PHP, where many programmers opt not to use OO features. But you might be missing an important opportunity! Java requires an OO approach, giving you the advantages of that model in every line of code you write. Stephen B. Morris points out the advantages of using Python's OO features in a manner similar to Java's.
Concise and Comprehensive: an HTML5-focused Interview with Authors Klaus Förster and Bernd Öggl
Aug 11, 2011
Cameron Laird interviews Klaus Förster and Bernd Öggl about their book, HTML5 Guidelines for Web Developers, how developers are adopting HTML5, and potential problems with using HTML5.
Connecting Zope to External Relational Databases
Dec 28, 2001
In this sample chapter from Zope Web Application Construction Kit, you'll learn about relational databases and how they can be used with Zope.

<< < Prev Page 6 7 8 9 10 Next >