I’ve been using twitter’s bootstrap framework for a number of site builds recently, mainly because it gets me from black-and-white markup to vaguely-presentable websites in a very small amount of time. Version 1.3 introduced some JavaScript plugins to complement the array of stylistic elements it already provided – notably code to invoke dialog boxes, or …
Category Archives: Programming
nanoscroller MAC STYLE SCROLL FOR JQUERY
nanoScroller.js is a jQuery plugin that offers a simplistic way of implementing Lion-styled scrollbars for your website. It uses minimal HTML markup being .nano > .content. The other scrollbar div elements.pane > .slider are added during run time to prevent clutter in templating. The latest version utilizes native scrolling and works with the iPad, iPhone, …
MooScroll
MooScroll is a MooTools 1.2 class that allows you to customize how the scrollbar looks on scrollable divs.
Metadata Elements – META Language Tag
In HTML elements, the language attribute specifies the natural language. This document is mostly concerned with how to specify the primary language(s) (there could be more than one) and the base language (there is only one) in HTML documents.
Introduction to Arrays in ActionScript 3.0
This tutorial will teach you the basics on how to use arrays in AS3. Arrays are lists of data which are, unlike simple variables, capable of storing store more than one item at the same time. This use of arrays makes it easy to gather items of the same type in a single container to …
Continue reading “Introduction to Arrays in ActionScript 3.0”
Facebook App Development
A facebook web application is really a webpage loaded into an iframe in their interface. You can also develop desktop and mobile apps using some of the available tools and SDKs. For this post I will talk about the facebook web app that I created. I had previously created a flash game so I decided …