Kids and Code: Where to start?

Though I am a software developer, I am not a born educator so when my children demonstrated a spark of interest in learning how to program a computer, I turned to the internet and searched for resources appropriate to their age and personalities.

I performed my first search several years ago and the results were less than encouraging.  I found a few books aimed at an audience much older than my children were at the time, a few antiquated programs that oftentimes did not install correctly on my home computer, and very little else.  Much has changed with every year adding more exciting options to the mix.  Here are a few of the options I would have been glad to find back then and may yet be making use of.

Please note that while I may not have personally tried all of these and cannot vouch for their suitability or effectiveness, I do like what I’ve heard and seen so far.  I’ve tried to organize the list by age but here again, your individual mileage may vary as every child is unique.  I provide some links to online resources but I strongly encourage you to search for more as there are often several excellent sites out there dealing with the same topic.  Finally, I’ve deliberately kept the links visible so this list could be printed and remain useful.

How to train your Robot:  http://drtechniko.com

Dr. Techniko developed a “programming language” that 5 – 7 year old children can master and write their own program with.  It involves no computer and no typing.  The programmer uses a series of pre-defined symbols to program their “robot” to perform a certain task.  Too bad my own children are too old for this.  Looks like fun!

The only requirement is the information from the web site, a goal to accomplish and a patient and willing robot (parent).  :)

Scratchhttp://scratch.mit.edu

Scratch is a simple drag-and-drop language designed to enable children to create their own interactive stories, games, and art.  It has a healthy online community and a huge amount of resources.  It is free and can be downloaded from the web site.

LOGO:

I remember learning LOGO as a child and was pleasantly surprised to see that this lovely language still exists though some of the web sites are a bit dated.  LOGO is primarily a geometric shape drawing language.

The list of LOGO commands can be found at http://mia.openworldlearning.org/voctable.htm though much of the rest of this web site is not publicly accessible.  There is a nice editor to type your programs into at http://learninglogo.com.

LEGO Mindstorms NXT: http://education.lego.com/en-us/preschool-and-school/upper-primary/8plus-mindstorms-education

LEGO’s Mindstorms NXT line of programmable robot controllers is an amazing though unfortunately expensive teaching tool.  Out of the box, I was a bit dismayed to see that the controller comes with very little in terms of instructions or sample projects but there is a large amount of material online.  This means that once your child has happily torn the wrapping paper off the box, the next stop will be the computer to find something to build with the kit.

LEGO recommends this for children 8 and older.  Access to the internet is necessary in order to read up on how to program the controller and to research all the neat creations that can be built.

Alicehttp://www.alice.org

Alice is an object-oriented language used for creating 3-D animated stories, videos or games.  It uses a drag-and-drop development environment to avoid unwieldy syntax or complex development tools found in other languages.  Alice also has a very active online community.

Targeted to children in middle grade and up, Alice is freeware and can be downloaded from the web-site.

Computer Science Unpluggedhttp://csunplugged.org

Computer Science Unplugged is a series of interactive group activities that teach computer science concepts without the use of a computer.  Aimed at the 5 to 12 year-old group, all you need is a small group of willing participants and someone to lead the activity.

Phrogramhttp://phrogram.com

Phrogram is a Visual-Basic-like language that doesn’t attempt to shield the programmer from syntax or the complexity of development tools.  Indeed, combined with the appropriate extension libraries, Phrogram applications can be written to access a database, do complex mathematical calculations or read and write to a file on disk.  Aimed at the more sophisticated programmer,  Phrogram can be downloaded from the web site for a reasonable fee.

Codecademyhttp://www.codecademy.com

Codecademy is an excellent web-based resource for learning web-based development languages and tools such as JavaScript, HTML, CSS, Python and more.  It goes through material in a gradual manner.  This web site is suitable for anyone who doesn’t require animated characters leading them through their training as if it were a game. A browser is all you need to get started.  I know several adults who have learned programming through Codecademy.

Microsoft XNA Game Studio 4.0:  Learn Programming Now!  http://www.microsoft.com/learning/en/us/Book.aspx?ID=14907&locale=en-us

