Skip to main content

Posts

Buck

"Ice Age 3: Dawn of the Dinosaurs" is a neat pack of humor, adventure with be on the mind characters. The fun begins when alone, One-eyed, dino-hunting weasel called 'Buck', who is sophisticated yet not so complicated, agrees to find 'floppy green thing' with his set of rules and killing his life time enemy Rudy (T Rex Dino). After that there are many eye catching events and nice animation work. In the end Buck kill Rudy and says "He is gone! What am I suppose to do now?". In that very moment, I see him losing excitement in life. Not so fascinatingly, he agrees to come to the world of Ice age. All of a sudden when  Rudy roars!! Buck finds reason to go back to his world and fight with Rudy all alone.      Its been many weeks, Buck is still in my thoughts and there is no sign of him stopping his blabbering. His existence has no meaning if there is no Rudy. He only knows living for finding opportunity to defeat Rudy. That's his purpose and he i...

Opera Unite - Browser with New Possibilities

When Microsoft, Mozilla and Google are competing hard to increase browser share by tweaking their products, opera silently concentrated on innovation and sprung with neat free stuffs. Opera’s new suite ‘Unite’ lead the way in defining how we can maximize our internet experience through its impressive capabilities. This amazing software is not just a ‘browser’ loading web pages lightning fast with Turbo technology; it’s a web server in the browser, messenger, media/file/photo sharing host, a fridge (people can leave a message for you) and can be more in future!!! If you are using FireFox, Chrome or Safari and you have set of strong technical reasons for why you are using it over Internet Explorer, then it’s time for you to checkout Opera Unite 10. From the technology point of view, your satisfaction is guaranteed.

2 'Why's

1. Why Microsoft is still using Flash when its own baby- Silverlight light is out there? 2. As shown above, having popup menu open on IE8, why Windows Start menu does not appear when windows key (on keyboard) is pressed? (Windows Vista with SP2 Operating system ) Grr...

DotNet: Generic Sorting Class

Recently, I was searching for a generic sorting approach on dotnet List. Many articles (Like one , two ..etc) were suggesting standard way of creating IComparer implementer class and using that with generic list (List <T>) in our application. Writing IComparer class for every business object not only take huge time also create challenges in code management when it grow considerably. So, here is simple and effective generic sorting class which can be used with any custom business object and can be sorted on any one of its properties. All you have to do is, copy paste the complete code in to a new .cs file. using System; using System.Collections.Generic; using System.Text; using System.Reflection; namespace Srushti.Business { public class GenericComparer<T> : IComparer<T> { string _propName = string.Empty; bool _sortDirection = true; public GenericComparer(string propertyName, bool SortAscending) { _propName = propertyName; _sortDirection = S...

Quick Quest - A Step Ahead

With a history of serving Kuvempu University for question paper generation, Quick Quest is now serving Scholar’s private college in Nigeria and receiving good feedback. The teacher using this software sent his experiences and I am very happy to publish his 'as is' words on main page of Quick Quest section . This is a great encouragement to the development effort of Quick Quest. Thanks to “The Scholar’s Private Collage, Akure, Nigeria” for choosing Quick Quest.