dotnetexplorer

Stories kicked by dotnetexplorer

Plunging into the sea of jQuery plugins – Part I(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 3 months ago

We take a look at how to create jQuery plugins and the official jQuery interaction plugins in jQuery UI library. read more...

add a comment |category: |Views: 336

tags: another

Using jQuery with ASP .NET(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 3 months ago

A brief introduction to jQuery and ways in which we can integrate it into ASP .NET read more...

add a comment |category: |Views: 492

tags: another

JQuery, the very very basics - Lesson 6(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 7 months ago

For every programming language, there is invariably string manipulation and array fiddling. No exception with JQuery. Being unobtrusive in principal and complimentary in nature, it does not try to replace the existing bulk of JavaScript functions with its own, rather, it simply adds some of the most sorely missed functions. read more...

add a comment |category: |Views: 274

tags: another

JQuery, the very very basics - Lesson 5(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 7 months ago

On with our journey of learning JQuery. Thanks to all of you who has stayed and cheered and made me go on, against my own lazy nature. So far, we have slowly walked through the bunch of commands by which we select, dress up, manipulate chains of elements and make them action bound. Now, let's look at the tiny set of commands for special-effects: show / hide with a speed, slide up / slide down, fade in and out. After all, we are human, insatiable for animations and wow factors. read more...

add a comment |category: |Views: 341

tags: another

JQuery, the very very basics - Lesson 4(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 7 months ago

On again with the very basics of JQuery. Thanks again for all of the kicks, dzones, stumbled-upons. I am wearing a permanent thank-you smile now. :) Now that we have done with the selection and manipulation of JQuery elements, time for some actions (event handling). Actions, reactions, interactions, through which we learn, connect and play, through which web becomes an inseperable part of our lives. read more...

1 comment |category: |Views: 449

tags: another

JQuery, the very very basics - Lesson 3(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 8 months ago

Snail on with my learning and writing about the very very basic lessons on JQuery. In "modern" (DOM) web programming, web pages are made up of a hierarchy of elements. Manipulation of elements goes far beyond styling and positioning, it involves almost everything, adding / deleting content, appending and removing children elements, attaching itself to a new parent, cloning ... Everything is possible. The question is : How? read more...

add a comment |category: |Views: 276

tags: another

JQuery, the very very basics - Lesson 2(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 8 months ago

So it is nice to be able to use a combination of JQuery selectors to grab an array of elements, however, it would be better if we know how to inspect them one by one and operate on them. read more...

1 comment |category: |Views: 351

tags: another

JQuery, the very very basics - Lesson 1(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 8 months ago

JQuery is the star among the growing list of JavaScript libraries. A few of its characteristics are light-weight, cross-browser compatibility and simplicity. A task that would take 10 lines of code with traditional JavaScript can be accomplished with JQuery in just 1 line of code. I write to record the series of very basic lessons I learned about JQuery (my study source is the very readable book JQuery in Action). read more...

add a comment |category: |Views: 495

tags: another

New updates to ADC controls(dotnetslackers.com)

submitted by dotnetexplorerdotnetexplorer(40) 3 years, 8 months ago

When ADC was first released, it had an pretty impressive set of features, sorting, paging, animation, dragging and dropping, client-side databinding. As time went by, ADC team has added bits and pieces of updates. read more...

add a comment |category: |Views: 12

tags: another

Chrome the new browser(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 8 months ago

Rome was not built in one day. Even as FireFox has slowly won over users (especially among developers) at the expense of IE, it still has no more than 30% of the market share. Chrome likely has a long way to go. read more...

add a comment |category: |Views: 4

tags: another

What has respect in web development?(dotnetslackers.com)

submitted by dotnetexplorerdotnetexplorer(40) 3 years, 9 months ago

"ASP .net has no respect." Rick Strahl writes. Then, what has respect in web development? Java, Python, Php, ruby, ...? read more...

add a comment |category: |Views: 34

tags: another

Ajax Data Controls(dotnetslackers.com)

submitted by sonukapoorsonukapoor(1372) 3 years, 9 months ago

Xun Ding writes a summary about the Ajax Data Controls. read more...

add a comment |category: |Views: 15

tags: another

Reinvent the wheel(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 9 months ago

ASP .net ajax extenders carry the promise of a plug-and-play. You plug your usb drive, there you get an extra drive. Take the example of cascadingdropdown extenders, it works for straightforward, immediate parent-child depency scenarios, however, it does not work in scenarios where a child's values need to be drived not only from parent, but also grandparent. Thus, we need to reinvent the wheel and rewrite the cascading controls read more...

add a comment |category: |Views: 16

tags: another

Visual Studio 2008: Making (Intelli)sense of JavaScript (dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 9 months ago

Intellisense is to programming as Google Suggest to search. In visual studio 2005 and its precessors, we have very nice intellisense support on the server side. Now with Visual Studio 2008, we got great Intellisense support on JavaScript too. read more...

1 comment |category: |Views: 28

tags: another

ASP, ASP .NET, ASP .NET AJAX - A brief history(dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 10 months ago

A brief of history from asp, asp .net to asp .net ajax and what have happened in the midst. read more...

add a comment |category: |Views: 18

tags: another

The wild wide web for mapping (dotnetslackers.com)

submitted by xxXdxxXd(1461) 3 years, 10 months ago

A fairly generic path from any given web page to structured xml data file to finally mash it up with a map service read more...

add a comment |category: |Views: 132

tags: another