melick-rajee.blogspot.com melick-rajee.blogspot.com

melick-rajee.blogspot.com

Melick's Blog

MELICK RAJEE BARANASOORIYA (MVP SharePoint) #SharePoint #o365 #Apps

http://melick-rajee.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR MELICK-RAJEE.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.4 out of 5 with 14 reviews
5 star
2
4 star
6
3 star
4
2 star
0
1 star
2

Hey there! Start your review of melick-rajee.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.6 seconds

FAVICON PREVIEW

  • melick-rajee.blogspot.com

    16x16

  • melick-rajee.blogspot.com

    32x32

CONTACTS AT MELICK-RAJEE.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Melick's Blog | melick-rajee.blogspot.com Reviews
<META>
DESCRIPTION
MELICK RAJEE BARANASOORIYA (MVP SharePoint) #SharePoint #o365 #Apps
<META>
KEYWORDS
1 SharePoint
2 Melick Blog
3 SharePoint 2013
4 SharePoint Online
5 Blog
6 Office
7 Microsoft
8
9 coupons
10 reviews
CONTENT
Page content here
KEYWORDS ON
PAGE
pages,publications and articles,training,my apps,tools i use,profile,about me,posted by,melick baranasooriya,ratings,email this,blogthis,share to twitter,share to facebook,share to pinterest,scenario one,scenario two,export process,import process,flow
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Melick's Blog | melick-rajee.blogspot.com Reviews

https://melick-rajee.blogspot.com

MELICK RAJEE BARANASOORIYA (MVP SharePoint) #SharePoint #o365 #Apps

INTERNAL PAGES

melick-rajee.blogspot.com melick-rajee.blogspot.com
1

Melick's Blog: February 2015

http://melick-rajee.blogspot.com/2015_02_01_archive.html

Monday, February 23, 2015. How to Send Email in SharePoint Provider Hosted Apps. There are few methods that we can use to send Emails in SharePoint Provider Hosted apps. Using general Email Sending method. Using SharePoint Client Object Model (CSOM). Using SharePoint JavaScript Model (JSOM). Using general Email Sending method. Send attachments to the recipients. Send emails to external users (SharePoint 2013 email function can not be used to send emails to external users). MailMessage mail = new. Var spC...

2

Melick's Blog: October 2014

http://melick-rajee.blogspot.com/2014_10_01_archive.html

