Filed under Web Development

Responsive Web Design Templates and Frameworks

Responsive Web Design, ahh, what the hot topic these days in the web design world. Before we get to the templates and frameworks, you might want to know what responsive web design even is. When designers talk about a responsive design, they mean web designs that cater to all devices and just not those of … Continue reading »

HTML5 Page Structure

HTML5 is the newest version of HTML. It brings a great deal of new features. The previous version of HTML (4.01) came out in 1999 and the internet has change a BUNCH since then. Today, some elements in HTML 4.01 are obsolete, never used, or not used the way they were intended to. These elements … Continue reading »

Create a “Stitched” Look in CSS

Okay let’s say you are creating a web site for a fabric company. They come to you and say they want their web site to represent who they, and they have a right to. As you go through your process of getting information on how the cusotmer wants the web site to look and all … Continue reading »

41 Useful jQuery Examples

jQuery is vastly becoming one of the most used JavaScript libraries on the web. Mainly due to its high customization factor. There are many sites out on the web that have great example and even source code for you to reference. I recently found a good one. I have started using jQuery as my go to JavaScript … Continue reading »

Creating an ASP .NET Web Form

During my crash course in ASP.NET 4.0, I have created some ASP.NET Mailto web forms that mimic those that I have written in PHP. Here are the steps that I took. For this tutorial, I will be using VB for the code behind. Those that need it in C#, here is a handy online code … Continue reading »