Category: How To

Have an Idea – Let Us Talk

Do you have an idea? Let us talk! Many people have ideas for a website, blog, forum or new software to make their life and business processes better. Often, people do not know who to contact or how to go

Posted in #ldnont, Contributing, Creativity, How To, Ideas

The Story of C# Meeting AngularJS

Most of you already know that I still like my WebForms. People have argued that using AngularJS with WebForms is pointless, but I say NA! It makes the user experience a little bit smoother. In this blog I will show

Posted in AngularJS, C#, Developement, DotNet, How To, Web

5 Steps to Finding Employment as a Computer or Web Developer

5 Steps to Finding Employment as a Computer / Web Developer from Andrew Pallant Related Title: http://andrewpallant.com/wordpress/the-two-sides-to-job-hunting/

Posted in Deployment, Employment Search, How To, Job Search, Professional Development Tagged with: ,

The Two Sides to Job Hunting

I have had students ask me about how to get hired or who is hiring. I have also had employers ask me how to find developers when they have had a tough time hiring quality employees. These are tough questions

Posted in Bosses, Developer, Employment Search, How To, interview, job interview, Job Search, Jobs, Mentor, Team Tagged with: ,

The Lawn Mower Woes

Last weekend was a holiday weekend where I was supposed to get a lot of yard work done.  Part of the yard work was to cut the grass, but alas I suffered the lawn mower woes.  You may recall in

Posted in How To Tagged with: ,

French and Other Language Characters – Classic ASP

Recently working with PayPal and Classic ASP I stumbled unto a problem where French characters were being encoded and displayed as unreadable text. It turns out that PayPal returns the result to you using UTF-8. In C# this would be

Posted in ASP, Developement, How To, Visual Basic Tagged with: , , , ,

Auto-Link Using Regular Expressions

I was recently asked if I could automatically turn website text (ex: www.google.com ) into HTML hyperlinks.  My first thought was ah CRAP!  I also wondered why they could not use the link tool in the editor, but they asked

Posted in C#, C-Sharp, Developement, How To, Web Tagged with: , , , ,

ieGetNavigationHistory Popup Error

Recently received a laptop from a friend who had a popup error every 3 seconds when using Internet Explorer 9. The error was a simple popup with an “ok” button as its only option to continue.  The key text on

Posted in How To, IT Tagged with: , ,

HTML Will not fix the Lawn Mower

HTML will not fix the lawn mower. No matter how much I can write code, what I know will not fix my lawn mower. I checked the oil. I checked the gas. I pulled the cord of the single pull

Posted in How To Tagged with: ,

How to use SQL to Extract a Number from a String

Recently I had a need to extract the number from a string in the database.  The string would be something like ‘Monitor 16″‘ or “16 inch Monitor”.   I would need to get the size for various reasons including fees

Posted in Developement, How To, SQL Tagged with: ,