Though not strictly an online resource, this is an excellent book by Rob Miles (Microsoft Press) that teaches a beginner the basics of the C# language and the XNA framework in order to develop games for the XBox platform.

My son devoured the previous edition of this book when he was 10 years old.  He read cover-to-cover and tried the first few examples on his own.  Then, over spring-break that year, the two of us sat down and went through the remaining exercises till he had a working game and an reasonable grasp of object-oriented programming.

A Windows 7 computer is required.  Visual Studio Express and the XNA Framework can be downloaded for free.  Access to an XBox 360 makes the end result more exciting but is not required.

Courserahttps://www.coursera.org

Coursera is a collection of free university-level online courses.  These courses start a pre-defined date, go for a set number of weeks and require assignments and evaluations to the handed in at specific times.  A certificate is presented upon successful completion of the course.  Great for teens and adults.

For this, you need to be able to dedicate time each week to view the several hours of lecture videos and complete the assignments.

 

Along with the above online or book resources, I also recommend looking at community or library education programs, summer camps and other organizations in your community.  A quick search of my community guide shows me the following programs are being offered for a reasonable fee:

  • Summer Day Camps:  There’s an animation and Web design session for children 8 – 13 and a LEGO Mindstorms NXT program aimed at children 6 – 10.
  • Weekly sessions:  Introduction to programming with Scratch is offered to children 11 – 15.  Various robot building sessions using LEGO’s Mindstorms NXT are targeted to children 5 – 16 years old.  Java, C++, and web design courses, on the other hand, are offered to the 12 – 16 age group.

And finally, there may be private tutoring companies in your community that offer programming courses.  For example, Real Programming 4 Kids offers game programming classes for children of various ages in my community.  This particular company has at most a 4:1 student to teacher ratio, ensuring that each child gets a fair amount of individual attention.  Organization of this type may exist in your community though they may come with a higher price tag than you’re willing to spend.

While I have highlighted the resources I’m familiar with, there are many more excellent ones out there that have simply not crossed my radar.  If you know of them and can recommend them, leave me a comment and I’ll gladly update my list.

One thing I’ve learned today: Learning new technologies via samples results in Frankencode

I was asked to develop an internal tool that would manage the advertisements we would display in our application.  My requirements were simple:  I needed to provide the user the ability to view the list of existing ads, create an ad by uploading an image along with the ad metadata, update and ad or delete an ad.  Since our customers would never see this application, I went on a limb and chose a technology I’d never tried and knew nothing about:  .Net Web Api.  I figured I’d adapt one of the many excellent examples I found on the web so that it would serve my purpose.  How difficult could it be?

I wrote the service component first and left the ad management user interface till last and for that, I chose a simple product catalog sample application that used jQuery and Knockout.js, two more technologies I had no previous experience with.  Again, I knew there were lots of code snippets available on the web for those libraries so, armed with a decent search engine and StackOverflow, how could I go wrong?

The product catalog sample provided me with code for a basic grid and a set of detail fields.  The user would enter the row id in an edit field and click a button to fill the detail fields with the data for that particular ad.  An Update and a Delete button at the bottom of the page would update or delete the selected ad.  This wasn’t quite what I had in mind but it was a close approximation.  I figured adding a delete button to the appropriate row in the grid and providing the ability to click a row to populate the detail fields would be simple to implement once I had the basic functionality working.

I looked for examples of image uploading and found several, all with their quirks and limitations.  Figuring out which limitations I could live with and which I couldn’t took some time.  I really wanted to be able to upload an image and its associated metadata (name, width and height) all in a single POST request but most of the samples either dealt with uploading just the file or uploading a whole slew of files…but no other data.  I tried all sorts of file upload methods with various degrees of success before settling on one that used a strict HTML page with a form tag and a submit button.  Have I mentioned I’d never dealt with uploading files over HTTP POST requests before?

Frankencode monster

