
blog.binarybits.net
Binary Bits - Bits & Pieces - A blog by Kannan BalasubramanianBits & Pieces - A blog by Kannan Balasubramanian
http://blog.binarybits.net/
Bits & Pieces - A blog by Kannan Balasubramanian
http://blog.binarybits.net/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
3.8 seconds
16x16
32x32
64x64
128x128
160x160
192x192
PAGES IN
THIS WEBSITE
20
SSL
EXTERNAL LINKS
3
SITE IP
143.95.251.21
LOAD TIME
3.771 sec
SCORE
6.2
Binary Bits - Bits & Pieces - A blog by Kannan Balasubramanian | blog.binarybits.net Reviews
https://blog.binarybits.net
Bits & Pieces - A blog by Kannan Balasubramanian
SharePoint Archives - Binary Bits
http://blog.binarybits.net/tag/sharepoint
Add count to drop down refiners in SharePoint search refinement webpart. While working on designing display template for drop down based refiners in SharePoint Search there was a requirement to show counts along with refiners in refiners list. Following is the change which I made in the refiner’s display template. Option value=' #= onChangeOrClick =# ' #= $htmlEncode(refinementName) =# /option. Option value=' #= onChangeOrClick =# ' #= $htmlEncode(refinementName) =# ( #= refinementCount =# ) /option.
Cloning Archives - Binary Bits
http://blog.binarybits.net/tag/cloning
Cloning Hyper-V Virtual Machines the Right Way – Windows Server 2012 R2. Cloning of Virtual Machine using Hyper-V is not a one step process, but still nevertheless it’s easy as the following numbered list. But why this is required is something which is not explained in all the sites. Create a VM with intended Windows in Hyper-V. Update the Windows VM. Sysprep the Windows VM. The article is a 4 part article which you can check below. Cloning Hyper-V Virtual Machines the Right Way (Part 1).
Namespace Archives - Binary Bits
http://blog.binarybits.net/tag/namespace
SharePoint Object Models with components and namespaces. The following is the table which has list of SharePoint object models with components and their respective namespaces based on the object model. This is applicable for both SharePoint 2010 and SharePoint 2013 Foundation and Enterprise editions respectively. Click here to view the table in printable format. An unexpected error has occurred. Code blocks are not allowed in this file. Controls collection cannot be modified. Samsung Galaxy S II.
SharePoint Object Models with components and namespaces
http://blog.binarybits.net/programming/sharepoint/sharepoint-object-models-with-components-namespaces
SharePoint Object Models with components and namespaces. The following is the table which has list of SharePoint object models with components and their respective namespaces based on the object model. This is applicable for both SharePoint 2010 and SharePoint 2013 Foundation and Enterprise editions respectively. Click here to view the table in printable format. Leave a Reply Cancel reply. Your email address will not be published. Required fields are marked *. An unexpected error has occurred.
Workflow Manager Archives - Binary Bits
http://blog.binarybits.net/tag/workflow-manager
Error: The root of the certificate chain is not a trusted root authority – Register-SPWorkflowService – SharePoint 2013. When I was trying to register Workflow Service with SharePoint 2013 Server, I was getting error “The root of the certificate chain is not a trusted root authority”. The reason for this error is while registering the service we point to workflow site with https as shown below, this site has a certificate which the SharePoint server doesn’t trust. There are 2 things to check. In Console1...
TOTAL PAGES IN THIS WEBSITE
20
Binary Bits
http://www.binarybits.net/index.html
Hi, This is Kannan here and welcome to my technical website. To learn more about me please visit http:/ kannan.net.in. Or you can proceed to my blog http:/ blog.binarybits.net. ASP NET Web Hosting.
TOTAL LINKS TO THIS WEBSITE
3
Hello, world!
Mostly coding, most of the time. September 2, 2014. How to Think About Scaling. I recently got into an argument about "scale"/"scaling" with someone, and I think it bears discussion. According to him, the definition of "scale" is:. The ability to handle an extremely large number of requests per second. Or what about the shiny things on fish? Or an instrument used to determine the weight of an object? So you decide to make tinder for cats. I believe this, because of my mission for personal devops. Fin...
Binary Blog
Your Dreams Our Reality. Wednesday, 8 July 2015. The Tall Ships Belfast July 2015. What a fantastic weekend we had at the Tall Ships 2015 which took place from Thursday 2nd July to Sunday 5th July in Belfast's Titanic Quarter. Almost fifty ships from all over the world dropped anchor at Belfast port attracting half a million visitors in fantastic weather. The atmosphere was electric! Great weekend, great fun and great ships. Have a look at the short video below. Visit Belfast Youtube Video. In this age o...
Blog de Binary | Creamos tecnología para personas y empresas
Hacia un sector en movimiento. No hay comentarios en Hacia un sector en movimiento. Las empresas, y sobre todo las que la efectúan algún tipo de mantenimiento, son unas de las que más necesitan: tener acceso a la información en tiempo real, mejorar su productividad y el servicio al cliente, y sobre todo poder comunicarse y colaborar desde cualquier lugar. La movilidad empresarial se presenta como una de las principales opciones en el mercado… Leer más ». La asociación recomienda a los usuarios que reciba...
The blog from BinaryAge
SIP and installing BinaryAge apps. BinaryAge moves ahead in 2017. Meet Steve, the new lead of TotalFinder and TotalSpaces. Update on System Integrity Protection in El Capitan, OSX 10.11. On System Integrity Protection in El Capitan, OSX 10.11. TotalFinder 1.6 with Colored Labels. The guy with an armored suitcase. The fifth year of BinaryAge: Rationalization. TotalSpaces2 - better spaces in Mavericks. Surfing the waves of Mavericks. TotalFinder lives on in Mavericks. Let's meet at WWDC 2013. TotalFinder o...
Binary Balance
Life on the digital knife edge. Why Im not writing on Svbtle. During September of this year, I was one of what I gather was a large chunk of people that suddenly received an invite to Svbtle. To paraphrase one commentator. But whether it’s still trendy or not, I am a huge fan of the minimal ‘let the content speak for its self’ school of web design and I thought Dustin’s design of Svbtle was absolutely beautiful. Great job there, dude. Posted on December 06, 2013. I’ve just posted a snail mail lette...
Binary Bits - Bits & Pieces - A blog by Kannan Balasubramanian
Bits and Pieces - A blog by Kannan Balasubramanian. Sharepoint disable drag and drop. December 12, 2017. December 12, 2017. Leave a comment on Sharepoint disable drag and drop. In some scenarios we might need to disabled drag and drop in SharePoint sites. The following code works when we need to disable a page with one document view. Add the html code in content editor web part where the document view is there. SharePoint disable drag and drop. Hide Drag and Drop - */. Stop Drag and Drop - */. Sometimes ...
BinaryCell
A blog about development, security and low level things. Gradle for speed up compilation times. Thanks to cocos2d-x framework I knew about Gradle, a type of cache for development, and can be used to build farms. Touch /.gradle/gradle.properties & echo "org.gradle.daemon=true" /.gradle/gradle.properties. Https:/ docs.gradle.org/2.4/userguide/gradle daemon.html. Links to this post. Is your VirtualBox reading your E-Mail? Interesting article about reading screen buffers from VRAM from [hsmr]. In no event sh...
binary blog
Forging the Next Web. Wednesday, July 24, 2013. Amazon Cloud Reader copy to clipboard. It does not have it and I needed it. Amazon, I do not like being lured to your store just to get my Reader highlights! Posted by cosmin at 12:07 AM. Links to this post. Friday, May 18, 2012. Google Drive drives me crazy. This document is not available offline. This resource is not available. Stupid fake local good for nothing .gdoc files. Posted by cosmin at 2:09 PM. Links to this post. Tuesday, April 03, 2012. Flash i...
binarycrusader
Saving the world's bits from boredom, one at a time. Looking for Solaris USB Tips? If you're looking for information about USB Device support on Solaris, then I have good news for you! The Solaris Ready USB FAQ. Posted on SUN's website probably has the answers you are looking for. Recently, I had a problem getting my external USB / Sata Hard Drive Enclosure working and found the USB Storage section. Of the FAQ invaluable. Posted by Binary Crusader. An alternative to packages. Anyone can install software.
Binary Den | Welcome to Technology
Skip to primary content. Skip to secondary content. Stay in control when outsourcing. July 18, 2013. Stay in the loop when you outsource your technology support. We’ve heard too many stories of technicians that have come and gone through a business and left a trail of unknown usernames and passwords for services and devices. If the domain is under their name, it belongs to them, and if you don’t have the password for the host, how are you going to change your site? How much is your domain worth to you?
BinaryEdge - Science and Technology
Thoughts, stories and ideas. Web Zürich - The state of web security in Switzerland. On a previous blogpost we looked at the state of security in Switzerland from an IP-Infrastructure perspective. This time our CEO was invited to speak at Web Zürich, and we decided to test out some new modules that we added to our scanning platform 40fy. The new additions to the platform now allow us to craft custom requests using domains. A request will usually look like this: curl https:/ api.…. For over a year, BinaryE...
SOCIAL ENGAGEMENT