
Obtaining an MSDN account from Microsoft will give you access to legacy products, including older versions of Internet Explorer, so that you can see how your site reacts to a visit from Internet Explorer 4.

Obtaining an MSDN account from Microsoft will give you access to legacy products, including older versions of Internet Explorer, so that you can see how your site reacts to a visit from Internet Explorer 4.
Suppose my website supports English and French. Should the English version of a particular page and the French version have different URLs? Any other best practices for multi-lingual site architecture?
Matt Cutts: If you can afford it, I would do domain.com and domain.fr. If that's not possible, I would consider doing en.domain.com and fr.domain.com. If that's not possible, then domain.com/en and domain.com/fr can work. In webmaster tools, you can geographically target a site (and I believe parts of a site such as r.domain.com), which will help as well.
Does inconsistent capitalization of URLs cause duplicate content issues and dilution of page rank? For example www.site.com/abc vs www.site.com/Abc. On Windows hosts, these are the same page, but are different pages on Unix hosts. JohnMu: Hi John, based on the existing standards, URLs are case-sensitive, so yes, these would be seen as separate URLs. Since the content on the URLs is the same, we'll generally recognize that and only keep one of them. However, we'd recommend that you try to keep all links going to one version of the URL. Keep in mind that this also applies to robots.txt files.How often does your search algorithm change?
JohnMu: We change the algorithms all the time - last year we had over backlinks in Webmaster Tools
Do the verification codes for Webmaster Tools, Analytics, Apps for Domain have to remain intact after the first verification or can you just remove them once it's done?
Wysz: I can only speak for Webmaster Tools, but we do recheck for those codes periodically to make sure you are still the site owner. So you'll want to leave that code in place as long as you want to use Webmaster Tools.
We had a great site that was very popular with lots of original content, but we had to switch to a new CMS (new shared IP) AND new domain - traffic tanked! I need help!!! Any suggestions?JohnMu: I'd recomemend making sure that all old URLs 301 redirect to the new ones. Also, it can take a bit of time for a change like this to be completely processed, so sometimes you just need to be a bit patient (and continue working on your new site). If it absolutely doesn't come back, it might be that we're just ranking the new site where we'd be ranking the old one as well. Alternately, you might want to start a thread in the Google Webmaster Help groups, where the folks there can take a look at your site in particular, since these kinds of changes involve steps that are unique to your site.
What is in Silverlight 1 that is not in Silverlight 2?
Nothing. Silverlight 2 is a full superset of Silverlight 1.0. It is 100% compatible with Silverlight 1.0 applications and provides more powerful features and functionality. Silverlight 1.0 applications even benefit from improvements in media playback and performance characteristics of Silverlight 2 without any additional changes needed.
When would a customer use Silverlight instead of ASP.NET AJAX?
ASP.NET AJAX and Silverlight are designed to be complementary technologies. Because Silverlight can talk to any AJAX application, both client-side and server-side, customers can enhance existing ASP.NET or ASP.NET AJAX applications by integrating Silverlight media experiences and RIAs into their Web applications. Conversely, ASP.NET AJAX can additionally be used to control Silverlight-based visualization of data or the delivery of rich experiences.
When would a customer use Silverlight versus Windows Presentation
Foundation (WPF)?Microsoft recommends targeting the Windows Presentation Foundation (WPF) when building rich, immersive applications and experiences that can take full advantage of the Windows platform, including hardware acceleration, peripheral access, etc. Silverlight is meant be used for broad reach, interactive media content and browser-based rich interactive and high-performance applications and experiences.
Will Silverlight support HD quality?
Yes, Silverlight supports 720p HD quality today. However, performance varies depending on the capabilities of the individual PC.
Which platforms and browsers will Silverlight 2 support?
Silverlight will support all major browsers on both Mac OS X, Linux and on Windows. Particular care is being taken to account for differences in platform and browser capabilities to ensure a consistent experience including experiences on Firefox, Safari, and Internet Explorer.
Shortcut | Command |
Alt+2 | Full Screen |
Alt+3 | Hand Tool |
Alt+6 | Select Text |
Alt+9 | Text Viewer |
Ctrl+- | Zoom Out |
Ctrl++ | Zoom In |
Ctrl+1 | Actual Size |
Ctrl+2 | Fit Page |
Ctrl+3 | Fit Width |
Ctrl+F | Find |
F3 | Find Next |
Ctrl+Shift+H | Auto Scroll |
Ctrl+Shift+N | Go to Page |
F11 | Reverse View |
F9 | Toggle Menu bar |
For students aspiring for a career in the software industry or those who are passionate about building software, this should be great news. Microsoft is giving away the latest developer and designer tools that normally cost hundreds of dollars at no charge to verified students through its DreamSpark program. DreamSpark was so far restricted to a few countries. The goodies include the following -
This offering for students is much better than what they can expect out of open-source tools.
These tools are available both online as well as offline on DVD through NIIT, Aptech and Hughes Net Fusion Centers in several towns & cities across India.
My first brush with computers was more than a decade ago when I was in college. All we got was clunky Unix terminals. I graduated later to a 8086 PC but never owned a PC till several years after I finished college. A 8086 PC at that time cost over a lakh (or $2000). For many, it was also hard & expensive to find the right learning resources for picking up tech skills.
Fast forward to 2008, you can get a decent assembled PC & an annual Broadband Internet subscription for about Rs.20,000 ($400). Relatively speaking, students of this age have abundant learning resources including the Internet. The Internet (with a good Broadband connection) is a great leveller. It throws open a treasure of knowledge and ideas, making it immaterial in which part of the world you live. There are also helpful communities on a variety of computer technology to seek help from. The DreamSpark program is a great complement to all those resources.
Students enthusiastic about Computer Science and technology hobbyists may never have it so good.
IE 8 is the most standards compliant and feature-packed version of IE that is currently in Beta. If you are a web developer, you owe it to yourself to know how the changes will impact what you are currently building. Getting conversant with the new version can also help you plan for your future releases.
To stay updated on IE developments, the IE Blog is the best resource. It was recently announced there that folks in the IE Team have authored articles for a special issue of Code Focus magazine. It is a available as a PDF file (7.2MB) & there are some interesting articles in it. Go grab it.
Also see - Windows Developer Power Tools - Most Loved
One of my favorite features in Firefox is the Error Console in the Tools menu. It's a Developer feature inherited from Netscape that has been enhanced over the years. Whenever a page has a Javascript error, the precise error message with line number in the source code shows up in the Error Console. When you click on the error message, you can jump to the exact line in the source.
IE 8 (Beta 2) introduces a similar Console under the Script tab in Developer Tools. To invoke this hit F12 (for Developer Tools), CTRL + 3 (to jump to the Script tab which is third in the tab list) and then CTRL + ALT + I to go to the Console window.
You can also choose to see only Script Errors.
Also see:
Developer Tools: Keyboard Shortcuts