Sep 14, 2009

How to create a "Read More" or Junp Break at Blogger


http://buzz.blogger.com/2009/09/you-might-as-well-jump.html


1. Tick on the "Updated Editor" at your blogger setting tab
2. You will saw your editor changed to a new design
3. The last icon is the "Read More" or " Jump Break" icon

Sep 12, 2009

Maxis MMS Setting For WM6.5 / WM6.1 / WM6.0 on IPAQ6828


When there is no port number mentioned for the WAP Gateway,
use port 9201 for MMS 1.x versions and
port 8080 for MMS 2.x versions

Provider Name: Maxis

Provider APN: net

Provider APN Account: maxis

Provider APN Password:wap

Provider WAP Gateway: 202.75.133.49

Provider MMSC:http://172.16.74.100:10021/mmsc

port8080

MMS Setting Name: unet (optional)

Allow your WM to connect to GPRS/3G when needed to retrieve or send MMS.


Bookmark and Share

Sep 1, 2009

Free Open Office Document Viewer


(image from http://visioo-writer.tuxfamily.org/)

How to open .odt file ? It is Open Office Document =)

Need Open office viewer for free ? visit http://visioo-writer.tuxfamily.org/

Visioo-Writer OpenDocument and OpenOffice.org viewer
Copyright Clément and Guillaume Bâty Fowlalgorn-Software


Download OpenOffice for free at http://download.openoffice.org/index.html


Thanks for a good tool!

Bookmark and Share

Aug 28, 2009

HotFile.com Free Large File Storage



www.hotfile.com

Send large file to friend ?
May try out this free service.

You may join the referral program to earn up some penny =)


Bookmark and Share

Aug 21, 2009

How To Add YouTube Video in Blogger

Browse YouTube, On the right panel there are url and embeded scripts.

Get the embeded scripts so that YouTube video can be embeded and viewed by user.

If you get any error, try to use Edit Html and place the embeded scripts and
click Preview to test the result.

Blogger composer may not allow XML end slash tag (< / >)
( I put larger space so that able to show you what is the XML end slash tag.

As example to explain the script here
I will temporary replace Smaller Tag with { and Larger Tag with }
So that I am able to use this {/ value }

//start object tag and standard youtube size 425 x 344
{object width="425" height="344"}

//YouTube video url, Language is English
{param name="movie" value="http://www.youtube.com/v/abcdefg&hl=en&fs=1&"}
{/param}

//Allow FullScreen Option
{param name="allowFullScreen" value="true"}
{/param}

// Always allow scripting access for ads and other interaction scripts
{param name="allowscriptaccess" value="always"}{/param}

//Real embeded flash YouTube Scripts
{embed src="http://www.youtube.com/v/abcdefg&hl=en&fs=1&"
type="application/x-shockwave-flash"
allowscriptaccess="always"
allowfullscreen="true" width="425" height="344"}
{/embed}

//end object tag
{/object}


Bookmark and Share