Synchronous page method call in ASP.NET AJAX library

Sep 10
2007 23:15 (ASP.NET, Development, JavaScript) · Русский (9,096 views)

Sometimes we need to do some tasks, that libraries developers even have not foreseen. One of such cases is to make synchronous AJAX call (Asynchronous JavaScript And XML). Below you could find quick solution.

Read the rest of entry »

Do I need to buy additional memory?

May 29
2007 17:07 (JavaScript, My Life) · Русский (6,594 views)

Today I spent almost full day for reflection on to buy or not additional memory for my computer. As a result new script was born, and he saved my brain:

Do I need to buy additional memory?

If you have questions like this — ask the script, maybe it would help you too :-)

JavaScript optimization Part 3: Attaching events

May 10
2007 01:41 (Development, JavaScript) · Русский (15,154 views)

This is a third part of the JavaScript optimization tutorial, and today I’m going to talk about events. Sorry for a long delay between posts, I hope remaining parts would not be delayed so much.

Scenario: you have some elements and you need to add some actions to them (for example, when user moves mouse cursor over element, or clicks on elements).

Read the rest of entry »

JavaScript optimization Part 2: Applying styles to elements

Mar 27
2007 22:02 (Development, JavaScript) · Русский (8,720 views)

This is second part of articles cycle devoted to JavaScript optimization. In this post I’ll cover dynamic elements styling and explore a little HTML-rendering process. Also you will find here some tricks on how to make your applications faster.

Read the rest of entry »

JavaScript optimization Part 1: Adding DOM elements to document

Mar 25
2007 03:40 (Development, JavaScript) · Русский (16,607 views)

Most web-developers writing tons of JavaScript, especially in our Web 2.0 century. It’s powerful technology, but most browsers has very slow implementation of engine, and everyone at some instant decide to review code and make it faster. In this post I’ll share my experience and explain several tricks how to make your JavaScript as fast as possible.

This is first article in 7 parts tutorial, stay tuned.

Read the rest of entry »

 
Copyright © 2005 - 2008, Dmytro Shteflyuk