1 Pages  1 2 3  
Reply to this topic  Start new topic
> Loupe
ghostwalker
post Sep 5 2007, 08:34 PM
Post #1






Posts: 1,993
Joined: 12-November 04
From: Seneca, Missouri
Member No.: 3,762



Here is javascript for a web page loupe, I was wondering if this could be modified to work in a widget. I dont have the expertise to do this and I was hoping someone here would. You can view the js in action and download it here.

http://www.netzgesta.de/loupe/

if no one wants to attempt this I guess I will keep trying.




Widgets : IPB Image Have a nice day | IPB Image Today Is | IPB Image FileInfo | IPB Image Smooth Clock
In Development : IPB Image My Gmail | IPB Image WildBlue Usage
Co-Development : IPB Image KonAvio Media |IPB Image KonText-Plain Text Editor
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
BOINCer
post Sep 5 2007, 08:48 PM
Post #2






Posts: 1,288
Joined: 28-September 05
From: Buenos Aires, Argentina
Member No.: 10,111



Shouldn't be so hard. But my "in-progress projects that I want to finish" list has more than 5 items...




User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ghostwalker
post Oct 22 2007, 11:35 AM
Post #3






Posts: 1,993
Joined: 12-November 04
From: Seneca, Missouri
Member No.: 3,762



If anyone gets time to do this here is a loupe image I made for this yet to be done widget.

IPB Image

it looks great on the desktop just need to get the code working for it (BOINCer, hint hint)




Widgets : IPB Image Have a nice day | IPB Image Today Is | IPB Image FileInfo | IPB Image Smooth Clock
In Development : IPB Image My Gmail | IPB Image WildBlue Usage
Co-Development : IPB Image KonAvio Media |IPB Image KonText-Plain Text Editor
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
g6auc
post Oct 22 2007, 12:06 PM
Post #4






Posts: 4,265
Joined: 1-March 04
From: West Yorkshire, UK
Member No.: 2,322



The license conditions do not permit its use in a Widget.




User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ghostwalker
post Oct 22 2007, 12:39 PM
Post #5






Posts: 1,993
Joined: 12-November 04
From: Seneca, Missouri
Member No.: 3,762



QUOTE
The license conditions do not permit its use in a Widget.


Noted, I have sent an email asking for permission to use it in a Widget hopefully I will get a good response.




Widgets : IPB Image Have a nice day | IPB Image Today Is | IPB Image FileInfo | IPB Image Smooth Clock
In Development : IPB Image My Gmail | IPB Image WildBlue Usage
Co-Development : IPB Image KonAvio Media |IPB Image KonText-Plain Text Editor
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
slthytove
post Oct 22 2007, 12:43 PM
Post #6






Posts: 840
Joined: 25-August 05
From: Cleveland, OH, USA
Member No.: 9,109



Beyond the license restrictions issue - this loupe just magnifies an existing image (or shows two separate images), not whatever happens to be on the desktop. Performing magnification functions of something other than a prerendered image would require some external libraries/software.




User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ghostwalker
post Oct 22 2007, 01:27 PM
Post #7






Posts: 1,993
Joined: 12-November 04
From: Seneca, Missouri
Member No.: 3,762



That is a shame because I just got permission to modify the script to work with Widgets. Is there no way to accomplish this? Possibly taking a screenshot of what is under it and then magnifying that image(thinking out loud)




Widgets : IPB Image Have a nice day | IPB Image Today Is | IPB Image FileInfo | IPB Image Smooth Clock
In Development : IPB Image My Gmail | IPB Image WildBlue Usage
Co-Development : IPB Image KonAvio Media |IPB Image KonText-Plain Text Editor
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Cicerone Pavaloi
post Oct 22 2007, 02:43 PM
Post #8






Posts: 562
Joined: 7-March 07
From: Iasi, Romania
Member No.: 20,296



QUOTE(ghostwalker @ Oct 22 2007, 03:27 PM) *
Is there no way to accomplish this? Possibly taking a screenshot of what is under it and then magnifying that image(thinking out loud)

