Rob Allred

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

  • Twitter

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 … [Continue reading]

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

Javascript Pitfalls for C# Programmers Part 4

Posted on June 15, 2016

Comparison Operators and the difference between == and === Do you know what the difference is between double and triple equal comparison operators? This is something C# programmer might look right over because they are used to comparison … [Continue reading]

Filed Under: javascript Tagged With: javascript, Javascript for C# Programmers

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 … [Continue reading]

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

Orchard Shapes, Alternates and Shape Morphing

Posted on May 28, 2016

I was recently trying to fix a bug in orchard and it was suggested to use shape morphing and alternates for the fix. I realized I needed to know more about these area's and started looking around. If you have spent much time trying to learn about … [Continue reading]

Filed Under: Orchard Cms, Videos

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 … [Continue reading]

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

Javascript Pitfalls for C# Programmers Part 3

Posted on August 21, 2015

One thing I really miss from C# when I am working in JavaScript is String.format! I found this little code snippet floating around the internet in many forms, but this one has been working well enough for … [Continue reading]

Filed Under: javascript Tagged With: Code Snippets, javascript, Javascript for C# Programmers, tutorials

Orchard: Updating ContentItems Taxonomy Terms

Posted on May 12, 2015

One of the cool things about Orchard as a CMS is the idea of Content Items. They allow you to dynamically add content to you website. One thing I wanted to add to a content item is taxonomies. This is a great way to categorize items dynamically, but … [Continue reading]

Filed Under: Orchard Cms

Javascript Pitfalls for C# Programmers Part 2

Posted on May 3, 2015

Arrays “JavaScript does not have real arrays. That isn’t all bad. JavaScript’s arrays are really easy to use. There’s no need to give them a dimension, and they never generate out-of-bounds errors. But their performance can be considerably worse … [Continue reading]

Filed Under: javascript Tagged With: javascript, Javascript for C# Programmers, tutorials

Orchard CMS now on Github

Posted on April 24, 2015

It is pretty cool that Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform and now hosted on github. From the Orchard Committee: As a result of the huge problems that Codeplex has … [Continue reading]

Filed Under: Orchard Cms

AngularJS: Preventing form submission

Posted on April 22, 2015

I don't know about you but I have found that I often want to do validation on a form before that form is submitted. I know I don't like server side validation and love the responsiveness of client side validation. So often I need to prevent the form … [Continue reading]

Filed Under: anjularjs, javascript

  • « Previous Page
  • 1
  • 2
  • 3
  • Next Page »

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