<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / emweb</title>
<link>http://netvouz.com/emweb?feed=rss&amp;pg=3</link>
<description>emweb&#39;s bookmarks on Netvouz</description>
<item><title>HIOX FREE MySQL Tutorial - Alter/Modify Table, Rename Table, Adding/Add a column</title>
<link>http://www.hscripts.com/tutorials/mysql/alter-tables.php</link>
<description>bra grund</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Wed, 25 Apr 2007 08:22:56 GMT</pubDate>
</item><item><title>Hockinson.com: Cheat Sheet for MySQL 4.x Schema</title>
<link>http://hockinson.com/index.php?s=36</link>
<description>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</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 26 Apr 2007 08:49:25 GMT</pubDate>
</item><item><title>http://javafaq.nu/java-article381.html: The Java Lesson 1</title>
<link>http://javafaq.nu/java-article381.html</link>
<description></description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Tue, 20 Feb 2007 09:42:04 GMT</pubDate>
</item><item><title>http://www.egr.unlv.edu/~oravec/JavaTutorial/</title>
<link>http://www.egr.unlv.edu/~oravec/JavaTutorial/</link>
<description>Return to My Home Page UNLV - School of Computer Science Matt&#39;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</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 08 Mar 2007 09:24:50 GMT</pubDate>
</item><item><title>Hudson: an extensible continuous integration engine</title>
<link>https://hudson.dev.java.net/</link>
<description>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&#39;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]?</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Mon, 19 Mar 2007 15:14:49 GMT</pubDate>
</item><item><title>Image to BufferedImage</title>
<link>http://forum.java.sun.com/thread.jspa?threadID=636203&amp;messageID=3708006</link>
<description></description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Fri, 09 Mar 2007 14:25:54 GMT</pubDate>
</item><item><title>imagetoolz</title>
<link>http://www.bluering.nl/imagetoolz/index.html</link>
<description>Image toolz is a java program for creating beautyful images. For example the &#39;Image Toolz&#39; 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.</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Mon, 19 Feb 2007 14:50:53 GMT</pubDate>
</item><item><title>integrity constraints definition</title>
<link>http://www.google.com/search?num=100&amp;hl=en&amp;safe=off&amp;pwst=1&amp;sa=X&amp;oi=spell&amp;resnum=0&amp;ct=result&amp;cd=1&amp;q=integrity+constraints+definition&amp;spell=1</link>
<description>Google Search</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Fri, 23 Mar 2007 14:57:13 GMT</pubDate>
</item><item><title>IntelliJ IDEA: The Basics of Plugin Development for IntelliJ IDEA</title>
<link>http://www.jetbrains.com/idea/documentation/howto_03.html</link>
<description>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 &quot;Where to begin&quot;.</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Tue, 20 Feb 2007 10:13:08 GMT</pubDate>
</item><item><title>Introduction to Java: Table of Contents [+Java Resource Materials]</title>
<link>http://www.cs.clemson.edu/~cs428/resources/java/tutorial/JTTOC.html</link>
<description>* 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</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 22 Feb 2007 10:06:59 GMT</pubDate>
</item></channel></rss>