(Rahul Sahasrabuddhe) The past few years have seen a meteoric rise in SPA and MVC applications. You cannot go more than a few sentences discussing SPA without stumbling upon a JavaScript framework. This article will serve as an introduction to new as well as established JavaScript frameworks, and wi
Tag: JSON / JAVA / XML
Creating User Property Programmatically Using JSOM In SharePoint/ O365
(Gowtham Rajamanickam) In this article, we will see how to create a user property programmatically, using JavaScript Object Model (JSOM). Before going to the code first, we will see what the user property is and how to get into the Service.
Working with jQuery within the ASP.NET UpdatePanel
(csharpbd) While developing an ASP.NET Webforms application, I’ve found that I couldn’t use JQuery alongside UpdatePanel ! I’ve looked deeply into it and found that the partial PostBack of UpdatePanel was removing the JQuery Events.
Java vs. Python: Which One Is Best for You?
(Kevlin Henney) Few questions in software development are more divisive or tribal than choice of programming language. Software developers often identify strongly with their tools of choice, freely mixing objective facts with subjective preference.
Do You Know JavaScript? Are You Sure? – Part Two
(Sibeesh Venu) Here, we are going to a see another article in the JavaScript series. In the first part, we have seen some basics that you can start with. In this article, we will be discussing about JavaScript object continuations and constructors etc.
The busy JavaScript developer’s guide to LoopBack, Part 1
(Ted Neward) JavaScript has been a part of the developer landscape since the mid-’90s, but has only begun to be recognized as a server-side platform in the past few years. Netscape may have been the first to experiment with server-side JavaScript, but it wasn’t until Google embedded V8 into a standa
Anoncrypt-Text Encryption and Decryption Website in Java (Struts2)
(Rishabh Upadhyay) Anoncrypt by HTCoders is a service for securing text messages in an easy way. It could encrypt your message using strong encryption algorithms, so it will be more secure to send or store, than in plain text. Anyone who will get access to the encrypted message will be unable to rea
Mixing Generators Into Iterators
(Nicolás Bevacqua) As it turns out, iterators can be written using generators. This can lead to some interesting use cases. Read on to understand the synergistic properties between these two JavaScript iteration concepts.
Bind SharePoint List Data Into JQuery Datatable Using Content Search Web Part (CSWP) In SharePoint Server 2013
(N Vinodh) In the first step, let’s create the Authoring and Publishing Site Collections. Authoring Site collection allows authors to manage their website content while the Publishing Site collection reviews the content from the authoring site collection.
Java 9’s other new enhancements, Part 4: Multi-release JAR files
(Jeff Friesen) JEP 238: Multi-Release JAR Files extends the JAR file format to allow multiple, Java-release-specific versions of class/resource files to coexist in the same archive.