<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> <script type="text/javascript"> gapi.load("iframes-styles-bubble", function() { if (window.iframes && iframes.open) { iframes.open( '//www.blogger.com/navbar.g?targetBlogID\758211560\46blogName\75Tech+Tips,+Tricks+%26+Trivia\46publishMode\75PUBLISH_MODE_BLOGSPOT\46navbarType\75BLUE\46layoutType\75CLASSIC\46searchRoot\75http://mvark.blogspot.com/search\46blogLocale\75en_IN\46v\0752\46homepageUrl\75http://mvark.blogspot.com/\46vt\75-5147029996388199615', { container: "navbar-iframe-container", id: "navbar-iframe" }, { }); } }); </script>

Tech Tips, Tricks & Trivia

by 'Anil' Radhakrishna
A seasoned developer's little discoveries and annotated bookmarks.

Search from over a hundred HOW TO articles, Tips and Tricks


Book Review: Instant jQuery Drag-and-Drop Grids How-to

Thursday, May 16, 2013

Instant jQuery Drag-and-Drop Grids How-to is a beginner level book by Marcos Placona on getting started with the Gridster jQuery plugin.

Gridster is a MIT licensed jQuery plugin that allows building intuitive draggable layouts from elements spanning multiple columns. You can even dynamically add and remove elements from the grid. It has an active following on GitHub. The minified version (jquery.gridster.min.js) of this powerful plugin  measures just 33KB. Gridster supports Internet Explorer 9+, Firefox, Chrome, Safari and Opera.

jQuery plugins like these make building compelling website user experiences a simple task.

The plugin does come with online documentation but if you need some hand-holding and have to get up to speed quickly, this book can guide you through. The book should be read while you're trying out the six download-able code samples that come along. It is just 48 pages long and is more like a long article. This book could have been longer and clubbed as a chapter of a bigger book on useful, liberally-licensed jQuery plugins.

It is interesting to know and commendable that the publisher of this book, Packt, pays a royalty to open source projects on which the books it sells are based.

This review is based on a complimentary ebook that Packt offered me.

Labels:

Glossary of keywords used in Microsoft Technologies

I like keeping definitions of  keywords used in Microsoft technologies handy. This is a placeholder for links to online resources that have definitions.

  • SharePoint 2010 Glossary - MSDN
  • SharePoint 2013 Glossary - MSDN
  • Azure Glossary (including SQL Database) - MSDN, Technet
  • WCF Glossary - MSDN
  • C# Reference - MSDN


work in progress...

Labels: ,

TWIL - Week #6

Sunday, May 12, 2013

This Week I Learned:

Programming:
General:

Labels:

HOW TO view a .NET DLL's dependencies

Monday, May 06, 2013
The simplest though not the most convenient way to view a .NET DLL's dependencies is to use the ildasm.exe tool

Click on the Manifest node to view names of dependent assemblies

The manifest lists the names and versions of all other assemblies that the current assembly depends upon.

If you're adding a reference via NuGet, you can find the dependencies from the information provided for each Package in the Package listing -


Labels: ,

TWIL - Week #5

Sunday, May 05, 2013

This Week I Learned:

Programming-related
General

Labels: ,