Java Sample code from Developer Fusion https://www.developerfusion.com/t/java/code/sort/popularity/ Java Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Sun, 15 Apr 2007 20:36:00 GMT Sending email using SMTP and Java How to send an email using an SMTP server and Java http://www.developerfusion.com/code/1975/sending-email-using-smtp-and-java/ http://www.developerfusion.com/code/1975/sending-email-using-smtp-and-java/ Sun, 24 Feb 2002 15:17:00 GMT Kevin Saitta Generate PDFs using C# and the free iTextSharp library 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. http://www.developerfusion.com/code/6623/dynamically-generating-pdfs-in-net/ http://www.developerfusion.com/code/6623/dynamically-generating-pdfs-in-net/ Sun, 15 Apr 2007 20:36:00 GMT James Crowley Calculate the difference between two dates, ignoring weekends 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. http://www.developerfusion.com/code/5734/calculate-the-difference-between-two-dates-ignoring-weekends/ http://www.developerfusion.com/code/5734/calculate-the-difference-between-two-dates-ignoring-weekends/ Fri, 26 May 2006 21:21:00 GMT joki Compiling and executing Java Code in Visual Basic 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. http://www.developerfusion.com/code/3864/compiling-and-executing-java-code-in-visual-basic/ http://www.developerfusion.com/code/3864/compiling-and-executing-java-code-in-visual-basic/ Mon, 04 Aug 2003 06:53:00 GMT Obaid Installing and Using Java Look and Feels Instructions for how to install and use java look and feels that you downloaded off the internet http://www.developerfusion.com/code/2157/installing-and-using-java-look-and-feels/ http://www.developerfusion.com/code/2157/installing-and-using-java-look-and-feels/ Fri, 05 Apr 2002 09:21:00 GMT Michael H Multiple Submit Buttons This script shows you how to submit the contents of a form to different programs depending on which Submit button you press. http://www.developerfusion.com/code/2067/multiple-submit-buttons/ http://www.developerfusion.com/code/2067/multiple-submit-buttons/ Tue, 26 Feb 2002 10:05:00 GMT Kiran Pai Developing your first Visual WebGui application An introduction to Visual WebGui through a sample application. http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ Sat, 29 Apr 2006 15:57:00 GMT Guy Peled Visual WebGui a unique approach to AJAX development 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". http://www.developerfusion.com/code/5638/visual-webgui-a-unique-approach-to-ajax-development/ http://www.developerfusion.com/code/5638/visual-webgui-a-unique-approach-to-ajax-development/ Sat, 29 Apr 2006 15:45:00 GMT Guy Peled opening a .net page in a new window 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. http://www.developerfusion.com/code/5580/opening-a-net-page-in-a-new-window/ http://www.developerfusion.com/code/5580/opening-a-net-page-in-a-new-window/ Mon, 10 Apr 2006 11:48:00 GMT chezhian Little Web Browser 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. http://www.developerfusion.com/code/2679/little-web-browser/ http://www.developerfusion.com/code/2679/little-web-browser/ Thu, 26 Feb 2004 18:43:00 GMT Michael H Dynamically filling ComboBoxes Filling the values of a dropdown SelectMenu depending on the selection in another Menu. http://www.developerfusion.com/code/2073/dynamically-filling-comboboxes/ http://www.developerfusion.com/code/2073/dynamically-filling-comboboxes/ Tue, 26 Feb 2002 10:37:00 GMT Kiran Pai Debugging client JavaScript in VS 2005 Short guide how to debug client JavaScript in VS 2005. http://www.developerfusion.com/code/5918/debugging-client-javascript-in-vs-2005/ http://www.developerfusion.com/code/5918/debugging-client-javascript-in-vs-2005/ Wed, 19 Jul 2006 08:53:00 GMT Jimmy Skowronski Building a MultiDimensional Array in Javascript Building a MultiDimensional Array in Javascript http://www.developerfusion.com/code/2310/building-a-multidimensional-array-in-javascript/ http://www.developerfusion.com/code/2310/building-a-multidimensional-array-in-javascript/ Mon, 06 May 2002 13:51:00 GMT David Nishimoto A simple way to read an XML file in Java 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. http://www.developerfusion.com/code/2064/a-simple-way-to-read-an-xml-file-in-java/ http://www.developerfusion.com/code/2064/a-simple-way-to-read-an-xml-file-in-java/ Tue, 26 Feb 2002 15:51:00 GMT Kiran Pai Counting down with JavaScript How to display a countdown using different images and Javascript http://www.developerfusion.com/code/2070/counting-down-with-javascript/ http://www.developerfusion.com/code/2070/counting-down-with-javascript/ Tue, 26 Feb 2002 10:19:00 GMT Kiran Pai Determining Client Capabilities Determine the capabilities of a client browser from the resolution to the user language. http://www.developerfusion.com/code/2443/determining-client-capabilities/ http://www.developerfusion.com/code/2443/determining-client-capabilities/ Fri, 07 Jun 2002 06:15:00 GMT Peeyush Nigam