CAT | Mobile Web Design – Mobile optimised websites

After waiting in anticipation for the announcement of the new iPhone 2J Design watched a live blog on the event and very pleased with the iPhone 4S launching on 14th October.

The iPhone 4S comes with a impresisve A5 processor, a 8mp Camera, obviously loaded with the new IOS5 which is available from 12th October.

The most impressive feature in our opinion is the new Siri personal assistant, its your very own personal assistant, you can speak hundreds of questions, commands and Siri will operate and give you answers in return, this is something taking smart phones to a evern smarter level.

Check out a full report on Apple’s ‘Let’s talk iphone’ event here: http://www.engadget.com/2011/10/04/apples-lets-talk-iphone-keynote-liveblog/?sort=newest&refresh=60

Obviously with this announcement and the hype around this for the past months it will certainly see yet another boost in the mobile browsing market, so now is certainly never been a better time to ensure you have a web optimised website.

We are currently developing a number of mobile websites for new and existing clients as well as our own new impressive mobile website.

For all Mobile Web Design and any of our Web Designer services contact us for a free quotation.

No tags

With the forthcoming launch of our Mobile Web Designer service one thing many people have asked is what is the most simple way of telling a mobile device to show my mobile optimised website.

The answer is very simple, all you need is a few lines of javascript code added into the header tag of your page, I would suggest adding this to each page and adding the relevant URL so if users find a internal page of your website via Google or and search engine they will be diverted to the correct page.

Here is a simple example of some javascript code to recognise a mobile device and show your mobile optimised website.

<script type=”text/javascript”>
if(navigator.userAgent.match(/iPhone/i)
|| navigator.userAgent.match(/iPod/i)
|| navigator.userAgent.match(/Android/i)
|| navigator.userAgent.match(/blackberry/i)
|| navigator.userAgent.match(/Blackberry/i)
|| navigator.userAgent.match(/webOS/i)) {
window.location = “http://www.mydomain.com/mobile-home”;
}
</script>

NOTE: The URL you see above is the path to a directory on your web server, create your mobile website in its own directory and then point to this directory using the code above.

· · · · · · ·

By 2013 reports say Internet sales via mobile devices are expected to reach £275 million, driven by a 119% rise in the mobile commerce population, improvements in mobile technology and greater demand for smartphones and Android devices and with the possible release of a new iPhone.

So now has never been a better time to start thinking about having your website optimised for Mobile.

We are offering for a limited time discounted design and development of mobile optimised websites and mobile optimised Magento themes.

2J Design will soon be launching the new mobile web designer service, we are currently working on a number of mobile projects including our own mobile website which will be launched in the coming months.

As the mobile market evolves and more and more people are browsing via mobile devices as apposed to switching on the computer now is the time to ensure your website is available in a fast, friendly mobile version so your customers can find everything they are looking for quickly and easily without having to browse around a website designed for a larger screen.

We are also able to turn mobile web design into apps for the iPhone and Android app stores, these are apps submitted to the app stores and then available for download.

To enquire about our Mobile Web Design services call us on 0114 321 8635

· · · · ·