Max Kiesler - Responsive Designer


Narrative JavaScript

Posted on 31st May, by max in Code. Comments Off

Narrative JavaScript is a small extension to the JavaScript language that enables blocking capabilities for asynchronous operations. This makes writing asynchronous code sequences easier and increases code readability.

Website: http://neilmix.com/narrativejs/doc/index.html


Responsible Asynchronous Scripting

Posted on 31st May, by max in Code. Comments Off

Asynchronous or remote scripting has been lurking in the background of web app development for quite some time now. Originally dependent on proprietary technology like Java applets, ActiveX and Flash or clever combinations of disparate technologies like images and cookies, native support for the XMLHttpRequest (XHR) object in modern browsers has made it easier than ever to make web apps more responsive and more like their desktop counterparts. This lower barrier to entry also makes it easier to make poor decisions and inappropriate use of a powerful technology.

Website: http://www.thinkvitamin.com/features/ajax/responsible-asynchronous-scripting


More Rounded Corners with CSS

Posted on 25th May, by max in Code. Comments Off

More rounded corners: Taking the “Sliding Doors” approach to fluid, rounded-corner/border/shadow-based dialog boxes, with examples .

Website: http://www.schillmania.com/content/entries/2006/04/more-rounded-corners/


Editable JavaScript TreeGrid

Posted on 24th May, by max in Code. Comments Off

EJS TreeGrid is DHTML component written in pure JavaScript to display and edit data in table, grid, tree view or grid with tree on HTML page.

Website: http://www.treegrid.com/TreeGrid3_7/Html/TreeGridWeb.html


Ideacodes to Redesign Draper Richards’ Website

Posted on 24th May, by max in News. Comments Off

Ideacodes has been hired to redesign the DraperRichards.com website. Draper Richards L.P. is a venture capital firm investing in early-stage information technology and telecommunications companies. rn


Ajax Tabs Content Script

Posted on 23rd May, by max in Code. Comments Off

This tab content script uses Ajax to let you display a selection of external content on your page inside a DIV and via CSS tabs! We got our inspiration for this script from Yahoo’s new homepage, which employs such a concept to show news in an organized fashion.

Website: http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/


Serving JavaScript Fast

Posted on 22nd May, by max in Code. Comments Off

The next generation of web apps make heavy use of JavaScript and CSS. We’ll show you how to make those apps responsive and quick.

Website: http://www.thinkvitamin.com/features/webapps/serving-javascript-fast


AJAX:Getting Started - MDC

Posted on 18th May, by max in Code. Comments Off

This article guides you through the AJAX basics and gives you two simple hands-on examples to get you started.

Website: http://developer.mozilla.org/en/docs/AJAX:Getting_Started


MapStats

Posted on 18th May, by max in Code. Comments Off

Blog Flux MapStats is the coolest way of tracking your website visitors. Not only does it provide the normal statistics and graphs, we have incorporated the system into Google Maps! Instantly see where your latest visitors are coming from, and find out what they are looking for.n

Website: http://mapstats.blogflux.com/


AdvancedAJAX 1.1

Posted on 18th May, by max in Code. Comments Off

AdvancedAJAX is a JavaScript object allowing to use XMLHttpRequest object easier and speeding up development of AJAX based projects. It consists a bound of methods helping creating queries, error handling, usage with HTML forms as well as connection timeouts and reconnecting.

Website: http://advajax.anakin.us/index-en.htm