mahib

Stories kicked by mahib

Ajax Control Toolkit - Multipart Series Article(dotnetslackers.com)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 4 months ago

A multi-part series article on Ajax Control Toolkit. read more...

add a comment |category: |Views: 25

tags: another

101 Great Computer Programming Quotes(devtopics.com)

submitted by DevTopicsDevTopics(1050) 4 years, 4 months ago

“I think Microsoft named .Net so it wouldn’t show up in a Unix directory listing.” (Oktal) read more...

4 comments |category: |Views: 84

tags: another

Seamless inline text editing with ASP.NET AJAX(encosia.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 4 months ago

This is a technique that I really like. It’s excellently suited to intranet sites and administrative interfaces, where your users are typically familiar enough with the application to know which text they can click to edit. It’s actually very easy to implement, with a small amount of JavaScript. Update: This functionality is also available as an ASP.NET server control. read more...

1 comment |category: |Views: 74

tags: another

Implement JSONP in your Asp.net Application(weblogs.asp.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 7 months ago

Shows how to implement JSONP in your Asp.net Application. read more...

add a comment |category: |Views: 497

tags: another

Optimize Tortoise SVN Cache (TSVNCache.exe) Disk I/O(paraesthesia.com)

submitted by sdormansdorman(1415) 4 years, 8 months ago

An excellent explanation of how to optimize the TortoiseSVN icon cache so it caches only your working directories and not the entire drive, allowing you to keep the icon overlays and decrease the amount of disk I/O. read more...

1 comment |category: |Views: 255

tags: another

How to design a Fluent Interface(randypatterson.com)

submitted by rpattersonrpatterson(745) 4 years, 8 months ago

How to design Fluent Interfaces and why it's important to know about this pattern. read more...

7 comments |category: |Views: 335

tags: another

ASP.NET and Styles & CSS Embedding - Rick Strahl's Web Log(west-wind.com)

submitted by findmecoolfindmecool(600) 4 years, 8 months ago

One thing that really bugs me about ASP.NET is the way it deals with header management especially when working with Themes. One of the big problems I see is that ASP.NET embeds the Themes style sheet at the bottom of the header list. If you happen to be using Master Pages which can have a header content section or your are adding additional CSS or style tags to your header the Themes style sheet will always end up on the bottom of the header list: read more...

add a comment |category: |Views: 12

tags: another

Asynchronous Asp.net Page(weblogs.asp.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 8 months ago

Shows how to implement Async Page in your real life projects read more...

2 comments |category: |Views: 34

tags: another

Edit your CSS code live in Internet Explorer and Firefox(litmusapp.com)

submitted by dzengdzeng(815) 4 years, 8 months ago

CSSVista is a free Windows application for web developers which lets you edit your CSS code live in both Internet Explorer and Firefox simultaneously. This is like Firebug (CSS only) both in IE & Firefox. read more...

add a comment |category: |Views: 28

tags: another

Partial Rendering Misses AJAX Architectural Points(weblogs.asp.net)

submitted by simonebsimoneb(5450) 4 years, 8 months ago

Dino Esposito on AJAX read more...

add a comment |category: |Views: 7

tags: another

ASP.NET AJAX Timer Trouble? Location is key.(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 8 months ago

An examination of the ASP.NET AJAX Timer control and how it's placement can dramatically alter the behavior of the control. read more...

1 comment |category: |Views: 10

tags: another

Asp.net Ajax Web Service Security(weblogs.asp.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 8 months ago

Shows an insecure way to secure your Web Service. read more...

add a comment |category: |Views: 161

tags: another

Asp.net Ajax Web Service - Common Issues(dotnetslackers.com)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 8 months ago

Answers some of the common issues while working with Asp.net Ajax Web Services. read more...

add a comment |category: |Views: 10

tags: another

September 16th Links: ASP.NET, ASP.NET AJAX, IIS7, Visual Studio..(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 4 years, 8 months ago

Scott Guthrie continues his link-listing series. Some good links here.. read more...

add a comment |category: |Views: 1

tags: another

Community Convergence XXX(blogs.msdn.com)

submitted by CharlieCalvertCharlieCalvert(7875) 4 years, 8 months ago

The latest articles from the C# team at Microsoft read more...

2 comments |category: |Views: 0

tags: another

Compress Asp.net Ajax Web Service Response - Save Bandwidth(geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3965) 4 years, 8 months ago

Shows how to compress Json response of Asp.net Ajax Web Service which saves massive network bandwidth. read more...

add a comment |category: |Views: 167

tags: another