<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / emweb</title>
<link>http://netvouz.com/emweb?feed=rss</link>
<description>emweb&#39;s bookmarks on Netvouz</description>
<item><title>Developing Expertise Notes</title>
<link>http://web.archive.org/web/20051104204853/http://www2.umassd.edu/swpi/DesignInCS/expertise.html#6</link>
<description>Contents: Role of Deliberate Practice The Acquisition of Expert Performance The Acquisition of Medical Expertise Reasoning and Instruction in Medical Curricula Changing the Agency for Learning Field Study in SW Design Brooks on Great Designers Conceptualizations of Practice</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Tue, 15 May 2007 12:43:33 GMT</pubDate>
</item><item><title>Introduction to Java: programming tips, tricks and online resources</title>
<link>http://web.archive.org/web/20051025062038/schmidt.devlib.org/java/introduction.html</link>
<description>Welcome to my page with tips on Java programming! This is a general overview, you won&#39;t find code examples (this is no How to do ... in Java? text; I do have some code examples elsewhere). As a beginner, please don&#39;t be overwhelmed by the large number of tools and resources. This page just wants to give an overview. You don&#39;t need all of the tools mentioned here and you might want to do some things different. These are just my personal recommendations. A lot of related links are given so that you can find out more if you are interested. As an example, it is mentioned that an obfuscator makes it harder to create meaningful source code from given bytecode. You may never need such a tool, it is just mentioned so that you know what it is, that it is possible at</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Tue, 15 May 2007 12:48:51 GMT</pubDate>
</item><item><title>Quick Online Tips Search - firefox extension</title>
<link>http://www.quickonlinetips.com/search1.html?cx=010017741503742385902%3Ahdxlq0tigvi&amp;q=firefox+extension&amp;sa=Search&amp;cof=FORID%3A11#1052</link>
<description>Quick Online Tips is a popular blog regularly publishing Technology news, smart blogging tips, useful computer software and Web 2.0 services. The content presented in simple to understand language, is targeted to the people interested take their blog to a new high, learn secrets of blogging success and monetization and want to keep updated about breaking technology developments and buzz of the blogosphere.</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Mon, 07 May 2007 08:08:43 GMT</pubDate>
</item><item><title>comp.lang.java FAQ</title>
<link>http://www.cafeaulait.org/javafaq.html</link>
<description>From: elharo@metalab.unc.edu Newsgroups: comp.lang.java.programmer,comp.lang.java.softwaretools,comp.lang.java.gui,comp.lang.java.help,alt.www.hotjava Organization: Cafe au Lait Followup-To: poster Subject: comp.lang.java FAQ Archive-name: computer-lang/java-faq/part1 Posting-Frequency: weekly Last-modified: 1997/10/06 Version: 1.6 URL: http://metalab.unc.edu/javafaq/javafaq.html</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 31 May 2007 08:58:51 GMT</pubDate>
</item><item><title>Teach Yourself Programming in Ten Years</title>
<link>http://web.archive.org/web/20051026035539/www.norvig.com/21-days.html</link>
<description>Walk into any bookstore, and you&#39;ll see how to Teach Yourself Java in 7 Days alongside endless variations offering to teach Visual Basic, Windows, the Internet, and so on in a few days or hours. I did the following power search at Amazon.com:      pubdate: after 1992 and title: days and       (title: learn or title: teach yourself) and got back 248 hits. The first 78 were computer books (number 79 was Learn Bengali in 30 days). I replaced &quot;days&quot; with &quot;hours&quot; and got remarkably similar results: 253 more books, with 77 computer books followed by Teach Yourself Grammar and Style in 24 Hours at number 78. Out of the top 200 total, 96% were computer books.</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Tue, 15 May 2007 14:18:40 GMT</pubDate>
</item><item><title>Tomcat Tutorial - SWiK Tagged Tomcat and Tutorial, sorted by: recent</title>
<link>http://swik.net/Tomcat+Tutorial</link>
<description>SWiK is a community driven resource for people who use open source software. Find free software or read and submit news: people are constantly adding cool new stuff.</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Tue, 10 Apr 2007 12:14:14 GMT</pubDate>
</item><item><title>Creating Good, Simple, Single-Server Web Applications, TS-9542, JavaOne Conference 2006</title>
<link>http://66.102.9.104/search?q=cache:J6EvUGXE-hoJ:developers.sun.com/learning/javaoneonline/2006/webtier/TS-9542.pdf+server+dhtml+web.xml+war&amp;hl=en&amp;ct=clnk&amp;cd=7</link>
<description></description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Wed, 09 May 2007 11:08:56 GMT</pubDate>
</item><item><title>» MySQL Cheat Sheet » Blog Archive   Alice Hill’s Real Tech News - Independent Tech</title>
<link>http://www.realtechnews.com/posts/3075</link>
<description>Extended Regular Expression Matching: mysql&gt; SELECT * FROM table WHERE rec RLIKE “^b$”; (. for char, […] for char class, * for 0 or more instances ^ for beginning, {n} for repeat n times, and $ for end) (RLIKE or REGEXP) To force case-sensitivity, use “REGEXP BINARY” Selecting from multiple tables: (Example) mysql&gt; SELECT pet.name, comment FROM pet, event WHERE pet.name = event.name; Auto-incrementing rows: mysql&gt; CREATE TABLE table (number INT NOT NULL AUTO_INCREMENT, name CHAR(10) NOT NULL); mysql&gt; INSERT INTO table (name) VALUES (”tom”),(”dick”),(”harry”); Batch mode (feeding in a script): # mysql -u user -p &lt; batch_file (Use -t for nice table layout and -vvv for command echoing.) Alternatively: mysql&gt; source batch_file;</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 26 Apr 2007 09:01:21 GMT</pubDate>
</item><item><title>Advanced MySQL Performance Optimization (pdf)</title>
<link>http://66.102.9.104/search?q=cache:DpB_CbBD1hsJ:www.mysqlperformanceblog.com/files/presentations/UC2005-Advanced-MySQL-Performance-Optimization.pdf+mysql+tutorial+pdf&amp;hl=en&amp;ct=clnk&amp;cd=39</link>
<description></description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Tue, 10 Apr 2007 12:20:58 GMT</pubDate>
</item><item><title>ajax &amp; more</title>
<link>http://www.captain.at/howto-firefox-add-search-engine.php</link>
<description># JAVA # Java Application Template GUI Tutorial # JAVA: Serial Port Console for Windows, Linux etc. # JAVA: Serial Port access with javax.comm or rxtx # JAVA: Convert binary data to double, float, int, long # Java - open a local file from an applet # JAVA application - executable JAR archive # java.lang. NoClassDefFoundError - javac: target release 1.1 conflicts with default source release 1.5 # SUN Java vs. MicroSoft Java plugin for the browser</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Sun, 01 Apr 2007 08:30:14 GMT</pubDate>
</item></channel></rss>