Skip to main content

QuoteMaster version 1.1 out

QuoteMaster
Version 1.1 is done.

+This fixed the error of showing the message box when the favorite button was clicked.
+we also added the search capability for the quotes

link to the download: http://www.windowsphone.com/en-us/store/app/quote-master/4060beed-abd5-416b-a2bf-2f493e6b7185

this is a very simple application to use that comes to a good functionality to help you search for your favorite author, quotes, phrase.

1. The application has the basic features a display page that displays the quotes
2. a favorite page that displays all the favorite quotes that have been selected
3. a search page that takes in a phrase and displays a list of the results

enjoy


 

Comments

Popular posts from this blog

Installing libssl1.0 on Ubuntu 22.04

Following the upgrade of distro from 20.04 to 22.04 the libssl packages got affected, this ended up causing my vpn client to fail. The client kept opening and closing immediately.  on futher investigation I found the issue as the libssl client. Attached is a screenshot of the message I was getting when I tries starting it from the terminal. Tring to install libsll1.0-dev from apt was generating the following error: Due to this installing the package was not viable via the regular way, I really didn't want to downgrade back to 20.04 as this could have meant a clean installation, and I had just come from doing that, as the upgrade wasn't successful, but I still needed to try out the new 22.04 features. Google been my best friend finally come through after a long search on how to install libssl1.0-dev. I ended up landing on this link  , here they gave some instruction on how to install libss1.0-dev. Below are the steps of installing libssl1.0-dev on ubuntu 22.04 for backward comp...

Creating PDF in MVC 5 using ITextSharp

Creating PDF in MVC 5 using ITextSharp For a long time I have been looking for free and cheaper ways of creating pdf documents within MVC. I have tried all the other options and none was able to give me the standard of document I wanted. After long and tiresome nights of trying to figure out the solution I stumbled upon ItextSharp... This was my life changer. Maybe it might be for you too..  Process Download ItextSharp using the Nuget Package manager and if you prefer using command line arguments you an use: Install-Package iTextSharp full documentation to this can be retrieved here Create a class that will be used to write the data you created as a byte array. How this works can be found here  or here   public class BinaryResult : ActionResult { private byte[] _fileBinary; private string _contentType; private string _fileName; public BinaryResult(byte[] fileBinary, string contentType, string fileName) { _...

Why I think we should invest in agriculture as a nation first.

Agriculture has always been dear to me. From a tender age when I planted Tomatoes in a seedbed in our back yard, watching them sprout from the nursery that I had careful prepared. Life of a plant is an interesting thing. From a small tiny seed comes this beautiful plant. Transplanting them later, and watching them grow to maturity. I had forgotten how good that feeling was, I had always had it in me, and I enjoyed bringing new life to this world, plants. We as a nation need to secure food first in order to be able to move forward as a country, until a man’s basic need is fully satisfied, he is bound to poverty, having to work for food. Hence the call to invest in Agriculture, until a man doesn’t have to worry about feeding his family a man’s true potential cannot be seen. We need to break free of this chains poverty, the chains of thinking we can’t produce enough, the chains of seeking aid from the west. Yes our country can produce more than enough, with the right technology, ...