-
as seen on Dot net Slackers
- Search for 'Dot net Slackers'
As I have written and spoken on numerous occasions, Health Monitoring happens to be one of my favorite features in ASP.NET. In WebForms, it's a path well trodden. However, while building Morts & Elvises with MVC2, I ran into a strange inconsistency, which I'd like to describe here.
WebForms
Whenever…
>>> More
-
as seen on Super User
- Search for 'Super User'
Hi,
I have an ipod with 100G of music. Then I open itunes on my Mac, and I can use coverflow for some music files that are on the mac, where the itunes library resides. But I can not see coverflow from itunes, when i click on my ipod, and I have covers for almost all of the albums. Is it normal or…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have been playing with javascript arrays and I have run into, what I feel, are some inconsistencies, I hope someone can explain them for me.
Lets start with this:
var myArray = [1, 2, 3, 4, 5];
document.write("Length: " + myArray.length + "<br />");
for( var i in myArray){
document.write(…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to figure out why this works in FireFox, Chrome but not in IE and not properly in Safari and Opera (you can view it working at http://41six.com/about/)
HTML:
<div id="menu">
<ul>
<li>
<a href="/" class="home" title="Home" alt="fortyonesix"> </a>…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I have some weird problem in rendering some xhtml in IE 8 http://img709.imageshack.us/i/scrj.png/.
Here is the screenshot. As shown the greet me submit button is higher than the text field. Which is kind of odd. I checked with some other browsers and it works fine, it also works fine on Windows…
>>> More