blog.msbbc.co.uk blog.msbbc.co.uk

blog.msbbc.co.uk

Developer Notes

My notes on XML and web development - MarkLogic, xquery, xforms, xslt, xml schema, java, html, css, javascript, xssi and others.

http://blog.msbbc.co.uk/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.MSBBC.CO.UK

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

July

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.1 out of 5 with 7 reviews
5 star
1
4 star
1
3 star
4
2 star
0
1 star
1

Hey there! Start your review of blog.msbbc.co.uk

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

2.6 seconds

FAVICON PREVIEW

  • blog.msbbc.co.uk

    16x16

  • blog.msbbc.co.uk

    32x32

CONTACTS AT BLOG.MSBBC.CO.UK

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Developer Notes | blog.msbbc.co.uk Reviews
<META>
DESCRIPTION
My notes on XML and web development - MarkLogic, xquery, xforms, xslt, xml schema, java, html, css, javascript, xssi and others.
<META>
KEYWORDS
1 developer notes
2 posted by
3 alex bleasdale
4 no comments
5 labels marklogic
6 unix
7 labels awk
8 bash
9 grep
10 pstack
CONTENT
Page content here
KEYWORDS ON
PAGE
developer notes,posted by,alex bleasdale,no comments,labels marklogic,unix,labels awk,bash,grep,pstack,labels bash,sort,uniq,labels deployment,devops,juju,ubuntu,wordpress,labels batch,file extensions,rename,shell,labels capistrano,older posts,october
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Developer Notes | blog.msbbc.co.uk Reviews

https://blog.msbbc.co.uk

My notes on XML and web development - MarkLogic, xquery, xforms, xslt, xml schema, java, html, css, javascript, xssi and others.

INTERNAL PAGES

blog.msbbc.co.uk blog.msbbc.co.uk
1

Developer Notes: May 2011

http://blog.msbbc.co.uk/2011_05_01_archive.html

My notes on XML and web development - MarkLogic, xquery, xforms, xslt, xml schema, java, html, css, javascript, xssi and others. Tuesday, 31 May 2011. Bash: Find the size of a Folder from the shell. Will give you the size of the folder (in this case the Forests folder) in a "human readable" form, like this:. Tuesday, 17 May 2011. Bash: recursive search for content in a file. Recursive search example using find, xargs and grep:. Subscribe to: Posts (Atom). Bash: Find the size of a Folder from the shell.

2

Developer Notes: Bash: example using grep and sed to process a MarkLogic ErrorLog.txt file

http://blog.msbbc.co.uk/2012/06/bash-example-using-grep-and-sed-to.html

My notes on XML and web development - MarkLogic, xquery, xforms, xslt, xml schema, java, html, css, javascript, xssi and others. Thursday, 21 June 2012. Bash: example using grep and sed to process a MarkLogic ErrorLog.txt file. Grep "Processing some-problem-query.xqy" ErrorLog.txt sed "s/ .*.xqy: / g" sort uniq. Subscribe to: Post Comments (Atom). Bash: example using grep and sed to process a Mark. Cygwin: Output text content to the clipboard. View my complete profile.

3

Developer Notes: Capistrano: standard invocation note

http://blog.msbbc.co.uk/2011/12/capistrano-standard-invocation-note.html

My notes on XML and web development - MarkLogic, xquery, xforms, xslt, xml schema, java, html, css, javascript, xssi and others. Tuesday, 13 December 2011. Capistrano: standard invocation note. To execute a capistrano task against a given host:. Subscribe to: Post Comments (Atom). Capistrano: standard invocation note. MarkLogic: Using XCC/J to pass content to an insta. View my complete profile.

4

Developer Notes: February 2012

http://blog.msbbc.co.uk/2012_02_01_archive.html

My notes on XML and web development - MarkLogic, xquery, xforms, xslt, xml schema, java, html, css, javascript, xssi and others. Wednesday, 15 February 2012. Unix: batch file rename note. Batch file rename example allowing files to be renamed and appending a 'zip' file extension - run from within a directory:. Subscribe to: Posts (Atom). Unix: batch file rename note. View my complete profile.

5

Developer Notes: December 2012

http://blog.msbbc.co.uk/2012_12_01_archive.html

