Monday, September 21, 2009

Free Iphone Ipod touch paper stand


Here is a free paper Iphone Ipod stand that you can make yourself at home. Nice and easy huh?

http://www.dessinemoiunobjet.com/iphone-paper-dock-stand/template_iphonepaper.pdf

Saturday, September 05, 2009

Difference between Ophone SDK and Android SDK

China Mobile has announced their own version of the online shop, it's dubbed the mmarket. This is the main platform for they new line of phones based under the new Ophone name. As most has suspected the Ophone is really just a repackaged Android platform with a minor tweak. First as of now the Android SDK is up to version 1.5, however the Ophone (after days of this major marketing event and product roll-out), is still sitting at version 1.0. There are a few functions added onto it, it is suspected that these functions are possibly used for the billing since China mobile bills their online payment through their phone bills.

Zoo extension how to customize your own elements

Yootheme zoo is a very powerful extension to the joomla CMS. In Zoo everything is arranged from the base component of Elements, and if you need your own element that is not listed with Zoo then you have to create it yourself and example would be adding Google map to it. Yootheme gives a fairly good starting point as to how to create a new Helloworld Document here.

http://zoo.yootheme.com/documentation/item/root/develop-your-own-hello-world-element

There is a simply way that I started editing code for this is to add code in the display field. Where it is asked to display it in either item view or category view you can inject php code into it to do the things that you want. In this example you can insert the Google map php code into that section thus you can display the google map in either the category view or item view. I am sure there is an easier or neater way to do it, but this is the most straightforward method to get your site working under yootheme zoo and joomla.