AiBloggerBox: Version 2: Beta!
Happy to see people interested in this project :)
A Demo of this version is available here: AiBloggerBox Demo
I have rewritten AiBloggerBox almost (using one section of my previous code) from scratch. Here are the new changes:
I thought it would make better sense to release 2 versions of the JS file now - compressed and the normal one. The compressed one is smaller - meaning it will take less bandwidth when you put it in your site.
Compressed BrightBoxBox: BrightBox_v2.0_compressed.zip
Normal BrightBox: BrightBox_v2.0.zip
You would generally want the compressed version.
A Demo of this version is available here: AiBloggerBox Demo
I have rewritten AiBloggerBox almost (using one section of my previous code) from scratch. Here are the new changes:
- Changed the mechanism through which the 'box' is created
- Absolutely no external files needed! - The javascript file is completely self sufficient. Two other image files were needed before. Overall combined file size is smaller.
- White border area around the images now - looks nicer :)
- Proper resizing of images - if the image was bigger than the screen size, previously the image would be clipped. Now proper resizing is done, so the entire image is visible
- Close button available - looks nicer :) (any mouse click/key press still closes the box)
- Image auto-caption mechanism available - Uses the image name to print out image caption below the image in the box. For e.g. the picture "Vacation_in_Bali.jpg" would be automatically given the caption "Vacation in Bali" - easy way to have captions without doing edit HTML!
- Easy to edit options to control white-bordering size in the box, caption on/off, close button on/off and colors. Just open the javascript file, it starts off with some variable declarations, for example one thing you will see is:
var AiBloggerBox_showCloseButton = 1
change this tovar AiBloggerBox_showCloseButton = 0
to stop showing the close button. It's that simple! (anything that starts off as AiBloggerBox_* is an editable preference - and these are all present at the very top)
I thought it would make better sense to release 2 versions of the JS file now - compressed and the normal one. The compressed one is smaller - meaning it will take less bandwidth when you put it in your site.
Compressed BrightBoxBox: BrightBox_v2.0_compressed.zip
Normal BrightBox: BrightBox_v2.0.zip
You would generally want the compressed version.
Labels: AiBloggerBox, BrightBox, javascript
4 Comments:
At May 28, 2009 8:55 PM ,
Open door to everyone... said...
Caption of image should be taken from Alt text of the image, not the image name. Or you can make both options available?
At May 31, 2009 8:29 AM ,
Aishwar said...
Hey Open door,
I guess I can make both options available. I want to retain the original goal as well :) ... to have it work without HTML editing, in addition to easy blogger integration.
Cheers,
aishwar
At June 7, 2009 1:56 PM ,
Raghav said...
I'm not able to download the Zip File.
At June 7, 2009 6:30 PM ,
Aishwar said...
Thanks for the note Raghav. Updated the link.
Cheers,
Aishwar
Post a Comment
<< Home