Quantcast
Channel: javascript – CHUVASH.eu
Browsing all 35 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Cool presentation about web performance optimization

by Chris Love

View Article



Image may be NSFW.
Clik here to view.

javascript: show only a part of a long string (ellipsis)

Ellipsis (…) is a character which indicates that the content is to wide. There are many solutions to truncate the text and show an ellipsis: in javascript and css. I want to share my humble function...

View Article

Image may be NSFW.
Clik here to view.

angular jQuery UI autocomplete

Angular JS is one of the most developed MVC frameworks in the javascript world. Angular UI is a huge UI-centric extension of AngularJS (it is more or less like jQuery UI to the jQuery). It uses much...

View Article

Image may be NSFW.
Clik here to view.

Javascript Detect SharePoint Page In Edit Mode

Reblogged from .Net Goodies: In this post I am going to explain different ways to detect SharePoint page mode through client side scripts If the page is publishing then we can query following...

View Article

Image may be NSFW.
Clik here to view.

AngularJS: prevent form validation in Page Edit Mode

I work on a cool project where AngularJS is used for rendering of business data in a SharePoint portal. One of the beautiful parts of AngularJS is the client validation. AngularJS understands the new...

View Article


Image may be NSFW.
Clik here to view.

JavaScript Localization in SharePoint

Yesterday Waldek Mastykarz published a cool post: Globalizing JavaScript in SharePoint 2013. This is a very cool technique to localize your client code in javascript and reuse your resx files in Server...

View Article

Image may be NSFW.
Clik here to view.

SharePoint Modal Dialog as AngularJS directive

It has already become a series of posts in my blog about the combination of AngularJS and SharePoint: AngularJS: prevent form validation in Page Edit Mode angular jQuery UI autocomplete AngularJS:...

View Article

Image may be NSFW.
Clik here to view.

REST API: Add a plain text file as an attachment to a list item

SharePoint 2013 REST API has been enhanced and extended. The old _vti_bin/listdata.svc is still there, but the new api for working with lists and list items is much more and obviously a part of a...

View Article


Image may be NSFW.
Clik here to view.

Make javascript code work with Minimal Download Strategy Part 1

This is a part 1 of the blog post about Minimal Download Strategy and javascript adjustments for user code. What I initially thought should be enough for one post, is not enough, so I see it as a part...

View Article


Image may be NSFW.
Clik here to view.

Make javascript code work with Minimal Download Strategy Part 2

Minimal Download Strategy (MDS) is an important feature in SharePoint 2013. It lets you download only a page delta, only changes. There is still issues with the MDS and custom scripts and almost no...

View Article

Image may be NSFW.
Clik here to view.

Convert any web app to a SharePoint app

Have you noticed that you can right-click a web application project in Visual Studio and convert it to a provider hosted app? Well why not? Basically your own website and a SharePoint manifest is all...

View Article

Image may be NSFW.
Clik here to view.

The CDN concept in SharePoint

How many instances of jquery are there in your SharePoint farm? Get-SPWebApplication http://dev ` | Select -Expand Sites ` | Select -Expand AllWebs ` | Select -Expand Lists ` | Select -Expand Items ` |...

View Article

Image may be NSFW.
Clik here to view.

javascript: Remove illegal characters in url

Recently I needed to create valid urls for pages using javascript. Also this time I thought it must be some out-of-the-box code for that in SharePoint. The first thing I came up  was the “Add page”...

View Article


Image may be NSFW.
Clik here to view.

javascript: Alert Me on a Page

Recently I needed to add an Alert Me link on Pages. Alert Me is a well known SharePoint functionality for notifying users about changes in list or list items. It is availabe in OOB SharePoint as a...

View Article

Image may be NSFW.
Clik here to view.

Log to ULS using javascript

The more javascript code is produced in SharePoint solutions, the more need we have to log information and possible errors to a central logging  place in SharePoint: ULS. This blog post is about...

View Article


Image may be NSFW.
Clik here to view.

Debugging OOB SharePoint. Unable to post comments on SharePoint blogs (SP2013...

I have had a strange bug. The comment text box in a OOB SharePoint 2013 blog doesn’t appear. It only says: “There are no comments for this post.” In this blog post I’ll tell you how I found the bug and...

View Article

Image may be NSFW.
Clik here to view.

Count lines of code with PowerShell

Today I got a question: How many lines of code are there in our SharePoint solution? After a little search, I found that PowerShell is really a nice tool to count lines of code: How do you count lines...

View Article


Image may be NSFW.
Clik here to view.

Pragmatic Responsive Design

I have been curious about the responsive design but have not had time to try it out. To learn more I decided to make an existing website more responsive. A friend of mine drives a Chuvash Dictionary...

View Article

Image may be NSFW.
Clik here to view.

Using CAML with SharePoint REST API

Do you prefer REST over CSOM as I do? I’ll skip the whys. Andrew Connell put it already in wrtiting so nicely. Well, if you do prefer REST, then you must have discovered some shortcomings of REST, or...

View Article

Image may be NSFW.
Clik here to view.

AppLoader Concept for SharePoint apps

In this post I want to share an unusual, nevertheless interesting conceptual idea of loading content from SharePoint 2013 apps on many pages. The original awesome concept was proposed and developed by...

View Article
Browsing all 35 articles
Browse latest View live




Latest Images