Ates Goral

9,506
reputation
4756 views

Registered User

name Ates Goral
member for 1 year
seen 13 hours ago
website
location CA
age 34

Self-trained programmer, currently doing JavaScript/Java/C#/C++ at Genesys Telecommunications Laboratories. 68000 assembly, Delphi, PHP and ASP Classic veteran.

Dec
15
revised Unsigned Integer in Javascript
deleted 41 characters in body
Dec
15
comment Unsigned Integer in Javascript
Simple language?
Dec
13
accepted Question about TimeZones and Jquery CountDown plugin
Dec
13
awarded  Necromancer
Dec
7
comment Java script to retrive value from grid
hai. pls take the time to compose proper sentences k?
Dec
6
awarded  Mortarboard
Dec
4
accepted Including Information in HTML for Javascript to Consume?
Dec
3
comment How to Avoid Global Variables in Javascript
stackoverflow.com/questions/726685/…
Dec
3
answered Including Information in HTML for Javascript to Consume?
Dec
3
comment New line in JavaScript alert box
Any ideas on how cross-browser this is?
Nov
30
accepted Javascript acting differently on different hosts
Nov
27
revised Javascript - How to access Arrays of Records
Made code excerpts use <pre> and code and fixed a typo
Nov
12
comment jQuery: JavaScript does not do what I tell it to
Ouch. You may want to store the outcome of jQuery('div#drag_container img[alt="background"]') in a local variable.
Nov
12
answered how to unit test an email rule
Nov
12
revised ext js - Getting child editorGrid types in a FormPanel
deleted 1 characters in body
Nov
12
accepted ext js - Getting child editorGrid types in a FormPanel
Nov
11
revised ext js - Getting child editorGrid types in a FormPanel
added 25 characters in body; added 97 characters in body
Nov
11
answered ext js - Getting child editorGrid types in a FormPanel
Nov
10
revised Returning arrays in php causes syntax error
Fixed code blocks
Nov
9
revised Serialize Strings, ints and floats to character arrays for networking WITHOUT LIBRARIES
Changed code to <pre> to remove colors
Nov
9
revised Passing another class amongst instances
deleted 4 characters in body
Nov
9
revised Passing another class amongst instances
Fixed typos and removed tags from title
Nov
9
comment Which would you prefer? SVG, HTML5 or regen’d-PNG for graphs & charts?
4. Flash. Would be cross-browser and be very fast/responsive. Plus you can code some fancy effects/interactions.
Nov
9
answered Which would you prefer? SVG, HTML5 or regen’d-PNG for graphs & charts?
Nov
6
revised Boolean Concatenation? What’s the real term for this pattern?
Question has nothing to do with design patterns
Nov
6
answered jQuery: going through all visible rows of a table…
Nov
6
comment jQuery: going through all visible rows of a table…
It would be helpful if you can include a sample of your HTML.
Nov
6
revised jQuery: going through all visible rows of a table…
Minor fix to code indentation
Nov
6
comment Reading Javascript Cookies from a subdomain…
Yay for example.com.
Nov
6
comment Reading Javascript Cookies from a subdomain…
Thanks Gareth for chiming in and elaborating on my rather terse answer.
Nov
6
answered Reading Javascript Cookies from a subdomain…
Nov
5
awarded  Good Answer
Nov
5
revised JS and Prototype : mouseover influencing overlying element, why?
deleted 107 characters in body
Nov
5
revised What is this syntax?
Removed "weird" tag
Nov
5
revised Most frustrating programming style you’ve encountered
Changed code to <pre> to remove colors
Nov
5
comment image shows only when debugging
Well, it apparently is just a timing issue. Clearing style seems to help, according to the OP.
Nov
5
answered image shows only when debugging
Nov
5
comment Ordering in javascript
Let's not confuse JavaScript object literals with JSON.
Nov
5
revised Need to include #anchor after querystring list
added 301 characters in body
Nov
5
answered Need to include #anchor after querystring list
Nov
3
comment How can I use a JavaScript file in my ASP.NET project?
The standard way is to use type="text/javascript" instead of the language attribute.
Nov
3
comment How can I use a JavaScript file in my ASP.NET project?
Or even "JS" would do. And JScript is another story...
Nov
3
revised How can I use a JavaScript file in my ASP.NET project?
Fixed a lot of things.
Nov
3
comment JavaScript: min & max Array values?
The question is about min/max, not sorting.
Nov
3
comment JavaScript: min & max Array values?
The OP doesn't seem to have a requirement on being able to handle non-numbers.
Nov
3
comment window.toString.call is undefined in IE8
Refrain from referring to other answers as being "above" or "below" since the position of an answer depends on the selected sorting and the vote count at that time. Try to provide the permalink of the answer instead. I think you can even use just the anchor instead of a absolute URL. For example, [1]: #1669142
Nov
3
comment JavaScript: min & max Array values?
+1 Very complete answer. Awesome.
Nov
3
comment jQuery superfish menu :cursor issue
Using FF 3.5, I don't see that issue.
Nov
3
comment Images breaking on page refresh?
You could use Fiddler as an HTTP proxy for IE6 to see if any of the fetches are failing. Is your server (IIS?) running on a server box or on a desktop? It be that the server doesn't allow more than a certain amount of simultaneous connections.
Nov
3
accepted Images breaking on page refresh?