On Star Wars day the force is most definitely with SharePoint. SharePoint is here to stay and continues to form an integral part of Office 365. Let’s take a look at the Top 5 innovations announced today… #1 Page Rendering Model There is a radically new page rendering model. SharePoint pages previously relied a lot on […]
Posts Tagged ‘JavaScript’
Are You Ready For AT.js?
I recently attended an excellent webinar “Ask the Experts – Adobe Target New Features” presented by Adobe’s @kimenwarner. During the webinar, Kimen mentioned a very exciting new feature coming to Adobe Target in February 2016: AT.js. AT.js is the new client library for Adobe Target, replacing the legacy mbox.js. This new client library is currently in […]
8.1 Experience Editor JavaScript APIs
[su_note note_color=”#fafafa”]There are parts of Sitecore APIs that are well understood, widely used, and probably won’t change without a really good reason. And then there are relatively new APIs – some introduced along with new product features (e.g. xDB in 7.5, Content Testing in 8.0) and others added to support the shift in the underlying […]
Modular JavaScript in Sitecore Renderings with RequireJS
You may have found yourself in one of more of the following situations in using JavaScript in your Sitecore renderings: A huge block of <script> tags in your <head> tag or at the end of your <body> tag that may or may not be used by your renderings but loaded regardless. Loading dependencies with a […]
CSS Pixel Ratio (or “How Big is My Phone?”)
When designing and developing a website for mobile devices, there are many things one needs to consider. Are you using a responsive or adaptive approach? What devices / browsers should be supported? What are the major breakpoints? When trying to answer these questions, we as designers and developers tend to focus on mobile device resolutions […]
Myths & Facts – Websphere Portal and UI.
Having worked as a front end developer, integrating the UI with backend systems, I am presenting below some of the myths and facts concerning UI (html, css, javascript, images, fonts) code integration with websphere portal and a few best practices one should follow – Myth – Websphere portal is not compatible with latest front end frameworks like […]
Gracefully handle MVC login session expiration in javascript
If your web application is built using ASP.NET MVC stack and it requires user authentication and authorization to access a certain parts of the application (or application as a whole), then the chances are that you using [Authorize] controller attribute. This attribute could be applied to controller as a whole or to any of the […]
SharePoint 2013 Search: JavaScript CSOM Primer
A lot of JavaScript incoming! With the rise of SharePoint Online, custom search solutions through JavaScript have become a staple for the development work for clients. While a lot of your search basics can be handled through simple modification of Display Templates (see some of my previous blogs for some basics there), the opportunity still […]
Goodbye JavaScript, Hello TypeScript!!!!
There are many things developers hate about JavaScript. You can see this with all of the different ways people are trying to “fix” JavaScript. Here are a couple of the ways: CoffeeScript is a language which is syntactically similar to JavaScript and attempts to expose the “good parts” of JavaScript Google went ahead and wrote […]
Retrieving SharePoint List Column Managed Metadata (JavaScript)
This is a quickie, but can be useful for those accessing SharePoint Managed Metadata from the Client Side. Often when you’re pulling back data from SharePoint lists, you’ll get a full-fledged object back rather than a single field value (and yes I ran into this while working on some fancy calls in a Display Template). […]
Interactive Examples using HTML5
Form Follows Function has put out a growing set of interactive examples using HTML5, CSS3, and JavaScript. What you’ll find there is some really interesting interaction and occasionally seizure-inducing animation. Are all of the examples practical? No, but that’s not the point. What is being shown off here is that with HTML5, CSS3 and JavaScript, you […]
Developer Tutorial: Gyroscopes! Gyroscopes Everywhere!
Being on the bench gives a man more time to do what he truly enjoys: mindlessly playing around with new technologies, APIs and generally making a lot of cool stuff that doesn’t really do anything. Enter…the gyroscope! What is a gyroscope? No, it is not a telescope that automatically zooms in on the nearest Greek […]