MMGeeks Input Systems Bookmark and Share

Projects created by our members ...

MMGeeks Input Systems

Postby aTxIvG4001 » September 18th, 2007, 10:03 pm

I Deployed Myanmar3 Unicode to Forum Editor now. :D

Cheers,
mark
#Networking is cool! and has Royality!
#Forum Guideline (PLS PAY ATTENTION)
#My Blog
User avatar
aTxIvG4001
Global Moderator
 
Posts: 1156
Joined: July 31st, 2007, 11:17 am
Location: Japan

MMGeeks Input System

Postby victor_lin21 » September 19th, 2007, 6:34 am

First of all, I didn't hope this to become as one project work discussion. But it seem demanding to start standalone discussion. This is actually, integration of "All in one box". It may distract you who just looking for simple and simplicity.
:D
Our discussion started from our internal associate discussion, thus it is about to deploy Burmese Unicode input method. Basically, it is as simple as you wrap the textarea/input tag to css font face or family declaration.
Code: Select all
textarea { font-family:"OneFontFaceName;" }
input { font-family:"OneFontFaceName;"}

Then with the help of native unicode keyboard input, you can simply type/input the text. But in actual, we want to encourage to all development projects' efforts and somehow this is geek forum and kind of our test lab, so we want to enhance more complicated integration.
In summary, we came out four mode of input method as mention below.
1st > English
2nd > Burmese input (force font textarea) user may not need to have client installed input method prior to type, different fonts can be selectable (user may use client unicode aware to input Burmese also)
3rd > burglish type ahead input from burglish
4th > IDRO remote conversion
The second mode is that we relatively refer from another Myanmar community, yamc.info forum where they deploy Zawgyi unicode aware.
As you may aware that we started deploy this model from past few days back on this forum from our test forum. And current status is on going and development. You may refer all details info as described below. Since this is on going, you are most welcome to discuss the model in this thread and bug report/test in bug report/test thread.
######
Name : MMGeeks Input System (a.k.a Geek Input)
Status : Preliminary, on going
Core coder : Soe Min, {may b ur name here}
Assistants/Testers : Thet Twe, AK47, Victor, Mg LuAye, {may b ur name here}
Documentation : Under this topic
Model Discussion : Under this topic
Bug/Test : Pls test/bug report at this topic
Announcement : Not yet ready for stable announcement

Model Diagram
===========
Image


BTAh = Burglish Type A-Head Input (Working)
BUIjs = Burmese Unicode Input Javascript (Developing)
BUInt = Burmese Unicode Input Native (Working)
IDRO = Intelligent De-Romanization (Not Started)


CSS Class Wrapper Rotation
===================
This is already happened in input/textarea editor side. Thus, you can F8, and dropdown menu to switch the font face stages. But for carrying font face priority stage to client display css wrapper class, we can carry form field data and make it happen, but this is not currently done yet as client display side on this forum. So, you may force to tag with "font=" bbcode for reliable font face display solution. Rotation of font face priority is handled in either js or php or {lang..} as signal received from form (-beans) data process.

Code: Select all
class { font-family: priority1, priority2, priority3, priority4, priorityN; }

The conceptual logic code style would be:
Code: Select all
receive_form_data = user_input
if user_input as Zawgyi
then
class { font-family: Zawgyi, Myazedi, UniBurma, Myanmar3, Myanmar2, Myanmar1, Parabaik, PadaukOT;  }
else if
user_input as Myazedi
then class { font-family: Myazedi, Zawgyi, UniBurma, Myanmar3, Myanmar2, Myanmar1, Parabaik, PadaukOT;  }
else if
.......
fi



######
This post will update as necessary in future.
Last edited by victor_lin21 on December 12th, 2007, 3:17 am, edited 6 times in total.
Reason: zawgyi should be shift to 2nd pos according to my current logic.
~ penguins are psychiatric. and you keep a secret, we really not penguins at all
~ hacker-nin never play-a-cheap jutsu
~ exploring kernel, networking, security and java
Image
User avatar
victor_lin21
Global Moderator
 
Posts: 780
Joined: July 30th, 2007, 11:36 pm
Location: Singapore

Re: Geek Input System

Postby aTxIvG4001 » September 19th, 2007, 11:23 pm

PadaukOT Unicode has been deployed in the Forum Editor now. :mrgreen:
I will go on Parabaik Unicode soon. :)
#Networking is cool! and has Royality!
#Forum Guideline (PLS PAY ATTENTION)
#My Blog
User avatar
aTxIvG4001
Global Moderator
 
Posts: 1156
Joined: July 31st, 2007, 11:17 am
Location: Japan

Re: MMgeeks Site Update !

Postby aTxIvG4001 » December 7th, 2007, 2:53 pm

I updated forum Input Methods to v1.1.1
ေဖာ္ရမ္တြင္ အသံုးျပဳေနေသာ စာရိုက္သြင္းစနစ္မ်ားကို update လုပ္ထားပါသည္။