My notes on XML and web development - MarkLogic, xquery, xforms, xslt, xml schema, java, html, css, javascript, xssi and others. Wednesday, 12 December 2012. MarkLogic: pstack not working? I recently saw an issue where the usual trick of calling:. Sudo /etc/init.d/MarkLogic pstack. Was not dumping the output from pstack as expected. I put this together to work around this issue by doing the following instead:. Sudo pstack $(ps -ef grep MarkLogic grep daemon awk 'END {print $2}'). View my complete profile.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

myjavaroom.blogspot.com myjavaroom.blogspot.com

Java Room: December 2009

http://myjavaroom.blogspot.com/2009_12_01_archive.html

My R&D notes to record the difficulties and solution I found during my web application development in J2EE, Java, JBoss, Seam, CAS SSO, JBoss Rules, Lucene, iText, Remoting, Ajax, JSF, Richfaces and etc. Friday, December 11, 2009. JBoss Seam Excel Implementation - Part 2. In my previous post JBoss Seam Excel Implementation. Library. For futher information please refer to. In the examples below show how to use Formulas and Format Masks in Excel worksheet. 1) Formulas: Dynamic Sum of Selected Cells. Javaxn...

myjavaroom.blogspot.com myjavaroom.blogspot.com

Java Room: Hibernate Batch Processing and Bulk Update/Delete

http://myjavaroom.blogspot.com/2010/01/hibernate-batch-processing-and-bulk.html

My R&D notes to record the difficulties and solution I found during my web application development in J2EE, Java, JBoss, Seam, CAS SSO, JBoss Rules, Lucene, iText, Remoting, Ajax, JSF, Richfaces and etc. Wednesday, January 6, 2010. Hibernate Batch Processing and Bulk Update/Delete. Last few days, I was working on a system, which require a housekeeping function to clean the system database. According to the hibernate documentation :. Statement execution which are performed through EJB-QL ". In my database...

myjavaroom.blogspot.com myjavaroom.blogspot.com

Java Room: Using "IN" clause in EJB-QL

http://myjavaroom.blogspot.com/2010/01/using-in-clause-in-ejb-ql.html

My R&D notes to record the difficulties and solution I found during my web application development in J2EE, Java, JBoss, Seam, CAS SSO, JBoss Rules, Lucene, iText, Remoting, Ajax, JSF, Richfaces and etc. Monday, January 25, 2010. Using "IN" clause in EJB-QL. In the below example, the query return NO results. The EJB-QL cannot understand multiple input parameters. String ejbql = "SELECT task FROM Task task WHERE task.role IN (:=roles)";. Query query = entityManager.createQuery(ejbql);. QuerysetParameter("...

alexbleasdale.co.uk alexbleasdale.co.uk

Academic Work - Alex Bleasdale - Web Developer

http://alexbleasdale.co.uk/academic

Friday 19 August 2016. Paper Submitted for my Master of Philosophy (MPhil) research degree. Of the final draft of my MPhil research paper submitted to the University of Sussex in 2002. The State of Play: the cultural phenomenon of interactive gaming. Selected undergraduate (BA) Papers from 1999 - 2000. Most of the papers here were saved into html format from Microsoft Word when I was a student; as such, I apologise in advance for the untidy markup. My del.icio.us links. My Profile on LinkedIn.

myjavaroom.blogspot.com myjavaroom.blogspot.com

Java Room: Seam and Drools integration in jBPM

http://myjavaroom.blogspot.com/2010/01/seam-and-drools-integration-in-jbpm.html

My R&D notes to record the difficulties and solution I found during my web application development in J2EE, Java, JBoss, Seam, CAS SSO, JBoss Rules, Lucene, iText, Remoting, Ajax, JSF, Richfaces and etc. Thursday, January 7, 2010. Seam and Drools integration in jBPM. Recently I am developing a workflow collaboration system which will using JBoss Rules in. JBPM process definition. The example below is documented during my testing and understanding of Drools integration with jBPM in Seam Framework. Drools:...

myjavaroom.blogspot.com myjavaroom.blogspot.com

Java Room: October 2009

http://myjavaroom.blogspot.com/2009_10_01_archive.html

My R&D notes to record the difficulties and solution I found during my web application development in J2EE, Java, JBoss, Seam, CAS SSO, JBoss Rules, Lucene, iText, Remoting, Ajax, JSF, Richfaces and etc. Friday, October 30, 2009. Implementation of JFrame Component in SSO Environment without JNLP. Implementation of JFrame Component in SSO Environment without JNLP. After implemented CAS SSO in my JBoss Seam web application, the dynamic generated JNLP used to launch. Java print component is not working.

myjavaroom.blogspot.com myjavaroom.blogspot.com

Java Room: Troubleshooting for CAS SSO and JBoss SSL Configuration

http://myjavaroom.blogspot.com/2009/12/troubleshooting-for-cas-sso-and-jboss.html

My R&D notes to record the difficulties and solution I found during my web application development in J2EE, Java, JBoss, Seam, CAS SSO, JBoss Rules, Lucene, iText, Remoting, Ajax, JSF, Richfaces and etc. Friday, December 4, 2009. Troubleshooting for CAS SSO and JBoss SSL Configuration. Command errors found during CAS SSO implementation on JBoss. Redirect Loop after login to CAS server. At sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:285). At com.sun.net.ssl.internal&#46...At com.su...

