<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / emweb / tag / tipsntricks</title>
<link>http://netvouz.com/emweb/tag/tipsntricks?feed=rss</link>
<description>emweb&#39;s bookmarks tagged &quot;tipsntricks&quot; on Netvouz</description>
<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>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><item><title>Chapter 31: java.awt.image</title>
<link>http://sparcs.kaist.ac.kr/~paladin/study/using_java/book/CH31.HTM</link>
<description>Producers, Consumers, and Observers Java&#39;s model for manipulating images is more complex than other models. Java uses the concept of image producers and image consumers. An example of an image producer might be an object responsible for fetching an image over the network, or it might be a simple array of bytes that represent an image. The image producer can be thought of as the source of the image data. Image consumers are objects that make use of the image data. Image consumers are, typically, low-level drawing routines that display the image on-screen. The interesting thing about the producer-consumer model is that the producer is &quot;in control.&quot; The ImageProducer uses the setPixels method in the ImageConsumer to describe the image to the consumer. The best</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 01 Mar 2007 13:53:19 GMT</pubDate>
</item><item><title>Cheat Sheet Round-Up Ajax, CSS, LaTeX, Ruby… | Smashing Magazine</title>
<link>http://www.smashingmagazine.com/2006/10/30/cheat-sheet-round-up-ajax-css-latex-ruby/</link>
<description>Whether you’ve forgotten the name of a function or the property of a cascading style sheet - handy cheat sheets deliver the information you are looking for - immediately. Most cheat sheets are available as .pdf or .png-files, so you can print them and use them every day for whatever projects you’re currently working on. We present an extensive overview of useful cheat sheets we’ve found in the Web. Something is missing? Don’t hesistate to comment!</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 26 Apr 2007 08:50:26 GMT</pubDate>
</item><item><title>Cheat Sheet Roundup - Over 30 Cheatsheets for developers</title>
<link>http://www.petefreitag.com/item/455.cfm</link>
<description>Lets face it, unless you have a photographic memory, no developer can remember all the different functions, options, tags, etc. that exist. Documentation can be cumbersome at times, thats why I like cheat sheets. They are quick references that feature the most commonly forgotten things on a specific topic. You can print them out and hang them on your wall, or just keep them handy in your bookmarks for quick reference. I have rounded up over 30 cheatsheets that developers might find useful. Web Development Cheat Sheets     * JavaScript     * CSS     * CSS     * Hex Codes     * HTML     * XHTML     * HTML Entities Databases / SQL Cheat Sheets     * MySQL     * MySQL     * Oracle     * SQL     * Sybase Language Cheat Sheets     * ColdFusion - work in progress</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 26 Apr 2007 08:54:43 GMT</pubDate>
</item><item><title>DATABASE DEBUNKINGS - LINKS</title>
<link>http://www.dbdebunk.com/resources.html</link>
<description>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&#39;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 &amp; Slashing Slashdot (&amp; MySQL) 	5/6/05 I&#39;m Not Buying In 	04/22/05 Intro Iterative &amp; 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</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Tue, 03 Apr 2007 08:42:50 GMT</pubDate>
</item></channel></rss>