Design & Development
PAMP: Personal Apache MySQL PHP
February 16, 2008, by svo9712
Those of us familiar with dynamic web programming have most likely heard the term LAMP (Linux, Apache, MySQL and PHP). LAMP refers to a stack of software used to run a website or server. In LAMP, Apache is the web server, MySQL is the database and PHP is the programming language. Good news is that, as the outcome of the open source research of Nokia PAMP, the AMP stack for Series60 mobile devices is now available... Read More
Mobile Web Design – Beyond Simple XHTML Pages III
February 14, 2008, by admin
In recent years, widgets have been widely popularized due to the success of Yahoo! Widgets (http://widgets.yahoo.com) and Mac OS X Dashboard (http://www.apple.com/macosx/features/dashboard). Widget, a term that traditionally refers to operating system GUI components such as dialog boxes or pop-up windows, is also used to describe small, lightweight applications that run within a local client. These “micro” applications are very compact in both physical size and file size and usually perform only one or two simple functions... Read More
Fixit – Image Resizing
February 7, 2008, by Ruadhán O'Donoghue
Images such as bitmaps have an intrinsic pixel size. Telling the browser in advance what the size is avoids it having to re-flow the page when it receives it. Resizing images at the server reduces the amount of data transferred and the amount of processing the client has to carry out to scale the image... Read More
Making your .mobi domain compliant
February 7, 2008, by ronan
The .mobi domain is unlike all other domains in that it has a set of rules that web site owners must follow -- most other domains such as .com, .net, and .org do not have any technical requirements about the content hosted in the domain. The .mobi rules often cause confusion amongst site developers and domain holders so we thought we'd try to help people get their domains to pass muster... Read More
Lightweight Device-Detection in ASP
February 6, 2008, by Ruadhán O'Donoghue
Device detection is the first step in performing content adaptation. Here we cover lightweight device detection using classic ASP (VBScript). This is based on the PHP version found here. It is a simple script which will detect most mobile browsers. However, if you need more information about the properties of the device such as screen width and height, image format support etc. so that you can tailor your content to specific devices, then you need something more than this. In this case you should consider using a full device properties database such as DeviceAtlas... Read More