Archive for the 'web' Category
Heroes Happened Here - 2008 is going to be great!
Just got back from the official launch event of Windows Server 2008, Visual Studio 2008 and SQL Server 2008. It was quite amazing to see Steve Ballmer speak. Microsoft has some great plans for the launch products, and to be fair, they do look amazing.
VS 2008 is an amazing product for developing software. And especially now, with ReSharper 4.0 out, I can keep developing with passion.
LINQ, lambda expression, faster VS, better JS debugging - all these together - AWESOME. Now we just need to wait for Silverlight 2 and MVC.
IIS 7 needs to be mentioned by itself. Hosting asp.net applications is going to so nice. I just can’t wait.
What else? I got to see Brad Adams speak. His presentation was nice, but a bit outdated. He mentioned asp.net ajax and ajax toolkit, which are great, but it is kind of old news now. I guess, Mix is where all the great stuff will come out. I mentioned my issues with Silverlight animations, but it didn’t seem like he knew of a fix.
Got to talk to some people from SQL Server team, and those guys were great! If you are their manager, they deserve a raise! SQL Server 2008 has some amazing features and I hope I will get to use it soon.
All in all, a great event, great swag and a lot of really great people.
2008 is going to be a wonderful year for developers!
2 commentsDid you know that surveymonkey.com is written in asp.net?
Just found that out recently. I had to purchase a subscription for my wife and couldn’t help but notice how nice the site looked. The workflow is very well designed and is joy to use. Opened up the source and - “say hello to my little friend” - __VIEWSTATE.
Also found this white paper on surverymonkey.com from Microsoft - Customer Solution Case Study.
No commentshttp://dotnetblogengine.net/
http://dotnetblogengine.net - is a great starter kit from Microsoft. It is a full featured blog engine written in ASP.NET.
It is very interesting to see how things are implemented. Xml based membership and role providers. Http modules for compression and url rewriting. Cool stuff.
3 commentsSilverlight - I really wanted to like you, but…
I really want to like Silverlight, but it is really hard to do. The idea is great, but if you look at v1.0 it is… meh…
Tafiti, Popfly and Halo3 banner at microsoft.com are supposed to look nice, but the animation is so jerky, it makes me cry. It looks like a kid having epilepsy. It kills whatever interest I had in the product. Ironically, I spent 3 hours last night reading up on Silverlight and it feels like the time was wasted. Should have played WoW instead. Dino Esposito was absolutely right - Silverlight 1.0 was obsolete before it even came out of beta. Stillborn?
I really hope v1.1 will be absolutely awesome, but as of now - it is embarrassing.
Here is more - http://www.chausse.org/2007/08/tafiti-microsoft-bob-for-search/
Tafiti? who would ever use tafiti if there is Ms. Dewey?
Sad, but true.
No commentsWhere are all the cool startups that run on ASP.NET?
I have been a proud user of .NET framework for 6 years now and I still think it is a really awesome product and Microsoft did a wonderful job developing it.
WinForms is the best way to develop Windows application (with occasional jump into Interop for extra APIs); ASP.NET is enjoyable way to develop web applications and WCF is just pure honey. If all this makes me sound like Micro$oft fanboy, that’s because I am. .NET is really awesome and Visual Studio is the best way to do any kind of development. Especially with Resharper installed. I don’t know how JetBrains did it, but somehow they sold their souls to Satan and in return they can unleash the dark magic of Ctrl+Alt+Space.
But what puzzles me is that not too many people use ASP.NET to create cool products. Sure there are Community Server, MySpace, DotNetKicks and DasBlog; there are all very fine products, but compare them to LAMP, Rails and Java lineup: Digg, Yahoo, LinkedIn, Flickr, Backpack and the Company, Delicious, all the Google Apps, Mint, Meebo, Twitter, Zillow and of course Infinite Cat Project. If you checkout the new startups on TechCrunch, it seems like every new startup is something Linux based and is not ASP.NET.
And I really want to know why. If you are a new startup, you have only one shot at it, so you really want to use the best tools available. And it seems like everybody picks anything but ASP.NET, unless you are doing corporate development.
Why are there so few startups that use ASP.NET? Is it the cost of tools? Hosting cost? Restrictive licensing? Or maybe ASP.NET became “the van” of web development. Safe, bulky and definitely not sexy.
I am sure that I have missed some really awesome ASP.NET projects, so please post the links in comments. Any thoughtful feedback is welcome. All flaming and FUD will be moderated.
43 commentsSafari + AutoComplete Extender + ModalPopup = What the hell?
If you have a bunch of AutoComplete extenders that are wrapped inside of ModalPopup and you try to run it in Safari, chances are, you will not like what you see. The autocomplete div will be shown under the modalpopup. Works fine in Firefox and IE, but Safari is screwed up. What gives?
Well, if you look into source code of AutoComplete extender, you will notice that they have a special handling for Safari (also known as a one-button mouse of the browsers
Just kidding!). Because of this special handling, the correct z-index is not being set on the autocomplete div.
But how can I fix it? Well, all you need to do is to add a div somewhere near the extender with id of “AutoCompleteDiv” and in your extender set the property of CompletionListElementID to “AutoCompleteDiv”.
Here is how I found this info:
- http://logbook.trioro.com/2006/12/ajaxnet-autocompleteextender.html
- http://tim.mackey.ie/ProblemsWithTheAJAXAutoCompleteExtenderArrgh.aspx
Also, there is a custom autocomplete extender based on prototype and script.ac.ulous. I have not tried but it looks really interesting. I would like to take a look the source when I have a bit more time. Here is the link.
No commentsASP.NET AJAX - brilliant or extremely difficult to understand
I just started using ASP.NET AJAX extensively in my work and I am not sure what to make of it. The whole asp.net ajax is pretty complicated once you get away from basic UpdatePanel scenarios. But finally there is a book about it. As always, my hero Dino Esposito came through and wrote a book, so the rest of us can learn how to use it. Book’s name - Introducing Microsoft ASP.NET AJAX.
I got mine from Amazon because bookstores in the hood didn’t have it and I just could not wait anymore. I have been waiting for APRESS’s Foundations of ASP.NET AJAX but it has been delayed so many times that I gave up on that book.
I am 2/3 through the book and so far I like it. It cleared up a lot of misconceptions that I had about asp.net ajax and actually explained in full detail the magic behind UpdatePanel.
I have a pretty good understanding of how different parts of asp.net ajax work, but I still want to see how it all ties up together. Could someone get me the source of PageFlakes?
The last 1/3 of the Dino’s book mentions something about writing ajax enabled applications, but I have not gotten to that part yet..
My Book Rating to Introducing Microsoft ASP.NET AJAX - Good Times!
No comments70-528 - Passed
I passed this exam a month ago, just didn’t have time to write about it. This is my second exam in the .NET certification route and that means that I am officially MCTS now. Fear my power!
I was pleasantly surprised by the study guide and the exam itself. I have been doing asp.net for 5 years now and I still learned some new stuff.
Which proves that everybody should get certified and not for the official MS welcome kit, which is really lame, but to make sure that one has good understanding what .net and asp.net have to offer and not to reinvent the wheel.
No commentsscRUBYt - this looks really amazing…
scRUBYt! is a simple to learn and use, yet powerful web scraping toolkit written in Ruby.
No comments“Ambiguous match found” in a Web Control - a Possible Bug
If you use ASP.NET AJAX you might come up with this error popup - “Ambiguous match found”.
The issue here is that you have 2 variables that are named the same but have different casing. You have to rename the variables to have different names. Changing from protected to private will not help.
More info can be found at Eran Sandler’s blog - “Ambiguous match found” in a Web Control - a Possible Bug.
Eran Sandler’s blog - Subscribed!
1 comment