myjavaroom.blogspot.com myjavaroom.blogspot.com

Java Room: November 2009

http://myjavaroom.blogspot.com/2009_11_01_archive.html

My R&D notes to record the difficulties and solution I found during my web application development in J2EE, Java, JBoss, Seam, CAS SSO, JBoss Rules, Lucene, iText, Remoting, Ajax, JSF, Richfaces and etc. Sunday, November 15, 2009. CAS SSO Configuration using JDBC Authentication in JBoss. The CAS SSO and JBoss-4.2.3.GA integration is very simple. Rename the cas-3.3.x.war to cas.war. Configure the CAS SSO authentication using JDBC authentication(refer to the steps below). Configure the Password Encoder.

myjavaroom.blogspot.com myjavaroom.blogspot.com

Java Room: JBoss Seam Excel Implementation

http://myjavaroom.blogspot.com/2009/10/microsoft-excel-spreadsheet-in-jboss.html

My R&D notes to record the difficulties and solution I found during my web application development in J2EE, Java, JBoss, Seam, CAS SSO, JBoss Rules, Lucene, iText, Remoting, Ajax, JSF, Richfaces and etc. Monday, October 26, 2009. JBoss Seam Excel Implementation. 2) Configure DocumentStore servlet in web.xml. Servlet-name Document Store Servlet /servlet-name. Servlet-class org.jboss.seam.document.DocumentStoreServlet /servlet-class. Servlet-name Document Store Servlet /servlet-name. Xmlns:f="http:/ java&#...

UPGRADE TO PREMIUM TO VIEW 10 MORE

TOTAL LINKS TO THIS WEBSITE

19

OTHER SITES

blog.msallal.com blog.msallal.com

Mohamad A Sallal blog

Mohamad A Sallal blog. Information Technology and Telecommunications. What is a Claim based Authentication, security token, SID. I got confused many times to differentiate between Claim and Security token, and what exactly those. Apple New video Policies for iOS 10. Since before your sun burned hot in space and before your race was born, Safari on iOS has required a user gesture to play media in a  &. Subscribe to: Posts ( Atom ). You'll also receive these great gifts:. Today I’m glad to continue o...

blog.msar.ca blog.msar.ca

Msar Service Dog Blog

Welcome to MSAR Service Dogs Blog. Nov 27, 2012. The Creation of The Dog. The Creation of the Dog. This is a verbal story of how the dog came to be with man, as told to me by an Aboriginal Elder, who heard it from his grandfather and so on. Because of MSAR’s dog/wolf logo I get to hear the story from many different people as they feel it is important that the tradition of how the dog came to be, be told……. The Creator noticed that humans were having a difficult time to survive on their own. The Creator s...

blog.msawyer.photography blog.msawyer.photography

M.SAWYER PHOTOBLOG

Matt Sawyer is an analogue landscape, fine-art, and portrait photographer from Seattle. Scroll or use your keys. Had an adventurous yet short expedition to the Olympic Peninsula this weekend with my friend Stanton. Once my film is processed and scanned, I’ll be sharing some of the work from the trip. Hello everyone. finally launching a redesign of my portfolio site including more recent work. hope you enjoy it. View of manzanita from above. Your custom footer message. MSAWYER PHOTOBLOG 2009 2015.