Once I got the file upload working (though I’m now working on the functionality that will inform the user whether the upload succeeded), I stepped back and took a cold hard look at my application.  What I saw was a Frankenstein-type application.  The samples I combined were never meant to go together.  I know I’m not validating my fields in an even remotely optimal manner.  I’ve tried to hide the delete button for images that are still referenced by an ad and therefore can’t be deleted but haven’t figured it out yet.  It should be a simple matter of making the delete button’s visibility conditional upon whether the image is referenced by an ad but my condition always evaluates to true so I still have to do a bit more work on the project.

Have I learned something?  A resounding yes!  I can now claim to know some jQuery, a bit of Knockout.JS and something of .Net Web APIs.  However, I’m lacking a lot of the very basic knowledge that I would have gained if I’d picked up a book about any of these topics and read the first few chapters.  I liken it to trying to learn C# by trying out async samples.  You might eventually understand how the async functionality works but without an understanding of basic C# constructs, you won’t be able to extend those samples without creating a monster and without looking for yet another sample to base your next bit of code on.

But I have to admit it’s been a lot of fun!  ;-)

As a woman in the tech industry

I have never met Ashe Dryden but the fact that she can’t point to a single woman like me makes me immensely sad.  I’ve never felt that my experience was particularly unique but after reading recent blog posts about harassment and sexism from Sarah Parmenter, Relly Annett-Baker and several others, I’m starting to wonder if I’m the first and possibly last of my kind.

Unlike most of these ladies, I am not a public figure.  I don’t speak at conferences, I haven’t written any books or been in the spotlight for anything monumental.  I’m just a woman who graduated with an Engineering degree and who has worked as a software developer at a handful of different tech companies over the last 18 years.

Growing up, my father encouraged me to try my hand at all sorts of traditionally male activities.  Whenever he set out to build a piece of furniture or do some maintenance on his cars, whether it be tuning the engine, replacing worn brake pads or patching up a rusted door, he’d invite me to join him.  Soldering irons, voltmeters, circuit boards and electronic components littered the basement and I was welcome to try my hand at any of it should I wish.  Similarly, I was introduced to LOGO and BASIC programming when those were brand new languages.

With a childhood such as mine, Computer Engineering was a perfect fit for me.  I was one of 7 ladies in a class of roughly 70 students.  You would think the ladies would hang out together but that wasn’t necessarily the case.  Most of us made friends amongst our male classmates and never really sought the company of the others of our gender.

Throughout my university years, I considered my male classmates as big brothers I could count on to escort me around campus after dark or to help me with assignments should I need it.  Similarly, they knew they could count on me for lecture notes or assignment due dates if they happened to miss a class because of my habit of writing absolutely everything down.

Yes, I would have preferred not needing to be escorted around campus after dark but given that one of my male friends was assaulted on his way home from a night class, it obviously wasn’t safe for anyone, regardless of gender, to wander around campus alone after dark.

I’ve worked for a half-dozen different software companies since graduation and have never been treated in any other manner than professionally.  No, I’ve:

  • Never been asked to make or otherwise serve coffee.
  • Never been asked to take the minutes at a meeting unless it was a rotating responsibility and it happened to be my turn.
  • Never been groped or otherwise inappropriately touched.
  • Never been subjected to derogative or suggestive language.
  • Never been noticeably privileged or negatively impacted due to my gender.
  • Never considered myself unfairly compensated by any of my employers.
  • Never felt that the value I brought into any discussion was viewed as of lesser quality than that of my male counterparts.

I’ve been privileged to work with excellent people in safe and professional environments and I’m saddened to hear that my story is such a rare one.

How my 12-yr-old son became a C# Programmer

My 12-year old son has been scripting since he was 7 or 8 and writing C# code for about 2 years now.  Now for full disclosure, both my husband and I are software developers; my husband writes C++ and Java on the Linux platform but was a long-time Windows developer while I’m a C# .Net developer.  We’d thought of eventually showing our son how to program but hadn’t planned on getting him started before he’d even learned long division.

