Browse by Tags

All Tags » Asp.Net » Things to try (RSS)
Aptana is a free / open source project built on the eclipse RDT environment. It's main focus is on javascript. For which it brings a nice code completion / information interface and delivers hints and code completion for: Javascript CSS and HTML There...
I've known for some time now that it's possible to use Ado.Net to read from Excel files, I didn't know it was also possible to write to them. At least I have found a workaround by using SQL server and registering Excel files as an external resource. Reading...
Rob Howard is doing a series of video blog items ... Below are the links to the videos, they look to me quite inspiractional... Tips & Tricks #1 - Inline Editing and Content Parts (very cool features shown off here, that many people don't know about...
Anthem.Net v1.0 has just been released a while back. For those of you who are using Ajax.Net Pro. You might want to have a look at this: http://sourceforge.net/projects/anthem-dot-net
Ok what do you do when you have a bit of time when not going out and partying with friends, when your a lazy programmer. You check out ways to be even more productive when programming. So that when you start a programming again you will be even more productive...
This is a great way to add search to a website, and it's so simple that you will probably love it. The code needed: string search = string .Format( "http://beta.search.msn.com/results.aspx?q=site%3yoursitehere.com+{0}&format=rss" , HttpUtility...