BrianRichards

Stories kicked by BrianRichards

Using CSS to Do Anything: 50+ Creative Examples and Tutorials(noupe.com)

submitted by JemmJemm(9604) 3 years, 9 months ago

"CSS can powerfully open the doors to a lot of rich and unique techniques. Today we are presenting a round-up of CSS coding, creative approaches and techniques." read more...

add a comment |category: |Views: 681

tags: another

What a C# Coder Should Know Before They Write VB (msmvps.com)

submitted by JemmJemm(9604) 3 years, 10 months ago

"I just had an e-mail exchange with someone looking for a VB lead in Colorado Springs. I think they are going to have trouble filling it with an existing VB expert, and it occurred to me that someone who had led a successful VB 6 -> C# project could fit the bill, if they knew some key things about VB. I told the recruiter I thought the right person with a C# background and the right (respectful) attitude could be a good fit with two weeks work." read more...

1 comment |category: |Views: 416

tags: another

Inclusion of JavaScript Files(west-wind.com)

submitted by RipRynessRipRyness(380) 3 years, 10 months ago

How do you deal with JavaScript inclusion into the page given that you have a fair number of JavaScript files that are bound to change frequently and across multiple projects/applications? read more...

add a comment |category: |Views: 253

tags: another

The 5 types of poor software architects(buunguyen.net)

submitted by qn111qn111(575) 3 years, 11 months ago

The types of software architects you never want to meet in your career read more...

add a comment |category: |Views: 1228

tags: another

15 Tools to Help You Develop Faster Web Pages(sixrevisions.com)

submitted by rimsystemsrimsystems(6119) 3 years, 11 months ago

Response times, availability, and stability are vital factors to bear in mind when creating and maintaining a web application. If you’re concerned about your web pages’ speed or want to make sure you’re in tip-top shape before starting or launching a project, here’s a few useful, free tools to help you create and sustain high-performance web applications. read more...

1 comment |category: |Views: 737

tags: another

Building a better web forms: Context highlighting using jQuery (jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 11 months ago

This article shows how to highlight a current context on a complex web forms using jQuery. You can see how to highlight current row or current group of rows, and how easily it could be done by uisng powerful jQuery selectors. read more...

3 comments |category: |Views: 363

tags: another

Test with multiple IE Rendering Engines(my-debugbar.com)

submitted by dengar007dengar007(3084) 3 years, 11 months ago

IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process. read more...

1 comment |category: |Views: 621

tags: another

Using jQuery to directly call ASP.NET AJAX page methods(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 11 months ago

An example of how to use jQuery to call an ASP.NET AJAX page method, without using a ScriptManager. read more...

2 comments |category: |Views: 451

tags: another

Create MessageBox user control using ASP.NET and CSS (jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 11 months ago

This article shows how to create MessageBox user control using ASP.NET and CSS. It have the ability to render different message types. It also have a close button in order to enable users to hide the message after reading. The article will guide you through the basics of making a simple and functional user control. read more...

add a comment |category: |Views: 801

tags: another

Speed up your Ajax apps with Google’s infrastructure(ajaxian.com)

submitted by gt1329agt1329a(7849) 3 years, 11 months ago

Use Google's CDN to improve performance in serving up Prototype, Script.aculo.us, jQuery, Dojo, and MooTools on public facing sites. read more...

1 comment |category: |Views: 321

tags: another

Empty try blocks(blog.somecreativity.com)

submitted by dnksiddnksid(355) 4 years, 1 month ago

The article explains why you might see functions that do nothing in the "try" block. read more...

1 comment |category: |Views: 26

tags: another

NHibernate 2.0 Alpha is out(ayende.com)

submitted by anorthamanortham(250) 4 years, 1 month ago

Description of changes in new alpha release. read more...

add a comment |category: |Views: 4

tags: another

txt2re: headache relief for programmers :: regular expression generato(txt2re.com)

submitted by BrianRichardsBrianRichards(315) 4 years, 1 month ago

Multi-language regular expression generator read more...

add a comment |category: |Views: 32

tags: another

CSS Message Box collection(woork.blogspot.com)

submitted by anubis_iranubis_ir(320) 4 years, 1 month ago

a collection of some simple CSS styles you can apply to your message boxes read more...

add a comment |category: |Views: 770

tags: another

FormatWith 2.0 - String formatting with named variables(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 4 years, 1 month ago

An improved version of the string FormatWith extension method. It now has the ability to also work with named variables, e.g. "{UserName} last logged in at {LastLoginDate}".FormatWith(user) read more...

add a comment |category: |Views: 268

tags: another

Moq: Why do we need yet another NET mocking framework?(clariusconsulting.net)

submitted by powerrushpowerrush(3873) 4 years, 2 months ago

"I've already argued in the past why I think forcing regular developers to learn and understand the difference between a stub, a fake, a "true" mock and a dynamic mock is unproductive and largely irrelevant for their TDD needs. Also, even though quite common in the mocking community, the typical record/replay model is alien to developers and introduces yet another new concept that makes the learning curve steeper than needed. " read more...

add a comment |category: |Views: 109

tags: another