Tuesday, October 28, 2014. Working with SharePoint folder properties using CSOM (Client Side Object model ) in SharePoint 2013. Accessing folder properties are but different from SharePoint list item access. Following code demonstrates the basics. Create SharePoint Folder with Properties. Var clientContext = ypurMethodToGetSpContectt() ). Var lst = clientContext.Web.Lists.GetByTitle( "ListName". Var folder = lst.RootFolder.Folders.Add( "FolderName". Friday, October 10, 2014. Client Access License (CAL).

3

Melick's Blog: May 2015

http://melick-rajee.blogspot.com/2015_05_01_archive.html

Monday, May 18, 2015. REST operations in SharePoint 2013. REST operations are essential in any SharePoint development. This series explain available REST endpoints in SharePoint 2013. First article shows how we can made a REST call in both SharePoint Hosted and Provider Hosted app. How to make a REST call in SharePoint App and SharePoint Provider Hosted App – Part One. SharePoint 2013 List Operations in REST– Retrieve List Fields Basics – Part 2. First you need to refer related JavaScript related. You ne...

4

Melick's Blog: December 2014

http://melick-rajee.blogspot.com/2014_12_01_archive.html

Tuesday, December 16, 2014. Your account is configured to prevent you from using this computer. Please try another computer. I have got this message when I tried to access a remote machine which is in domain. I’m having all the privileges to this machine but still error got prompted. This is actually not because of the permission but because of the active directory policy. You need to go to active directory and change the Log on To. In here best thing is select All Computers. Not the IP Address. Awesome ...

5

Melick's Blog: SharePoint 2013 List Operations in REST– Retrieve List Fields Basics

http://melick-rajee.blogspot.com/2015/08/sharepoint-2013-list-operations-in-rest.html

Wednesday, August 5, 2015. SharePoint 2013 List Operations in REST– Retrieve List Fields Basics. How to make a REST call in SharePoint App and SharePoint Provider Hosted App – Part 1. SharePoint 2013 List Operations in REST– Retrieve List Fields Basics – Part 2. You can use the function specified in the first post to call the REST URLs. You can use the appropriate function depending on the App type you are developing. Get selected fields in SharePoint List using SELECT REST. Getting single value fields.

UPGRADE TO PREMIUM TO VIEW 13 MORE

TOTAL PAGES IN THIS WEBSITE

18

LINKS TO THIS WEBSITE

sanjeewamalalgoda.blogspot.com sanjeewamalalgoda.blogspot.com

Sanjeewa Malalgoda's Blog: August 2015

http://sanjeewamalalgoda.blogspot.com/2015_08_01_archive.html

I hope to share my knowledge with the others in software and networking industry. Thursday, August 13, 2015. Sample data source configuration for WSO2 Servers to connect jdbc using LDAP. Please find following sample data source configuration to access jdbc using LDAP connection. DATASOURCE NAME / name. The datasource used for BPS / description. Jdbc/JNDI NAME / name. Jdbc:oracle:thin:@ldap:/ localhost:389/cn=wso2dev2,cn=OracleContext,dc=test,dc=com / url. DB USER NAME / username. DB PASSWORD / password.

sanjeewamalalgoda.blogspot.com sanjeewamalalgoda.blogspot.com

Sanjeewa Malalgoda's Blog: October 2014

http://sanjeewamalalgoda.blogspot.com/2014_10_01_archive.html

I hope to share my knowledge with the others in software and networking industry. Thursday, October 30, 2014. How to modify JWT to retrieve subscriber details instead of end user - WSO2 API Manager. IN WSO2 API Manager JWT generated per API call. To generate we will use access token coming with the request. From this token we will retrieve token owner(person who generated token). 1]https:/ docs.wso2.com/display/AM170/Passing Enduser attributes to the Backend Using JWT. Subscribe to: Posts (Atom). He grad...

sanjeewamalalgoda.blogspot.com sanjeewamalalgoda.blogspot.com

Sanjeewa Malalgoda's Blog: September 2014

http://sanjeewamalalgoda.blogspot.com/2014_09_01_archive.html

I hope to share my knowledge with the others in software and networking industry. Monday, September 22, 2014. Read system property using proxy service deployed in WSO2 ESB. Here i have added sample synapse configuration to get carbon server home property and return it as response. Add this configuration and invoke proxy service. You will get carbon.home as response. Wednesday, September 17, 2014. Then you can invoke created proxy service. Import org.apache.synapse.MessageContext;. Var carbonHome = mc&#46...

sanjeewamalalgoda.blogspot.com sanjeewamalalgoda.blogspot.com

Sanjeewa Malalgoda's Blog: How to get MD5SUM of all files available in conf directory

http://sanjeewamalalgoda.blogspot.com/2015/07/how-to-get-md5sum-of-all-files.html

I hope to share my knowledge with the others in software and networking industry. Tuesday, July 14, 2015. How to get MD5SUM of all files available in conf directory. We can use following command to get MD5SUM of all files available in the system. We can use this approach to check status of configuration file of multiple servers and check those are same or not. Find /folderName -type f -exec md5sum {} ; test.xml. Subscribe to: Post Comments (Atom). View my complete profile. How to change endpoit configura...

sanjeewamalalgoda.blogspot.com sanjeewamalalgoda.blogspot.com

Sanjeewa Malalgoda's Blog: December 2014

http://sanjeewamalalgoda.blogspot.com/2014_12_01_archive.html

I hope to share my knowledge with the others in software and networking industry. Monday, December 22, 2014. How to get custom error messages for authentication faliures in WSO2 API Manager 1.8.0. Here in this post i will discuss how we can generate custom error messages for auth failures. If you need to retrieve message in application/vnd.error json format you need to add following parameter to auth failure handler .xml sequence file. MessageFormatter contentType= "application/vnd.error json". Ex: AM HO...

sanjeewamalalgoda.blogspot.com sanjeewamalalgoda.blogspot.com

Sanjeewa Malalgoda's Blog: April 2015

http://sanjeewamalalgoda.blogspot.com/2015_04_01_archive.html

I hope to share my knowledge with the others in software and networking industry. Wednesday, April 29, 2015. WSO2 API Manager relationship between timestamp skew, token validity period and cache expiration time. Let me explain how time stamp skew works and how it effect to token generation. First time stamp skew is there to fix the issues due to small time differences in system clock values of servers. Let say you have 2 key managers and you generate token from one and authenticate with other. When we us...

sanjeewamalalgoda.blogspot.com sanjeewamalalgoda.blogspot.com

Sanjeewa Malalgoda's Blog: May 2015

http://sanjeewamalalgoda.blogspot.com/2015_05_01_archive.html

I hope to share my knowledge with the others in software and networking industry. Tuesday, May 19, 2015. How to use Authorization code grant type (Oauth 2.0) with WSO2 API Manager 1.8.0. 1 Create API in WSO2 API Manager publisher and create application in API store. When you create application give some call back url as follows. http:/ localhost:9764/playground2/oauth2client. 2 Paste the following on browser - set your value for client id. Response from step 02:. Curl -v -X POST - basic -u O2OkOAfBQlicQe...

sanjeewamalalgoda.blogspot.com sanjeewamalalgoda.blogspot.com

Sanjeewa Malalgoda's Blog: March 2015

http://sanjeewamalalgoda.blogspot.com/2015_03_01_archive.html

I hope to share my knowledge with the others in software and networking industry. Friday, March 27, 2015. How to use API Manager Application workflow to automate token generation process. Workflow extensions allow you to attach a custom workflow to various operations in the API Manager such as user signup, application creation, registration, subscription etc. By default, the API Manager workflows have Simple Workflow Executor engaged in them. You can find more information about work flows in this document.

sanjeewamalalgoda.blogspot.com sanjeewamalalgoda.blogspot.com

Sanjeewa Malalgoda's Blog: February 2015

http://sanjeewamalalgoda.blogspot.com/2015_02_01_archive.html

I hope to share my knowledge with the others in software and networking industry. Friday, February 27, 2015. How to pass Basic authntication headers to backend server via API Manager. First let me explain how authorization headers work in API Manager. When user send authorization header along with API request we will use it for API authentication purpose. And we will drop it from out going message. Update following property in. Repository/conf/api-manager.xml and restart server. Out going message from ga...

sanjeewamalalgoda.blogspot.com sanjeewamalalgoda.blogspot.com

Sanjeewa Malalgoda's Blog: How to install Redis in ubuntu and send event

http://sanjeewamalalgoda.blogspot.com/2015/08/how-to-install-redis-in-ubuntu-and-send.html

I hope to share my knowledge with the others in software and networking industry. Thursday, August 13, 2015. How to install Redis in ubuntu and send event. Please follow below instructions to install and use Redis. Type following commands in command line. Wget http:/ download.redis.io/releases/redis-stable.tar.gz. Tar xzf redis-stable.tar.gz. Sudo /install server.sh. As the script runs, you can choose the default options by pressing enter. Sudo service redis 6379 start. Sudo service redis 6379 stop.

UPGRADE TO PREMIUM TO VIEW 76 MORE

TOTAL LINKS TO THIS WEBSITE

86

OTHER SITES

melicivics.blogspot.com melicivics.blogspot.com

Meli's Civics

This blog is for Mr. Meli's Civics classes at Brien Mcmahon High School. Here you will find assignments, important links and other information that will help you be successful in Civics. Wednesday, June 3, 2015. Thursday, May 14, 2015. Date Change-Political Party Project. Final drafts, speeches and presentations now due Thursday 5/21. Wednesday, May 6, 2015. Political Party Project Links. Full Assignment found here. 2016 Presidential Candidates Websites. Pro/Con Database of Issues. New York Times Topics.

melicja.blogspot.com melicja.blogspot.com

Melicja w krainie czarów

Melicja w krainie czarów. Poniedziałek, 14 marca 2016. Za oknem wiosenna pogoda i w końcu słoneczne promienie :). U mnie bez nowości. Praca, dom i robótkowanie. W końcu ruszyłam projekt, który od dawna chodził mi po głowie, mianowicie sklepik Etsy. Mam nadzieję, że moje wyroby znajdą nowy dom i może kiedyś spełni się marzenie posiadania własnego interesu związanego z rękodziełem :). Najnowsze udziabki to breloki:. Dodatkowo mieniące się złotem podkładki :). Udostępnij w usłudze Twitter. 88 Co u mnie.

