wwb_99

Stories submitted by wwb_99

Keep Your Template Logic in the Template(sitepoint.com)

submitted by wwb_99wwb_99(870) 4 years, 2 months ago

Why keeping your template logic in the template is next to godliness. With a concrete example. read more...

4 comments |category: |Views: 2

tags: another

Rich ajax applications that do not break if javascript is disabled.(weblogs.asp.net)

submitted by wwb_99wwb_99(870) 4 years, 4 months ago

Always wanted to test if the client's browser has javascript disabled in their browser ? Sounding impossible ? Well, not anymore! read more...

add a comment |category: |Views: 6

tags: another

Databinding Protips Part 1: Databinding 101(sitepoint.com)

submitted by wwb_99wwb_99(870) 4 years, 4 months ago

Basic hints and tips about using declarative databinding. read more...

add a comment |category: |Views: 13

tags: another

Sharepoint is not a good development platform(codebetter.com)

submitted by wwb_99wwb_99(870) 4 years, 4 months ago

Well-reasoned rant on the ills of SharePoint as a development platform. read more...

add a comment |category: |Views: 25

tags: another

HowTo: Change where the XML Serializer Outputs Temporary Assemblies(hanselman.com)

submitted by wwb_99wwb_99(870) 4 years, 4 months ago

A bit of a hack, but Scott Hanselman shows us how to change where the XmlSerializer outputs temporary assemblies. A very cruical trick in some scenarios. read more...

add a comment |category: |Views: 0

tags: another

Public Website Admin Tools: Divide and Conquer(sitepoint.com)

submitted by wwb_99wwb_99(870) 4 years, 5 months ago

One of the first steps when designing a web application is figuring out how to administer the beast and where these admin tools should live. Often this comes down to one key question: should the public website itself also be the administrative tool? While there is no single approach that works in every situation, I generally find that keeping the administrative tools separate makes more sense than embedding the tools within the public facing website. And here's why. read more...

2 comments |category: |Views: 2

tags: another

Making IIS 6.0 Play With UrlRewriting(sitepoint.com)

submitted by wwb_99wwb_99(870) 4 years, 5 months ago

Getting IIS to play with your url rewriting scheme can be a bit of a trick. Read more for a few solutions to the problem. read more...

add a comment |category: |Views: 12

tags: another

3 Simple Rules for Solution Management(sitepoint.com)

submitted by wwb_99wwb_99(870) 4 years, 5 months ago

Having a properly structured project—or more properly, solution—is absolutely vital to ensuring a development initiative’s success. In a pinch, a developer needs to be able to pull the solution from source control, force a restore of the database and any other external dependencies, make minor and appropriate configuration changes and have a building, functional solution. There are alot of nuances to making this work in practice, but the essence of keeping things managable can be expressed in three rather simple, yet meaty, rules. read more...

add a comment |category: |Views: 1

tags: another

Agile Bloggers You Should be Reading(weblogs.asp.net)

submitted by wwb_99wwb_99(870) 4 years, 10 months ago

Along with the great agile bloggers at CodeBetter.com, you should take a look at three of the best agile developers/architects I know at ThoughtShapes.com. All three: Rob, Steve, and Rjae, have been presenting an in-depth look at Test Driven Development (TDD) and Domain Driven Design (DDD) at the study group I lead each month: Boston .NET Architecture Study Group. read more...

add a comment |category: |Views: 5

tags: another

Wrap Your Name Value Variables(sitepoint.com)

submitted by wwb_99wwb_99(870) 4 years, 11 months ago

ASP.NET gives a developer a lot of loosely typed key-value collections in which to stash stash variables, depending upon persistence needs. The short list includes ViewState, Session, Application and HttpContext.Items. These collections can come in very handy when one needs to keep an object around outside of a single request or shuttle things between different bits of the http pipeline. But it comes at a price—these collections are loosely typed, just returning Objects. Moreover, there is no compile-time checking to ensure that you are requesting the right key in the right place. Errors can lead to crashes at best, and interesting data corruption at worst. Here is a handy technique to avoid such issues. read more...

1 comment |category: |Views: 6

tags: another

Page_Load is Evil(sitepoint.com)

submitted by wwb_99wwb_99(870) 5 years ago

Page_Load is Evil. And here is why. read more...

4 comments |category: |Views: 21

tags: another

Subtext 1.9.2 "Shields Up" Edition Released!(haacked.com)

submitted by wwb_99wwb_99(870) 5 years, 3 months ago

Bloggers of the world rejoice! SubText 1.9.2 has been released! read more...

1 comment |category: |Views: 0

tags: another

Pragmatic OOP in JavaScript(codebetter.com)

submitted by wwb_99wwb_99(870) 5 years, 3 months ago

Peter Gekko gives an excellent intro to OOP in Javascript which actually makes sense. read more...

add a comment |category: |Views: 8

tags: another

TRULY Understanding Dynamic Controls (Part 2)(weblogs.asp.net)

submitted by wwb_99wwb_99(870) 5 years, 5 months ago

Part 2 of Dave Reed's excellent series on how to understand, and therefore create, dynamic controls. Its kicking awesome. read more...

add a comment |category: |Views: 25

tags: another

Subtext 1.9 "Daedelus" Released!(haacked.com)

submitted by wwb_99wwb_99(870) 5 years, 5 months ago

A new version of Subtext has been released. The major change is that Subtext is now an ASP.NET 2.0 application, paving the way for many other improvements. read more...

add a comment |category: |Views: 0

tags: another

TRULY Understanding Dynamic Controls (Part 1) (weblogs.asp.net)

submitted by wwb_99wwb_99(870) 5 years, 5 months ago

Dave Reed is at it again. In a followup to his amazing article on ViewState, he is working up to telling you all the ins and outs of using dynamic controls. read more...

add a comment |category: |Views: 13

tags: another