Archives
-
Top2OneNote Addin – Making my digital notepad notes searchable
Last week I bought a nice gadget at our discount supermarket (Aldi). The gadget is called a Digital notepad and makes it possible to record your notes while writing them down on paper. Your writing is stored on the internal memory as vector data. There is a lot of software supplied, but using them is [...]
Dec 8th, 2009 | Filed under Uncategorized -
XMPP and WCF .Net – Connecting a XMPP client to Openfire
With Openfire installed (http://www.johandekoning.nl/index.php/2009/11/30/xmpp-and-wcf-net-installation-of-openfire/) it is time to create some users and connect with a XMPP client to the server.
User management
Because of the simple installation, users created on the Openfire server are stored inside the embedded database. To add new users, make sure that the server runs and open the administration console (default address http://localhost:9090). [...]Dec 1st, 2009 | Filed under Uncategorized -
XMPP and WCF .Net – Installation of OpenFire
In my previous blogpost, I talked about my goal to make an XMPP implementation within .Net based on Windows Communication Foundation. Before I can start, I had to find out how a normal XMPP stream would be send/retrieved between client and server.
In this blogitem, I will explain the steps I took to install the OpenFire [...]Nov 30th, 2009 | Filed under Uncategorized -
XMPP and WCF .Net – Introduction
Hummm… XMPP and WCF? Is this not a blog page about Android or other Google related stuff. That’s partly true but as a Microsoft .Net developer I am more interested in combining the best of both world. I like Google and Microsoft products. I really like the open source vision of Google. But when it comes [...]
Nov 29th, 2009 | Filed under Uncategorized -
WBXML .Net release 1.0
Today I released the first version of the WBXML .Net 1.0 library. With this library you can encode and decode WBXML messages.
More information can be found at http://wbxml.codeplex.comApr 5th, 2009 | Filed under Uncategorized -
WBXML for .Net
Synchronisation of data between multiple devices is important to have information at every place at every time. For example, I want to have my work agenda items on my mobile phone so that I have a quick overview (and get a notification) when I have a meeting.Â
There are different protocols for data synchronization. To synchronize [...]Feb 2nd, 2009 | Filed under Uncategorized -
HttpWebRequest on Compact Framework: The operation has timed-out
With .Net Compact Framework I developed an application that is doing a webrequest on interval bases. With the webrequest I sent data by providing some arguments inside the querystring. I am not interested in the response and therefore I did not assign the GetResponse() return value. I use the following code:
<br />
HttpWebRequest webRequest;</p>
<p>try<br />
{<br />
[...]Aug 14th, 2008 | Filed under Uncategorized -
Command-line arguments Windows Mobile
In September I will go on holiday to the United States for 3 weeks. It would be nice to send updates to family and friends by placing images on Picasa. These web images will be taken with the photocamera from my mobile (which is Windows Mobile 6 based). I will upload the pictures when a [...]
-
LINQ to XSD versus XSD.exe (part 1)
While LINQ to XSD is still in alpha, it is always a good idea to look at the (new) possibilities of this new technology. Before LINQ to XSD I used the XSD.exe to generate source files based on a XML schema. By generating this code you can work with XML files on a typed safe [...]
Jul 19th, 2008 | Filed under Uncategorized -
Using LINQ to XSD, XML and SQL
Last year I started working on the Aincha Web Framework. This ASP.Net framework should make it possible to create websites with the use of widgets as building blocks. The configuration of the website is done by the use of XML.
With the use of XML configuration files, different page types can be defined which will be [...]
Jul 16th, 2008 | Filed under Uncategorized
Recent Comments