Google Adsense News
->
JSGallery is a very nice AJAX image gallery built with Mootools.
Look & effects of the script is configurable. It supports browsing with keyboard between images and also pages.
Revolver is a fast image rotation engine built with PHP.
Revolver is managed with uploading the image files according to the special name format and there is no need for an administraion interface.
You can use it to create a portfolio website, slideshow, sketchbook or a simple image gallery.
Andrew Berg has created a nice looking, open source flash gallery named Flash Photo Browser.
Flash Photo Browser is used by uploading thumbnails and the original images in the related folders with same names and after that, the application lets you browse the images with a nice effect.
It uses the Flash tweening prototypes, blurred rect prototype, draw rect prototype and requires PHP to run.
Besides the standard look, you can also switch to the thumbnail view with a click.
ddmenu is a simple MooTools-based script to create you’re own context menus.
<link rel="stylesheet" href="css/ddmenu.css" type="text/css" media="screen" /> <script type="text/javascript" src="js/mootools-beta-1.2b1.js"></script> <script type="text/javascript" src="js/moo.ddmenu.0.2.js"></script>
<div class="ddmenu def" id="ddmenu2" style="display:none"> <ul> <li class="title">Menu Title</li> <li class="item" id="menu_item1"><a href="#">My item 1</a></li> <li class="item" id="menu_item2"><a href="#">My item 2</a></li> <li class="item" id="menu_big_item"><a href="#">This is a oversized item...</a></li> <li class="sepline"></li> <li class="item" id="menu_item_with_icon1"><a class="objects" href="#">Another item</a></li> <li class="item" id="menu_item_with_icon2"><a class="letter" href="#">Disabled item</a></li> <li class="item" id="menu_item_with_icon3"><a class="umbrella" href="#">With icon</a></li> <li class="sepline"></li> <li class="item" id="menu_spec_links"><a href="#">Enable on Links</a></li> <li class="item" id="menu_spec_texts"><a href="#">Enable on Texts</a></li> <li class="item" id="menu_spec_images"><a href="#">Enable on Images</a></li> </ul> </div>
function iniz () { pagemenu = new DDMenu ('ddmenu2', document, { //document can be the whole page, //an element or a parent of elements onOpen: function (e) { this.enableItems(true); //enable all this.enableItems('menu_item_with_icon2',false); //disable menu_item_with_icon2 }, onItemSelect: function (act_id, act_el, menu_bindon) { console.info("menu action -> item id: \"%s\" from: %o in %o", act_id, act_el, menu_bindon) } }); }
Discover the best news, images and videos as voted on by the Digg community, from the social news website Digg.com. You can now customize your Digg gadget by topic, and view more story information, such as comments and a friend’s activity feed. Let us know what you think at feedback@digg.com
digg.com Inc. - San Francisco, CA