Thevs

879
Reputation
306 views

Registered User

Name Thevs
Member for 1 year
Seen yesterday
Website
Location LT
Age 50
Just Programmer
Oct
8
revised Most efficient way to create a zero filled JavaScript array?
edited body
Sep
19
answered Drag-and-Drop GridPanel rows in Coolite
Sep
16
awarded  Yearling
Sep
5
comment ExtJs Grid Error in asp.net mvc
Probably because you should publish only essential part of the code, not the whole.
Sep
3
answered Load a external image in a Ext.Js Window
Aug
24
revised How can i unserialize a string?
added 13 characters in body
Aug
24
answered How can i unserialize a string?
Aug
22
answered How do I get column name from rowselection in an ExtJS grid?
Aug
22
answered Easiest way to generate graphs
Aug
22
comment How would one do html input tag autocomplete in Ext.js?
Additionally, I think it could be set for local filtering too.
Aug
22
comment Most efficient way to create a zero filled JavaScript array?
@dip: To be more clear: I gave an exact answer to your exact question. And in this exact case my solution is faster.
Aug
22
comment Most efficient way to create a zero filled JavaScript array?
Downvoted, because question doesn't clearly state what kind of solution wanted. Will be upvoted back when appropriate edit to the question appear.
Aug
22
comment Most efficient way to create a zero filled JavaScript array?
@dip: It's Ok for all these things. But then you should edit your initial question to comply to all you told here.
Aug
19
comment Most efficient way to create a zero filled JavaScript array?
Sorry, for using pre-assignend zeros.
Aug
19
comment Most efficient way to create a zero filled JavaScript array?
Can you give an example for using zeros in math? ;)
Aug
19
comment Most efficient way to create a zero filled JavaScript array?
@dil: What is the practical purpose of having 0 values instead '0' values?
Aug
18
comment Most efficient way to create a zero filled JavaScript array?
@Triptych: "0" + 5 = "05" === 5. BTW, Any expression with 0, except for division is of no sense.
Aug
18
revised Most efficient way to create a zero filled JavaScript array?
edited body
Aug
18
revised Most efficient way to create a zero filled JavaScript array?
added 190 characters in body
Aug
18
comment Most efficient way to create a zero filled JavaScript array?
Ok. Let's count just statements in previous solutions. Every statement or expression (like i-- or other assignment) takes a var from internal cache, calculates an expression assigns it and so on... In split case everything works within one function and operates on one variable, Yes, I realize that '0' is not 0, but it's a little overhead to add 0 to match the integer type (if it's really needed).
Aug
18
comment Most efficient way to create a zero filled JavaScript array?
BTW, the question didn't state by what kind of "zeros" that array must be filled. Regarding performance - I think it should be faster than all previous solutions. Remenber .join("") for string concatenation?
Aug
18
revised Most efficient way to create a zero filled JavaScript array?
added 4 characters in body
Aug
18
comment Most efficient way to create a zero filled JavaScript array?
Please add comments when downvoting
Aug
18
answered Most efficient way to create a zero filled JavaScript array?
Aug
15
answered What cross-browser charting packages are available?
Aug
15
answered Internet Explorer and <select> tag problem
Aug
15
answered How can I reduce page reflows when using JavaScript widgets?
Aug
11
answered ExtJs Combobox Resize Problem on IE6
Aug
11
answered ExtJS DateField using different display format
Jul
27
answered Improving performance of jquery/javascript webpage logic.
Jul
23
answered Javascript: Difference between an object, and a hash?
Jul
22
accepted [ext js] Renderer for ColumnTree?
Jul
22
comment [ext js] Renderer for ColumnTree?
Maybe you should use an inline renderer function (anonymous function) in this case ?
Jul
22
comment Is “username” one word or two?
uname stands for Unix name - please don't touch it! :)
Jul
22
answered Why can’t I keep 2 languages in my head at the same time?
Jul
22
answered What is this code smell called?
Jul
22
answered Is “username” one word or two?
Jul
22
answered [ext js] Renderer for ColumnTree?
Jul
22
answered IE7 Ext JS problem: Unspecified JS error on window.close()
Jul
22
answered ExtJS FormPanel in a FormPanel fails with “this.body is null”
Jul
20
answered Ext.Ajax.request callbacks never called when isUpload is true.
Jul
17
answered Ext.Ajax.request callbacks never called when isUpload is true.
Jul
16
answered How do you design object oriented projects?
Jul
1
accepted Ext Js how to change the xtype dynamically
Jul
1
answered Ext Js how to change the xtype dynamically
Jun
29
answered ExtJs IE rendering issue
Jun
16
comment How to focus radio control using Javascript in IE?
HTML attribute names are case-insensitive, so references to them are made in lower case.
Jun
16
answered How to focus radio control using Javascript in IE?
Jun
15
answered Textfields not selectable in ExtJs grid
Jun
12
answered How do a get buttons not to take the focus?