Originally posted on Beecome Digital:
When Swift was announced at WWDC 2014, I was very disappointed to not be able to use some of powerful C APIs…
Month: June 2015
SharePoint document templates: A solution to the one-template-per-content-type problem?
Originally posted on Discovering SharePoint:
One of our customers was upgrading their intranet from SP2010 to 2013, and wanted help improving their document management solution simultaneously. Their…
Slides: Replacing your Fileshare with SharePoint 2013 Farm #suguk
Originally posted on Chirag Patel:
This week on Thursday 25 June, I had a pleasure of presenting a SharePoint session at SharePoint User Group UK (London) event…
Salesforce Standard Reporting (2 of 3) – Report Builder
Originally posted on Audit9 – Cloud Architects:
This post is the second in the Salesforce Standard Reporting series and serves to outline the capabilities and constraints of…
Linux tutorijal 01
Originally posted on Kompjuteri:
U ovoj epizodi tutorijala o Linuxu, bice reci o osnovama Linuxa. Bice u kratkim crtama opisani razlika open source softvera u odnosu na…
Types of Methods in Java
Originally posted on humanoid readable:
So in Java there are many kinds of methods. I probably won’t even list half of them but I try to explain…
Dropdown or Select Box Navigation with javascript
Originally posted on redstartzero:
Dropdown <form action=””> <select onchange=”window.open(this.options[this.selectedIndex].value,’_top’)”> <option value=””>Please Choose</option> <option value=”http://www.facebook.com/”>Facebook</option> <option value=”http://www.yahoo.com/”>YAHOO</option> <option value=”http://www.google.com/”>GOOGLE</option> </select> </form> With Radio Buttons ? <form action=”../”> <p><b>Choose…
Function to delete items from javascript array
Originally posted on Eduardo La Hoz:
var deleteMe = function( arr, me ){ var i = arr.length; while( i– ) if(arr[i] === me ) arr.splice(i,1); }
Browser support version table for html,css,javascript api and more
Originally posted on Gatelockservice:
Browser support version table for html,css,javascript api and more Can I Use can i use