Internet of Things

Since its inception the Internet is continuously changing and evolving. The main communication model of present Internet is human-to-human. The Internet of Things (IoT) can be considered as the future dimension of the Internet that realizes machine-to-machine (M2M) communication. This way, IoT provides connectivity for everyone and everything. The IoT embeds some intelligence in Internet-connected […]

Continue Reading

JQuery Tips

Disabling Right Mouse Click: $(document).ready(function(){$(document).bind(“contextmenu”,function(e){return false;});}); ————— Determine User’s Browser: $(document).ready(function() { if( $.browser.safari ){alert(“safari browser.”)} if( $.browser.chrome){alert(“chrome browser.”)} if ($.browser.mozilla ){ alert(“mozilla browser.”)} if ($.browser.msie ){alert(“msie browser.”)} if( $.browser.opera){alert(“opera browser.”)} }); ————— jQuery CloningjQuery supports cloning – you can use the clone() method to create a clone of any DOM element in your web page. […]

Continue Reading

Welcome to ITPrecinct.com

Welcome to ITPrecinct.com!!! My primary intent of creating this blog is to not only share my knowledge, i have gained over the years during my professional career and working as a freelancer but also make it more like fun by creating tips, tricks and techniques about Information Technology and related spheres. I’m obsessively passionate about […]

Continue Reading