Sep
29th

Sakae Teppanyaki @ Autocity

Files under Uncategorized | Leave a Comment | 515 views

Last Saturday, my friends and I have a party at Sakae Sushi. My first impression of Sakae Sushi is that the unique, refreshing fine style.

Sakae Sushi served us with Salmon Sashimi (RM5.99), Hana Maki (RM9.99), Soft Shell Crape Crape (RM6.99), Mental Ebi Delight (RM 11.80), Sakae Salad (RM 13.90), Live Lobster Mentaiyaki (100g/RM29.90), Omo Tempura oft Shell Crab (RM13.90). I was impressed by Sakae Salad, because of we enjoy it with the stirring. Sakae Sushi waitress also taught us to eat like a New Year “yee sang” picked up as high as possible, and everyone shouted ‘huat ah’, I feel great yo.

Sakae Sushi’s marketing manager-Ranney Kok Wing explain to us the origins of sushi. That frog is Sakae Sushi (Sakae Sushi) sign. “Wing” in Chinese means a symbol of growth. The green frog is a symbol of forward-looking. Frog lower body is like a gold ingot and a bowl full of rice. Frog’s head and stomach connect, such as 8-word auspicious number. Sakae Sushi makes me a deeper understanding. Ranney Kok, thank you.

Aug
20th

Javascript Expand/Collapse in Tree Structure

Files under Uncategorized | Leave a Comment | 2,073 views

If you have a large number of items to show, then it would be very long list. You can solve the issue by nesting one block within another, you can create tree-like structures where each individual node can be expanded and collapsed.

javascript expand and collapse

You can follow the sample code for this tutorial below:

(more…)

Jul
30th

CSS Float Tutorial

Files under Uncategorized | Leave a Comment | 1,862 views

The CSS float property is very important property for layout. First, you have to understand how it works then only can position your web page designs exactly as you want them to display.

A CSS float property looks like this:

.right {float: right;}

css float tutorial

Step by Step: Floating an Image to the Right

Step 1: Start with a paragraph of text and an image

For example, your paragraph will look like this:

<p>As jy soek na gratis PowerPoint templates het, het jy op die regte plek. Ons het ‘n groot versameling van agtergronde, voorlegte, en meer inspirerende free stuff pragtige presentaties op te bou. Alle temas ontwerp is gratis om af te laai en ook 2 of meer skyfies gereed-vir-gebruik. Aflaai, pak en neem die volle beheer oor jou PowerPoint voorleggings.</p>

(more…)

Jun
20th

How To Embed Web Page within Web Page?

Files under Uncategorized | Leave a Comment | 2,136 views

If you feel struggle on displaying a web page within another web page, then this HTML code may help to solve the problem.

How can i do that? There’s no need long list of code, or complex JavaScript code, but it just use pure simple HTML tags.

Copy and paste the code below into your web page where you would like to embed the web page that you like.

<object data=http://www.imdavidlee.com width=”600″ height=”400″> <embed src=http://www.imdavidlee.com width=”600″ height=”400″> </embed> </object>

See the preview:

Jun
8th

BrowserShots: Check Cross Browser Compatibility

Files under Uncategorized | Leave a Comment | 1,385 views

BrowserShots.org is a web-based browser combatibility check tool that lets you preview how your website looks in all kind of browsers at one time. Just submit your website URL and wait few minutes for BrowserShots.org to generate screenshots for each browser.

browsershot

browsershot

It’s really FREE! It helps you to test your web design in different kind of browsers so you don’t really have to install them on your computer.

(more…)