- June 2016 (1)
- August 2015 (5)
- July 2015 (1)
- May 2015 (2)
- January 2015 (1)
- September 2014 (8)
- August 2014 (7)
- July 2014 (8)
- June 2014 (1)
- May 2014 (1)
- April 2014 (7)
- February 2014 (6)
- January 2014 (21)
- December 2013 (5)
- November 2013 (2)
- October 2013 (7)
- September 2013 (16)
- August 2013 (2)
- July 2013 (7)
- June 2013 (6)
- May 2013 (8)
- April 2013 (1)
- March 2013 (4)
- February 2013 (13)
- January 2013 (8)
- December 2012 (5)
- November 2012 (17)
- October 2012 (6)
- September 2012 (12)
- August 2012 (3)
- July 2012 (5)
- June 2012 (1)
- May 2012 (8)
- April 2012 (17)
- March 2012 (8)
- February 2012 (3)
- January 2012 (6)
- December 2011 (14)
- November 2011 (32)
-
internal audit
-
risk management
-
GTD
-
gtd
-
risk
-
writing
-
workflow
-
risk assessment
-
review
-
context
-
burden reduction
-
dini
-
productivity
-
process
-
project management
-
reengineering
-
consulting
-
simplification
-
internal control
-
storytelling
-
focus
-
federal government
-
tools
-
risk model
-
PRINCE2
-
audit committee
-
due diligence
-
public sector
-
integrity
-
risk appetite
-
documentation
-
personal
-
economy
-
personal productivity
-
working paper
-
audit
-
recommendations
-
risk identification model
-
time budget
-
reporting
-
Apple
-
management
-
development aid
-
useability
-
governance
-
communication
-
outcomes
-
quality
-
risk identification
-
EWRM
-
email
-
accountability
-
services
-
5by5
-
mindfulness
-
link list
-
support
-
internet
-
risk trigger list
-
tools I use
-
public administration
-
comment
-
good governance
-
Terpstra
-
Instapaper
-
problem
-
fear
-
book review
-
transparency
-
personal improvement
-
board
-
development
-
capture
-
Basecamp
-
purpose
-
cargo cult
-
link
-
regulation
-
delegation
-
outcome management
-
decision taking
-
risk context
-
projects
-
to do list
-
constraints
-
contribution
-
meaning
-
hackers
-
formulation
-
corporate governance
-
working papers
-
poverty
-
the zone
-
goals
-
squarespace
-
time travel
-
egov
-
opportunity
-
risk analysis
-
bucket
-
standards
-
planning
-
next actions
-
letter
-
corruption
-
complexity
-
regulatory failure
-
capture bucket
-
note taking
-
audit recommendations
-
mastery
-
heros
-
responsibility
-
learned helplessness
-
project prioritisation
-
procedures
-
regular expressions
-
markdown
-
acquisition
-
innovation
-
unknown unknowns
-
team
-
1password
-
ACFO
-
speech
-
series
-
information
-
reports
-
evidence
-
hard data
-
inputs
-
journaling
-
longhand
-
rules
-
interviews
-
Evernote
-
repositories
-
bias
-
Leitch
-
criticism
-
budget
-
purchases
-
customer care
-
Sockmonkey
-
self worth
-
peer review
-
COSO-ERM
-
traders
-
hindsight
-
facilitation
-
life
-
organisations
-
happiness
-
knowledge worker
-
now
-
text expansion
-
effectiveness
-
data analysis
-
technology
-
independent business
-
risk impact management
-
stated preferences
-
education
-
interactive
-
asymmetry
-
competition
-
areas of responsibility
-
risk acceptance
-
integrity oversight committee
-
repository
-
when
-
small audit department
-
complementarity
-
risk level
-
pen
-
Microsoft
-
model
-
workdlow
-
cooperation
-
efficiency
-
laws
-
goal
-
saying no
-
goal management
-
conclusions
-
board of directors
-
philosophy
-
Belgium
-
retina display
-
deep knowledge
-
methods
-
teaching
-
smart
-
lean
-
iPad Mini
-
iPad
-
redundancy
-
delight
-
stress
-
agency
-
guest auditor
-
trigger
-
task lists
-
Drafts
-
Kourosh Dini
-
Wall Street
-
inbox
-
how to
-
use
-
wiki
-
blog
-
white noise
-
product formula
-
law
-
sum formula
-
ideas
-
audit report
-
market
-
managing email
-
risk based reengineering
-
fraud
-
ipad
-
toolset
-
no
-
altitude
-
User
-
inspiration
-
simultanuous capture
-
empowerment
-
general
-
paper
-
Omnifocus
-
leadership
-
exhibited preferences
-
risk register
-
pencil
-
Reeder
-
compliance
-
Mullen
-
attention
-
comfort zone
-
rotational staffing
-
methodology
//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js
$(document).ready(function() {
var url = “/api/open/GetItemsByDates?collectionId=5005a5e6c4aa560280eb6f90&startDate=0000000000000&endDate=9999999999999”;
$.getJSON(url, function(data){
$.each(data.items, function(){
$(‘#allarchive’).append(‘
‘);
var date = new Date(this.publishOn);
var month_names = new Array ( );
month_names[month_names.length] = “January”;
month_names[month_names.length] = “February”;
month_names[month_names.length] = “March”;
month_names[month_names.length] = “April”;
month_names[month_names.length] = “May”;
month_names[month_names.length] = “June”;
month_names[month_names.length] = “July”;
month_names[month_names.length] = “August”;
month_names[month_names.length] = “September”;
month_names[month_names.length] = “October”;
month_names[month_names.length] = “November”;
month_names[month_names.length] = “December”;
var day_names = new Array ( );
day_names[day_names.length] = “Sunday”;
day_names[day_names.length] = “Monday”;
day_names[day_names.length] = “Tuesday”;
day_names[day_names.length] = “Wednesday”;
day_names[day_names.length] = “Thursday”;
day_names[day_names.length] = “Friday”;
day_names[day_names.length] = “Saturday”;
var stringdate = ( month_names[date.getMonth()] + ‘ ‘ + date.getDate() + ‘, ‘ + date.getFullYear() );
if (this.passthrough === false)
{
$(‘#allarchive’).append(‘
‘);
}
else
{
$(‘#allarchive’).append(‘
‘);
}
});
});
});