 |
Browse by Tags
-
Some highlights from a nice article that I found in my feeds . They are excerpts of the document, text in italic was written by me. Please note that the lines lack some context. .NET Services .NET Access Control Service All communication with the Access...
-
After the yesterday’s announcement of Windows Azure , the brand new cloud-based Windows, today I started reading a little bit about it. This new platform seems promising, and I’ll write a bit about it in some of my next blog entries. First...
-
Rob Miles (a MVP from UK) has made available in his website a C# book for beginners that is used in this university in the First Year programming course. Download the PDF and happy reading.
-
During the last weeks I’ve been doing some research related to my Master thesis. One of the topics I’m studying is Unsupervised Machine Learning . The main goal is to have a piece of software that given a training set (a set of examples representative...
-
This release represents the beta of Microsoft XNA Game Studio 3.0, which enables hobbyists, academics, and independent game developers to easily create video games for Windows and the Microsoft Zune digital media player using optimized cross-platform...
-
Since I’m having trouble to get enough time to complete these post series (1 post was left), I’ll just leave you the source code. It contains a sample of a WCF service that uses LINQ to SQL to retrieve some data from a SQL Server Database...
-
Previously I’ve written about how to create data charts using Silverlight. The data was coming from an static array, which is not that useful after all. Now lets see how to use data from an XML file. Bellow you can see an example of the XML file...
-
Recently someone told me about a data visualization component library powered by Microsoft Silverlight. What is Visifire? Visifire is a set of open source data visualization components - powered by Microsoft ® Silverlight ™ . With Visifire you can create...
-
Today I was testing a website using a HTML W3C validation tool (XHTML 1.0 Transitional) and I found a problem in my links. Some URLs had the & symbol, since they linked to dynamic webpages which need parameters. The trivial solution is to replace...
-
In the System namespace there is a class called Environment which gives you access to a lot of information about the environment where your application is running. A nice one that I use is stored in the NewLine property. It gives you the characters sequence...
-
You can find several ways of putting some sample text in a HTML input text which fades away when you click it. Some of them use a few lines of javascript, others take advantage of Javascript frameworks, and there are even ways to achieve it using just...
-
Today I had to generate files in ASP.NET for download which was supposed to open a save file dialog in the web brower. The file name was based on a title field extracted from a database. The title had spaces which I allowed to be used in the file name...
-
I’ve been writing about Windows Live Agents recently, as you recall. Finally I had the time to leave some more tips. First Goal: Trigger a notification (procedure that is scheduled to run some time after it has been triggered and which generate...
-
I had a bug in pagination when navigating through categories or dates It was due to a customization I made sometime ago to make Wordpress 2.5 work o a IIS web server. Instead of $_SERVER[’REQUEST_URI’]=’/page/1′; It must be if($_SERVER['REQUEST_URI'...
-
After I wrote about getting started with Windows Live Agents , it’s time to go deeper into BuddyScript, the script language that is used in agents development. To make your code easier to manage and even to make it reusable you can create package...
|