Definition Web and XML Glossary Welcome to dret's Web and XML glossary. The acronym index (shown below) provides a concise list of all acronyms, while the individual letter indices (always accessible via the letter bar) list the full names as well. If you are interested, you can look at some Statistics about the Glossary. Glossary Index 1080i · 1080p · 16:9 · 1NF · 2NF · 2PC · 3DES · 3DESE · 3NF · 4:3 · 480i · 480p · 4NF · 5.1 · 576i · 576p · 5NF · 6.1 · 6NF · 7.1 · 720p · AAC · ABNF · ACAP · ACE · ACELP · ACID · ACL · ACM · ActiveX · ADO · ADPCM · ADSL · AEA · AES · AFS · AGP · AGP Pro · AH · AHAH · AIFF · AIFF-C · AIIM · AIM · AIML · AJAX domain-keyformnormal in Public bookmarkswith tipsntrickstutorialutils
Java - a hotchpotch of resources Some answers to common questions * Servlet Design - How can I do <xxx> in a servlet? * Compiling And Working With Packages - A set of rules to keep your compiler and interpreter happy. * The Extensions Mechanism - How to use it, and a couple of caveats. * Strings/StringBuffers - When String concatenation makes sense, and when it's plain evil. * String conversions - The Good, the Okay-I-Suppose, and the Utterly Horrible. * Classpath woes - Dr Classpath, or "How I Learned to Stop Worrying and Love the Defaults" * Newsgroup guidelines - How to get the most out of the comp.lang.java.* newsgroups. * Parameter passing in Java - an explanation of the pass-by-reference/pass-by-value confusion. * Converting a Java application into in Public bookmarkswith javatipsntrickstutorialutils
JXXX Compiler Service This is a remote compiling service for those who would either like to develop applications and/or applets but aren't fortunate enough to have access to one of the platforms to which the JDK has been ported, or who just don't want to go through the hassle of installing the complete JDK. In addition to compiling you can view any compiled applets directly without having to download them to your site first; this should speed up debugging applets a bit. If you are using this service for the first time or are experiencing problems then please read the instructions. in Public bookmarkswith javautilsby 2 users
Koders: ImageUtils.java * Utilities methods for image manipulation. * It does not support writting of GIF images, but it * can read from. GIF images will be saved as PNG. * * @author Rafael Steil * @version $Id: ImageUtils.java,v 1.15 2005/12/23 20:37:00 rafaelsteil in Public bookmarkswith graphicjavasourcecodeutils
Rules of Data Normalization 1NF Eliminate Repeating Groups - Make a separate table for each set of related attributes, and give each table a primary key. 2NF Eliminate Redundant Data - If an attribute depends on only part of a multi-valued key, remove it to a separate table. 3NF Eliminate Columns Not Dependent On Key - If attributes do not contribute to a description of the key, remove them to a separate table. BCNF Boyce-Codd Normal Form - If there are non-trivial dependencies between candidate key attributes, separate them out into distinct tables. 4NF Isolate Independent Multiple Relationships - No table may contain two or more 1:n or n:m relationships that are not directly related. 5NF Isolate Semantically Related Multiple Relationships - There may be practical constrains o Rules of Data Normalization Page datanormalizationrules in Public bookmarkswith databasetipsntricksutilsby 6 users
Sunwest Technologies: White Papers - Programmable Graphics Dynamic Image Software Package The answer to the above question is the Dynamic Image software package from Sunwest Technologies. Dynamic Image combines the power of Java 2D API with the ease-of-use from HTML "img" tag to provide an ideal tool for a Web designer to dynamically create graphics and images. * For JSP Use For a Web designer, he/she can use Dynamic Image just like the HTML "img" tag. Images can be created intuitively with simple HTML-like tags. Little or no Java programming experience is required. * For Servlet/Application Use Dynamic Image can also be used as a Java API library for a seasoned programmer to build Java Servlets or standalone Java applications. * See User Guide and Examples for detailed information on how to cr in Public bookmarkswith graphicjavautils