Category Archives: Technical
ASP.NET – Access To Path is Denied
If your ASP.NET program is attempting to read, write and/or delete a fie it can display the error “Access to Path … is Denied”. If this is the case, the directory may have the incorrect security settings. Here are the steps to add the correct the user security settings on Windows Server 2003: 1. Find [...]
SharePoint 2010 Development Resources
Implementing SharePoint 2010 is an idea that is being thrown around at my place of employment right now. As a developer, there seems to be some significant differences between WSS 3.0/MOSS 2007 and SharePoint 2010 (SharePoint 2010 Sandbox Environment) and I wanted to make sure that my skills were updated for the latest release of [...]
My Experience at Orlando Code Camp 2010
This post is long overdue but I thought I would share my experiences with attending my first code camp: Orlando Code Camp 2010. Code Camp is something that always interested me, I thought it would be cool to experience some of the bleeding-edge technology and also receive some “free” training in the process. If you [...]
How To Master a Programming Language V
For my final post of the series How to Master a Programming Language, I want to make note how you can take the programming knowledge that you have gained so far and apply it to something bigger. Learn a Framework Now that you have worked through the language and applied it to solving problems, how [...]
How To Master a Programming Language IV
At this point you should competent in the programming language that you have chosen (Part III) — you should be able to recognize basic code constructs (such as types, loops, and variable assignment). You should also be able to recognize syntax and semantic errors in your code and be able to debug them. The next [...]
How To Master a Programming Language III
Now that you are comfortable working within your desired editor or IDE (Part II) – you can start to focus on learning the programming language syntax. To learn a programming language you can read a variety of different books or read through online tutorials and how-to’s. Since everyone approaches learning differently, I will leave the [...]
How To Master a Programming Language II
So you’ve chosen a programming language that you want to learn, where do you start? Learn the Environment Depending on the type of language that you have chosen (interpreted vs. compiled) there may be several options available to you in choosing an editor or Integrated Development Environment (IDE). Editors Most programming languages can be written [...]
How To Master a Programming Language
With the start of a new year, as a programmer have you made a resolution or goal to learn a new programming language? For the next few days, I will be writing a series of posts titled How to Master a Programming Language, where I will be walking you through the steps that you need [...]
How To View Inception Through Code