Author Archives: ramandv

Wireshark installation in Mac OS Mountain Lion

Wireshark Installer hangs in the screen “Preparing for installation”, it does not throw any error. Wireshark requires x windows, but moutain lion does not ship with X11. You need to install it separately. http://support.apple.com/kb/HT5293 http://ask.wireshark.org/questions/12140/cant-run-wireshark-in-mac-os-x-mountain-lion I spent quite some time … Continue reading

Posted in Mac OS | Tagged | Leave a comment

Basic CSS Notes

I have programmed in CSS too little. In this post, I will keep updating the things that I learned Order of CSS classes in the HTML does not matter , when the specificity are same. http://stackoverflow.com/questions/3066356/multiple-css-classes-properties-overlapping-based-on-the-order-defined CSS Specificity tutorial http://coding.smashingmagazine.com/2007/07/27/css-specificity-things-you-should-know/ … Continue reading

Posted in CSS | Leave a comment

Installing Django1.5-Haystack-2.0.0-beta with Solr-4.2.1

Install Haystack with his dependency pysolr pysolr==3.0.6 django-haystack==2.0.0-beta Install the solr-4.2.1 by following the steps https://django-haystack.readthedocs.org/en/latest/installingsearchengines.html#solr Follow the tutorial to configure haystack http://django-haystack.readthedocs.org/en/latest/tutorial.html Configuring Solr-4.2.1 Use the command build_solr_schema to generate the schema.xml file Copy the schema.xml file to the … Continue reading

Posted in Django | Tagged , | Leave a comment