List of android drawable preview

List of android.R.drawable resources with preview.
ab_bottom_solid_dark_holo.9.png

ab_bottom_solid_dark_holo.9.png

ab_bottom_solid_inverse_holo.9.png

ab_bottom_solid_inverse_holo.9.png

ab_bottom_solid_light_holo.9.png

ab_bottom_solid_light_holo.9.png

ab_bottom_transparent_dark_holo.9.png

ab_bottom_transparent_dark_holo.9.png
[Read more…]

Parabolic Solar cooker project

This year, on my trip to Nepal, I made this 1.6 m diameter parabolic solar cooker with help from my dad and my sister. This boils about 2 liters of water in 40 min. I put vinyl chrome tape around the center for better performance.  


[Read more…]

Identifying Views with similar names in visual studio .net mvc project

If you have worked on asp.net or any mvc projects, you have created similar view names like index, create, details, delete for different controllers. Now the problem is when you have multiple files with similar names opened up in VS, it gets confusing and you end up reopening the file from the solution explorer. With this solution that I will show you, you can have different color code for similar named view files that belong to different controllers.

Like so


[Read more…]

Simple JQuery Mobile

JQueryMobile is JQuery for the mobile version of a webpage. Its super easy to create a simple mobile page using jquery mobile. [Read more...]

Create your own captcha to verify forms

Recently the forms on my company’s website had been getting lots of spam. The spammers were submitting the forms with advertisements. We needed a captcha. I suggested Recaptcha, but if you have seen one of their captcha, you would think even a human cannot interpret them correctly. So my boss did not want that. We wanted our customers to have a simple, easy to interpret captcha while also serving us some help fighting the spam. [Read more…]