Carlos Moreira

Developing with Carlos

July 19, 2019 Off By carlos

Correctly adding Auth Bearer Tokens to PHP SoapClient

Uncategorized

$soapOptions = array( ‘trace’ => true, ‘stream_context’ => stream_context_create( array( ‘http’ => array( ‘header’=>”Authorization: Bearer GqZhgJK0KBPCcP3b65cwBoXtXcyh” //’user_agent’ => ‘PHPSoapClient’, //’Authorization’…

Read More
January 16, 2019 Off By carlos

FETCH AN RSS (XML) FEED WITH JAVASCRIPT AND AVOID CROSS SITE ORIGIN ERRORS

Uncategorized

Who is this for? Need to parse an XML file (from another domain) with JavaScript f, but keep getting “No…

Read More
January 16, 2019 Off By carlos

KNOCKOUTJS : WORKING WITH STYLE

Uncategorized

The purpose of this post is to show some examples of working with the style binding using KnockoutJs. The current…

Read More
January 16, 2019 Off By carlos

GIT: REMOVING/REPLACING DIRECTORIES

Uncategorized

Ever need to replace or remove a directory in GitHub without replacing the entire repository? Its simple. Remove A Directory…

Read More

Recent Posts

  • Correctly adding Auth Bearer Tokens to PHP SoapClient
  • FETCH AN RSS (XML) FEED WITH JAVASCRIPT AND AVOID CROSS SITE ORIGIN ERRORS
  • KNOCKOUTJS : WORKING WITH STYLE
  • GIT: REMOVING/REPLACING DIRECTORIES

Archives

  • July 2019
  • January 2019

Categories

  • Uncategorized

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Proudly powered by WordPress | Theme: Master Blog