My 50 cents:
It should take at least 15 screenshots per second in order to have an acceptable refresh rate for a real time loupe. The current method of "providing" a screenshot to a widget not only involves external libraries/software, but saveing and reading a file (preferable a png, for a smoother zoom) which is pretty cpu and time consuming for 15 fps... This depends on the size of the loupe, of course.

Plus, if you want to zoom (capture) the others widgets too (in fact, any other layered windows), you need to
capture the screenshot without the loupe, that means: hide loupe, snap screenshot, save file, load file, show loupe... Probably very nasty flickering. sad.gif

If you want just a snapshot inspector loupe, a zoom on a screenshot taken when the loupe is activated, that should be doable with no visible performance penalty.

And you can't capture overlay windows (video)... (i don't know any screencapture utility that can do that, at least on windows)




User is offlineProfile CardPM
Go to the top of the page
+Quote Post
BOINCer
post Oct 22 2007, 03:33 PM
Post #9






Posts: 1,288
Joined: 28-September 05
From: Buenos Aires, Argentina
Member No.: 10,111



If you have Linux with compiz-fusion, hold windows key and zoom with mouse wheel. Even works with video overlays. Windows is lagging behind.




User is offlineProfile CardPM
Go to the top of the page
+Quote Post
CSM
post Oct 22 2007, 04:27 PM
Post #10






Posts: 2,386
Joined: 1-September 06
From: ̶O̶h̶i̶o̶ Washington
Member No.: 16,587



Almost every computer has Java nowadays. If it doesn't ... You Luddite! Anyways, Java has a Robot class that can take screenshots and I believe (I would have to relook at my old code) can specify an area to take, so you don't have to reload the *whole* screen each time, just where the magnifier is. (and even then, if you blow it up 2 times, you only need half that area then)

If you want I can create a Java program that captures a specified area. Java programs can accept command line parameters, of RunCommand with switches and stuff should do it. It'll have to run from the WidgetDataFolder (so it has a place to dump the image)

However, I need your input. Is it worth me spending the time to make the program?




A result of starting my server over, links from my posts may not work (especially those in the "temp" subdomain). If there is a link to something of which anyone would like to have a copy, personal message me with what you're looking for along with a way to provide this to you, and I'll see if I can find a copy. Thanks for your patience and understanding.


IPB Image - "Not just another open source project. Lend your talent and make a difference!" (Dead)

IPB Image - "The future is now." (No longer community site) (Domain has lapsed)

Published: AtomicComicBlast, Barra de Lenguas, ComicWizard-4.0, MicroColors, PassGen, ScrabbleChecker, SoundBank, Uni, VisualWidget, WarpedReality
Unavailable: Paradigm [clock], Puzzled, SecurityLogger, Wayback Widget
Ready to be published: Cαlcυlατοr, CursorTails, Blackout, Block Puzzler, BombSquad, Palette, SnipIt
ActiveDev:
InactiveDev/Dead: BeatMod, Bubble Pop, Canvas Clock, Canvas Gauges, Canvas Pro, Clipboard, Crayon, Hermes, InTune, Konverter, Magic Deck, OverRuled, Outside, Slither, SystemBeat, Tetresque, Tetrad, Widget, WinSysRemote
Dropped: BlankScreen, Document "Fixer", Intuitive [ -> Blackout], Motion Widget: HHGTTG
CoDevelopment: Atmosphere, Block Puzzler,
BombSquad
Miniature Scripts: BinarySearchTree, Calendar, Canvas Gears, Checkbox, File-Browser, LinkedList/Stack, MDI Setup, MiniMax AI, PieGraph, ProgressBar, Slider widget, TabbedPane, Table, Tokenizer, TreeMenu
Java+: Java Music Daemon, ScreenCapture JAR, Widget-Java/Server Bridge Example
"Published" Texts: DynamicWidgetGuide
Konfabulator Libraries: Color-space Library, Javable Widget Project
Widget Tutorials: "Spawning" Widgets, JavaScript Classes
Contests: Widget 4k - "Expanded" [not happening; canceled]
Non-Widget Work: Hazlenut, Konspirators Online, PHP BB-Code Parser, ShortClient, Zap
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ghostwalker
post Oct 22 2007, 04:31 PM
Post #11






Posts: 1,993
Joined: 12-November 04
From: Seneca, Missouri
Member No.: 3,762



