- Home
- Bits and Bytes
- Coder Lane
Microsoft announced today at TechEd that Visual Studio 2008 will be available to MSDN subscribers at the end of the month. Included with VS 2008 will be LINQ (Language Integrated Query), full designer support for WPF (Windows Presentation Framework), the latest version of the .NET Framework (3.5), WCF (Windows Communication Foundation), and WF (Workflow Foundation). Visual Studio itself will require .NET framework 3.5, but developers will be able to choose which version of the .NET framework (2.0, 3.0, 3.5, Silverlight CoreCLR, or .NET Compact Framework) the assembly actually runs on.
One of the main features in Visual Studio 2008 is its explicit focus on
development for Windows Vista, Office 2007, and web applications, all
of which should be useful to developers who wish to take advantage of
newer Windows features. The program also includes support for a
multithreaded build engine, allowing it to compile multiple sources
across multiple CPU threads simultaneously. With the release of VS
2008, Microsoft is hoping to build off the success of Visual Studio
2005, which, according to the company's statistics, is currently used
by over one million professional developers, with 17 million copies of
Visual Studio Express downloaded.
One of the main features in Visual Studio 2008 is its explicit focus on
development for Windows Vista, Office 2007, and web applications, all
of which should be useful to developers who wish to take advantage of
newer Windows features. The program also includes support for a
multithreaded build engine, allowing it to compile multiple sources
across multiple CPU threads simultaneously. With the release of VS
2008, Microsoft is hoping to build off the success of Visual Studio
2005, which, according to the company's statistics, is currently used
by over one million professional developers, with 17 million copies of
Visual Studio Express downloaded.
Oct
16
16
Cascading Style Sheets Bible - Part 5
- By Robert Charles
- Published 10/16/2007
- Coder Lane , Web Development
- Unrated
CSS tips, tricks and techniques bible installment number five. This week we will focus on margins, spacing, positioning and working with DIV elements withing your Cascading Style Sheets. I will also briefly tough on list styling as well. Still open for suggestions and direction on the next CSS overview.
Sep
29
29
Cascading Style Sheets Bible - Part 4
- By Robert Charles
- Published 09/29/2007
- Coder Lane , Web Development
- Unrated
Installment number four here in my CSS tips, tricks, techniques and general overview series. This week I will focus on backgrounds, margins and general layout styling. As I'm sure most of you have seen from my prior installment, were not covering anything groundbreaking here. Quite to the contrary, these guides are meant to serve as a reference for general every day principles and cascading style sheet usage. A set of fundamental style techniques, terminology, and 'how-to' examples to get a new web developer up to speed and writing effective css code.
Sep
14
14
Cascading Style Sheets Bible - Part 3
- By Robert Charles
- Published 09/14/2007
- Web Development , Coder Lane
- Unrated
So this would be installment number three in my CSS series. Again I'll leave you with 10 more Tips on Using Cascading Style Sheets. For this installment we'll deal with text transformation, text styles, fonts, text sizing, and other text related CSS markup. If there are certain topics you would like to see focused on in future installments, be sure to let me know. Look for part 4 next week were well focus on images, backgrounds and margins.
Sep
07
07
Cascading Style Sheets Bible - Part 2
- By Robert Charles
- Published 09/7/2007
- Coder Lane , Web Development
- Unrated
So this is my second installment regarding collections of CSS tips, tricks techniques, and general 'how to' examples. I have put together 10 additional Tips on Using Cascading Style Sheets, and hope they will help you to expand your skillset.
Aug
29
29
Cascading Style Sheets Bible - Part 1
- By Robert Charles
- Published 08/29/2007
- Coder Lane , Web Development
- Unrated
In participating in many of the webmaster forums online, the most often asked questions seem to be regarding Cascading Style Sheets (CSS). With the advent of Web 2.0 and so much more effort and attention being spent on tableless layouts, these questions are becoming more and more frequent. With that in mind, I have decided to put together a master collection of CSS tips, tricks techniques, and general 'how to' examples. So, here is my first installment.
Aug
27
27
Designers - You Should Know This!!!
- By Eddie SanMarco
- Published 08/27/2007
- Coder Lane , Webmaster Avenue
- Unrated
Web Design Best Practices for SEO
I have written this document to help reduce the amount of issues we have recently come across It is important to address issues like load time, cross browser compatibility, and other technical design issues.
Aug
23
23
Proper Use of Meta Tags
- By Jeremy Monroe
- Published 08/23/2007
- Web Development , Coder Lane
-
Rating:




Good use of meta tags no longer makes you rank highly in the search
engines, but bad use of meta tags can hurt your rankings. They're a
minimum requirement for proper search engine optimization.

Coder Lane