Blog Posts

  • Orchard in Switzerland: working with inteno ag

    11/28/2016 2:04:00 PM

    A Swiss company, inteno ag is some all around tech company: apart from custom software development services they offer product information management and publication management systems, as well as cloud computing resources. And they use Orchard, wouldn't you guess? That's how we met.

  • Helping CarolinaMLS deliver a new Orchard-based web presence

    11/21/2016 9:58:00 PM

    The Charlotte Regional Realtor Association®, or more precisely Carolina Multiple Listing Services® got in touch with us to get some hands-on help with launching their new Orchard-based websites. The Association represents more than 9000 Realtors® (real estate professionals) in the Charlotte (North Carolina, USA) region.

  • Orchard CMS Integration with Slack Messaging

    11/18/2016 8:10:54 PM

    I taught an advanced development class on Orchard CMS this morning, and thought I would mention a live coding example I did today. My favorite parts of Orchard CMS are the behind-the-scenes features that you don't hear too much about, like scheduling tasks, events, workflow, etc. These are incredibly powerful CMS features and most Orchard CMS Developers I talk to rarely utilize them to their...

  • Honeypot Form Field for Dynamic Forms in Orchard CMS to Prevent SPAM

    11/14/2016 6:43:18 PM

    If you are having issues with bots spamming your forms in Orchard CMS but don't want to use CAPTCHA, an 'old school' method I used years ago was a honeypot form field. This is a non-visible form field that users won't see and fill in. However, simple bots will detect the field and fill it in along with all the other fields on the form. Given this behavior, one can usually detect spam by checking...

  • Theming a DotNest site just got better

    11/7/2016 10:25:03 PM

    As you surely know you have complete control over theming your DotNest site, including using custom templates written in the Liquid language. The latter got some important updates now:

  • Add font size and font color select to TinyMCE

    9/22/2016 10:51:00 AM

    TinyMCE is a great editor, but by default is not enabled the font size and font color select.The enabling of this two features is really easy. Go to \src\Orchard.Web\Modules\TinyMce\Scripts\ and open orchard-tinymce.js. Inside tinyMCE.init there is a toolbar property. After the formatselect add forecolor fontsizeselect. Now the toolbar property should look like this: toolbar: "undo redo cut copy paste | bold italic | bullist numlist outdent indent formatselect forecolor fontsizeselect | alignleft aligncenter alignright alignjustify ltr rtl | " + mediaPlugins + " link unlink charmap | code fullscreen",toolbar: "undo redo cut copy paste | bold italic | bullist numlist outdent indent formatselect forecolor fontsizeselect | alignleft aligncenter alignright alignjustify ltr rtl | " + mediaPlugins + " link unlink charmap | code fullscreen" If you want to change the font sizes values add this property after the toolbar property: fontsize_formats: "8px 9px 10px 11px 12px 14px 16px 18px 24px 36px" That’s it, you are ready! If you want you can download the updated orchard-tinymce.js from here.

  • Bootstrap Style Formats in TinyMCE Orchard or other CMS

    9/20/2016 9:06:00 PM

    TinyMCE is used as Content Editor for many Content Management Systems. Orchard uses TinyMCE as default content editor. While it does support basic formatting, one of the requirement for a project was to able to support Bootstrap Typogrpahy/CSS Component styles available in TinyMCE Editor. This is possible with customization of tinymce configuration. This article will cover how to handle this in Orchard CMS. This similar approach is possible in other content management systems.

  • Recent Blog Posts with jQuery

    9/16/2016 12:34:00 PM

    Recent Blog Posts widget of Orchard CMS works really good and the layout customization of a blog post is a piece of cake with placement.info. But maybe you need to have different layouts for recent blog posts widgets or maybe you want to share your blog posts to other sites. With this jQuery script, you can do it!

  • The First

    9/14/2016 12:00:00 AM

    Hello, I finally decided it was time to "write tech" in my first ever professional blog. I do encounter lots of interesting stuff and while Google/Stack overflow does wonderful job of saving time and pointing to right direction, many times I feel that writing about things which I don't find easily will help someone out there if they run into similar challenge.

  • Git-hg Mirror is now open source!

    9/8/2016 2:19:00 PM

    The code behind our two-way Git-Mercurial sync service Git-hg Mirror is now open source! We're quite an open source company with dozens of projects on GitHub but up until now the code of Git-hg Mirror was private. Why? Simply because we didn't think it's worth open sourcing (being a very specific solution) and it was just easier not to do it. But suddenly several people nudged us in the last weeks so it's now all open source! Check out the Git-Hg Mirror Daemon and Git-Hg Mirror Common repos on GitHub!

Send us new blog feeds

Noticed that a blog's feed is missing from the list? 

We would love to add that to the feed list, so please don't hesitate to inform us on the following e-mail adress:

[email protected]

See our privacy policy.