To view DJVU file format you need only 2 files to download. Download the follwing 2 files and view your DJVU files and also you can convert it to pdf format if you want to.
To use HQSMS API you need to 1st Register at HQSMS. They will provide you some credit for testing your app. But to send more sms you have to buy credit from them. Below is the code for sending SMS to a user in asp.net. here I'm using System.Net library from asp.net and then obviously HQSMS APIs. protected void sendButton_Click(object sender, EventArgs e) { HttpWebRequest req = (HttpWebRequest)HttpWebRequest.Create(new Uri("http://www.hqsms.com/api/send.do?username=username&password=md5_password&to=to_phoneNo&message=Please Work!&from=HQRoute")); HttpWebResponse response = (HttpWebResponse)req.GetResponse(); System.IO.StreamReader strreader = new System.IO.StreamReader(response.GetResponseStream()); string deliver = strreader.ReadToEnd(); ...
Artwork using GIMP 2.6 Recently I have found out that GIMP can be very powerful tool as a image editor if you can config it correctly. My friend Dennis helped to set it up for me. And he also taught me how to do the artworks. In GIMP you can add patterns, tools, textures, Photoshop brushes, plugins, scripts, symbols and can do some really exclusive artworks as I did one above. Give it a try if you want to enjoy your own private time :)
cannot be downloaded
ReplyDeletehttp://www.mediafire.com/?yhtv9x2p1fv
ReplyDeletePlease try with this link and let me know whether it is working or not?
Thanks.