I use a docklet originally made for Yz Dock now I use RK Launcher and it is a dll file that will capture video on windows even layered windows. Works better than any capture software I have ever used, just took this with one click.

IPB Image



QUOTE("CSM")
However, I need your input. Is it worth me spending the time to make the program?


I was hoping you would show up and the answer is yes as long as it will work on both platforms.




Widgets : IPB Image Have a nice day | IPB Image Today Is | IPB Image FileInfo | IPB Image Smooth Clock
In Development : IPB Image My Gmail | IPB Image WildBlue Usage
Co-Development : IPB Image KonAvio Media |IPB Image KonText-Plain Text Editor
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
CSM
post Oct 22 2007, 05:44 PM
Post #12






Posts: 2,386
Joined: 1-September 06
From: ̶O̶h̶i̶o̶ Washington
Member No.: 16,587



QUOTE(ghostwalker @ Oct 22 2007, 11:31 AM) *

I was hoping you would show up and the answer is yes as long as it will work on both platforms.

That is the point of Java! That is to say, the program will work on any platform that supports Java (and has it installed), even those that can't run Y!WE.


Command line arguments (order does count):
  • 0, anything else not explicitly taken care of below.
    • Assumes upper-left of screen.
    • Captures entire screen.
  • 2
    • Assumes upper-left of screen.
    • First two arguments = width, height (in that order)
  • 4
    • First two arguments = x, y (in that order)
    • Second two arguments = width, height (in that order)
  • 5
    • See 4 args.
    • Fifth argument = image type abbreviation: (png, jpg, anything Java supports)
  • 6
    • See 5 args.
    • Sixth argument = image name w/o extension. (uses image type provided before as the extension)
Unless supplied as detailed above, default image type is png, and default name is "output".

Sample Output:
IPB Image

Sample Output created using:
CODE
-50, -50, -300, -150, -png, -myoutput

(done within Eclipse [run dialog, arguments tab]. Actual command-line syntax may vary)


File is available here:
http://www.savefile.com/files/1142775
(source included)




A result of starting my server over, links from my posts may not work (especially those in the "temp" subdomain). If there is a link to something of which anyone would like to have a copy, personal message me with what you're looking for along with a way to provide this to you, and I'll see if I can find a copy. Thanks for your patience and understanding.


IPB Image - "Not just another open source project. Lend your talent and make a difference!" (Dead)

IPB Image - "The future is now." (No longer community site) (Domain has lapsed)

Published: AtomicComicBlast, Barra de Lenguas, ComicWizard-4.0, MicroColors, PassGen, ScrabbleChecker, SoundBank, Uni, VisualWidget, WarpedReality
Unavailable: Paradigm [clock], Puzzled, SecurityLogger, Wayback Widget
Ready to be published: Cαlcυlατοr, CursorTails, Blackout, Block Puzzler, BombSquad, Palette, SnipIt
ActiveDev:
InactiveDev/Dead: BeatMod, Bubble Pop, Canvas Clock, Canvas Gauges, Canvas Pro, Clipboard, Crayon, Hermes, InTune, Konverter, Magic Deck, OverRuled, Outside, Slither, SystemBeat, Tetresque, Tetrad, Widget, WinSysRemote
Dropped: BlankScreen, Document "Fixer", Intuitive [ -> Blackout], Motion Widget: HHGTTG
CoDevelopment: Atmosphere, Block Puzzler,
BombSquad
Miniature Scripts: BinarySearchTree, Calendar, Canvas Gears, Checkbox, File-Browser, LinkedList/Stack, MDI Setup, MiniMax AI, PieGraph, ProgressBar, Slider widget, TabbedPane, Table, Tokenizer, TreeMenu
Java+: Java Music Daemon, ScreenCapture JAR, Widget-Java/Server Bridge Example
"Published" Texts: DynamicWidgetGuide
Konfabulator Libraries: Color-space Library, Javable Widget Project
Widget Tutorials: "Spawning" Widgets, JavaScript Classes
Contests: Widget 4k - "Expanded" [not happening; canceled]
Non-Widget Work: Hazlenut, Konspirators Online, PHP BB-Code Parser, ShortClient, Zap
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ghostwalker
post Oct 22 2007, 06:07 PM
Post #13