The scripting was a bit of an accident.  The PC game my son loved to play came with a full-featured game extension tool for users to develop their own modules and quests.  Also included was the ability to write scripts to supplement the existing library with new functionality.  It’s always exciting to invent your own modules and see how far you can push the envelope so this quickly became his favourite occupation.

The Copy-Paste Era

At first, his father provided him with a few key scripts that he could hook up to strategic locations and that would trigger a particular behaviour.  For example, a “teleporter” script could be hooked up to a particular square in the game.  When a character stepped onto the square, they would be “magically” transported elsewhere.  But as any parent knows, children have many more hours for play than we parents have for fulfilling all their requests.  Tired of waiting for daddy to have free time to write more scripts, my son begged for access to the scripting tool and started copying the scripts he’d already been given and tweaking them to fit the new functionality he wanted.  That’s how he realized that programming was fun and not particularly difficult once he understood the logic and the syntax.

The Bounce-Stuff-Around-The-Screen Era

Writing scripts for your favourite game is one thing.  But wouldn’t it be even more interesting to write a game of your own from scratch?  So father and son sat down together and coded Pong, Asteroids, and other such simple games.  At this point, it was mostly my husband coding but explaining what he was doing.  This can keep a boy interested only so long and since we’d recently bought an XBox, it made sense to delve into XNA programming next.

My husband bought the wonderfully kid-friendly Learn Programming Now MS XNA Game Studio 3.0 book by Rob Miles (there’s a newer edition out now) and worked through the first few chapters with our son who took to it like a duck to water.  Soon, he’d sped through the book and was writing all sorts of games that bounced a lot of objects on the screen.

That kept him occupied for a while but eventually, he realized there was more to the games he liked to play than images moving on a screen.  He did not have the words to express what he was looking for but I could tell he wasn’t satisfied with the games he was producing.  By then, he could handle simple C# data types, conditional statements and loops and had a basic understanding of classes and inheritance.  He also understood XNA sprite batches, timers and the Draw method.

The Era of Enlightenment

I came back from Codemash v2.0.1.2 with the EverCraft Kata Dungeons&Dragons-style game instructions and, on a whim, suggested working on it with him.  We’d do it using Red-Green-Refactor Test-Driven Development; an agile technique I’d been introduced to at Codemash and wanted to practice.  As a huge D&D fan, I figured it was right down my son’s alley.  I wrote the first failing test, he wrote the code to make the test pass and I refactored his code, explaining what I was doing and why.  Then we traded places and he wrote a failing test for the functionality I was to implement next.

We spent hours implementing the character class with its hit-points, abilities, and more and by the end of that day, my son’s eyes were shining.  Finally, he’d uncovered the missing piece of the puzzle.  He now knew how to add substance to his games:  that logic that made characters tick and non-visual things happen.  We did a few more sessions but that project was abandoned long before we reached the end of the Kata document in favour of the sims-based game he’d been aching to write; the one where a few thing might move on the screen but many of the underlying parameters change as time passes.

And that’s when he started flying solo.  Now, I hardly ever see his code but the things he creates have me wondering if I could do half as well.

My learning quest

Early in January, I declared this the “Year of Learning”.  The year I would immerse myself in technology and absorb as much as possible in all the areas I don’t yet consider myself knowledgeable enough.  This means I have started and will continue to deepen my understanding of various aspects of software development from patterns to new programming language syntax, from modern data stores to effective debugging tools and techniques, from JavaScript and its myriad helper libraries to the intricacies of asynchronous programming.

Strategy Strategy

In order to accomplish this lofty self-improvement goal, I took the plunge and subscribed to PluralSight online training.  This amazing library of on-demand videos is now my introductory-level training resource.  Apress, O’Reilly and Manning are three great sources for technical books and regularly offer discounts on select eBook titles so I’ll be supplementing the online training with their wares, starting with the small collection of eBooks I purchased in the past year but never got around to reading.  These should help flesh out concepts to a higher degree than an online course could ever do.  But skills learned and never applied get lost quickly so I’ve also committed to spending more time developing code at home so I could try out interesting techniques and tools I might not otherwise get a chance to use.

How will I measure improvement?

