rburnham.wordpress.com
Installing and Managing ActiveMQ on CentOS | Ryan Burnham's Blog
https://rburnham.wordpress.com/2012/09/14/installing-and-managing-activemq-on-centos
Just another WordPress.com site. Ryan Burnham's Blog. Laquo; Handy Development Tools. Installing and Managing ActiveMQ on CentOS. I recently had to setup ActiveMQ on CentOS. I found there wasn’t a lot of info on how to do this specifically for CentOS and i had to patch together information from various linux based documentation. Because of this i thought i’d document the process in the hopes that someone might find this useful. Download CentOS DVD from http:/ www.centos.org. Setup Admin User to be able t...
rburnham.wordpress.com
.net Regex Tips | Ryan Burnham's Blog
https://rburnham.wordpress.com/2012/10/05/net-regex-tips
Just another WordPress.com site. Ryan Burnham's Blog. Laquo; Installing and Managing ActiveMQ on CentOS. ASPnet MVC – Defining Scripts in Partial Views. A common problem you see in regex is the pattern can get complicated quickly. A new comer trying to understand a pattern can easily get lost in the complexity of the syntax. Just like any programming language its important to format and comment your code. A rarely used feature of regex allows for exactly this. Then we match the thousands set of digits.
rburnham.wordpress.com
MVP Award for Visual Studio ALM | Ryan Burnham's Blog
https://rburnham.wordpress.com/2012/02/10/mvp-award-for-visual-studio-alm
Just another WordPress.com site. Ryan Burnham's Blog. Laquo; Unhandled Exceptions with AppDomain.CurrentDomain.UnhandledException and Application.ThreadException. MVP Award for Visual Studio ALM. This entry was posted on February 10, 2012, 1:16 am and is filed under Uncategorized. You can follow any responses to this entry through RSS 2.0. You can leave a response. From your own site. On February 24, 2012 - 1:55 am. On February 27, 2012 - 4:59 am. On April 12, 2012 - 6:50 am. Leave a Reply Cancel reply.
rburnham.wordpress.com
Handy Development Tools | Ryan Burnham's Blog
https://rburnham.wordpress.com/2012/08/14/handy-development-tools
Just another WordPress.com site. Ryan Burnham's Blog. Laquo; MVP Award for Visual Studio ALM. Installing and Managing ActiveMQ on CentOS. Occasionally you come across a tool that solves a problem so well its handy to keep an note of them. This is a list of tools and technology that i find help me to perform better. I’ll continue to add to them as i discover more. Charting and Design Tools. Lucid Chart – https:/ www.lucidchart.com/. Web Sequence Diagrams – http:/ www.websequencediagrams.com/. This entry w...
rburnham.wordpress.com
Ryan Burnham's Blog | Just another WordPress.com site | Page 2
https://rburnham.wordpress.com/page/2
Just another WordPress.com site. Ryan Burnham's Blog. On January 1, 2012. The WordPress.com stats helper monkeys prepared a 2011 annual report for this blog. Here’s an excerpt: The concert hall at the Syndey Opera House holds 2,700 people. This blog was viewed about 11,000 times in 2011. If it were a concert at Sydney Opera House, it would take about 4 sold-out performances for that many […]. Windows Phone stuck booting into “Plug into PC” mode. In Windows Phone 7. On December 20, 2011. In Windows Phone 7.
rburnham.wordpress.com
RBurnham | Ryan Burnham's Blog
https://rburnham.wordpress.com/author/nitro52
Just another WordPress.com site. Ryan Burnham's Blog. This user hasn't shared any biographical information. Homepage: https:/ rburnham.wordpress.com. ASPnet MVC – Defining Scripts in Partial Views. On March 13, 2015. On October 5, 2012. Installing and Managing ActiveMQ on CentOS. On September 14, 2012. I recently had to setup ActiveMQ on CentOS. I found there wasn’t a lot of info on how to do this specifically for CentOS and i had to patch together information from various linux based documentation&#...
rburnham.wordpress.com
ASP.net MVC – Defining Scripts in Partial Views | Ryan Burnham's Blog
https://rburnham.wordpress.com/2015/03/13/asp-net-mvc-defining-scripts-in-partial-views
Just another WordPress.com site. Ryan Burnham's Blog. Laquo; .net Regex Tips. ASPnet MVC – Defining Scripts in Partial Views. So i did some digging and found a way around this by effectively writing your own section for rendering partial scripts. I’ve made some adjustment and bug fixes to end up with what is below. Its made up of a couple of parts. HtmlScript( @ script type=text/javascript $(document).ready(function() { / Initialise twitter widget here }); /script ). Public static class HtmlHelperExtensi...
rburnham.wordpress.com
Unhandled Exceptions with AppDomain.CurrentDomain.UnhandledException and Application.ThreadException | Ryan Burnham's Blog
https://rburnham.wordpress.com/2012/02/07/unhandled-exceptions-with-appdomain-currentdomain-unhandledexception-and-application-threadexception
Just another WordPress.com site. Ryan Burnham's Blog. Laquo; Linq to SQL Debug Logging. MVP Award for Visual Studio ALM. Unhandled Exceptions with AppDomain.CurrentDomain.UnhandledException and Application.ThreadException. On start up subscript to the AppDomain.CurrentDomain.UnhandledException. The solution ended up looking like this. Note that Application.ThreadException is for WinForms only, WPF seems to use Application.DispatherUnhandledException and other technologies. You can leave a response. You a...