Saturday, December 28, 2013

Thursday, December 19, 2013

Some simple tools for rapid mobile development - CodeProject

This is an interesting article about rapidly developing a mobile application. 

Some simple tools for rapid mobile development - CodeProject

Thursday, December 5, 2013

Installing oracle database 11g on windows 7

Well, here we go again with some more resources. I hope I have better luck this time.


Installing oracle database 11g on windows 7



Here is another article I am going to try.


Oracle 11g step-by-step Installation Guide with Screenshots

Monday, December 2, 2013

Embedding an image inside an HTML email - CodeProject

Here is a good article for programming an image into an HTML e-mail! Very useful!

Embedding an image inside an HTML email - CodeProject

Split a XAP file up

Sometimes a silverlight file (*.xap) gets to be large. The larger the file, the longer it takes to load in your browser. One of my co-workers suggested splitting it up into smaller modules and loading them as needed to make the wait time in the initial load shorter.  The following link tells how to do that!

Split a XAP file up