Sandor Korozsi’s linkblog

  .NET Framework, C#, Smartphone, Pocket PC, Managed DirectX, Game development
Link, JavaScriptNovember 7, 2007 17:31

MochiKit by Example

An overview of MochiKit with three real-life examples. 

"MochiKit is a highly documented and well tested, suite of JavaScript libraries that will help you get shit done, fast. We took all the good ideas we could find from our Python, Objective-C, etc. experience and adapted it to the crazy world of JavaScript."

Link, JavaScriptAugust 30, 2007 11:51

"JavaScript, with its death grip on the Interwebs and every AJAX developer’s language of only choice, is getting hot. With roll-overs, pop-ups, and menus either solved or relegated to CSS behaviors, XMLHttpRequests have made JavaScript once again a language of innovation. This article is meant to offer a tidbit of idiomatic advice for people who know JavaScript or want to know JavaScript coming from Java, C, Python, Perl, or PHP.

Novice: objects and associative arrays
Novice: cute type conversions
Novice: iteration
Acolyte: anonymous functions
Acolyte: enclosure
Acolyte: context object manipulation
Acolyte: variadic arguments
Guru: binding
Guru: lazy function definition
Guru: polymorphic callable objects
"

JavaScript Tips for Novices, Acolytes, and Gurus

JavaScriptAugust 13, 2007 15:14

Javascript Format and Colour

JavaScript, CSSAugust 2, 2007 21:40

Javascript sample on how to make height of divs equal.

Link 

JavaScript, CSSApril 13, 2007 18:02

"Control.Tabs is a JavaScript library for creating accessible, flexible & unobtrusive tabbed interfaces in your applications or pages. It uses anchors and element ids to function, so browsers that do not support JavaScript will still be able to navigate through your tabs.

Requirenments 

This script uses the Prototype javascript framework. You must include version 1.5 in your pages before including this script. This library is known to work in recent versions of all major browsers (IE 6/7,FireFox,Safari,Opera)."

Control.Tabs : Unobtrusive CSS Tabs for Prototype

Development, Link, JavaScript, CSS 10:33

"In this article I’ll go through the creation of a custom navigation bar with some cute Javascript effects that will certainly impress your friends. Thanks to the great Mootools library, this beauty is contained in 1.5kb. Not only that, but it’s also cross browser (tested on Internet Explorer 6/7, Firefox and Safari) and accessible!"

Devthought - Guillermo Rauch’s Blog » CSS+Javascript power. Fancy menu

ASP.NET, Custom Control, JavaScriptFebruary 9, 2007 11:11

DaintyDate is a custom control for Microsoft Visual Studio .NET that replaces the ASP.NET datepicker with many extra cool features including JavaScript date navigation (No Postbacks!) and a range of Dynamic popup features!

DaintyDate - The best open source datepicker! - The Code Project - ASP.NET

Development, JavaScriptNovember 14, 2006 10:55

This javascript class allows you to add window in a HTML page.

This class is based on Prototype. The code is inspired by the powerful script.aculo.us library. You can even use all script.aculo.us effects to show and hide windows if you include effects.js file , but it’s not mandatory.

It has been tested on Safari, Camino, Firefox and IE6.

Features

  • Valid HTML/XHTML generated code
  • Resizable windows
  • Minimze/Maximize
  • Modal dialogs
  • Visual effects
  • Skinnable
  • And more…
Prototype Window Class