Posts: 1,993
Joined: 12-November 04
From: Seneca, Missouri
Member No.: 3,762



very quick and very cool, seems when ran it outputs to the directory it is in will I have to change that in the .jar file or can the output directory be called in the .kon or .js file?




Widgets : IPB Image Have a nice day | IPB Image Today Is | IPB Image FileInfo | IPB Image Smooth Clock
In Development : IPB Image My Gmail | IPB Image WildBlue Usage
Co-Development : IPB Image KonAvio Media |IPB Image KonText-Plain Text Editor
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
CSM
post Oct 22 2007, 06:10 PM
Post #14






Posts: 2,386
Joined: 1-September 06
From: ̶O̶h̶i̶o̶ Washington
Member No.: 16,587



QUOTE(ghostwalker @ Oct 22 2007, 01:07 PM) *

very quick and very cool, seems when ran it outputs to the directory it is in will I have to change that in the .jar file or can the output directory be called in the .kon or .js file?

There is no real way to tell it the WidgetDataFolder except by argument and I do not wish to add any more. I suggest you extract the .jar to the WidgetDataFolder and run it from there.




A result of starting my server over, links from my posts may not work (especially those in the "temp" subdomain). If there is a link to something of which anyone would like to have a copy, personal message me with what you're looking for along with a way to provide this to you, and I'll see if I can find a copy. Thanks for your patience and understanding.


IPB Image - "Not just another open source project. Lend your talent and make a difference!" (Dead)

IPB Image - "The future is now." (No longer community site) (Domain has lapsed)

Published: AtomicComicBlast, Barra de Lenguas, ComicWizard-4.0, MicroColors, PassGen, ScrabbleChecker, SoundBank, Uni, VisualWidget, WarpedReality
Unavailable: Paradigm [clock], Puzzled, SecurityLogger, Wayback Widget
Ready to be published: Cαlcυlατοr, CursorTails, Blackout, Block Puzzler, BombSquad, Palette, SnipIt
ActiveDev:
InactiveDev/Dead: BeatMod, Bubble Pop, Canvas Clock, Canvas Gauges, Canvas Pro, Clipboard, Crayon, Hermes, InTune, Konverter, Magic Deck, OverRuled, Outside, Slither, SystemBeat, Tetresque, Tetrad, Widget, WinSysRemote
Dropped: BlankScreen, Document "Fixer", Intuitive [ -> Blackout], Motion Widget: HHGTTG
CoDevelopment: Atmosphere, Block Puzzler,
BombSquad
Miniature Scripts: BinarySearchTree, Calendar, Canvas Gears, Checkbox, File-Browser, LinkedList/Stack, MDI Setup, MiniMax AI, PieGraph, ProgressBar, Slider widget, TabbedPane, Table, Tokenizer, TreeMenu
Java+: Java Music Daemon, ScreenCapture JAR, Widget-Java/Server Bridge Example
"Published" Texts: DynamicWidgetGuide
Konfabulator Libraries: Color-space Library, Javable Widget Project
Widget Tutorials: "Spawning" Widgets, JavaScript Classes
Contests: Widget 4k - "Expanded" [not happening; canceled]
Non-Widget Work: Hazlenut, Konspirators Online, PHP BB-Code Parser, ShortClient, Zap
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ghostwalker
post Oct 22 2007, 06:17 PM
Post #15






Posts: 1,993
Joined: 12-November 04
From: Seneca, Missouri
Member No.: 3,762



Thanks CSM I will do my best to figure the rest out.

I know this is obvious but can this be made to also capture circular not just a rectangle or square?




Widgets : IPB Image Have a nice day | IPB Image Today Is | IPB Image FileInfo | IPB Image Smooth Clock
In Development : IPB Image My Gmail | IPB Image WildBlue Usage
Co-Development : IPB Image KonAvio Media |IPB Image KonText-Plain Text Editor
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
CSM
post Oct 22 2007, 06:23 PM
Post #16






Posts: 2,386
Joined: 1-September 06
From: ̶O̶h̶i̶o̶ Washington
Member No.: 16,587



