Resizing Applets from Java code - A second passFebruary 12th, 2004 Challenge: Resizing applet from within Java code. For example say the applet code calculates that the applet needs more space than it has been allocated, then how to go about it?
Last time when faced with this problem I solved it with a nifty piece of Javascript method.
How To Communicate Between Java AppletsOctober 22nd, 2007 Communication between Java applets has been an interesting topic from the early days of Java. There are several esoteric ways to communicate like using Javascript as a bridge.
Applets 2.0: Java & Flash Support in BrowsersJune 12th, 2007 Java applets had taken a beating in the past. Now it appears applets are making a resurgence lately with some quality applet based products.
(Java Applets == Stupid Design) == Stupid CommentJuly 12th, 2005 I just read a post titled - Java Applets = Stupid Design. The actual contention was -
My example would have been web pages that are written entirely as Java applets.
The Viability of Java Applet Based Web ApplicationsDecember 7th, 2005 Today I see fewer applets on the web. In many cases they are hidden and are used to perform specialized non-visual tasks.
Internet Explorer: Java Applet Champion?August 29th, 2004 Update: Mozilla group of browsers including Firefox now has proper support for applets. This post is no longer relevant.
3 Ways To Selectively Execute HTML Files Using Apache HTTP ServerJanuary 14th, 2007 A very simple way to execute HTML files is by telling the server to parse html files for SSI commands. To do it simply add the following lines to your .htaccess file:
AddType text/html .html
AddHandler server-parsed .html
This has the downside of processing all the html files in that directory and its subdirectories.
How To Display Current Year in PHPMarch 1st, 2008 The most common use of this is to display the current year in the copyright message dynamically. Anyone who really knows PHP should be able to do it easily.
WordPress Plugin: AdRotator - Ad Rotating Solution for your Ads (including AdSense, Clicksor, Chitika etc.)May 16th, 2005 Contents
Overview
Requirements
Usage
Configuration
Download
User Manual
Example
Installation
Uninstallation
Overview
Displays an advertisement (which is randomly selected from a group of advertisements specified in a text file) at your chosen location. Tested on WordPress 1.5 & 2.x.
Firefox Tip: How To Change The Default Home Page LocationJuly 14th, 2007 This question was posed by a visitor of this site. Here is how you can change the default home page location in Firefox and everything you can do with it.
How To Display AdSense & Yahoo Publisher Ads Using AdRotator Plugin for WordPressAugust 30th, 2006 AdRotator is a WordPress plugin which you can used to randomly rotate your ads (including but not limited to AdSense, Yahoo Publisher Network, Clicksor, Chitika etc.) on WordPress blogs. It allows you to display an advertisement (which is randomly selected from a group of advertisements specified in a text file) at your chosen location.
How to Watch DVD/video on your iPhone 3G: Easiest WayJanuary 7th, 2009 This is for all those iPhone 3G owners still in fix and searching for ways to watch videos on your new gadget. Today I'll let you know how to watch DVD movies and videos from other sources on your iPhone.
How To Use AdRotator Within Your WordPress Post / PageNovember 17th, 2006 AdRotator Overview
WordPress plugin AdRotator enables you to display an advertisement (which is randomly selected from a group of advertisements specified in a text file) at your chosen location anywhere in your WordPress blog (other free WordPress plugins we provide). Adding ad code is trvial.
Java Open Sourcing DetailsNovember 14th, 2006 Sun is slowly releasing its implementations of the Java platform. The components of the Java SE implementation that Sun is releasing initially are the Java programming-language compiler (javac) and the Java HotSpot virtual machine.
Solutions: Internet Explorer 6 Visibility Bug With ExtJS ComboBox on ToolbarJuly 30th, 2007 An Ext JS, a beautiful Javascript Library, ComboBox on a Toolbar fails to display when the browser window is resized or there is another div with 100% width. The problem is most likely related to resizing of the Toolbar which causes the ComboBox to stop displaying.
January 24th, 2004 at 11:56 am
What about use “100%” for applet width and height?
August 29th, 2004 at 9:31 pm
[...] x 0.9.1 resize() showDocument() Internet Explorer 6.0 resize() I had posted a solution for the applet resize problem in an earlier blog entry.
Comments (0) [...]
March 11th, 2005 at 4:23 pm
[...] an it has been allocated, then how to go about it? Last time when faced with this problem I solved it with a nifty piece of Javascript method. However I soon realized there were few issues with t [...]
March 11th, 2005 at 4:36 pm
[...] Fox 0.9.1 resize() showStatus() Internet Explorer 6.0 resize() I had posted a solution for the applet resize problem in an earlier blog entry. This entry was [...]
June 23rd, 2005 at 6:07 am
You little beauty - this had been driving me mad. Your example has lots of unrequired backslashes for some reason though
June 23rd, 2005 at 6:26 am
@Paul
The backslashes are an unfortunate artifact of the CMS software I am using.
I have removed them now.
August 12th, 2005 at 1:35 pm
How about if you have frameset and frame is resized, applet does not get resized.
applet gets resized only after window reload.
sequence:
have a frame set with Jtree in one frame
applet in another frame, I want to resize
the applet when frame is resized.
the window reload, resize it works, but not frame resize by dragging the frame boundary between two frames.
June 9th, 2008 at 9:00 am
The applet is not working anymore
October 8th, 2008 at 4:00 am
this solution does not work on
vista + firefox 3.0.3 || iexploder 7