Search tips

  • DATABASE DEBUNKINGS - LINKS
    04-28-06 Iterative Software Development 04-28-06 No Silver Bullet 4-21-06 Ow, My Unnormalized Head! 4-14-06 The Wonderful World of XML 2-17-06 When Your Data Is Stored in XML 2-3-06 10 Common Design Mistakes 1-27-12 Why SQL Sucks 1/20/06 Future of Computing 12/10/05-Authors Don't Read 11/11/05 OTLT and EAV 11/04/05 Bullshit about RDBMS 08/26/05 Two big design mistakes 07/01/05 Iterative Software Development 5/27/05 Why Significant UML Change is Unlikely 5/13/05 Is XML the Answer? 5/13/05 Arrogance & Slashing Slashdot (& MySQL) 5/6/05 I'm Not Buying In 04/22/05 Intro Iterative & Narrative Integration 01/4/05 Is Criticism Unprofessional? 03/18/05 A Simple Guide to Five Normal Forms 10/15/04 Systems Software Research is Irrelevant 10/15/04
    The web site that sets matters straight by dispelling fallacies, misinformation and confusion about database management. The forum for concepts, principles and methods and their practical implications that receive little, incorrect, or no coverage from the trade media and no consideration from vendors and industry pundits.
    articles chris data database date dbms education fabian management model papers pascal rdbms relational seminars technology
    with database tipsntricks tutorial
  • 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-key form normal
    with tipsntricks tutorial utils
  • dreamincode.net
    Programming and Web Development Help
    with forum tipsntricks tutorial by 3 users
  • Easy Learn Java - Programming Articles, Examples and Tips
    Free "1000 Java Tips" eBook is here ! It is huge collection of big and small Java programming articles and tips. Please take your copy here. You need latest version of Acrobat Reader to be able to read it, because the content is digitally signed. The size of "1000 Java Tips" e-Book is 856 pages of A4 format!
    Easy Learn Java: Programming Articles, Examples and Tips :
    and applications c class code coverage developers help java memory number object performance problems programs resolve test way
    with java tipsntricks tutorial by 2 users
  • exampledepot.com - Java Examples from The Java Developers Almanac 1.4
    This website supplements the book The Java Developers Almanac 1.4. All the code examples from the book are made available here for you to copy and paste into your programs.
    Java Code Examples from The Java Developers Almanac
    examples java
    with java sourcecode tipsntricks tutorial by 5 users
  • FindBugs™ Find Bugs in Java Programs
    This is the web page for FindBugs, a program which looks for bugs in Java code. It is free software, distributed under the terms of the Lesser GNU Public License. The name FindBugs™ and the FindBugs logo are trademarked by The University of Maryland. Fortify logo FindBugs is sponsored by software security company Fortify Software, which sells security tools, including Fortify Source Code Analysis, which which uses static analysis to search for security vulnerabilities (much as FindBugs uses static analysis to look for general code quality problems. FindBugs is integrated into Fortify's tools, providing an integrated tool set to look for and audit both security and quality problems ( press release).
    with java tipsntricks
  • Freewarejava.com Java Tutorials
    Kneedeep in Java: A advanced tutorial for the programming language Java. It is not meant to be a beginners guide to Java. Here we discuss advanced topics of Java - for example how sophisticated graphic effects can be programmed. -- Basic Course in Special Effects and Game Development in Java -- Brewing Java: A Tutorial -- Code Signing for Java Applets -- Introducing Java (TM) - Your First Applet -- Java 101- An Introduction to Java -- Java 2D- An Introduction and tutorial -- JavaUser (From Zdnet) -- Java Lecture Notes --
    Click here for tutorials on programming in Java.
    help java reference tutorials
    with java tutorial
  • Google Search: java arrays
    lots several tutorials for basic fundamental
    with java tutorial
  • Graphics File Formats FAQ (Part 4 of 4): Tips and Tricks of the TradeI
    Programming Tips for Graphics File Formats * 0. What's the best way to read a file header? * 1. What's this business about endianness? * 2. How can I determine the byte-order of a system at run-time? * 3. How can I identify the format of a graphics file? * 4. What are the for ...moremat identifiers of some popular file formats?
    with graphic tipsntricks tutorial
  • Handy Cheat-Sheet of MySQL Commands
    From your login shell... # Creating a Database # mysqladmin create [databasename] Example: # mysqladmin create mydatabase [Enter] # Dropping (Removing) a Database # mysqladmin drop [databasename] Example: # mysqladmin drop mydatabase [Enter] # Populating an Existing Database from a *.sql File # mysql [databasename] < [databasedumpfile.sql] Example: # mysql mydatabase < mydatabase.sql [Enter] # Dumping Database Structure and Data to a *.sql file mysqldump --opt [database] > [databasefilename.sql] Example: mysqldump --opt techmanual > techmanual.sql; From within the MySQL interface... # Starting MySQL from the Command Line # mysql Example: mysql [Enter] You will be welcomed with the following message: Welcome to the MySQL monitor. Commands end
    with mysql tipsntricks
  • HIOX FREE MySQL Tutorial - Alter/Modify Table, Rename Table, Adding/Add a column
    bra grund
    How to Change or Alter MySQL Table by using query in MySQl Tutorial.
    alter change how mysql table tables
    with mysql tutorial
  • Hockinson.com: Cheat Sheet for MySQL 4.x Schema
    Portions of the following are quoted from the MySQL web site. Observations and opinions expressed below may be useful to MySQL newbies (use this information at your own risk). Use the underscore character in your column names, e.g. first_name. Subsequently in your PHP scripts the underscore can be easily replaced with a space. Use only lower case letters to ensure portability to other system configurations. Avoid using hyphens in the names of databases, tables, and columns. Situations can arise where the schema is not portable to another system configuration if upper case letters and/or hyphens are used. Hyphens appearing in a double-quoted line of PHP code may be interpreted as a minus sign (crashing the script). Usage of SET and ENUM fields is tricky when
    MySQL Schema Cheat Sheet for PHP
    cheat cheatsheet database example learning mysql php schema sheet tutorial
    with mysql tipsntricks
  • http://javafaq.nu/java-article381.html: The Java Lesson 1

    The Java Lesson 1: What is Java?: Important Java News
    applications certification code course developers development embedded for help java programming search single software web
    with java tutorial
  • http://www.egr.unlv.edu/~oravec/JavaTutorial/
    Return to My Home Page UNLV - School of Computer Science Matt's CS326 - Programming Languages Other Useful Links: * Documentation From Sun - http://java.sun.com/j2se/1.4.2/docs/api/ * Download Java - http://java.sun.com/downloads/index.html
    with java tutorial
  • Hudson: an extensible continuous integration engine
    Also see our user generated FAQ on the wiki. Collaboration at java.net 1. What is java.net? 2. What is the goal of java.net? 3. What will developers find on java.net? 4. Is java.net a Sun web site? 5. How will Sun benefit from java.net? 6. How is O'Reilly Media involved in java.net? 1. What are weblogs and blogs? 2. What are wikis? 3. What are RSS newsfeeds? 4. What is CVS? 5. What are mail lists and discussion groups? 6. What is IssueZilla? java.net compared to related developer web sites 1. Does java.net relate to the Java Community Process[sm]? 2. Will some Java[tm] Specification Requests be hosted as java.net projects? 3. How is java.net different from Java.sun.com and the Java Developer Connection[sm]?
    with java platforms system:unfiled web2.0 wiki by 2 users
  • Image to BufferedImage
    with system:unfiled
  • imagetoolz
    Image toolz is a java program for creating beautyful images. For example the 'Image Toolz' above has been rendered by this program. For the moment it is a software library. If you want to use it you must download the zip file and write a java program calling the methods in the library. We are working on a user interface.
    with graphic java sourcecode
  • integrity constraints definition
    Google Search
    with database sql system:unfiled tutorial
  • IntelliJ IDEA: The Basics of Plugin Development for IntelliJ IDEA
    This article helps you to quickly understand the basics of plugin development for IntelliJ IDEA in order to start writing your own plugins. It describes general plugin design principles, descriptor syntax, and publishing. It also contains a plugin example with step-by-step instructions on how to create it. After reading the aricle, you can try a sample project with the plugin being developed in it: zip SampleProject.zip (242 Kb) You may need to set up the IntelliJ IDEA JDK as described in the first two steps of the section "Where to begin".
    with intellij tutorial
  • Introduction to Java: Table of Contents [+Java Resource Materials]
    * Cover * Preface * Java Overview * Applets * The AWT Library o An Example Windowing Applet o The Hilo Game o Creating the Hilo GUI o Handling Events o Design of the Hilo Applet Program o Complete Hilo Applet Program o A Hilo Application (Not Applet) Program * Java Graphics o A Simple Java Graphics Example o Graphics for the Hilo Game * Java Threads o A Simple Java Threads Example * Creating an Html File To Use With Java Applets * Bibliography JAVA SOURCE CODE IN THIS TUTORIAL * hi.java * hilo_win.java * window_ex.java * hilo.java * hilo.java * circle.java * circle_right.java * hilo_graph.java
    with java tutorial

Bookmarks 21 - 40 « Previous Next »