- multiple columns in Burglish menu. တခ်ိဳ႕စာလံုးမ်ားအတြက္ ေကာ္လံခြဲျခားျခင္းစနစ္
- added tips in the Burglish menu. အေထာက္အကူျပဳ tips မ်ားထည့္ထားပါသည္။
- change buttons to checkbox now for Burglish Menu & Burmese Input. ခလုပ္မ်ားကို checkbox သို႕ေျပာင္းထားပါသည္။
- key errors on Burmese Input Mode fixed like(F1-F12,Ins,Del,Pgup/Down,Home/End,Arrow Keys). ျမန္မာစာရိုက္သြင္းစနစ္မွာ ကီး Error မ်ားကို ျပင္ထားပါသည္။
- mouse click error on Burglish menu is fixed - ေမာက္စ္သံုးျပီး စာလံုးေရြးခ်ယ္ႏိုင္ပါျပီ။
- automatically add default(Zawgyi-One) font tag when u press F8 - ျမန္မာစာ တုိက္ရိုက္ရိုက္စနစ္ ကိုေျပာင္းသည့္အခါ အလိုအေလွ်ာက္ [f o n t][/ f o n t]စသည့္ bbcode ကိုထည့္ေပးပါသည္။
- some other bugs fixed. စသည္စသည္...

regards,
ေက်းဇူးတင္ပါသည္။
#Networking is cool! and has Royality!
#Forum Guideline (PLS PAY ATTENTION)
#My Blog
User avatar
aTxIvG4001
Global Moderator
 
Posts: 1156
Joined: July 31st, 2007, 11:17 am
Location: Japan

Re: MMgeeks Site Update !

Postby aTxIvG4001 » December 8th, 2007, 1:06 pm

I updated forum Input Methods to v1.1.2
so frequently? haha, not really. :mrgreen: anyway i added the following function to Zawgyi Direct Input

- added key system
Shift + key,
Ctrl + Alt + key,
Ctrl + Alt + Shift + key

Total 17 Characters now
---ဝ--ဤ--၌--၍--ႉ---ႋ---ႌ-----ႎ------ႍ--ြၽ---ွ်---ႊၽ--ဩ--ဪ--ဦ--၎--ဣ--

Check Attached Zawgyi Keyboard, if u dont know how zawgyi keyboard mapping.

Regards,
Attachments
zawgyi_keyboard_map0.4.jpg
Zawgyi KeyBoard
#Networking is cool! and has Royality!
#Forum Guideline (PLS PAY ATTENTION)
#My Blog
User avatar
aTxIvG4001
Global Moderator
 
Posts: 1156
Joined: July 31st, 2007, 11:17 am
Location: Japan

Re: MMGeeks Input System

Postby aTxIvG4001 » December 9th, 2007, 1:42 am

updated to v1.1.3 again.

- added button for Font BBCode.

Regards,
#Networking is cool! and has Royality!
#Forum Guideline (PLS PAY ATTENTION)
#My Blog
User avatar
aTxIvG4001
Global Moderator
 
Posts: 1156
Joined: July 31st, 2007, 11:17 am
Location: Japan

Re: MMGeeks Input System

Postby Thet Twe » December 9th, 2007, 11:05 pm

That's really great job. Bravo.
PoemsCorner - The Place Where We Live http://www.poemscorner.com
Books Hive - An Eternal Access to Knowledge http://www.books-hive.com
Thet Twe
Administrator
 
Posts: 425
Joined: July 18th, 2007, 5:18 pm

Re: MMGeeks Input System

Postby aTxIvG4001 » January 20th, 2008, 7:55 pm

I updated forum Input Methods to v1.3.1

- in IE, Burglish Menu follow cursor, like normal IME. :)
- caret handling for both IE / Mozilla is more accurate now.
- Some new word patterns and some bugs improved from Burglish Input Method.
- add custom css for buttons, so now "Add Font BBCode" button match forum buttons :)

Regards,
Mark
#Networking is cool! and has Royality!
#Forum Guideline (PLS PAY ATTENTION)
#My Blog
User avatar
aTxIvG4001
Global Moderator
 
Posts: 1156
Joined: July 31st, 2007, 11:17 am
Location: Japan

Re: MMGeeks Input System

Postby aTxIvG4001 » February 24th, 2008, 9:25 pm

I updated forum Input Methods to v1.4.0
If you dont see it clear your cache and load the page again.

- added Burmese Character list option (feature inspired from SaturnGod's Web Text Editor)
- so many bug fixed

burglish.features.char.list.080224.01.png


Regards,
Mark
#Networking is cool! and has Royality!
#Forum Guideline (PLS PAY ATTENTION)
#My Blog
User avatar
aTxIvG4001
Global Moderator
 
Posts: 1156
Joined: July 31st, 2007, 11:17 am
Location: Japan

Re: MMGeeks Input System

Postby akhtet » February 25th, 2008, 7:32 am

Wow. This looks really good.
ေအာင္ေက်ာ္ထက္
User avatar
akhtet
Global Moderator
 
Posts: 639
Joined: July 30th, 2007, 8:52 am
Location: Sydney, Australia

Next
Bookmark and Share

Return to Project Listings

Who is online

Users browsing this forum: No registered users and 1 guest