Skip to main content

Posts

2011

Introduction to Social Media: Blogging for Writers - Part Three
·981 words·5 mins
Blogging FWA NTWC Writing
I have been asked to gently introduce the FWA New Tampa / Wesley Chapel (NTWC) writers group to using and creating blogs at the June 4th meeting. Of course that meant blogging the content I was going to present. This is an article series on Blogging for Writers.
Introduction to Social Media: Blogging for Writers - Part Two
·295 words·2 mins
Blogging FWA NTWC Writing
I have been asked to gently introduce the FWA New Tampa / Wesley Chapel (NTWC) writers group to using and creating blogs at the June 4th meeting. Of course that meant blogging the content I was going to present. This is an article series on Blogging for Writers.
Introduction to Social Media: Blogging for Writers - Part One
·402 words·2 mins
Blogging FWA NTWC Writing
I have been asked to gently introduce the FWA New Tampa / Wesley Chapel (NTWC) writers group to using and creating blogs at the June 4th meeting. Of course that meant blogging the content I was going to present. This is an article series on Blogging for Writers.
Patterns 101 - Factory Pattern
·718 words·4 mins
Programming Patterns 101
Note: This is part of an ongoing series introducing patterns at the Tampa C# Meetup . Purpose # The factory pattern, formally called the Abstract Factory Pattern, abstracts the creation of a concrete class. factory
Patterns 101 - Observer Pattern
·521 words·3 mins
Programming Patterns 101
Note: This is part of an ongoing series introducing patterns at the Tampa C# Meetup . Introduction # No introduction to patterns is complete without the ubiquitous explanation of why we need patterns. Rather then re-invent this wheel, yet again, I will reference others and refer you to a couple books.