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. […]
Different color list-style and text of list items using CSS
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 […]
Inject shapes into orchard zones
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 […]
How to do you first pull request on github
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 […]