Category: Programming

  • SharePoint Web Part in JavaScript

    Peter Kalmstrom shows how to use JavaScript to create a web part that works in both SharePoint 2010 and SharePoint 2013. Peter is using as much HTML5 techniques as possible in this demo. Also refer to http://www.kalmstrom.com/Tips/SharePointJavaScriptWebPart.htm Original source

  • Four Guerrilla Marketing Techniques Insurance Agents Should Use!

    [ad_1] Building a clientele of insurance customers isn’t the easiest thing to do. And whether you are just starting out in the insurance industry or if you have had years of experience, it’s always good to find ways to attract customers without spending too much on your advertising expenses. That’s where guerrilla marketing can help.…

  • Styling Rails with Bootstrap SASS

    [ad_1] https://i.ytimg.com/vi/r8XSdEpcjtA/hqdefault.jpg Original source

  • Beginner JavaScript Tutorial – 9 – The return Statement

    Facebook – https://www.facebook.com/TheNewBoston-464114846956315/ GitHub – https://github.com/buckyroberts Google+ – https://plus.google.com/+BuckyRoberts LinkedIn – https://www.linkedin.com/in/buckyroberts reddit – https://www.reddit.com/r/thenewboston/ Support – https://www.patreon.com/thenewboston thenewboston – https://thenewboston.com/ Twitter – https://twitter.com/bucky_roberts Original source

  • 7 Striking Features of Meteorjs

    [ad_1] When Node.js arrived in the market, it was quickly adopted by a vast community of individual developers and large-scale companies for being a viable development technology. It is because of the fact that it allowed server-side implementation of JavaScript. Node.js gave a big boost to the development of mobile and web applications. Earlier developers…

  • 12)Bootstrap 3 Creating Responsive Thumbnail Gallery

    [ad_1] https://i.ytimg.com/vi/xvtS1t6Kpts/hqdefault.jpg Creating Responsive Thumbnail Gallery in Bootstrap 3.2.0 http://www.ritusachdev.com. Original source

  • JavaScript beginner tutorial 33 – checkboxes

    In this tutorial I show you how to use JavaScript to find out if a checkbox has been ticked or not. Don’t forget to subscribe: http://www.youtube.com/user/QuentinWatt Social links: ————————————————————- Add me on twitter: Tweets by QuentinWatt facebook group: https://www.facebook.com/quentin.watt ————————————————————- Original source

  • Top 7 Odoo Themes of 2017

    [ad_1] The ultimate goal of any business owner is to get maximum number of visitors on the website and boost sales. But to be able to achieve that, one has to have a flawless website with apt information and enticing features. Entrepreneurs of today are always on the lookout for suite of business applications that…

  • Bootstrap 3 Tutorial Pt.4 – Font Awesome & Social Icons

    [ad_1] https://i.ytimg.com/vi/Fc48IYYaEHw/hqdefault.jpg Webpage: http://bootstrapbay.com Source Files: http://github.com/bootstrapbay/tutorials In this installment of our Bootstrap tutorial, we show you how to install … Original source

  • How to Use Javascript Promises

    This screencast explains the Javascript Promise pattern at a very high level. Promises are a fundamental tool for modern Javascript development, but it’s easy to get overwhelmed when first starting out. All of the code is pseudo-code meant to make the concept of Promises easier to understand. In a real code base you probably want…