RIA Designer/Developer

December 1, 2009

3 Most common used HTML tags for mobile development.

Filed under: Uncategorized — Tags: , — abhilashs @ 11:43 am

1.Define a Viewport
<meta name=”viewport” content=”width=auto; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;”>

http://www.iphonecompatible.net/design-tips-tools/define-a-viewport/

2.Create Keyboard Navigation on Your mobile Web Pages
[1]<a accesskey=”1″ href=”link1.htm”>Link 1</a>

3.Linking to Telephone Numbers
<a href=”tel:+00000000″ target=”_blank”>+91-00000000</a>

November 18, 2009

Long text breaking using ‘word-wrap’ in CSS

Filed under: Uncategorized — abhilashs @ 11:47 am

A css item called word-wrap that you can use to make long text wrap

word-wrap: break-word;

Example
<table width=”200″ border=”1″>
<tr>
<td width=”200″ style=”word-wrap:break-word;” >
<div style=”width:200px;”>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
</div>
</td>
<td>&nbsp;</td>
</tr>
</table>

November 17, 2009

Hello world!

Filed under: Uncategorized — abhilashs @ 9:59 pm

Welcome to Gods own Developers – Designers and developers from Kerala. This is your first post. Edit or delete it, then start blogging!

Powered by WordPress