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) } }); }
Today I have decided to share with you the way I code in dreamweaver. If you thinking about coding practice that is not what I am about to show you. There are no questions for me in terms of coding. It is strictly semantic markup but as a designer I like when thinks looks pretty. Whatever I do I like to keep it simple, organized and pretty.
I played a bit with various dreamweaver functions that day and I have discovered the possibility to create your own theme for coding view. It is always very useful to create a nice working environment because it motivates you and stimulates your creativity process. If you are that type of person who walks around with open eyes watching colour combinations, grid systems, patterns in your daily life you probably will understand why it is important for me to keep my working area interesting and motivating. Anyway, no more talking let me show you my coding view in Dreamweaver. You can see on the first image the css code and the html code on the second. If you are interested what colours I have used here they are.


I was also thinking about changing the font type but I have not found anything which would be as readable as the default font - Courier New.
If you guys had the same idea using different colours or font types please send me a link to your code view image. I would be very happy to get inspired by your ideas. Thank you!
from Lewro’s blog is online playground of beginner designer Roman Leinwather