-
Recent Posts
Recent Comments
Archives
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- October 2010
- June 2010
- May 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
Categories
- .Net
- ActiveSync
- Art
- ASP.Net
- Attitude
- BBC Micro
- Best Practice
- Blogging
- Body
- Book Reviews
- Books
- C#
- Clutter
- Complaints
- Computing
- Covey
- Customer Service
- Definitions
- Design
- Design Patterns
- Discrimination
- Excellence
- Faith
- Family Life
- Fear
- Fitness
- Goals
- Graphics
- Group activities
- Health
- Humour
- Identity
- Internet Explorer
- Investment
- IT
- J2ME
- JB
- Leadership
- Legacy
- Leisure
- Life
- Link
- Memory
- Microsoft Word
- Mind
- Money
- Motivation
- Moving House
- MS Word
- Name
- Operating Systems
- Orange
- Orange M3100
- Otto Project
- Painting
- Personal Development
- Personal Finance
- Phone
- Poetry
- Poor Customer Service
- Poverty
- prayer
- Product Ideas
- Productivity
- Progamming
- Programming
- Purpose
- Quote
- Quotes
- Recruitment
- Relationships
- Religion
- Reputation
- Retro Computing
- Review
- Running
- Sexism
- Spell Checker
- Spirit
- SQL Server
- Stewardship
- Stuff
- Teaching
- Technology
- Temptation
- Thinking
- Time
- Time Management
- Uncategorized
- Utils
- Values
- VB.Net
- VBScript
- Violence
- Visual Source Safe
- Visual Studio
- Web Design
- Wisdom
- WM5
- WM6
- Words
- Work
- Working Out
- Writing
Meta
Category Archives: Programming
Source Code Formatting in WordPress
Finally, I have found the document that describes how this can be done: http://support.wordpress.com/code/
Posted in Blogging, Programming
Leave a comment
More .Net Cheat Sheets
I have linked a few before. There are more here: http://john-sheehan.com/blog/index.php/net-cheat-sheets/
Posted in ASP.Net, Programming, VB.Net
Leave a comment
The Hazards of Programming
Every occupation has its hazards. Including mine. Apparently, I use language differently from other people. Recently, I gave a talk on a programming task I had been working on. It took me quite a while to figure out why people kept sniggering every time … Continue reading
Posted in Computing, Humour, Programming, Work
Leave a comment
Visual Studio Fonts and Colors
Some developers are really rather fussy about the way their code looks in the IDE. Instead of getting on with the job, they spend a lot of time messing about to get their environment just-so. It looks as though I am in good … Continue reading
Posted in Computing, Programming, Visual Studio, Work
3 Comments
Agile and Project Management
Some notes on an article entitled “The Bottom Line”, by Robert C Martin, that appeared in the December 2003 edition of “Software Development”, p 42-44: Agile is a method for managing software projects. Managing a software project often involves more … Continue reading
Posted in Programming
Leave a comment
Trick to View HTML Source Code in IE
To see the source of any web page, copy the following into your address bar. javascript:document.write(“<xmp>”+document.documentElement.innerHTML+%20″</xmp>”); Save it as favourite or copy it to your links bar so that you can view the HTML source of any web page that you are viewing … Continue reading
Posted in Programming, Web Design
2 Comments
Useful Web Development Plugins for IE
Info on a couple of IE plugins that I find useful: First, I couldn’t live without the Internet Explorer Developer Toolbar. It is a collection of useful little tool for all kinds of web page development, free from Microsoft. Great … Continue reading
Posted in Programming
Leave a comment
.Net Naming Conventions
What to call things? http://msdn2.microsoft.com/en-us/library/xzf533w0(vs.71).aspx
Posted in ASP.Net, Programming
Leave a comment
Flowchart: Game Main Line
Flowchart of main line for an arcade game. Drawn when I was a teenager. Init Game Score = 0 Level = 1 Lives = 3 Bombs = 3 Init Level Clear screen Reset bonus Display stats Big text “Scene XXX” … Continue reading
Posted in Programming
1 Comment