Archive

Archive for July, 2009

Electronic Press Scrutiny & Registeration System

July 27, 2009 ppshein Leave a comment

EPSR

This website called “Electronic Press Scrutiny & Registeration System” is just for Myanmar Press Scrutiny & Registeration System. It’s just offline program. This program supports our clients to send their publications step by step through this program and comment to these.

Systems :

IIS, CFMX, SQL 2005

eTelegram Systems [Demo]

July 27, 2009 ppshein Leave a comment
etelegram

etelegram

This website called “etelegram” is just for sending and receiving telegram through Online.Users can send their telegram after buying prepaid card through this website without going telegram office.

Systems :

IIS, CFMX, SQL 2005

Upload jQuery, Flash & PHP

July 17, 2009 ppshein Leave a comment

I’ve found one website shows Upload jQuery, flash & PHP.

http://www.uploadify.com/demo/

Categories: Ajax, Javascript, jQuery, php Tags: , , ,

Remove spacing in textarea

July 10, 2009 ppshein Leave a comment

It’s simple problem for web developers. Sometimes, such problem make us to stop our progress by finding how to solve these problems. This problem is, when we cursor in our textarea box, this cursor isn’t arrived to left align, it stays at center or somewhere else when we create our textarea box as so:

<textarea name=”mytextarea”>
Here is Value….
</textarea>

But, how to solve this problem is kinda simple. Just do so.

<textarea>Here is value</textarea>

How? It’s simple, isn’t it?

Categories: Informations, html Tags: ,