Not without "extensive" work to clip it. I have no idea how to do that right now. (It would take drawing it to a Graphics object (with a circular clip) then finding a way to get that back to a buffered image (almost impossible)...).

Why can't you just draw it to a Canvas with a self-defined clip?




A result of starting my server over, links from my posts may not work (especially those in the "temp" subdomain). If there is a link to something of which anyone would like to have a copy, personal message me with what you're looking for along with a way to provide this to you, and I'll see if I can find a copy. Thanks for your patience and understanding.


IPB Image - "Not just another open source project. Lend your talent and make a difference!" (Dead)

IPB Image - "The future is now." (No longer community site) (Domain has lapsed)

Published: AtomicComicBlast, Barra de Lenguas, ComicWizard-4.0, MicroColors, PassGen, ScrabbleChecker, SoundBank, Uni, VisualWidget, WarpedReality
Unavailable: Paradigm [clock], Puzzled, SecurityLogger, Wayback Widget
Ready to be published: Cαlcυlατοr, CursorTails, Blackout, Block Puzzler, BombSquad, Palette, SnipIt
ActiveDev:
InactiveDev/Dead: BeatMod, Bubble Pop, Canvas Clock, Canvas Gauges, Canvas Pro, Clipboard, Crayon, Hermes, InTune, Konverter, Magic Deck, OverRuled, Outside, Slither, SystemBeat, Tetresque, Tetrad, Widget, WinSysRemote
Dropped: BlankScreen, Document "Fixer", Intuitive [ -> Blackout], Motion Widget: HHGTTG
CoDevelopment: Atmosphere, Block Puzzler,
BombSquad
Miniature Scripts: BinarySearchTree, Calendar, Canvas Gears, Checkbox, File-Browser, LinkedList/Stack, MDI Setup, MiniMax AI, PieGraph, ProgressBar, Slider widget, TabbedPane, Table, Tokenizer, TreeMenu
Java+: Java Music Daemon, ScreenCapture JAR, Widget-Java/Server Bridge Example
"Published" Texts: DynamicWidgetGuide
Konfabulator Libraries: Color-space Library, Javable Widget Project
Widget Tutorials: "Spawning" Widgets, JavaScript Classes
Contests: Widget 4k - "Expanded" [not happening; canceled]
Non-Widget Work: Hazlenut, Konspirators Online, PHP BB-Code Parser, ShortClient, Zap
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ghostwalker
post Oct 22 2007, 06:26 PM
Post #17






Posts: 1,993
Joined: 12-November 04
From: Seneca, Missouri
Member No.: 3,762



No knowledge of Canvas.




Widgets : IPB Image Have a nice day | IPB Image Today Is | IPB Image FileInfo | IPB Image Smooth Clock
In Development : IPB Image My Gmail | IPB Image WildBlue Usage
Co-Development : IPB Image KonAvio Media |IPB Image KonText-Plain Text Editor
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
CSM
post Oct 22 2007, 06:36 PM
Post #18






Posts: 2,386
Joined: 1-September 06
From: ̶O̶h̶i̶o̶ Washington
Member No.: 16,587



That's what the manual is for! Time for that age old phrase: Read The Fine Manual.




A result of starting my server over, links from my posts may not work (especially those in the "temp" subdomain). If there is a link to something of which anyone would like to have a copy, personal message me with what you're looking for along with a way to provide this to you, and I'll see if I can find a copy. Thanks for your patience and understanding.


IPB Image - "Not just another open source project. Lend your talent and make a difference!" (Dead)

IPB Image - "The future is now." (No longer community site) (Domain has lapsed)

