Archive | January, 2009

26 January 2009 ~ 13 Comments

[SMPP] Sending long SMS through SMPP

SMS is designed to send small text messages upto 140 chars. It actually depends upon the encoding. Using 7 bit encoding, you can send 160 chars, using Unicode, you can only send 70 chars. The data is carried in User Data section.
This post talks about ways of sending Long message using SMPP
Using SMPP we can [...]

Continue Reading

Tags: ,

06 January 2009 ~ 4 Comments

[MPXJ Series] Writing MS Project File using MPXJ

In the first part, we shall explore what are the different ways of writing a MS Project file using MPXJ.
Pre-requisite
The article assumes that you have downloaded MPXJ release and related dependencies. If not here are the links for download
 

MPXJ - http://sourceforge.net/project/showfiles.php?group_id=70649
Dependencies - http://mpxj.sourceforge.net/dependencies.html

Now let’s get back to the original intent of reading MPP files
Lets see [...]

Continue Reading

Tags: