I recently got access to Windows 7 Professional through MSDNAA. I installed it over my Vista build on Friday and everything went smoothly, until the next day. When I woke up the next day my PC was in sleep mode, and upon waking it up, it would not connect to the internet. No matter what I did, it just would not connect. It said I was connected to an “unidentified network.” I talked to Linksys for about an hour and a half only to find out it was not the router. I reinstalled the OS (both 64-bit and 32-bit versions, neither connected to the net). I tried dozens of “solutions” only to find that none of them worked. I then decided that I was going to have to go back to Vista (after going through hours and hours of troubleshooting).
(more…)
So you want to make a website? Anyone can throw together a simple site using a WYSIWYG editor like Dreamweaver or Microsoft Expression Web, but that usually results in non-valid code and a very “cheap-looking” website. Taking a design and turning it into raw, standards-compliant code may seem like a daunting task, but after you get through this tutorial, you’ll be using “DIV”s and styling with CSS like you’ve known it your whole life! That’s right, I said DIVs, no tables here (don’t worry if you don’t know what a div is)! This is a massive 4-part tutorial that will teach you the very fundamentals of design and give you the tools you need to make professional, high-caliber websites. It will walk you through conceptualizing the website, designing it, turning it into valid XHTML/CSS and lastly coding it to the blogging software WordPress. We’ll make a web designer out of you yet!
Congratulations, you’ve made it to the final segment of this tutorial series. In the first part, we conceptualized our website. Then we designed it. After that, we wrote the XHTML and CSS for it. Now it’s time to turn it into a WordPress template using some PHP.
FireFox’s default stylesheet adds a dotted border around images when they are clicked. It can really detract from a website’s design, especially when the image is indented and the border comes all the way from the left of the page. How can you remove that border? It’s actually really easy to do.

A good way to reduce browser inconsistencies when it comes to styling your website is using a reset stylesheet. This will remove browser defaults such as margins, padding, line heights, font sizes, headings, etc. Here is a generic reset stylesheet you can use, but I suggest you modify it for your needs.
Here’s another nice tutorial for beginners. In this one we’ll write the markup for a simple contact form that you could use on a website. Nothing too complicated or fancy, but we’ll talk about how we can add some nice effects to it easily using CSS. We’ll use PHP to have the form send an email when it’s filled out. I’ll also talk about what we can do for form validation.
Here’s a pretty simple JavaScript tutorial. This script will allow us to change images on mouse over and mouse out, letting us create a nice hover effect. I’ve used this technique on several sites that I’ve designed. We’ll also take a look at how we can pre-load the images to reduce lag time in the hover. Here’s the end result. Let’s get started.