Published: AtomicComicBlast, Barra de Lenguas, ComicWizard-4.0, MicroColors, PassGen, ScrabbleChecker, SoundBank, Uni, VisualWidget, WarpedReality
Unavailable: Paradigm [clock], Puzzled, SecurityLogger, Wayback Widget
Ready to be published: Cαlcυlατοr, CursorTails, Blackout, Block Puzzler, BombSquad, Palette, SnipIt
ActiveDev:
InactiveDev/Dead: BeatMod, Bubble Pop, Canvas Clock, Canvas Gauges, Canvas Pro, Clipboard, Crayon, Hermes, InTune, Konverter, Magic Deck, OverRuled, Outside, Slither, SystemBeat, Tetresque, Tetrad, Widget, WinSysRemote
Dropped: BlankScreen, Document "Fixer", Intuitive [ -> Blackout], Motion Widget: HHGTTG
CoDevelopment: Atmosphere, Block Puzzler,
BombSquad
Miniature Scripts: BinarySearchTree, Calendar, Canvas Gears, Checkbox, File-Browser, LinkedList/Stack, MDI Setup, MiniMax AI, PieGraph, ProgressBar, Slider widget, TabbedPane, Table, Tokenizer, TreeMenu
Java+: Java Music Daemon, ScreenCapture JAR, Widget-Java/Server Bridge Example
"Published" Texts: DynamicWidgetGuide
Konfabulator Libraries: Color-space Library, Javable Widget Project
Widget Tutorials: "Spawning" Widgets, JavaScript Classes
Contests: Widget 4k - "Expanded" [not happening; canceled]
Non-Widget Work: Hazlenut, Konspirators Online, PHP BB-Code Parser, ShortClient, Zap
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ghostwalker
post Oct 22 2007, 07:05 PM
Post #19






Posts: 1,993
Joined: 12-November 04
From: Seneca, Missouri
Member No.: 3,762



Thanks for the link




Widgets : IPB Image Have a nice day | IPB Image Today Is | IPB Image FileInfo | IPB Image Smooth Clock
In Development : IPB Image My Gmail | IPB Image WildBlue Usage
Co-Development : IPB Image KonAvio Media |IPB Image KonText-Plain Text Editor
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
CSM
post Oct 22 2007, 07:41 PM
Post #20






Posts: 2,386
Joined: 1-September 06
From: ̶O̶h̶i̶o̶ Washington
Member No.: 16,587



Far as I can tell, all you need to do is make the clip once, then keep drawing the image to the same Canvas. (this assumes that the magnifying glass never changes size. If it does, make a new Canvas and make a new larger/smaller clip.)




A result of starting my server over, links from my posts may not work (especially those in the "temp" subdomain). If there is a link to something of which anyone would like to have a copy, personal message me with what you're looking for along with a way to provide this to you, and I'll see if I can find a copy. Thanks for your patience and understanding.


IPB Image - "Not just another open source project. Lend your talent and make a difference!" (Dead)

IPB Image - "The future is now." (No longer community site) (Domain has lapsed)

Published: AtomicComicBlast, Barra de Lenguas, ComicWizard-4.0, MicroColors, PassGen, ScrabbleChecker, SoundBank, Uni, VisualWidget, WarpedReality
Unavailable: Paradigm [clock], Puzzled, SecurityLogger, Wayback Widget
Ready to be published: Cαlcυlατοr, CursorTails, Blackout, Block Puzzler, BombSquad, Palette, SnipIt
ActiveDev:
InactiveDev/Dead: BeatMod, Bubble Pop, Canvas Clock, Canvas Gauges, Canvas Pro, Clipboard, Crayon, Hermes, InTune, Konverter, Magic Deck, OverRuled, Outside, Slither, SystemBeat, Tetresque, Tetrad, Widget, WinSysRemote
Dropped: BlankScreen, Document "Fixer", Intuitive [ -> Blackout], Motion Widget: HHGTTG
CoDevelopment: Atmosphere, Block Puzzler,
BombSquad
Miniature Scripts: BinarySearchTree, Calendar, Canvas Gears, Checkbox, File-Browser, LinkedList/Stack, MDI Setup, MiniMax AI, PieGraph, ProgressBar, Slider widget, TabbedPane, Table, Tokenizer, TreeMenu
Java+: Java Music Daemon, ScreenCapture JAR, Widget-Java/Server Bridge Example
"Published" Texts: DynamicWidgetGuide
Konfabulator Libraries: Color-space Library, Javable Widget Project
Widget Tutorials: "Spawning" Widgets, JavaScript Classes
Contests: Widget 4k - "Expanded" [not happening; canceled]
Non-Widget Work: Hazlenut, Konspirators Online, PHP BB-Code Parser, ShortClient, Zap
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
1 Pages  1 2 3 
Fast Reply  Reply to this topic    Start new topic  
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: