Rob Allred

Developer, Outdoor Enthusiast & Purveyor of Odd Things. AngularJS, Javascript, ASP_NET, OrchardCMS.

  • Twitter

Enabling Cross-Origin Requests

Posted on July 5, 2016

Cross Origin Resource Sharing (CORS) is a W3C standard that allows a server to relax the same-origin policy. Using CORS, a server can explicitly allow some cross-origin requests while rejecting others. CORS is safer and more flexible than earlier techniques such as JSONP. This tutorial shows how to enable CORS in your Web API application. […]

Filed Under: Asp.Net, Web Api Tagged With: asp.net, how to, web api

Different color list-style and text of list items using CSS

Posted on June 26, 2016

So I ran into this issue recently, and wanted to put it up on my blog to remember. If it helps someone else, that is cool too! Many times when end users would like their list items to have a different color than the character used in the list-style-type, it has been suggested to put […]

Filed Under: CSS Tagged With: Code Snippets, CSS, how to

Inject shapes into orchard zones

Posted on June 8, 2016

One of the cool things about orchard is how much you can customize it. One cool example that I ran across and wanted to remember was injecting shapes into zones in the layout. How would a person inject shapes into different zones? Here is how. You will want to use the WorkContext, which has information […]

Filed Under: Orchard Cms Tagged With: Code Snippets, how to, Orchard Cms

How to do you first pull request on github

Posted on April 21, 2016

Sometimes people don’t like to ask questions because they feel dumb for asking. This is one of those posts for people who are afraid to ask how to do your first pull request on github. Really its simple. First find the repository you want to contribute to Fork the repository to your own account Make […]

Filed Under: Github, Videos Tagged With: github, how to, tutorials

Categories

  • Accessibility (1)
  • anjularjs (5)
  • Asp.Net (3)
  • CSharp (2)
  • CSS (1)
  • Database (3)
  • Github (1)
  • Html5 (1)
  • javascript (11)
  • Linq (1)
  • Orchard Cms (9)
  • Regex (1)
  • SQL (1)
  • Uncategorized (1)
  • Videos (4)
  • vuejs (1)
  • Web Api (2)

Recent Posts

  • Commonly used regex for zip codes and addresses
  • Delete all the tables from your database
  • Orchard CMS Content Control Wrapper
  • Orchard Harvest 2017
  • Sending Emails in a Asp.net WebApi

Copyright © 2014