I’ll know I’ve improved when I’m able to read the MSDN Magazine each month without feeling that every article has been written for someone much smarter and knowledgeable than I am.

Measuring Progress

It’s only February and already, I feel I’ve woken up to all sorts of new-to-me concepts and strategies that I can’t wait to put into practice.  I must be doing something right!

What next?

Now that I have been at it for almost two months, I’m ready for the next step in the journey and that is to share some of what I’ve learned with others as I go.  This is prompting me to dust off my “One Thing I’ve learned Today” series.  I’m not aiming to write every day but I’ll post something here as often as I can in the hopes that someday, someone else may find a useful bit of information that will help them along their own journey.

Please join me!

Are you satisfied with the state of your career?

I was chatting with a colleague recently when the topic of satisfaction with the state of our respective careers came up.  Both of us are software developers with similar backgrounds, at least a decade and a half of experience behind us, married with families, and reasonably financially comfortable.

His immediate answer to the question of whether he felt he was where he’d wanted to be at this point in his professional life was a resounding yes.  Mine was an emphatic no.

Nowhere close.

When he prompted me, I made a desperate attempt to justify my answer but the words I heard myself say lacked conviction.  I spoke of the potential I’d repeatedly been assured I had and that I hadn’t lived up to.  I spoke of the expectations others had had of me and how I’d consistently come short.  Even as I uttered the words, I was painfully aware that my arguments were specious.  Rather than explaining why I, personally, wasn’t satisfied with my career’s progress, I was detailing the multitude of ways I felt I’d failed to measure up in the eyes of others.  None of my justifications had anything intrinsic to do with me.  I had ceased to be a sentient individual to become a mirror for the people who had influenced me in the past.

Putting aside external expectations, I truly do feel I haven’t ticked enough items off the list of accomplishments any self-respecting software professional should have completed midway through their career.  So as an exercise, I decided to sit down and attempt to express a new answer; one that placed me in the driver’s seat.

In my early dreams, the ones fuelled by teachers and other influential people, I had envisioned myself at the bleeding edge of technology developing the next greatest thing.  I’d be an expert in a particular niche area, contributing to or outright authoring technical books, providing training, and possibly even speaking at the occasional conference.

Delusions of grandeur?  Possibly.  But I knew I had the potential; I’d been told often enough.

I got married while in university and, within 5 years of my graduation, I was the mother of two children and working a four-day week at a company that specialized in asset management software.  Though I could speak with some authority about inventory replenishment algorithms or the impact of two digit years as the end of the millennium loomed,  the world was leaving me in the dust.  The fastest and brightest minds were eagerly jumping on the internet bandwagon while I was adding functionality to or tweaking what was even then considered legacy code.  Already, a large portion of the dream had evaporated.

The next few years found me working my way up to development manager by way of technical lead.  I did my best to juggle career and family life but my career lost more often than not till I reached a point where the career simply had to be put on hold.  My children needed me at home.

I spent five years as a stay-at-home mother though I took on part-time contract work so I could keep up my programming skills.  The strategy worked but this was not a period of professional growth for me.  By the time I felt that my children no longer required my presence at home, I was so far behind that I no longer considered myself a senior developer.  I eventually found a company willing to take a chance on me and hire me as an intermediate developer.  That was three years ago.

I’ve been struggling ever since to catch up and learn as much as I can but I’m still far behind the people I consider my contemporaries.

Am I where I thought I would be?  Not even close.  Do I regret it?  A large part of me believes I’ve done the right thing and is satisfied with what I have accomplished.  And yet a small but vocal part of me can’t help but yearn for the future I might have had.

I was recently reading the November/December 2012 issue of The Writer, a magazine about  the craft of writing, and found the following advice by author Diana Abu-Jaber:  ”Don’t worry about other writers’ successes or where you thought you would be or should be by now or the latest disappointments.  That’s not a winnable game.  Wish everyone well, applaud for their triumphs and work, work, work!”

That’s advice I’ve decided to take to heart.  So how happy am I with the state of my career?  Taking all factors into consideration, I’m satisfied.  Now, off I go play with some of those new fangled tools I keep hearing about but haven’t yet had a chance to try.

