-
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 are also quite a few videos about how well it supports...
-
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 and writing from excel . Other Ado.Net tutorials...
-
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.HtmlEncode(SearchText.Text)); RssFeed1.DataSource...