https://www.developerfusion.com/t/java/code/sort/popularity/ Java Sample code from Developer Fusion 2007-04-15T20:36:00.00Z http://www.developerfusion.com/code/1975/sending-email-using-smtp-and-java/ Sending email using SMTP and Java 2002-02-24T15:17:00.00Z How to send an email using an SMTP server and Java Kevin Saitta http://www.developerfusion.com/code/6623/dynamically-generating-pdfs-in-net/ Generate PDFs using C# and the free iTextSharp library 2007-04-15T20:36:00.00Z Learn how to use the free iTextSharp library to load a PDF form, populate some dynamic fields, and then save out a flat PDF file. James Crowley http://www.developerfusion.com/code/5734/calculate-the-difference-between-two-dates-ignoring-weekends/ Calculate the difference between two dates, ignoring weekends 2006-05-26T21:21:00.00Z This code allows calculating with dates as if there were no weekends. To achieve this, days are numbered from Monday, 29 December 1969 without any intervening weekends (that is, five days per week). One purpose is to calculate the number of working days in a month, ignoring further public and bank holidays. joki http://www.developerfusion.com/code/3864/compiling-and-executing-java-code-in-visual-basic/ Compiling and executing Java Code in Visual Basic 2003-08-04T06:53:00.00Z If you are familiar with Java programming then you would probably know that one has to code in some text editor and then use Command Prompt to compile and run them by using the same old commands. Now that is indeed very annoying and of course there are many editor which allow you to compile and show the output of your code right there and then. Here I am going to show you how you can do this in Visual Basic. The program will ask for JDK Path and the Path of your code. Obaid http://www.developerfusion.com/code/2157/installing-and-using-java-look-and-feels/ Installing and Using Java Look and Feels 2002-04-05T09:21:00.00Z Instructions for how to install and use java look and feels that you downloaded off the internet Michael H http://www.developerfusion.com/code/2067/multiple-submit-buttons/ Multiple Submit Buttons 2002-02-26T10:05:00.00Z This script shows you how to submit the contents of a form to different programs depending on which Submit button you press. Kiran Pai http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ Developing your first Visual WebGui application 2006-04-29T15:57:00.00Z An introduction to Visual WebGui through a sample application. Guy Peled http://www.developerfusion.com/code/5638/visual-webgui-a-unique-approach-to-ajax-development/ Visual WebGui a unique approach to AJAX development 2006-04-29T15:45:00.00Z Visual WebGui is not just another AJAX framework but rather a different approach to web application development, specially designed to simplify building highly complex applications like Outlook Web Access (OWA). Visual WebGui makes it possible for developers to create applications that were previously developed only by the "big guys". Guy Peled http://www.developerfusion.com/code/5580/opening-a-net-page-in-a-new-window/ opening a .net page in a new window 2006-04-10T11:48:00.00Z This script shows how to open a new page inside a new window rather than the existing window. You can also remove all the buttons and toolbars that exist in the standard browser window so that the entire new window is filled with only your content. You could either open an existing page or you could create dynamic content inside the new window. chezhian http://www.developerfusion.com/code/2679/little-web-browser/ Little Web Browser 2004-02-26T18:43:00.00Z A little web browser made from a JEditorPane and a JTextField and few JButtons. The code for the HyperlinkListener is straight from the api spec. Michael H http://www.developerfusion.com/code/2073/dynamically-filling-comboboxes/ Dynamically filling ComboBoxes 2002-02-26T10:37:00.00Z Filling the values of a dropdown SelectMenu depending on the selection in another Menu. Kiran Pai http://www.developerfusion.com/code/5918/debugging-client-javascript-in-vs-2005/ Debugging client JavaScript in VS 2005 2006-07-19T08:53:00.00Z Short guide how to debug client JavaScript in VS 2005. Jimmy Skowronski http://www.developerfusion.com/code/2310/building-a-multidimensional-array-in-javascript/ Building a MultiDimensional Array in Javascript 2002-05-06T13:51:00.00Z Building a MultiDimensional Array in Javascript David Nishimoto http://www.developerfusion.com/code/2064/a-simple-way-to-read-an-xml-file-in-java/ A simple way to read an XML file in Java 2002-02-26T15:51:00.00Z This is the simplest way to read data from an XML file into a Java program. I have also included some basic error checking, so you can directly cut-paste this code with a few changes ofcourse. Kiran Pai http://www.developerfusion.com/code/2070/counting-down-with-javascript/ Counting down with JavaScript 2002-02-26T10:19:00.00Z How to display a countdown using different images and Javascript Kiran Pai http://www.developerfusion.com/code/2443/determining-client-capabilities/ Determining Client Capabilities 2002-06-07T06:15:00.00Z Determine the capabilities of a client browser from the resolution to the user language. Peeyush Nigam