Click here to Skip to main content
15,915,019 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: MQOTD Pin
Richard MacCutchan22-Dec-13 22:41
mveRichard MacCutchan22-Dec-13 22:41 
GeneralRe: MQOTD Pin
  Forogar  23-Dec-13 7:43
professional  Forogar  23-Dec-13 7:43 
GeneralJCVD VS CN Pin
V.22-Dec-13 20:03
professionalV.22-Dec-13 20:03 
JokeRe: JCVD VS CN Pin
Kornfeld Eliyahu Peter22-Dec-13 20:15
professionalKornfeld Eliyahu Peter22-Dec-13 20:15 
GeneralRe: JCVD VS CN Pin
User 483504722-Dec-13 21:10
User 483504722-Dec-13 21:10 
GeneralRe: JCVD VS CN Pin
Simon_Whale22-Dec-13 23:22
Simon_Whale22-Dec-13 23:22 
GeneralRe: JCVD VS CN Pin
Johnny J.23-Dec-13 0:16
professionalJohnny J.23-Dec-13 0:16 
GeneralOptimization Pin
#realJSOP22-Dec-13 11:23
professional#realJSOP22-Dec-13 11:23 
You may or may not recall earlier this year when I described a Christmas-oriented jquery/javascript donation engine I created for the golden retriever rescue group my wife and I volunteer with. You can see the current implementation here - Gold Ribbon Rescue[^]. You can get to the tree by clicking the button in the first sliding panel that's displayed. Warning - you may have to refresh the page where the tree lives because it sometimes doesn't render all of the objects upon initially browsing to the page.

Anywho, that original effort resulted in six script files consuming about 34k of disk space, and utilizing a XML file for storing configuration and donation data.

This weekend, I refactored the entire thing to use a JSON file for the data, and whittled the code base down to a single 19k file. I also utilized the Kinetic.js library[^] to replace my original blinking light animation, as well as adding drag-n-drop capability for repositioning the ornaments (that represent donations) by the tree manager person.

I still have some work to do, but it's pretty far along. It's too bad the web host used by the rescue group uses a LAMP stack instead of ASP.net.

When I get a complete interactive asp.net version ready, I'll see about putting it up for y'all to play with.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013


GeneralRe: Optimization Pin
David C# Hobbyist.22-Dec-13 11:31
professionalDavid C# Hobbyist.22-Dec-13 11:31 
GeneralRe: Optimization Pin
#realJSOP22-Dec-13 11:49
professional#realJSOP22-Dec-13 11:49 
GeneralRe: Optimization Pin
Steve Wellens22-Dec-13 12:08
Steve Wellens22-Dec-13 12:08 
GeneralRe: Optimization Pin
David C# Hobbyist.22-Dec-13 13:17
professionalDavid C# Hobbyist.22-Dec-13 13:17 
GeneralRe: Optimization Pin
#realJSOP22-Dec-13 15:15
professional#realJSOP22-Dec-13 15:15 
GeneralRe: Optimization Pin
Pete O'Hanlon22-Dec-13 21:21
mvePete O'Hanlon22-Dec-13 21:21 
GeneralRe: Optimization Pin
OriginalGriff22-Dec-13 22:31
mveOriginalGriff22-Dec-13 22:31 
GeneralRe: Optimization Pin
Pete O'Hanlon23-Dec-13 0:04
mvePete O'Hanlon23-Dec-13 0:04 
GeneralRe: Optimization Pin
OriginalGriff23-Dec-13 0:15
mveOriginalGriff23-Dec-13 0:15 
GeneralRe: Optimization Pin
Pete O'Hanlon23-Dec-13 0:20
mvePete O'Hanlon23-Dec-13 0:20 
GeneralRe: Optimization Pin
OriginalGriff23-Dec-13 0:38
mveOriginalGriff23-Dec-13 0:38 
GeneralRe: Optimization Pin
Pete O'Hanlon23-Dec-13 0:39
mvePete O'Hanlon23-Dec-13 0:39 
GeneralRe: Optimization Pin
OriginalGriff23-Dec-13 0:45
mveOriginalGriff23-Dec-13 0:45 
GeneralRe: Optimization Pin
Pete O'Hanlon23-Dec-13 0:49
mvePete O'Hanlon23-Dec-13 0:49 
GeneralRe: Optimization Pin
OriginalGriff23-Dec-13 1:12
mveOriginalGriff23-Dec-13 1:12 
GeneralRe: Optimization Pin
#realJSOP23-Dec-13 3:01
professional#realJSOP23-Dec-13 3:01 
GeneralRe: Optimization Pin
#realJSOP23-Dec-13 10:39
professional#realJSOP23-Dec-13 10:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.