Search Altered Pixels.net::

Mobile Development ::

  • HTML 4 and XHTML 1 to HTML 5

    Posted on :: Feb 20

    HTML5 has several new block-level sectioning elements that we can use to give relevant parts of web pages more semantic meaning. These new elements are for ‘chunks of related content’—basically a logical section of the document:

    [Read more →]

  • Localized SEO :: Google Local Search

    Posted on :: Jan 23

    The growth of the internet and search engines has been changing the way that people find and research local businesses. In a recent study by comScore, 2008 was the first year that more consumers turned to search engines over the phone book as the first source for consumer research and information. The implications for this dramatic shift in consumer behavior is leading to a severe decline in yellow pages advertising and the increasing emphasis on Local Search Engine Optimization (LSEO) to provide visibility online for local and regional companies and services. The resulting challenge for many companies operating on a local and regional basis is how to create presence and visibility online with a limited budget and understanding of this growing field of Local Search Engine Optimization (LSEO).

    [Read more →]

  • Mozilla: Firefox Mobile Will Solve Content Problems

    Posted on :: Dec 18

    Native apps for pushing Web content are as old as smartphones, but Web apps are now exploding. Mozilla hopes Firefox Mobile will help smaller innovators.

    Jay Sullivan, vice president of mobile at Mozilla, recently told PC Pro that the Firefox Mobile browser on Nokia's N900 will be released for Android and Windows Mobile next year. With improved Javascript engines, Mozilla hopes that mobile content developers will return to the Web and mobile browsers for delivering mobile content, rather than re-packaging it in multiple Web apps across a range of different mobile platforms.

    [Read more →]

  • Mozilla: The "the web will win" over app stores

    Posted on :: Dec 18

    Mozilla believes that its new Firefox Mobile browser could wean developers away from developing for platform-specific app stores and onto developing cross-platform apps powered by JavaScript and HTML.

    Mozilla is starting to take mobile seriously. It is set to release the first version of Firefox Mobile (codenamed Fennec) on Nokia’s N900 handset shortly, with versions for Windows Mobile and Android due to hit handsets next year.

    [Read more →]

  • iPhone compatible multi-column CSS liquid layouts

    Posted on :: Dec 11

    I've put together a series of website layouts that use percentage widths and relative positioning, and they work with all the common web browsers including Safari on the iPhone and iPod touch. They're also 'stackable' so you can use multiple column types on the one page. This makes the number of possible layouts endless! Follow the links below for the demos and more detailed info:

     

    [Read more →]

  • New Google Analytics Code For Better Load Times

    Posted on :: Dec 4

    Google Analytics has recently announced a new asynchronous tracking code that can "optionally" be replaced with the old one.

    The new code does not block the website while it loads which will improve the loading times.

    It also aims to provide more accurate results as it can be installed inside <head></head> tags (rather than before the </body> tag) and will be able to collect data from visitors that quit the webpage before it loads fully. This way, "any possible tracking errors from dependencies when the JavaScript not being fully loaded" are also eliminated.

    [Read more →]

  • Detecting Mobile Browsers

    Posted on :: Nov 30

    It's becoming more and more common that Users are accessing your website from a mobile web browser (like that from an IPhone, Blackberry, Android or other mobile device). It's also becoming more prevelant that you need to start supporting and developing for the mobile platforms. But how would you begin?

    [Read more →]

  • Should Designers & Developers be held liable for Internet Explorer Design Bugs?

    Posted on :: Nov 23

    This is a question I'm posing to the wild Development Community becasue it seems more and more prevelant that Designers and Developers alike are being held accountable for Bugs and lack-of-interoperability especially when designing an developing Websites that are Standards-Compliant and are 'Web 2.0' compatible.

    Internet Explorer, and its inefficient JS engine, is off in its own little world and forces web developers, designers, and programmers to make special exceptions when it comes to CSS and JS. Although its improved a little with the advent of its latest 8 version IE is slowly falling behind and yet people continue to use it because it comes with Windows...

    [Read more →]

  • SEO & SEM Tactics for 2010

    Posted on :: Nov 3

    As search marketers look ahead to 2010, there are two obvious situations: Some things will remain the same, yet more things will likely change. Straight from our most recent issue, Brian Lewis provides a sneak peak at the SEO and SEM tactics that will define 2010.

    [Read more →]

  • Photoshop on the iPhone...

    Posted on :: Oct 16

    Today's Adobe announces that the Photoshop.com Mobile iPhone application is now available.

    [Read more →]

  • Flash on Smartphones; Thanks Adobe

    Posted on :: Oct 9

    One of the drags of smart phones today is that they don't feature full support for flash (it's been using a lighter version up until now). Today that all changed as Adobe announced improvements to the Adobe Flash Platform at Adobe Max (Adobe's developer conference) which makes Flash on mobile devices a reality.

    [Read more →]

  • IPhone Development Tips

    Posted on :: Sep 16

    I've spent the last few days or so or so doing iPhone web development, and I wanted to look into what - if any - tweaks were available to on the iPhone web browser. I've found two things that I think are pretty interesting.

    The first and simplest tip is working with the view port. (You may need to register at Apple in order to view that link. Two points off to Apple to requiring a login for simple docs!) The view port is a simple meta tag. Here is an example:

    [Read more →]

  • Designing Websites for Mobile Phones

    Posted on :: Sep 9

    Mobile web design seems to be something that most developers are avoiding. I have worked on a couple mobile websites, during this process, I have made some discoveries which I thought I would detail to help out others who may be jumping into mobile web design in 2009.

    [Read more →]

  • Mobile Websites for the Real World

    Posted on :: Sep 9

    Mobile development is less about the device and more about you. Your desktop PC, while relatively compact, is not really mobile. Your laptop, while mobile relative to a desktop, retains the same basic physical requirements as a desktop: horizontal surface, room for keyboard and screen, the use of two hands, etc. Your mobile device, however, represents a singularity in the evolution of portable personal computing. You are no longer restricted to a limited set of movements and positions - not to mention the use of two hands - in order to interact with your device. In essence, the truly mobile device is an extension of you and not visa-versa.

    What is the mobile web?

    [Read more →]

  • IPhone Detection Scripts

    Posted on :: Mar 31

    With iPhones being all the rage these days, I am wondering if mobile versions of your pages might be useful. Viewing a site on an iPhone looks exactly as it does on your desktop. This is all well and good, but sometimes pages can be bloated with images, javascript libraries, and other markup that is not as important to your visitors. I am also a bit upset that the iPhone ignores the css media type of handheld. I wish there were an option to force Safari to render handheld styles as default, but I could not find any option for it. So I set out on a quest to find some alternatives for my iPhone experience.

    [Read more →]