Max Kiesler - Responsive Designer

Category: Code


jQuery Tools – The Missing UI Library for the Web

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

Let’s face it: do you really need drag-and-drop, resizable windows or sortable lists in your web applications? Websites are not desktop applications. They are different.”What you really need are tabs, tooltips, accordions, overlays, high usability, striking visual effects and all those “web 2.0″ goodies that you have seen on your favourite websites.”This library contains six of the most useful JavaScript tools available for today’s website. The beauty of this library is that all of these tools can be used together, extended, configured and styled. In the end, you can have hundreds of different widgets and new personal ways of using the library. “Visit the jQuery Tools Websitern


jqModal – Minimalist Modaling with jQuery

Posted on 30th August, by max in Code. Comments Off

jqModal is a plugin for jQuery to help you display notices, dialogs, and modal windows in a web browser. It is flexible and tiny, akin to a “Swiss Army Knife”, and makes a great base as a general purpose windowing framework. “Visit the jqModal Website


JavaScript: Ajax Notifications with jQuery

Posted on 26th August, by max in Code. Comments Off

“If you’re using Ajax, you should give hints to the user when a request to the server is being made, and you should tell him if something goes wrong. Gmail does this really well. Here’s how I coded it.””Visit the website


How to Create a 3D Tag Cloud in jQuery

Posted on 13th August, by max in Code. Comments Off

“With browsers rendering JavaScript faster than ever before, it‚Äö√Ñ√¥s a great opportunity to get creative with jQuery. This tutorial will show how to create a scrolling 3D tag cloud‚Äö√Ѭ∂it‚Äö√Ñ√¥s not as difficult as you might think.””Visit the 3D Tag Cloud Website


Create a Dynamic Scrolling Content Box Using AJAX

Posted on 5th August, by max in Code. Comments Off

If you have used Google Reader, then you might have noticed the way Google Reader shows feed items, it loads up few items first when you click on a feed and as you scroll down to view more items, it fetches more items dynamically and adds it to the list.”Visit the website


Bumpbox – Lightbox For Multiple Filetypes

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

“Bumpbox is another lightbox clone with a few advantages over other lightboxes – it supports not only all common media types but also PDF’s.”Yet, the integration and implementation on your own site is pretty simple. Just add the scripts to your head section, add classes to your links that should use bumpbox, define a rel tag with the size that the bumpbox should have and you’re ready to roll.”Bumpbox automatically detects what kind of filetype you wish to show in the box, so you do not need to specify the type, easing the process of integration”.”Visit the Bumpbox Website


Visualization Toolkit

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

The Visualization Toolkit (VTK) is an open-source, freely available software system for 3D computer graphics, image processing and visualization. VTK consists of a C++ class library and several interpreted interface layers including Tcl/Tk, Java, and Python. Professional support and products for VTK are provided by Kitware. VTK supports a wide variety of visualization algorithms including scalar, vector, tensor, texture, and volumetric methods; and advanced modeling techniques such as implicit modeling, polygon reduction, mesh smoothing, cutting, contouring, and Delaunay triangulation. Additionally, VTK has an extensive information visualization framework, has a suite of 3D interaction widgets, supports parallel processing, and integrates with various databases on GUI toolkits such as Qt and Tk. VTK is cross-platform and runs on Linux, Windows, Mac and Unix platforms.”Visit the Visualization Toolkit Website


Load Data while Scrolling Page Down with jQuery and PHP

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

This tutorial about my favorite place Dzone like data loading while page scrolling down with jQuery and PHP. We have lots of data but can not display all. This script helps you to display little data and make faster your website.”Visit the Website


Google Fusion Tables

Posted on 20th July, by max in Code. Comments Off

Upload small or large data sets from spreadsheets or CSV files. Visualize your data on maps, timelines and charts. Pick who can access your data; hide parts of your data if needed. Merge data from multiple tables. Discuss your data with others. Track changes and discussions. “Visit the Google Fusion Tables Website


Cross-domain AJAX Requests

Posted on 20th July, by max in Code. Comments Off

In a perfect world cross-browser AJAX requests would just work, unfortunately they do not. Attempting to request remote files with AJAX will cause errors in the script and can be a pretty big hurdle in some cases and can be very frustrating. However, there are a few things that I have come across, in looking for a solution to this, that I would like to share.”Visit the Ooeygui Website