| bio | website | github.com/blessenm |
|---|---|---|
| location | Kerala, India | |
| age | 26 | |
| visits | member for | 2 years, 5 months |
| seen | 47 mins ago | |
| stats | profile views | 752 |
My name is Blessan Mathew. I am from India. Wanted to work in the video game industry (Keeping that on the hold for now :)). I started out as a javascript developer. Worked with Dojo and Extjs. Did some mobile web app development with Sencha Touch.
Currently working on the android platform and focussing on java as a langauge. Im into graphics and animations and whatever the user see's on the screen.
I add some of parts of my work projects for my own future reference which may be useful for others too. https://github.com/blessenm
|
1h |
revised |
CSS style not working correctly with Sencha touch added 2 characters in body |
|
1h |
comment |
CSS style not working correctly with Sencha touch It was a good challenge. I've updated the link to the fiddle in my answer. Bounty sounds good. :) |
|
17h |
comment |
CSS style not working correctly with Sencha touch Updated the fiddle again which now supports the animations. Added -webkit prefix to the transition properties in the second css block. jsfiddle.net/blessenm/Typ3C/6 |
|
17h |
comment |
CSS style not working correctly with Sencha touch It seems the problem is the ios compatibility with css gradients and transitions. Try this updated fiddle. jsfiddle.net/blessenm/Typ3C/5. I modified the background-image value for the second css block. Worked in my ipod running on ios 6. Ill see if i can get the animations working tomorrow. |
|
22h |
answered | CSS style not working correctly with Sencha touch |
|
2d |
comment |
Sencha Touch 2 - How to Abort store load with ajax/json sencha.com/forum/showthread.php?232899 |
|
2d |
answered | inject sencha panel inside HTML div |
|
May 17 |
answered | Sencha Fiddle: Seems to be broken when trying to run or save files |
|
May 15 |
awarded | Notable Question |
|
May 9 |
comment |
Change button label color Sencha TRy using baseCls |
|
May 9 |
comment |
Sencha Touch list not displaying (again!) I've updated my answer. Btw select this as the correct answer. |
|
May 9 |
revised |
Sencha Touch list not displaying (again!) added 387 characters in body |
|
May 9 |
answered | Sencha Touch list not displaying (again!) |
|
May 8 |
revised |
Regex to replace a value between quotes added 444 characters in body |
|
May 8 |
accepted | Regex to replace a value between quotes |
|
May 8 |
comment |
Regex to replace a value between quotes Got it working jsfiddle.net/JjVzz/6 |
|
May 8 |
comment |
Regex to replace a value between quotes I tried modifying ur fiddle. If there is another variable declaration like var hello='ss';. the hello variable will also be matched in the first regex. Here is the fiddle jsfiddle.net/JjVzz/5 |
|
May 8 |
comment |
Regex to replace a value between quotes This seems to work if the replace is done on separate strings. The final output only has 'var useStub = true;'. The other variable got removed in the second replace command. Here i updated the fiddle. jsfiddle.net/JjVzz/3 |
|
May 8 |
comment |
Regex to replace a value between quotes I actually want to change the whole url between the quotes and also the boolean value of useStub variable. |
|
May 8 |
asked | Regex to replace a value between quotes |