164 reputation
9
bio website
location
age
visits member for 1 year, 6 months
seen 16 mins ago
stats profile views 24

Primarily a front end web developer with a background in c# .net. Projects include web crawlers, crm system, mobile banking applications. Currently working on a css based based html editor using svg graphics and css3 animations.


1d
answered How can I reach a variable outside the eventlistener?
1d
comment Replacing Div id
No need to filter the selector by div
1d
answered Trying to insert a new html with input button
1d
answered Vertically center div with Javascript (variable height)
1d
answered filtering only previously unselected <select> options qith JQuery
Jun
13
revised Can we avoid blinking cursor overlapping with div
deleted 614 characters in body
Jun
13
answered Can we avoid blinking cursor overlapping with div
Jun
13
comment HTML Tools: Ways to get the width and height of a desired div?
glad you like the tools. If this suits your needs then I will skip adding the mouseclick function. I highly recommend reading the docs for chrome developer tools, you will discover many surprisingly convenient features there.
Jun
12
answered HTML Tools: Ways to get the width and height of a desired div?
Jun
12
answered HTML/CSS content scaling
Jun
12
comment CSS <div> is not extending down the entire page
can you add a fiddle or codepen? jsfiddle.net codepen.io
Jun
12
comment CSS3 transition get target param value before animation end
are you wanting to know when the transition has ended? there is transitionend event (with browser prefixes) but seems unpredictable in my experience. stackoverflow.com/questions/2794148/css3-transition-events
Jun
11
answered looking for tools / techniques to monitor memory usage in the browser
Jun
11
revised How to display a page with a sorted drop down list?
typo
Jun
11
answered link not clicked because removed after onblur
Jun
11
answered How to display a page with a sorted drop down list?
Jun
11
comment How to display a page with a sorted drop down list?
did you look at this? sebastienayotte.wordpress.com/2009/08/04/…
Jun
11
asked azure emulator: how to access web site running on local server from another computer on local network?
Apr
8
suggested suggested edit on jQuery Detect Paste Event Anywhere on Page and “Redirect” it to Textarea
Feb
26
comment Allow for mouseover tooltip
if i understand correctly, you dont want the toolltip to close when mouse cursor is moved outside of the 'tooltip-target' element and into tooltip. in that case- make the tooltip a child element of the target element. you can use absolute positionign and overflow visible to place the tooltip outside of the parent