171 reputation
11
bio website
location Oregon, USA
age
visits member for 8 months
seen 20 hours ago
stats profile views 76

Amateur Student

C# (new to it)

Python, Turtle,

GW Basic, Logo,

MS SQL, MySQL, Fox Pro (lol)

Delphi xe2

C, C++ Open GL

Java (new to it)

Javascript

HTML5 Canvas

AJAX JQuery JSon (new to it)

Android (eclipse, Java) and iOS dev (Firemonkey, Delphi xe2)


I would like to know more about programming web graphics - SVG, GDI+, Silverlight and Flash Plugins, Flex, Actionscript, backbone.js, node.js, underscore.js, Django, Mongo, Ruby on Rails.

In addition, currently working on Ajax, JQuery, JSON, Canvas Html-5, WCF, XML, wsdl.


2d
comment Syncrhonous scrolling of 2 separate canvases on a single page
one problem, introducing the new canvas, then drawing separately on it works great. but when i scroll, the elements on canvas 2 disappear and only reappear when i have a can.onmousedown followed by a can.onmouseup event. I have scrolling asp buttons that do the same scrolling, but all elements on canvas2 disappear using these buttons. even scrolling with canvas2 doesn't help. does my issue make sense ?
May
21
accepted dynamically update height of browser window
May
21
asked dynamically update height of browser window
May
21
comment Syncrhonous scrolling of 2 separate canvases on a single page
haha your email field seems to be hidden from public viewing. can you view my email on my page?
May
21
comment Syncrhonous scrolling of 2 separate canvases on a single page
dude. you are the man! I tried contacting you at MarKEatG MAIL but it said address unreachable. wrong email addy.
May
21
accepted Syncrhonous scrolling of 2 separate canvases on a single page
May
20
comment how to remove one canvas element from displaying on top of another canvas element
hey MarkE, need a bit more help with this question:- stackoverflow.com/questions/16658416/… can u take a look?
May
20
revised Syncrhonous scrolling of 2 separate canvases on a single page
added 2117 characters in body
May
20
asked Syncrhonous scrolling of 2 separate canvases on a single page
May
17
accepted how to add value to a particular column and row in a gridView in javascript?
May
17
comment how to add value to a particular column and row in a gridView in javascript?
I see the gridview tag on the aspx page. but as soon as i run my page, there are no gridview elements. weirdest thing. Gridview tag does say 'runat = server'
May
17
comment how to add value to a particular column and row in a gridView in javascript?
so adding the <td><tr> works from my client side. but adding GridView doesn't work from my client side. That led me to thinking, is GridView only server side??
May
16
comment how to add value to a particular column and row in a gridView in javascript?
no its not appearing....
May
16
comment how to add value to a particular column and row in a gridView in javascript?
why do u think its not being generated?
May
16
comment how to add value to a particular column and row in a gridView in javascript?
my gridview is empty tho.. i adding the first element at [0].[0] location.
May
16
comment how to add value to a particular column and row in a gridView in javascript?
thanks dude. still no gridview tho... I just basically dragged and dropped the grid from the toolbox onto my aspx page design mode, edited columns. and thats it.
May
16
comment how to add value to a particular column and row in a gridView in javascript?
i know!! how weird is that. is it because, it never gets called ? javascript is not my forte.
May
16
comment how to add value to a particular column and row in a gridView in javascript?
i commented out the document.getElementsbyclassname... because that crashes my page and I viewed the page source. this is what i got... pastie.org/7918103
May
16
comment how to add value to a particular column and row in a gridView in javascript?
so I removed the ID and added the CssClass but still the same error...
May
16
comment how to add value to a particular column and row in a gridView in javascript?
so where do I add that?