Using ASP.NET Routing Independent of MVC
One of the demos I've been doing at the MSDN Roadshow is to take the new ASP.NET routing capabilities (currently in preview) and show them in... more »
0 commentsSave Tags: .net, frameworks
How to manage ASP.NET validation from Javascript with jQuery
Validators are a great part of the ASP.NET framework: they provide a standardized and easy way to add validation to form fields. But even if the... more »
0 commentsSave Tags: .net, javascript, web design
ASP.NET MVC - Living in a Web Forms World
When developing ASP.NET MVC applications, most examples or sites have shown you starting from complete scratch. This is all and well if you have... more »
0 commentsSave Tags: .net, frameworks, web design
Loading and Executing JavaScript Files From JavaScript, ASP.NET AJAX
Quite often we need to load js files dynamically right from javascript. With ASP.NET AJAX it is simple. ASP.NET AJAX library has internal... more »
0 commentsSave Tags: .net, ajax, javascript
Fast ASP.NET web page loading by downloading multiple javascripts in batch
A web page can load a lot faster and feel faster if the javascripts on the page can be loaded after the visible content has been loaded and multiple... more »
0 commentsSave Tags: .net, ajax, javascript
Retrieve Browser Information In Silverlight
Many times we need to know which browser our content is running on. Silverlight gives us the ability to find that information through... more »
0 commentsSave Tags: gui, microsoft
Reqular experssion RegEx, C# , asp.net , vb.net
Regular Expression is a great way to manipulate strings for example matching, finding, validating Data, Specailly string manipulaion becames handy... more »
0 commentsSave Tags: .net, web design
What arrays and pointers have in common - or - Why arrays start at zero
Every now and again someone asks why do array indexes start at zero rather than one? It's a good question, because the 1st item in the array... more »
0 commentsSave Tags: other languages, reviews
More than 5 Free, Open Source Tools for Web Developers
If you’re involved with development, design or application delivery on the web, it makes increasing sense to look into free open source tools that can... more »
0 commentsSave Tags: tools, usability, web design
Why is it so F#...ing Difficult to Buy Visual Studio!?
I remember going through something like this with Visual Studio 2005 but back then I've swallowed my pride and called my local "pusher" and got the... more »
2 commentsSave Tags: frameworks, microsoft, opinion
Guide to the semantic web
The Semantic Web is a web of data. There is lots of data we all use every day, and it’s not part of the web. I can see my bank statements on the web,... more »
0 commentsSave Tags: methodology, usability, web 2.0
Ajax overhaul, Part 2: Retrofit existing sites with jQuery, Ajax, tooltips, and lightboxes
Asynchronous JavaScript + XML (Ajax) techniques have changed the face of large, commercial Web applications, but many smaller Web sites don't have the... more »
0 commentsSave Tags: ajax, how-to, web 2.0, web design
The future of PHP
PHP's next edition, V6, includes new features and syntax improvements that will make it easier to use from an object-oriented standpoint. Other... more »
3 commentsSave Tags: php, web design
5 great ways to take advantage of JavaOne
I'm in San Francisco where JavaOne is now halfway complete. This is my first time at the largest programming conference, and I have learned what... more »
0 commentsSave Tags: java, opinion
Using Gridview to display Images from Database
In ASP.Net 1.x days Datagrid is one of the most common control that is used to display a table of data. With the introduction of ASP.Net 2.0 we have... more »
0 commentsSave Tags: .net, web design
ASP.NET AJAX Best Practices
While we develop AJAX applications, we often carelessly ignore giving up bad practices, which cause effects which are not so significantly visible... more »
1 commentsSave Tags: .net, ajax, reviews, web design
SecureString in .Net 2.0
There are some disadvantages in using string if we want to store some important information’s like password, credit card numbers, bank pins, etc for... more »
0 commentsSave Tags: .net, frameworks
Multiple File Upload with Ruby on Rails and file_column
I just found a multiple file upload script here, and a rewrite for the use with the nice file_column plugin. There was a conflict with the mootools... more »
0 commentsSave Tags: ruby
JQuery and Separation of Concerns
I am constantly surprised by the power and elegance of of JQuery and how using it can change they way you create web applications. JQuery is not... more »
0 commentsSave Tags: javascript, web design
MVC Storefront, Part 9: The Shopping Cart
In this episode I dive into implementing the Shopping Cart in a basic way so I can run a spike to make sure my pattern can push data nicely back into... more »
0 commentsSave Tags: .net, frameworks
Exception Handling - Do's and Dont's
Exceptions provide a consistent mechanism for identifying and responding to error conditions. Effective exception handling will make code more robust... more »
0 commentsSave Tags: .net, other languages
Embarcadero Buys CodeGear for $23M: New Life for JBuilder?
Embarcadero Technologies, a privately held database tools vendor, today announced a definitive agreement to purchase Borland's CodeGear division for... more »
2 commentsSave Tags: database, java, news, tools
An Optimization For Garbage Collectors...
For the last few days I have been thinking a lot about GC as Terracotta moves towards our first major rewrite of that subsystem. Lots of relatively... more »
0 commentsSave Tags: opinion
CSS Bits - Vol 2 - Date Stamps
In case you missed the first post, CSS Bits is a series of downloadable packs of original CSS code and images for you to use in your projects. In Vol... more »
0 commentsSave Tags: css-html
Web Services, Part 1: SOAP vs. REST
This is the first of a series of upcoming articles on Web Services. The article contains an introduction to Web Services, a high level overview and... more »
0 commentsSave Tags: web services, xml