User Dr Dork - Stack Overflowmost recent 30 from stackoverflow.com2009-11-28T17:06:14Zhttp://stackoverflow.com/feeds/user/9513http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1771999/simple-xslt-question-how-can-i-add-the-closing-at-the-end-of-a-single-tag0Simple XSLT Question: How can I add the closing "/" at the end of a single tag?Dr Dork2009-11-20T17:21:00Z2009-11-26T03:26:15Z
<p>Hello, I'm teaching myself XSLT and am still trying to wrap my brain around the small details. I have a template in my XSL stylesheet that looks like this...</p>
<pre><code><td><img src="{normalize-space(image)}"/></td>
</code></pre>
<p>which produces XHTML that looks like this...</p>
<pre><code><td><img src="somefile.jpg"></td>
</code></pre>
<p>How do I change my XSL template to add a trailing "/" to the img tag so that the XHTML output looks like this...</p>
<pre><code><td><img src="somefile.jpg"/></td>
</code></pre>
<p>Also, why does the trailing slash in the template get omitted in the output?</p>
<p>Thanks in advance for all your help!</p>
http://stackoverflow.com/questions/1772440/error-received-when-attempting-to-load-xslt-generated-xhtml0Error received when attempting to load XSLT generated XHTMLDr Dork2009-11-20T18:35:37Z2009-11-23T21:40:57Z
<p>Hello, I'm learning XSLT and Javascript and I'm trying to load some XSLT generated XHTML using the loadXML() function and I'm getting the following parsing error while using IE (might also be happening in FF to, not sure)...</p>
<pre><code>The server did not understand the request, or the request was invalid. Error processing resource 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'
</code></pre>
<p>The line in the XHTML it's stumbling on while parsing must be...</p>
<pre><code><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
</code></pre>
<p>does anyone see anything wrong there? </p>
<p>Thanks so much in advance for all your help!</p>
http://stackoverflow.com/questions/1776179/whats-a-good-tool-for-finding-syntax-errors-in-my-javascript-code1whats a good tool for finding syntax errors in my javascript code?Dr Dork2009-11-21T17:48:47Z2009-11-21T17:58:04Z
<p>I'm trying to use firebug to walk through my code, but there's a syntax error somewhere and firebug is struggling with it. Are there any good tools that will scan my javascript for sytax errors? </p>
<p>Thanks in advance for your help!</p>
http://stackoverflow.com/questions/1754009/quick-question-how-can-i-display-my-xsl-code-in-a-browser0Quick question, how can I display my XSL code in a browserDr Dork2009-11-18T06:17:22Z2009-11-20T17:35:10Z
<p>Hello! I'm learning XSLT and, for testing purposes, would like be able to simply display my XSL code inside of a browser via a link from another page. With the following anchor tag...</p>
<pre><code><a href="transform.xsl">My Test XSL Transform Code</a>
</code></pre>
<p>The code isn't displayed when the link is clicked, it's executed. How can I display the code when I click that link?</p>
<p>Thanks in advance for all your help!</p>
<p><strong><em>UPDATE</em></strong></p>
<p>I found the solution, it was to add the following line at the top of my XSL stylesheet...</p>
<pre><code><xsl:output method="html" version="4.0" encoding="iso-8859-1" indent="yes"/>
</code></pre>
http://stackoverflow.com/questions/1761062/why-does-this-xslt-code-add-a-new-line0Why does this XSLT code add a new line?Dr Dork2009-11-19T05:24:14Z2009-11-19T22:32:09Z
<p>in IE (maybe FF too, but not sure) the following snippet from my XSL stylesheet...</p>
<pre><code><td>
<xsl:element name="img">
<xsl:attribute name="src">
<xsl:value-of select="image" />
</xsl:attribute>
</xsl:element>
</td>
</code></pre>
<p>generates the following XHTML code...</p>
<pre><code><td><img src="
someimage.jpg"></td>
</code></pre>
<p>this new line that it inserts after the <code>src="</code> is causing issues when later parsing it using the DOM. any ideas?</p>
<p>thanks so much in advance for your help!</p>
http://stackoverflow.com/questions/1658594/why-doesnt-the-match-operator-match-anything0Why doesn't the match operator match anything?Dr Dork2009-11-01T22:26:31Z2009-11-02T14:45:19Z
<p>I'm trying to parse this HTML block:</p>
<pre><code><div class="v120WrapperInner"><a href="/redirect?q=http%3A%2F%2Fwww.google.com%2Faclk%3Fsa%3DL%26ai%3DCKJh--O7tSsCVIKeyoQTwiYmRA5SnrIsB1szYhg2d2J_EAhABIJ7rxQ4oA1CLk676B2DJntmGyKOQGcgBAaoEFk_Qyu5ipY7edN5ETLuchKUCHbY4SA#0%26num%3D1%26sig%3DAGiWqtwtAf8NslosN7AuHb7qC7RviHVg7A%26q%3Dhttp%3A%2F%2Fwww.youtube.com%2Fwatch%253Fv%253D91sYT_8CN8Q%2526feature%253Dpyv%2526ad%253D3409309746%2526kw%253Dsusan%25252#0boyle&amp;adtype=pyv&amp;event=ad&amp;usg=bR7ErKA_3szWtQMGe2lt1dpxzHc=" title="The Valley Downs Chicago"><img class="vimg120" alt="The Valley Downs Chicago" src="http://i2.ytimg.com/vi/91sYT_8CN8Q/1.jpg">
</code></pre>
<p>to capture the redirect link:</p>
<pre><code>/redirect?q=http%3A%2F%2Fwww.google.com%2Faclk%3Fsa%3DL%26ai%3DCKJh--O7tSsCVIKeyoQTwiYmRA5SnrIsB1szYhg2d2J_EAhABIJ7rxQ4oA1CLk676B2DJntmGyKOQGcgBAaoEFk_Qyu5ipY7edN5ETLuchKUCHbY4SA#0%26num%3D1%26sig%3DAGiWqtwtAf8NslosN7AuHb7qC7RviHVg7A%26q%3Dhttp%3A%2F%2Fwww.youtube.com%2Fwatch%253Fv%253D91sYT_8CN8Q%2526feature%253Dpyv%2526ad%253D3409309746%2526kw%253Dsusan%25252#0boyle&amp;adtype=pyv&amp;event=ad&amp;usg=bR7ErKA_3szWtQMGe2lt1dpxzHc=
</code></pre>
<p>and video title:</p>
<pre><code>The Valley Downs Chicago
</code></pre>
<p>When I use this simple Perl code:</p>
<pre><code>foreach $_ (@promotedVideos)
{
if (/\s<div class="v120WrapperInner"><a href="([^"]*)" title="([^"]*)"><img/six)
{
print $1;
print $2;
}
}
</code></pre>
<p>nothing prints. While I'm troubleshooting this, I thought I'd ask you the experts if you see anything wrong or problematic. Thanks so much in advance for your help!</p>
http://stackoverflow.com/questions/1658114/why-doesnt-my-perl-match-operator-match-anything1Why doesn't my Perl match operator match anything?Dr Dork2009-11-01T19:41:22Z2009-11-01T20:42:21Z
<p>I'm new to Perl and playing around screen scraping and regex. I'm trying to extract the "title" name of the following HTML block:</p>
<pre><code>... title="The Valley Downs Chicago"><img class="vimg120" ...
</code></pre>
<p>My simple Perl code to do so is:</p>
<pre><code>@htmlBlocks = split ("margin-bottom:20px",$content);
foreach $item (@htmlBlocks)
{
if (/\stitle="([^"]*)"/six)
{
print $1;
}
}
</code></pre>
<p>but it doesn't print anything. while i'm troubleshooting it, i though i'd ask the experts if you see anything wrong or potentially problematic. thanks so much in advance for your help!</p>
http://stackoverflow.com/questions/1605308/im-new-to-perl-and-have-a-few-regex-questions1I'm new to Perl and have a few regex questionsDr Dork2009-10-22T06:12:26Z2009-10-22T07:00:13Z
<p>I'm teaching myself Perl and I learn best by example. As such, I'm studying a simple Perl script that scrapes a specific blog and have found myself confused about a couple of the regex statements. The script looks for the following chunks of html:</p>
<pre><code> <dt><a name="2004-10-25"><strong>October 25th</strong></a></dt>
<dd>
<p>
[Content]
</p>
</dd>
... and so on.
</code></pre>
<p>and here's the example script I'm studying:</p>
<pre><code>#!/usr/bin/perl -w
use strict;
use XML::RSS;
use LWP::Simple;
use HTML::Entities;
my $rss = new XML::RSS (version => '1.0');
my $url = "http://www.linux.org.uk/~telsa/Diary/diary.html";
my $page = get($url);
$rss->channel(title => "The more accurate diary. Really.",
link => $url,
description => "Telsa's diary of life with a hacker:"
. " the current ramblings");
foreach (split ('<dt>', $page))
{
if (/<a\sname="
([^"]*) # Anchor name
">
<strong>
([^>]*) # Post title
<\/strong><\/a><\/dt>\s*<dd>
(.*) # Body of post
<\/dd>/six)
{
$rss->add_item(title => $2,
link => "$url#$1",
description => encode_entities($3));
}
}
</code></pre>
<p>If you have a moment to better help me understand, my questions are:</p>
<ol>
<li><p>how does the following line work:</p>
<p>([^"]*) # Anchor name</p></li>
<li><p>how does the following line work:</p>
<p>([^>]*) # Post title</p></li>
<li><p>what does the "six" mean in the following line:</p>
<p><\/dd>/six)</p></li>
</ol>
<p>Thanks so much in advance for all your help! I'm also researching the answers to my own questions at the moment, but was hoping someone could give me a boost!</p>
http://stackoverflow.com/questions/1528320/javascript-variable-scope-question1Javascript variable scope questionDr Dork2009-10-06T21:57:20Z2009-10-06T22:09:06Z
<p>Hello! Consider the following piece of code: </p>
<pre><code><html><head></head>
<body>
<script type="text/javascript">
var outside_scope = "outside scope";
function f1() {
alert(outside_scope) ;
}
f1();
</script>
</body>
</html>
</code></pre>
<p>The output for this code is that the alert box displays the message "outside
scope". But, if I slightly modify the code as: </p>
<pre><code><html><head></head>
<body>
<script type="text/javascript">
var outside_scope = "outside scope";
function f1() {
alert(outside_scope) ;
var outside_scope = "inside scope";
}
f1();
</script>
</body>
</html>
</code></pre>
<p>the alert box displays the message "<em>undefined</em>". I could have
understood the logic if it displays "undefined" in both the cases. But, that
is not happening. It displays "undefined" only in the second case. Why is this?</p>
<p>Thanks in advance for your help!</p>
http://stackoverflow.com/questions/719892/recommendations-for-good-books-or-online-resources-that-explain-how-different-web1Recommendations for good books or online resources that explain how different websites make money [closed]Dr Dork2009-04-05T23:42:51Z2009-09-24T22:34:12Z
<p>Does anyone have any recommendations for good book(s) or online resources that explain how different types of websites make money? Bonus points for a good resource that explains how Ad Networks play a role in the process. I'm thinking of building a website that would be free to use and would generate revenue through add banners, but I don't know how that all works or if that's actually the best way to monetize my site. </p>
<p>Thanks in advance for all your help!</p>
http://stackoverflow.com/questions/1469250/why-does-my-embedded-youtube-video-work-in-ff-but-not-ie1Why does my embedded youtube video work in FF, but not IE?Dr Dork2009-09-24T00:29:54Z2009-09-24T01:53:25Z
<p>Hello, I'm using the following code...</p>
<pre><code><object width="425" height="344"><param name="movie"
value="**URL**"></param><param name="allowFullScreen"
value="true"></param><embed src="**URL**" type="application/xshockwave-
flash" allowfullscreen="true" width="425"
height="344"></embed></object>
</code></pre>
<p>to display a youtube video. It works in Firefox, but not in IE. I'm a total noob to webdevelopment, so I'm running into all these wonderful inconsistencies that you veterans are used to ;) </p>
<p>Thanks in advance for all your help!</p>
http://stackoverflow.com/questions/1464328/why-does-this-javascript-dom-code-only-workin-ff-but-not-ie0Why does this Javascript DOM code only workin FF, but not IE?Dr Dork2009-09-23T06:52:14Z2009-09-23T12:00:57Z
<pre><code>//create an instance of the XML parser
if (window.ActiveXObject)
{
//Checking if the browser is IE
xmlDoc = new ActiveXObject("Microsoft.XMLDOM");
xmlDoc.async="false"; //make sure doc is fully loaded
xmlDoc.load(strPath) //load the file in the parser
if (xmlDoc.parseError.errorCode != 0)
{
alert("Error #: " + xmlDoc.parseError.errorCode;
}
}
//for mozilla based browsers
else if (document.implementation && document.implementation.createDocument)
{
xmlDoc= document.implementation.createDocument("","doc",null);
xmlDoc.async=false; //make sure doc is fully loaded
loaded = xmlDoc.load(strPath);
if(!loaded)
{
alert("Error in XML File");
}
}
//Parse the XML
var root = xmlDoc.documentElement;
level1Nodes = root.children;
for(var index1 = 0; index1 < level1Nodes.length; index1++)
{
//Extract the markup content from XML
var level1Node = level1Nodes[index1];
var strName = level1Node.children[0].textContent;
var strHeader1 = level1Node.children[1].tagName;
var strHeader1Content = level1Node.children[1].textContent;
}
</code></pre>
<p>Any ideas? Is the "children" property available in the IE DOM Parser? </p>
<p>Thanks in advance for all your help!</p>
http://stackoverflow.com/questions/1462692/are-css-styles-applied-to-markup-that-is-added-after-the-page-loads1Are CSS styles applied to markup that is added after the page loads?Dr Dork2009-09-22T21:22:54Z2009-09-22T21:36:40Z
<p>Hello. I'm learning Javascript and CSS and have run into an issue where my CSS styles aren't being applied to markup that I'm dynamically generated from XML and writing to document after the page has loaded. I can only assume that the styles aren't being applied because I'm modifying the document after it's already been loaded. Is this correct? If this isn't the case, do you have any ideas as to why the styles aren't being applied?</p>
<p>This javascript code...</p>
<pre><code>$(function()
{
//Dynamically generate markup
strMarkup = GenerateMarkupFromXML();
//Display the dynamically generated markup
document.write(strMarkup);
});
</code></pre>
<p>dynamically generates this simple markup...</p>
<pre><code><div id="accordion"><h3>Title1</h3><h3>Title2</h3></div>
</code></pre>
<p>but these styles don't ever seem to be applied and the <code><h3></code> tags just get displayed with the default browser style...</p>
<pre><code>h3
{
background-color:#ccc;
color:#003300;
font-size:1.1em;
}
</code></pre>
<p>I should also note that when I paste the dynamically generated markup directly into the body, the styles are applied correctly.</p>
<p>Thanks in advance for all your help!</p>
http://stackoverflow.com/questions/1461161/why-does-this-javascript-code-prevent-my-browser-from-ever-loading0Why does this javascript code prevent my browser from ever loading?Dr Dork2009-09-22T16:31:40Z2009-09-22T16:43:55Z
<p>Hello. I'm learning javascript and jquery and have written a very basic script inside my file. I'm experiencing two problems...</p>
<ol>
<li>The browser never finishes loading the document, it just sits there with the loading icon animating in the tab. Any ideas?</li>
<li>I can't seem to debug this using firebug. When I set a breakpoint anywhere in the document load function, it never hits. Any ideas?</li>
</ol>
<p>Here's my code...</p>
<pre><code><html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link media="screen" type="text/css" href="default.css" rel="stylesheet">
<script src="jquery-1.3.2.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(function()
{
var strMarkup = "";
var strXMLFile = "";
//Parse XML and generate accordion elements
var arrayAccordianElements = ParseXML(strXMLFile);
});
function ParseXML(strPath)
{
var arrayEvents = new Array();
arrayEvents[0] = "test1";
arrayEvents[1] = "test2";
arrayEvents[2] = "test3";
//Return the accordian elements
return arrayEvents;
}
</script>
</head>
<body>
hello
</body>
</html>
</code></pre>
<p>As you experts can see, my webpage should simply display "hello" after processing some javascript that creates an array inside of a function. Do you see any problems? I apologize if they're obvious problems, I'm a noob :)</p>
<p>Thanks in advance for all your help!</p>
http://stackoverflow.com/questions/1435015/how-can-i-make-the-browser-wait-to-display-the-page-until-its-fully-loaded1How can I make the browser wait to display the page until it's fully loaded?Dr Dork2009-09-16T19:31:23Z2009-09-16T19:53:20Z
<p>I hate how you can actually see webpages load. I think it'd be much more appealing to wait until the page is fully loaded and ready to be displayed, including all scripts and images, and then have the browser display it. So I have two questions...</p>
<ol>
<li>How can I do this?</li>
<li>I'm a total noob to web development, but is this common practice? If not, why?</li>
</ol>
<p>Thanks in advance for your wisdom!</p>
http://stackoverflow.com/questions/1407307/can-i-left-or-right-justify-my-webpage-that-uses-the-960-css-framework0Can I left or right justify my webpage that uses the 960 CSS framework?Dr Dork2009-09-10T19:42:41Z2009-09-10T20:25:23Z
<p>Hello, I just started playing around with the 960 CSS framework and found that it centers my page in the browser. How can I change this so that the page is aligned to the left side of the browser window?</p>
<p>Thanks in advance for your help!</p>
http://stackoverflow.com/questions/1397687/built-in-browser-dom-parsers-vs-javascript-framework-parsers1Built-in browser DOM parsers VS. Javascript framework ParsersDr Dork2009-09-09T05:26:07Z2009-09-09T11:12:28Z
<p>Hello,</p>
<p>I'm diving into javascript and one of the concepts I'm playing with is XML parsing. I see that IE has its own parser, as does Firefox. I also see XML parsers built into some of the javascript frameworks like JQuery. My questions are...</p>
<ol>
<li>What's the most common or best way to parse XML using javascript these days?</li>
<li>If I use the built-in MS and Firefox parsers, does that mean my code is only guaranteed to work in IE and Firefox, or will the other popular browsers work as well?</li>
</ol>
<p>Thanks in advance for all your wisdom!</p>
<p>EDIT* I just found <a href="http://stackoverflow.com/questions/83405/xml-parser-for-javascript">this discussion</a>, looks very similar to my question..</p>
http://stackoverflow.com/questions/1392300/ajax-question-how-can-i-make-sure-the-images-are-loaded-before-displaying-table0AJAX Question: How can I make sure the images are loaded before displaying table?Dr Dork2009-09-08T06:30:08Z2009-09-08T06:50:49Z
<p>Hello, I have a web page that uses jquery ajax to grab the table markup from another static page and insert it into my homepage and display it. The table I'm inserting contains images and the table displays before the images have been downloaded. So when my code displays the table, you can see the images showing up one at a time as they're downloaded and it's really ugly. Here's the code...</p>
<pre><code>$(function()
{
//AJAX LOAD, CREATE, AND INSERT PROJECTS MARKUP ONCE THE DOCUMENT IS READY
$('<div id="project_container" />').load('projects.htm #projects', function()
{
$(this).hide().insertAfter('#header');
});
//CLICK EVENT FOR PROJECT LINK
$('a#projects_link').click(function()
{
$('#project_container').stop(true, true).slideDown(500);
$.scrollTo( {top:'310px', left:'0px'}, 800);
});
});
</code></pre>
<p>Is there anyway to make jquery wait until the images have been loaded before sliding down the table and displaying it?</p>
<p>Thanks in advance for your help!</p>
http://stackoverflow.com/questions/1377490/noob-css-position-question0Noob CSS Position QuestionDr Dork2009-09-04T06:08:09Z2009-09-04T06:25:22Z
<p>Hello, I'm trying to stack images on top of each other inside of a table. I want my page to look like the image below. </p>
<p><img src="http://www.joecrotchett.com/images/misc/positionissue01.jpg" alt="alt text" /></p>
<p>As you can see, there are four boxes with a b&w number image in each. Hidden under the first box is a duplicate box with a color number image. Here's my HTML and CSS code I have... </p>
<pre><code><div id="projects" class="projectclass">
<table>
<tr align="center">
<td>
<div class="projectimglink">
<a href="#">
<img class="projectimg" src="image01-bw.jpg" />
<img class="projectimg-color" src="image01-color.jpg" />
</a>
</div>
</td>
<td>
<a href="#">
<img class="projectimg" src="image02-bw.jpg" />
</a>
</td>
</tr>
<tr align="center">
<td>
<a href="#">
<img class="projectimg" src="image03-bw.jpg" />
</a>
</td>
<td>
<a href="#">
<img class="projectimg" src="image04-bw.jpg" />
</a>
</td>
</tr>
</table>
</div>
</code></pre>
<p>CSS Code (in an external file)</p>
<pre><code>#projects table {
width:510px;
padding: 0px;
}
.projectimglink {
position: relative;
}
.projectimglink img {
position: absolute;
}
.projectimg {
background:#EFEFEF none repeat scroll 0 0;
border:5px solid #EEEEEE;
margin-bottom:5px;
padding:0px;
text-align:center;
z-index: 101;
}
.projectimg-color {
background:#EFEFEF none repeat scroll 0 0;
border:5px solid #EEEEEE;
margin-bottom:5px;
padding:0px;
text-align:center;
z-index: 100;
}
#projects {
padding-top:20px;
padding-left:80px;
color:#666666;
font-family:"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
font-size:110%;
line-height:185%;
}
</code></pre>
<p>However, with that code above, my page looks like the image below and I don't understand why. I'm still learning CSS, so be patient with me :)</p>
<p><img src="http://www.joecrotchett.com/images/misc/positionissue00.jpg" alt="alt text" /></p>
<p>Thanks in advance for all your help!</p>
http://stackoverflow.com/questions/525137/what-are-some-programming-techniques-for-converting-sd-images-to-hd-images1What are some programming techniques for converting SD images to HD imagesDr Dork2009-02-08T04:08:00Z2009-08-31T14:20:04Z
<p>I'm taking programming class and instructor loves to work with images so most of our assignments involve manipulating raw RGB image data. One of our assignments is to implement a standard image converter that converts SD images to HD images and vice versa. I always take advantage of these types of assignments to go a little beyond what we were asked to do, so I added a basic anti-aliasing process that uses the average pixel color of the 3x3 surrounding pixels to improve the converted image. While it helps a bit, the resulting image still doesn't look good, which is ok because it's not expected to for the assignment. I've learned that converting an SD to HD images has shown to be much harder than down sampling to SD from HD just because SD to HD effectively involves increasing resolution when it is not there. Obviously, it is hard to create pixels from nothing, but I'd like enhance my anti-aliasing to something that provides better results when upscaling an image. Most of the techniques I find and read on the internet are far beyond my level of image processing and programming. </p>
<p>Can anybody suggest any better methods or processes to create good HD content from SD content that may be within my programming skill level? I know that's a difficult thing to gauge since you don't know me, but perhaps knowing that I can write c++ code to read in raw RGB data and upscale/downscale it with simple average-anti-aliasing will give you an idea.</p>
<p>Thanks in advance for all your help!</p>
http://stackoverflow.com/questions/1337934/a-good-framework-for-easily-creating-a-social-networking-site1A good framework for easily creating a social networking siteDr Dork2009-08-26T22:39:32Z2009-08-26T23:59:50Z
<p>Hello, I was just reading about <a href="http://www.magentocommerce.com/" rel="nofollow">Magento</a>, a free framework for easily creating an ecommerce site. I was wondering if anyone knew of a similar, easy to use framework that is designed specifically for social networking sites.</p>
<p>Thanks in advance for your wisdom!</p>
http://stackoverflow.com/questions/1310346/noobie-jquery-question-i-found-a-bug-in-my-script-not-sure-how-to-fix-it0Noobie Jquery Question - I found a bug in my script, not sure how to fix itDr Dork2009-08-21T06:36:25Z2009-08-21T07:02:18Z
<p>Hello! Thanks for your help on <a href="http://stackoverflow.com/questions/1310095/noobie-jquery-question-why-doesnt-this-simple-script-work">my last noobie jquery question</a> and since you done good, I have another for you :) The script below allows me to perform some simple AJAX by retrieving some static markup from another HTML file and insert it into my homepage. I'm experiencing a bug that I think is related to the magic of asynchronicity, but since I'm new to AJAX, I'm not sure. </p>
<p>When I move my mouse over a link, it retrieves the HTML and inserts it into my homepage. When I move my mouse off the link, it should remove the new HTML that was inserted. The bug presents itself when sometimes the HTML is inserted, but not removed when you move the mouse on/off the link very quickly. My theory is the "mouse off" function is called before the HTML is actually inserted, do you agree? If so, any thoughts on how to fix this? Here's the script...</p>
<pre><code>$(function()
{
//HOVER EFFECT FOR CONTACT LINK
$('a#contact_link').hover(function()
{
$('<div id="contact_container" />').load('contact.htm #contact', function()
{
$(this).stop()
.hide()
.insertAfter('#header')
.slideDown(250);
});
},
//MOUSE OFF EFFECT FOR CONTACT LINK
function()
{
$('#contact_container').remove();
});
});
</code></pre>
<p>Thanks so much in advance for all your help!</p>
<p><strong>EDIT* Thanks to your replies, I changed my script and the bug seems to be fixed...</strong></p>
<pre><code>$(function()
{
//RETRIEVE THE MARKUP AT PAGE LOAD
$('<div id="contact_container" />').load('contact.htm #contact', function()
{
$(this).hide()
.insertAfter('#header');
});
//HOVER EFFECT FOR CONTACT LINK, SHOW THE MARKUP
$('a#contact_link').hover(function()
{
$('#contact_container').stop()
.slideDown(250);
},
//MOUSE OFF EFFECT FOR CONTACT LINK, HIDE THE MARKUP
function()
{
$('#contact_container').stop()
.hide();
});
});
</code></pre>
<p>I can still see potential for a few bugs in this script, but i'll save that for another question ;) thanks everyone!</p>
http://stackoverflow.com/questions/1310095/noobie-jquery-question-why-doesnt-this-simple-script-work4Noobie Jquery Question - Why doesn't this simple script work?Dr Dork2009-08-21T04:32:04Z2009-08-21T04:55:43Z
<p>Hello! I'm learning JQuery and I wrote a simple AJAX external script for my homepage that tries to load some static markup from a seperate html file and insert it into my homepage when i hover over a link...</p>
<pre><code>$(function()
{
$('a#contact_link').hover(function()
{
alert('test1');
$('<div id="contact_container">').load('contact.htm #contact', function()
{
alert('test2');
/*$(this) + '</div>';
$(this).hide()
.insertAfter('#header')
.slideDown(1000) */
});
return false;
});
});
</code></pre>
<p>at this point, i'm simply trying to get the 'test2' alert box to show, which is why i have the code below that commented out. currently, the 'test1' alert box is the only the one that shows, meaning the 'test2' alert line never gets hit. your thoughts?</p>
<p>here's the snippet of code from my contact.htm file...</p>
<pre><code><div id="contact_container">
<div id="contact">
<p>
<strong>NAME</strong>: My Name<br/>
<strong>EMAIL</strong>: My Email<br/>
<strong>SKYPE</strong>: My Skype Handle<br/>
<strong>ADDRESS</strong>: My Address<br/>
</p>
</div><!--end contact-->
</div><!--end contact_container-->
</code></pre>
<p>thanks so much in advance for your help!</p>
http://stackoverflow.com/questions/1248226/how-would-you-code-this-web-page-advertisements0How would you code this: Web Page Advertisements Dr Dork2009-08-08T07:17:18Z2009-08-13T18:03:59Z
<p>I'm a person that learns best from example. Currently, I'm diving into the field of Web Development after fifteen years of developing desktop apps. I'm still getting used to all the web technologies used for developing modern web sites and everywhere I look, I see diffrent aspects of web development and have no idea how they're implemented. So I thought I'd ask you, the web experts...the wexperts :)</p>
<p>One area of web development that I'm really fuzzy on is website advertising, particularly how they're coded into the web pages and how the different services work (cost, structure, payout, etc.). The only approach I'm familiar with is Google Adsense, which simply requires you to sign up for free, then you add a little chunk of code into your page to display textual advertisements, then you get paid by google when some clicks on the link. Aside from Google Adsense...</p>
<ol>
<li>What are some other advertisement technologies/services that can be used to place focused ads on your site, how do the economics work, and how are they coded into your site? </li>
<li>What are some common requirements that the advertised companies ask your website to meet?</li>
<li>What are Ad Networks?</li>
</ol>
<p>I apologize if this question is too broad (or weird for that matter), remember I'm a noob :) <strong>I'm so desperate for a good overview of this topic that, in two days, I'm going to put up a 100 point bounty for anyone who can provide me with a solid understanding of how all the different approaches to website advertising work (whether it's a link to a good online resource or your own explanation).</strong></p>
<p>Thanks in advance for all your wisdom!</p>
http://stackoverflow.com/questions/1252094/css-layout-problems-with-pictures-and-code-in-ie0CSS Layout Problems (with pictures and code) in IEDr Dork2009-08-09T19:52:05Z2009-08-11T11:20:26Z
<p>Hello, I was wondering if anyone could help me troubleshoot some CSS issues I'm running into with the dreaded IE. Here's the undesired layout as rendered by IE...</p>
<p><img src="http://beeeph.squarespace.com/storage/images/misc/ielayout.jpg" alt="alt text" /></p>
<p>and here's the correct layout (as rendered by Firefox and Chrome)...</p>
<p><img src="http://beeeph.squarespace.com/storage/images/misc/correctlayout.jpg" alt="alt text" /></p>
<p>you can see there are three undesired differences in IE...</p>
<ol>
<li>The left tabs (#header-tabs) get all bunched up in the upper right hand corner of the page</li>
<li>The main logo, paragraph, and image (#header-container) get indented too far to the right</li>
<li>The login box and button are misaligned</li>
</ol>
<p><img src="http://beeeph.squarespace.com/storage/images/misc/ielayoutdifferences.jpg" alt="alt text" /></p>
<p>I've read through a few different tutorials on fixing the most common IE problems, such as the float/double-margin problem and the width/padding box problem, but that didn't change anything.</p>
<p>Thanks so much in advance for all your help! Here's my CSS code...</p>
<pre><code>html, body, div, span, applet, object, iframe,
</code></pre>
<p>h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}</p>
<p>/* remember to define focus styles! */
:focus {
outline: 0;
}</p>
<p>/* my styles */</p>
<p>body {
/<em>margin-left:auto;
margin-right:auto;</em>/
padding-bottom:20px;
width:100%;
color:#666666;
font-family:"Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
font-size:62.5%;
/<em>line-height:185%;</em>/
}</p>
<h1>header-navbar {</h1>
<pre><code>background:#000000 none repeat scroll 0 0;
height:50px;
line-height:50px;
border-top:2px solid #FFFFFF;
width:100%;
</code></pre>
<p>}</p>
<h1>header-toplinks {</h1>
<pre><code>color:#FFFFFF;
line-height:50px;
padding-left:44px;
</code></pre>
<p>}</p>
<h1>header-toplinks a{</h1>
<pre><code>border-bottom:1px solid #38373A;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
</code></pre>
<p>}</p>
<h1>header-toplinks a:hover{</h1>
<pre><code>color:#9E9B9B;
</code></pre>
<p>}</p>
<h1>header-toplinks ul, li{</h1>
<pre><code>display:inline;
float:left;
</code></pre>
<p>}</p>
<h1>header-login {</h1>
<pre><code>float:right;
height:12px;
padding:3px 5px 0px 0px;
line-height:50px;
text-align:left;
</code></pre>
<p>}</p>
<p>.form-search .text {
border-bottom:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
height:18px;
margin-bottom:8px;
vertical-align:middle;
width:100px;
color:#AAAAAA;
}</p>
<p>.form-search .search-button {
background:#999999;
border:medium none;
font-size:1em;
height:18px;
margin-bottom:8px;
margin-left:-2px;
text-transform:uppercase;
vertical-align:middle;
width:52px;
}</p>
<h1>header-tab_projects{</h1>
<pre><code>float:left;
left:0;
position:fixed;
top:105px;
z-index:50;
</code></pre>
<p>}</p>
<h1>header-tab_blog{</h1>
<pre><code>float:left;
left:0;
position:fixed;
top:275px;
z-index:50;
</code></pre>
<p>}</p>
<h1>header-container {</h1>
<pre><code>padding-top:50px;
padding-left:100px;
width:100px;
</code></pre>
<p>}</p>
<h1>header-container p {</h1>
<pre><code>color:#AAAAAA;
text-align:left;
line-height:20px;
font-size:1.3em;
margin-top:25px;
margin-bottom:25px;
width:500px;
</code></pre>
<p>}</p>
<p>.portrait img {
background:#EFEFEF none repeat scroll 0 0;
border:1px solid #EEEEEE;
margin-bottom:5px;
padding:5px;
text-align:center;
}</p>
<h1>footer {</h1>
<pre><code>padding-top:20px;
padding-left:100px;
width:100%;
</code></pre>
<p>}</p>
<p>*Update: When I removed "position: fixed" and replaced with "position: absolute", it fixed problems #1 and #2 :) Thanks everyone!</p>
http://stackoverflow.com/questions/1252790/missing-ado-net-entity-data-model0Missing ADO.NET Entity Data ModelDr Dork2009-08-10T01:22:01Z2009-08-10T03:16:36Z
<p>When I'm in Visual Studio 2008 with an ASP.NET MVC project running, I can't seem to add an ADO.NET Entity Data Model to my project, it doesn't show up in the list of available things to add under the "Data" category.</p>
<p>I've made sure I'm running VS2008 SP1 and have .NET 3.5 SP1 installed. Am I missing anything? Other thoughts?</p>
<p>Thanks so much in advance for all your help!</p>
<p>*UPDATE: I'm not getting much of a response at all on here, which probably means this is a very rare issue. After exhausting about 20 google pages, I came across this <a href="http://wiibart.posterous.com/visual-studio-2008-missing-adonet-and-other-p" rel="nofollow">link</a>, which look promising, but I haven't tried the solution yet because I waiting for a massive service pack to download. News on this and more...to come!</p>
http://stackoverflow.com/questions/1252431/using-javascript-to-fade-a-thumbnail-image-from-grayscale-to-to-color0Using javascript to fade a thumbnail image from grayscale to to colorDr Dork2009-08-09T22:05:18Z2009-08-09T22:23:06Z
<p>I'm relatively new to web development and wouldn't even know where to start in coding a javascript that fades a grayscale thumbnail image into a color thumbnail image on mouseover, and vice versa on mouseoff (<--or whatever this is called). </p>
<p>I've looked all over and can't find a script that does this. Is this possible? Could I use jquery to do this? Other thoughts?</p>
<p>Thanks so much in advance for all your help!</p>
http://stackoverflow.com/questions/217463/how-do-you-configure-the-email-settings-in-crashrpt-to-send-the-crash-dump0How do you configure the email settings in CrashRpt to send the crash dump?Dr Dork2008-10-20T03:35:44Z2009-08-07T05:51:02Z
<p>After reading <a href="http://stackoverflow.com/questions/36127/any-recommended-vc-settings-for-better-pdb-analysis-on-release-builds">this discussion</a> and <a href="http://stackoverflow.com/questions/49224/good-crash-reporting-library-in-c">this discussion</a> about using CrashRpt to generate a crash dump and email it to the developers, I've been having a difficult time finding any instructions/tutorials for configuring the email settings used by the library to send the email.</p>
<p>When you call the install() function to initialize CrashRpt, you specify the email address you want the crash dump sent to, but how does the CrashPrt library know how to send the email to that address? Wouldn't the library have to know the email client settings for each individual user?</p>
<p>When a fatal crash occurs in my code, the CrashRpt dialog box pops up and when I enter my email address and click the send button, it takes me to a "Save File" dialog box where I can save the zipped package and the account specified in the Install() function never receives an email.</p>
<p>Thanks in advance for any and all help! I'm clearly missing something.</p>
http://stackoverflow.com/questions/216012/is-there-a-good-c-crash-reporting-library-that-works-well-with-visual-studio-204Is there a good C++ crash reporting library that works well with Visual Studio 2005?Dr Dork2008-10-19T04:30:32Z2009-08-07T05:44:45Z
<p>After reading <a href="http://stackoverflow.com/questions/36127/any-recommended-vc-settings-for-better-pdb-analysis-on-release-builds">this previous discussion</a> and <a href="http://stackoverflow.com/questions/49224/good-crash-reporting-library-in-c">this one</a>, it looked as though <a href="http://code.google.com/p/crashrpt/" rel="nofollow">Crashrpt</a> was exactly what I was looking for, but it seems it's no longer being maintained and, after playing with it, found it doesn't work well with Visual Studio 2005.</p>
<p>Is anyone using Crashrpt with Visual Studio 2005?</p>
<p>If not, can anyone recommend a good C++ solution for automating the process of...</p>
<ol>
<li>generating a detailed and readable crash dump and</li>
<li>zipping it up along with any other specified log files and</li>
<li>emailing the zipped up package to the developers</li>
</ol>
<p>Thanks in advance!</p>
http://stackoverflow.com/questions/1236607/how-would-you-code-this-grid-breaking-shapes4How would you code this: Grid-breaking shapesDr Dork2009-08-06T01:58:27Z2009-08-06T03:54:33Z
<p>I'm a person that learns best from example. Currently, I'm diving into the field of Web Development after fifteen years of developing desktop apps. I'm still getting used to all the web technologies used for developing modern web sites and everywhere I look, I see cool little UI elements and question how they're implemented. So I thought I'd ask you, the web experts...the wexperts :)</p>
<p>What are some straight forward or creative ways you could code this grid-breaking arrow... </p>
<p><img src="http://psdtuts.s3.amazonaws.com/001%5FWebDesignWeek/02%5FLayout/6.jpg" alt="alt text" /></p>
<p>The basic layout for this page looks like...</p>
<p><img src="http://psdtuts.s3.amazonaws.com/001%5FWebDesignWeek/02%5FLayout/diagram.jpg" alt="alt text" /></p>
<ol>
<li>What would the html/css code look like?</li>
<li>Would you split the image into multiple images or could you use a single image?</li>
</ol>
<p>I'm sure this is a really simple concept and it completely boggles me. I'm sorry if this is a strange question, remember I'm a noob! :)</p>
<p>Thanks in advance for all your help!</p>
<p>Here's a <a href="http://psdtuts.com/tutorials/interface-tutorials/how-a-simple-layout-can-be-mixed-n-matched-with-patterns-photos-and-backgrounds/" rel="nofollow">link</a> to the original tutorial where I found these images</p>
http://stackoverflow.com/questions/1776179/whats-a-good-tool-for-finding-syntax-errors-in-my-javascript-code/1776186#1776186Comment by Dr Dork on whats a good tool for finding syntax errors in my javascript code?Dr Dork2009-11-21T17:51:19Z2009-11-21T17:51:19Zthanks, i'll try it out!http://stackoverflow.com/questions/1771999/simple-xslt-question-how-can-i-add-the-closing-at-the-end-of-a-single-tag/1772100#1772100Comment by Dr Dork on Simple XSLT Question: How can I add the closing "/" at the end of a single tag?Dr Dork2009-11-20T17:46:14Z2009-11-20T17:46:14Zthanks! i was getting an that said "The server did not understand the request, or the request was invalid. Error processing resource '<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"" rel="nofollow">w3.org/TR/xhtml1/…</a>;. So I removed the doctype-system attribute and now it fixed the problem with omitting the '/', but now I'm receiving an error on line 2 of the output XHTML "<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" that says "Required white space was missing". Your thoughts? Thanks again for your help!http://stackoverflow.com/questions/1761062/why-does-this-xslt-code-add-a-new-line/1762606#1762606Comment by Dr Dork on Why does this XSLT code add a new line?Dr Dork2009-11-20T17:14:59Z2009-11-20T17:14:59Zthank you, that worked!http://stackoverflow.com/questions/1761062/why-does-this-xslt-code-add-a-new-line/1761224#1761224Comment by Dr Dork on Why does this XSLT code add a new line?Dr Dork2009-11-19T06:28:14Z2009-11-19T06:28:14Zyou'd think so, but i still have a new line. i must be missing something. with that and the strip-space, i'm still getting a new line. anyhow, i'll keep pounding on it, thanks for your help!http://stackoverflow.com/questions/1761062/why-does-this-xslt-code-add-a-new-line/1761087#1761087Comment by Dr Dork on Why does this XSLT code add a new line?Dr Dork2009-11-19T06:14:03Z2009-11-19T06:14:03Z@ax, well i found one problem that didn't seem to do anything and that is we should have had <xsl:strip-space elements="image"/>, not <xsl:strip-space elements="img"/>. i also tried removing the newlines between the xsl tags as you suggested in your latest variant and that didn't work either. it's strange. here's one thing that may be obvious, my XML file formats the "image" tag to have a new line in them and look like this... <image>(newline here) someimage.jpg</image>. I'm sure that's what's causing the problem, but i don't know why the <xsl:strip-space elements="image"/> isn't fixing it...http://stackoverflow.com/questions/1761062/why-does-this-xslt-code-add-a-new-line/1761087#1761087Comment by Dr Dork on Why does this XSLT code add a new line?Dr Dork2009-11-19T05:48:43Z2009-11-19T05:48:43Z@ax, thanks so much, i just found that as well. however, i'm still getting the newline :( continuing research...http://stackoverflow.com/questions/1761062/why-does-this-xslt-code-add-a-new-lineComment by Dr Dork on Why does this XSLT code add a new line?Dr Dork2009-11-19T05:42:46Z2009-11-19T05:42:46Z@Rashmi Are you using the transformNode() function in IE to apply your stylesheet? http://stackoverflow.com/questions/1761062/why-does-this-xslt-code-add-a-new-line/1761087#1761087Comment by Dr Dork on Why does this XSLT code add a new line?Dr Dork2009-11-19T05:41:55Z2009-11-19T05:41:55Z@ax, thanks for your help! when i add that line, however, i get a parseError that reads 'A name contained an invalid character' I dont understand what that means, looking into it...http://stackoverflow.com/questions/1760705/why-doesnt-my-dom-parser-work-properly-in-ie/1760851#1760851Comment by Dr Dork on Why doesn't my DOM parser work properly in IE?Dr Dork2009-11-19T04:48:46Z2009-11-19T04:48:46Zoh wait, i'm already using transformNode, see the first line of code under the if(window.ActiveXObject) statement
http://stackoverflow.com/questions/1760705/why-doesnt-my-dom-parser-work-properly-in-ie/1760851#1760851Comment by Dr Dork on Why doesn't my DOM parser work properly in IE?Dr Dork2009-11-19T04:44:21Z2009-11-19T04:44:21Zthank you, you could be right, looking into it now...http://stackoverflow.com/questions/1760705/why-doesnt-my-dom-parser-work-properly-in-ieComment by Dr Dork on Why doesn't my DOM parser work properly in IE?Dr Dork2009-11-19T03:41:15Z2009-11-19T03:41:15ZSure, Zurahn, thanks.http://stackoverflow.com/questions/1658594/why-doesnt-the-match-operator-match-anything/1658634#1658634Comment by Dr Dork on Why doesn't the match operator match anything?Dr Dork2009-11-01T22:53:44Z2009-11-01T22:53:44Zlearning a lot! thanks again :)http://stackoverflow.com/questions/1658594/why-doesnt-the-match-operator-match-anything/1658634#1658634Comment by Dr Dork on Why doesn't the match operator match anything?Dr Dork2009-11-01T22:51:25Z2009-11-01T22:51:25Zperfect! the "\s" was causing the problem. thanks so much! why is that"\s" problematic?http://stackoverflow.com/questions/1658594/why-doesnt-the-match-operator-match-anything/1658634#1658634Comment by Dr Dork on Why doesn't the match operator match anything?Dr Dork2009-11-01T22:44:32Z2009-11-01T22:44:32Zhmmm...that didn't seem to make a difference. http://stackoverflow.com/questions/1658594/why-doesnt-the-match-operator-match-anything/1658607#1658607Comment by Dr Dork on Why doesn't the match operator match anything?Dr Dork2009-11-01T22:39:40Z2009-11-01T22:39:40Zi have a terminating "/" before the regex modifiers (six). and are you sure i have to escape the quotes in a regex operation?