What about you?  Are you where you thought you might be by now?

 

 

 

File Upload with ASP.Net Web API

I recently had the opportunity to create a new RESTful service for the project I was developing for my employer.  As this service would be used internally, it was the perfect opportunity to try a technology that was new to me:  ASP.NET Web API.

This new service would enable the caller to upload and download images.  This is nothing particularly unique as there are many excellent examples on the web that demonstrate some flavor of this.  All these solutions call System.Net.Http.MultipartFormDataStreamProvider to write the image file to disk.  In my case, I wanted to store the image binary in a SQL Server table so  I used the System.Net.Http.MultipartMemoryStreamProvider class to allow me to read the contents of the request and send the image stream to the method that wrote to the database.

As I was developing with Visual Studio 2010, I could not use the new await functionality.

public Task<IEnumerable<int>> Post()
{
  if (!Request.Content.IsMimeMultipartContent())
  {
    throw new HttpResponseException(Request.CreateResponse(
	HttpStatusCode.NotAcceptable, 
	"This request is not properly formatted"));
  }

  try
  {
    var streamProvider = new MultipartMemoryStreamProvider();
    var task = Request.Content.ReadAsMultipartAsync(streamProvider)
	      .ContinueWith<IEnumerable<int>>(t =>
    {
      if (t.IsFaulted || t.IsCanceled)
      {
        throw new HttpResponseException(HttpStatusCode.InternalServerError);
      }

      var addedId = streamProvider.Contents.Select(i =>
      {
        Stream stream = i.ReadAsStreamAsync().Result;                      

        // Insert your own code to deal with the Stream.  
        // In my case, I called my code that wrote the image to 
        // database and returned the image's id in imageId such as below.
        int imageId = DatabaseCode(stream);
        return imageId;
      });
      return addedId;
    });
    return task;
  }
  catch (Exception ex)
  {
    throw new HttpResponseException(Request.CreateResponse(
	HttpStatusCode.NotAcceptable, 
	"Error: " + ex.Message));
  }
}

This is a minor tweak to the code from the samples linked above but I thought this might be of use to the next person, or even my future self, who attempts to store images elsewhere than directly to disk as I had to do.

If you found this post helpful or wish to constructively point out improvements, leave me a comment!

Happy coding!

Hackathon: An experience worth living

Last Friday, I participated in my first ever Hackathon.  It was the second such event sponsored by my employer.  The event was held from noon to midnight and attended by approximately 13 developers from various geographical locations.

Two of us participated from the Canadian office and partnered on a small feature.  Others connected via VPN (Virtual Private Network) while a small core group ran a tight ship in the bowels of our main development centre* in central US.

First, a bit of background information.  My company creates and sells assessment software for use in kindergarten to grade 12 schools with a focus on math and reading comprehension.  Students are encouraged to take quizzes to validate their understanding of curriculum concepts.  Teachers can then report on results and identify which concepts need to be taught more in-depth or which students require more assistance.

The challenge for this Hackathon?  Given an event notification that a student has started or completed a quiz, what useful subsidiary steps could we take?  My partner and I chose to code a book recommendation engine.  When Student A clicks to start a quiz, our engine would get notified with information about the book such as its author, reading difficulty level, number of words, and whether the book was fiction or non-fiction.  Given that information, our engine would search a library of available books to find three titles Student A might like to read next.

Books by the same author would be favoured*.  So would books of the same type (fiction or non-fiction) as well as books of approximately the same length since we figured a child who’s just completed an early reader is unlikely to be ready to tackle a heavy tome.

Once Student A completes the quiz, a notification is received with the quiz results.  If the student performed well on this quiz, our engine would recommend books that were slightly more difficult than the one just read.  If, however, the student struggled, it would take that into consideration and recommend books that were slightly easier.  Our goal was not to discourage a reader by recommending something too difficult.

The engine would then send an email to Student A’s parents to inform them that their child has just taken a quiz and here are three books we recommend they read next.

