Similar Articles |
|
JavaWorld July 2000 Jacob Weintraub |
Learn how to store data in objects In this second installment of Java 101, Jacob Weintraub delves into storing data in Java and the various ways you can use that data. Specifically, he examines how objects store data and how you can pass data to objects in method calls... |
PC Magazine May 4, 2005 Helen Bradley |
Demystifying Excel Macros Writing macros can be a challenge; learn the basics with our example. |
PC Magazine October 11, 2006 |
Flashing Text in Excel Make flash animation in Excel. |
PC Magazine August 23, 2005 Neil J. Rubenking |
Automating Page Breaks in Excel In the April 12 issue, your "Row-Based Page Breaks in Excel" article showed one way to create page breaks every row. Here's an Excel macro that automates the process. |
PC Magazine December 20, 2006 |
Excel Color-Coding for the Color-Blind An Excel macro to use only colors a color-blind person can differentiate. |
JavaWorld April 2001 Geoff Friesen |
Object-oriented language basics, Part 1 An introduction to object-oriented programming and how to declare classes and create objects from those classes... |
JavaWorld May 2001 Jeff Friesen |
Object-oriented language basics, Part 2 In this article, you'll gain an understanding about fields, parameters, and local variables and learn to declare and access fields and methods... |
PC World March 2003 Scott Dunn |
Window Tips: XP Error Messages--You Decide What to Report Customize outbound Windows XP error messages; add sounds and visual effects to your PC's error messages; diagnose memory errors; a better way to tweak Windows. |
PC Magazine December 9, 2003 Brickley & Cutting |
Automate Long Fills In Excel It's easy to create a macro that takes the hassle out of filling large ranges in Excel. |
PC Magazine September 1, 2008 Edward Mendelson |
Word Macros: Beyond the Basics Once you've begun recording and using Microsoft Word macros, you may encounter keyboard and mouse actions that don't translate into working macros. |
JavaWorld June 2001 Jeff Friesen |
Object-oriented language basics, Part 3 The author explores composition and demonstrates its value in object-oriented programming. Composition and inheritance are design consepts related in a manner similar to both sides of the same coin... |
JavaWorld December 2001 Brian Goetz |
Exceptional practices, Part 3 Exceptions provide a powerful mechanism for handling error conditions in Java programs. Part 3 covers message catalogs, a technique you can use to simplify the process of localizing your application for foreign markets. The use of message catalogs has additional benefits beyond localization -- they make it practical for documentation writers and human interface designers, rather than developers, to control the error messages. |
Commercial Investment Real Estate Sep/Oct 2015 Benjamin R. LaFreniere |
Today's Site Selection It's all about finding the right data points. |
PC Magazine June 1, 2005 Neil J. Rubenking |
Changing the Master Environment in Windows XP I've used your tips over the years to create various useful environment variables. But the variable seems to disappear when I close the Command Prompt window. Is there a way around this? |
PC Magazine May 16, 2007 |
How Excel Formulas Can Reference Comments How to carry non-cell data from one Excel worksheet to another. |
PC World March 2003 Lincoln Spector |
Answer Line: What Do You Do When Windows Doesn't Boot? Also: nonsensical Windows error messages; add Excel data to a Word file; print later by saving as .prn; transfer Word AutoCorrect settings. |
PC Magazine March 16, 2004 Jay Munro |
Routing Your Web Site Visitors How to use multiple domain names for your website while producing a customized display for each. |
PC Magazine November 2, 2005 Greg Morris |
Stay on Top of Key E-Mails, Anywhere Set up Outlook to send an SMS alert to your cell phone whenever you receive an important e-mail. |
PC Magazine February 3, 2004 Sheryl Canter |
Windows XP Error Reports Should you send those crash reports to Microsoft? |
Finance & Development December 2011 Sam Ouliaris |
What Is Econometrics? Econometrics uses economic theory, mathematics, and statistical inference to quantify economic phenomena. In other words, it turns theoretical economic models into useful tools for economic policymaking. |
Macworld August 2000 David Pogue |
The Dawn of a New Error What do Apple's error messages have against pronouns, anyway? |
Finance & Development March 1, 2006 Rodney Ramcharan |
Regressions: Why Are Economists Obessessed with Them? In economics, correlations are common. But identifying whether the correlation between two or more variables represents a causal relationship is rarely so easy. Here is how the use of regression analysis helps. |
JavaWorld September 2001 Jeff Friesen |
Object-oriented language basics, Part 6 Learn why Java's standard class library contains empty interfaces (such as Cloneable and Serializable). Also, examine the power of interfaces and learn why they provide more than a workaround for Java's lack of multiple implementation inheritance support... |
Linux Journal April 2000 Stephen Collyer |
Shell Functions and Path Variables, Part 2 Mr. Collyer continues his discussion with a detailed description of the addpath function. |