k0ni

Stories kicked by k0ni

Automatically minify and combine JavaScript in Visual Studio(encosia.com)

submitted by gt1329agt1329a(7849) 3 years ago

As you begin developing more complex client-side functionality, managing the size and shape of your JavaScript includes becomes a key concern. It’s all too easy to accidentally end up with hundreds of kilobytes of JavaScript spread across many separate HTTP requests, significantly slowing down your initial page loads. I hope you’ll find that this technique is a good compromise between the tedium of using manual minification tools and the overwrought complexity of setting up some of the more “enterprisey” automation solutions. read more...

add a comment |category: |Views: 514

tags: another

What ASP.NET Developers Should Know About jQuery(encosia.com)

submitted by dwhitedwhite(250) 3 years ago

Good article read more...

add a comment |category: |Views: 37

tags: another

5 Tips to improve the Performance of your Website(xcite.ch)

submitted by k0nik0ni(15) 3 years ago

There are a lot simply tricks which can fire up the performance of your site, so i made a list with the 5 best ones.. read more...

add a comment |category: |Views: 22

tags: another

Editing in jqGrid with asp.net mvc(ericdotnet.wordpress.com)

submitted by ewschoneewschone(210) 3 years ago

Phil Haack already posted how to use the jQuery grid ‘jqgrid’ on his blog haacked.com. What wasn’t covered in that tutorial was editing, so I thought it would be nice to add that here. read more...

add a comment |category: |Views: 677

tags: another

Auto-complete Textbox with ASP.NET JSON Webservice and jQuery(xcite.ch)

submitted by k0nik0ni(15) 3 years ago

A little Tutorial on how to make a facebook like autocomplete textbox using ASP.NET JSON Webservice, jQuery and jLinq read more...

add a comment |category: |Views: 211

tags: another

How I handle JSON dates returned by ASP.NET AJAX(encosia.com)

submitted by gt1329agt1329a(7849) 3 years ago

The problem of how to handle dates in JSON is one of the more troublesome issues that may arise when directly calling ASP.NET AJAX web services and page methods.. Since the question of how I handle this problem is something asked often in emails and in comments on other posts here, I want to address the topic with its own post. read more...

add a comment |category: |Views: 193

tags: another