A snapshot of our Kanban board towards the end of the evening.

 

Another team chose to sent notification to Twitter whenever a child passed a quiz while yet another chose to create a live heat map that would show where quizzes are being taken in the last few minutes.  The solutions were all very different from one another and used a wide variety of available technologies.

This project was a lot of fun to do though, naturally, it was built on a slew of assumptions that would not hold in real-life.  For example, that library of books to search through for books to recommend?  We made it up.  We have that information in the software somewhere but it would have taken too long to make it available for our purposes given that only had 12 hours to work with.

We also made the simplifying assumption that only one quiz was being taken at a time and that the quiz would be started and ended reliably.  Limitations that can’t work in real life but make it possible to build a simple prototype which was all we were hoping to produce.

Will we ever implement this kind of functionality in our product?  Who can tell?  But I sure had fun coding it and I’m already looking forward to the next Hackathon!

* These are not spelling mistakes.  I am Canadian!  ;-)

OneThing I’ve Learned Today: Windows 8 tidbits

Just this past week, I upgraded from Windows 7 (32-bits because my desktop is ancient) to Windows 8.  The upgrade went very smoothly which gave me some good vibes about this new operating system.

It’s only been a few days so I’m still getting used to the new Start Menu and the way Metro-style applications work but so far I’ve enjoyed the experience though I’ve had tCharms baro change a few of my habits.

 

Charms bar with two monitors

I have two monitors but I don’t always turn them both on so bringing my mouse to the top or bottom right-hand corner of my screen without having it navigate to the second screen requires more precision than I’m willing to exercise.  The solution?  Shortcuts!  The Windows key + C will bring up the Charms bar quickly and effortlessly.

Sleep

Rather than shutting down my computer when I’m not using it, I normally use Start Menuthe “Sleep” power option.  In Windows 8, this option can be found on the Charms bar / Settings / Power / Sleep.  It can also be reached via Ctrl + Alt + Del / Power / Sleep.  Downright inconvenient if you ask me.  The solution?  Create a tile for the Start Menu.  I called mine “Sleep” and placed it as lowest and rightmost tile of the menu though you can place yours anywhere.  On the picture here, it’s the one with a royal blue background and a blank page for the image.

In Windows Explorer, I navigated to:

C:\Users\***username***\AppData\Roaming\Microsoft\Windows\Start Menu\Programs

Here, I created a shortcut by right-mouse clicking and selecting New Shortcut.  A Create Shortcut dialog appears.  Here, I gave it the following command line:

C:\Windows\System32\rundll32.exe powrprof.dll,SetSuspendState

Then I clicked Next, called it “Sleep” and clicked Finish.

In my case, I needed to perform one more step.  I needed to disable hibernation on my computer.  To do so, I followed the instructions found here.

Over the next few days or weeks, I’ll try to post about more useful tidbits as I find them.  If you’ve found this information useful, leave me a comment!  :-)

 

One Thing I’ve Learned Today: Joining the community is hard work!

Blogs have been around for a long time now and until recently, I was convinced I had missed the boat.  So many people were publishing excellent content on flashy and often well-designed web pages, how could I hope to compete?

 

I regularly read various technical blogs but lately, I’ve started to feel like I’m on the outside of a fascinating community looking in.  It took several invitations like this one before I gathered my courage and took the plunge.

So here I am, a newbie in a world of pros.  Tonight, I figured out basic things like how to change the theme on my WordPress out-of-the-box blog page.  I added the RSS feed and social media (the few I’m connected to) icons though I’m not convinced I like them yet.  I’d much prefer if they stayed put.  I also created a new Facebook page to go with the blog.  I now feel more connected but utterly flummoxed at how many hours it took me to research and learn about everything so I could configure things almost just right.

So now that I’ve finally made a step towards joining the “community”, will it accept me?  Will it think what I have to offer is good enough?  Is it sufficient to create a blog and regularly write to it?  Is it truly a case of “if you build it, they will come”?

Somehow, I suspect that joining the community is likely more a journey than a destination and that the hard work is yet to come… ;-)