Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~571 People Reached
Favorite Forums
Member Avatar for bvrameshbabu

Hi, I am working on sproutcore framework. My objective is to retrieve the data from fixtures and load into data source. I am able to achieve it with the following code SC.Store.create().from(SC.Record.fixtures) But it is getting failed by using the below code store: SC.Store.create().from(SC.FixturesDataSource.extend({ simulateRemoteResponse: YES, latency: 250 })) What …

Member Avatar for LastMitch
0
79
Member Avatar for bvrameshbabu

I am preparing for an interview. And I come across the following interview question. That What is Multi-Domaining? I heard it first time and googled a bit. How ever I didn't get accurate answer for this question? I am concluding it might be typo and other details are getting missed. …

Member Avatar for LastMitch
0
94
Member Avatar for bvrameshbabu

I came across a weird requirement from my client. Format an integer with leading zeros with out changing its type like below 1 = 01 and not "01" 2 = 02 and not "02" I have searched whole google. But didn't found any way to achieve it. It seems to …

Member Avatar for DavidB
0
151
Member Avatar for bvrameshbabu

Hi, I would like to know what are the different software components and engines used in browser. I know there are 2 main components. one is Layout Engine to parse HTML and CSS and paint on the browser and another one is Javascript Engine which executes and runs the javascript …

Member Avatar for pritaeas
0
77
Member Avatar for bvrameshbabu

I know that for every HTTP request the request carry some request header parameters like Accept, Accept-Languate etc.. I understand the general meaning of those parameters. But how server utilizes that information, that is not yet unclear. For example, The request header "Accept" header means "Content-Types that are acceptable". And …

Member Avatar for pritaeas
0
169