melicja.blox.pl melicja.blox.pl

Dziubanko itp

Poniedziałek, 13 kwietnia 2009. Http:/ melicja.blogspot.com. Dodaj komentarz ». Poniedziałek, 23 marca 2009. Bałam się, że jakiejś Pani na poczcie za bardzo się spodoba (niestety podczas jej podróży szybka się potłukła więc wymieniłam na nową). Składam się w pół w ukłonach dla Niej. Jest niedoścignioną mistrzynią w tym co robi. Zapytacie pewnie cóż takiego dostałam od Loreny? A oto już mój, własny cud. A tutaj adres do bloga cudotwórczyni i mistrzyni rękodzieła:. Komentarze (1) ». Środa, 18 marca 2009.

melick-rajee.blogspot.com melick-rajee.blogspot.com

Melick's Blog

Monday, March 12, 2018. SharePoint Rest API calls are not working in internet Explorer (IE). This is a sudden issue I have come across,. Previously REST API calls were working on IE, Chrome and other browsers. Https:/ abc.com/News/ api/web/lists/getbytitle('Pages')/items? For some reason these REST calls are not working in IE without encording. You can do a simple trick to encode the URL before requesting data. Var eurl = https:/ abc.com/News/ api/web/lists/getbytitle('Pages')/items? Link: http:/ melick-...

melick-tully.com melick-tully.com

Melick-Tully and Associates, P.C.

Melick-Tully and Associates, P.C. Whether you want to. Build above ground or. We are excited to announce that we are now a division of GZA GeoEnvironmental, Inc., a multidisciplinary firm with a broad range of services focused in the areas of geotechnical, environmental, water, ecological and construction management services. Visit www.gza.com to learn more about GZA and to read the full press release. Melick-Tully and Associates, a Division of GZA, is a Professional Engineering Firm comprised of hard wo...

melick.com melick.com

| Melick |

Cherry Tower, 950 South Cherry Street, Suite 916. Denver, Colorado 80246. PH 303 534 1930.

melick.deviantart.com melick.deviantart.com

Melick (Different like everybody else) | DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Different like everybody else. Different like everybody else. Deviant for 11 Years. This deviant's full pageview. Different like everybody else. Last Visit: 6 days ago. Different like everybody else. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. You can drag and drop to rearrange. Why," you ask? Il n'...