Category: Developement

jQuery – Slow Selectors

Recently I was experiencing slow jQuery functions. Slow jQuery was especially slow as I added more elements to the page and especially in Internet Explorer and FireFox. I was not surprised by the browsers being slower than others, but the

Posted in Developement, jQuery, Web

Which Web Tools – When and How Much

I cannot say enough about learning which tools use when. It is only through experience will you ever learn this discipline. I have learned when to use a handful of tools and how often. I have also learned that sometimes

Posted in AngularJS, Design, Developement, jQuery, Personal Thoughts, Professional Development, Web

Simple JS Dialog

Keeping in the spirit of using my blog as a quick code repository; sometimes you just need a simple easy to implement dialog box. I have been using the following routine for sometime now. Sometimes you just need a simple

Posted in Developement, jQuery

HTML to PDF

Have you ever wanted a function to convert HTML to PDF? It is really easy. A good use of this is when you have a resume on your website and you want to create a download of it as a

Posted in C#, C-Sharp, Developement, PDF, Web

My Story

Here is my story as a developer. I started out playing on Commodore 64 in elementary school. I would have to give a lot of credit to the Librarian at Valleyview Public School. He had allowed me to work with

Posted in Developement, Personal Learning and Growth, Personal Thoughts, Professional Development, Visual Basic, Web

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

A Quest to Learn AngularJS

I recently got excited about AngularJS.  I took a pretty good course through CodeSchool for which you can find a link off of the AngularJS home page.  Since then I had been playing with and scouting out AngularJS ideas that

Posted in Developement, self-improvement, Web Tagged with: ,

Starting a WebForm Project

I started working in the DotNet while it was in the Beta stage. Ewe Beta! Since then I discovered there is more than one way to tackle a start of a project and I have perfected it for my purpose.

Posted in Better Coding, C#, C-Sharp, Developement, DotNet, Web Tagged with: , , , ,

Sample Modal Revisited

This is a simple yet easy to modify sample of doing a simple HTML modal popup.

Posted in Design, Developement Tagged with: , , , ,

How a Developer can Mitigate Stress of a Designer

Working with a designer and can be a challenge as a developer as we are totally different mind sets.  Working with a designer as a DotNet developer can be even more of a challenge, but there can be a simpler

Posted in Better Coding, Design, Developement, DotNet, Personal Thoughts, Web