blog.msba.cua.edu blog.msba.cua.edu

One Year Business Degree | Catholic University of America

The Master of Science in Business Analysis Blog. A master's program in business for non-business majors that can be completed in less than one year. School of Business and Economics. Sunday, February 25, 2018. Http:/ black.donmitchellprojectmanagement.com. Links to this post. Wednesday, December 13, 2017. Navigating the Business World with a Music Degree: A Journey of Discovery. Another important skill that I acquired from my undergraduate degree is strong leadership. Overseeing a large group of ten ...

blog.msbbc.co.uk blog.msbbc.co.uk

Developer Notes

My notes on XML and web development - MarkLogic, xquery, xforms, xslt, xml schema, java, html, css, javascript, xssi and others. Friday, 11 January 2013. Unix/MarkLogic: Getting a sorted list of all Forests from a MarkLogic support dump. Here's a method for getting a sorted list of all forests from a MarkLogic support dump:. Grep "forest-name" support-request-go.txt sed -e 's/ [ t]*/ ' sort uniq. Wednesday, 12 December 2012. MarkLogic: pstack not working? Sudo /etc/init.d/MarkLogic pstack. Here's a very ...

blog.msbeltempo.com blog.msbeltempo.com

Ms. Beltempo / Blog

Closer to Home: A Visit to Simons in Gatineau. Thursday, August 13th, 2015. For a long time I associated Simons as a department store/fashion playground that I would only find on visits to Montreal or Quebec City. Today however, Simons opens its doors across the river from me in Gatineau. Yesterday, myself and some lovely bloggers were treated to a tour of the new 80,000 square foot space by none other than Mr.Peter Simons himself. Ottawa has been lucky with plenty of ne. Read more ». Read more ». Why I ...

blog.msbethea.com blog.msbethea.com

TEACHING|chemistry

Google Docs in Chemistry. Units 5 & 6. July 2, 2016. Unit 5: Counting Particles. No real changes to this unit. I added Mole Challenges. As extra hands-on practice. Unit 6: Particles with Internal Structure. We generally followed a traditional sequence. Some changes:. We discussed Coulomb’s Law. As they didn’t do it in last year’s physics classes. This helped with the sticky-tape lab quite a bit. This was a great set up for the next unit. We used molview.org. Units 3 & 4. July 2, 2016. Introduces “v...

blog.msbiro.net blog.msbiro.net

msbiro.net

My life in IBM Collaboration Software working on all on premise and cloud solution! This is the english version of www.msbiro.net. Monday, August 10, 2015. T MISS this great user group event! This year ill' be at ICONUK which takes place from September 21 to 22 in London in the IBM Client Center. There will be 18 IBM Champ as speaker on the 2 days of this awesome event. I'll be there because i think this will be a don't miss event if you are interested about IBM Collaboration software and you love London!

blog.msbm.org.uk blog.msbm.org.uk

Metropolitan School of Business and Management

Partners & Accreditations. Masters in Business Administration (MBA). Masters in Business Management (MBM). Masters in Strategic Business IT. SEMP Project & Strategic Management. SEMP Project & Strategic Management. SEMP Strategic Business IT. Leadership & Strategic Management. SEMP in Social Media & Online Marketing Communication. SEMP in Logistics & Supply Chain Management. SEMP in Entrepreneurship & Innovation Management. SEMP in Health and Safety Management. Abridged Masters in Business Management.

blog.msbmd.com blog.msbmd.com

Cosmetic Plastic Surgery Blog Birmingham, Alabama

Why Choose Dr. Beckenstein. Alabama Breast Cancer Institute. Post Weight Loss Surgery. Sunetics G Laser Hair Therapy. Alabama Breast Cancer Institute. Choosing a Plastic Surgeon. Why Dr. Beckenstein For PRP Hair Restoration? May 17, 2015. Do Not Let the Alabama Breast Reconstruction Law Be Threatened! May 3, 2015. Real Microneedling is now in Birmingham. April 18, 2015. Certification needs an important word in front…BOARD! April 7, 2015. Why Dr.Beckenstein for eyebrow restoration? March 21, 2015. 8221; i...