This is our third installment of how to design a clean a minimalist website. First we looked at navigation and how to make an accordion style drop-down menu with pure CSS3. Then we moved on to laying the site out and went over rounding corners and applying drop shadows with CSS3.
Author: unuzero
Common C# Build-Time Errors Part II: Inheritance and Interfaces
In our last lesson, we saw many of the most basic build-time errors in C#.In this session, we will look at some of the errors related to: classes, subclasses and inheritance. Once we address some of the more common errors we will take a look at how you can fix them.
Generating CAPTCHA Validation Codes with JavaScript
The Internet or the World Wide Web is indeed a wonderful and amazing addition in our lives and email is now an essential communication keeping us in touch with family, friends, and colleagues.
Switch on With jQuery’s New Event Methods
The latest version of jQuery, version 1.7.1 at the time of writing, has completely overhauled its event system, giving us just two new methods to replace all existing event methods such as bind(), live() or delegate().
Common C# Build-Time Errors: Part I
Here’s the situation: You’ve written a program in C#. You’ve checked the flowcharts, examined your coding and developed your user interface. You’re anticipating that everything will flow as smooth as silk. You’re ready to create a build of the program and, instead of seeing a beautiful, efficient result, you get several (often incomprehensible) error message. How did this happen?