active questions tagged web-development - Stack Overflowmost recent 30 from stackoverflow.com2009-12-16T03:34:17Zhttp://stackoverflow.com/feeds/tag/web-developmenthttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1908868/proper-applicationcontext-usage1Proper ApplicationContext usage?Ari2009-12-15T17:00:17Z2009-12-16T01:37:25Z
<p>I've recently started learning the Spring Framework, and I'm a bit unclear on how the ApplicationContext is supposed to be used - in both standalone and web applications. I understand that the ApplicationContext, once instantiated with the spring configuration xml, is the "spring container" and is a singleton. </p>
<p>But:</p>
<ol>
<li>In the starting point - <em>main method</em> - of an app do I use ApplicationContext.getBean("className") and then rely on DI for all other registered beans or is there a way to use <em>only</em> DI?</li>
<li>Is there any other place besides the <em>main method</em> where I could/should use ApplicationContext.getBean("className")?</li>
<li>If and when should ApplicationContext.getBean("className") be used in a web app? </li>
<li>If in your opinion there is information I MUST know regarding DI related to <strong>web applications</strong>, even though I may not of specifically inquired about it, please share.</li>
</ol>
http://stackoverflow.com/questions/1911691/ruby-on-rails-generating-column-for-textarea-and-pics0Ruby on Rails - generating column for textarea and picsbgadoci2009-12-16T01:28:38Z2009-12-16T01:36:44Z
<p>I am new to rails so excuse the simple questions. I am creating a website for a company. That company wants to display it's clients on the site. I would like to allow the client to manage this themselves. </p>
<p>I am generating a table for the 'clients' and the three columns I would like to have are: Company Name, Company Description and logo. For the name I am using name:string but not sure how to best create the column for description (as I intend having it be a textarea) and pictures at the script/generate scaffold terminal command. My suspicion is that the description (which I would like to be a textarea) should still be description:string and then just adjust in the actual form. Not sure what to do for the picture field. </p>
<p>So...long way to say: what do I enter to generate the description and picture columns in the scaffold command?</p>
http://stackoverflow.com/questions/1188285/a-library-that-allows-to-add-footnotes-to-a-web-page0A library that allows to add footnotes to a web pageElazar Leibovich2009-07-27T13:55:39Z2009-12-16T01:23:52Z
<p>I would like to add in my web app ability to add comments to a specific word in the page. Something like the LaTex footnotes.</p>
<p>The UI I had in mind is, each word would be highlighted when the mouse hovers over it (or that the space after it is being highlighted), and when the user clicks, a textbox to enter the comment pops up near the place the comment would appear. After the user entered the comment a little number would appear after this word in the web page, and other users would be able to click on this number and reveal the comment.</p>
<p>The architecture I had in mind is, a client side javascript program that would handle the <code>view</code>. The <code>model</code> and the <code>controller</code> would be on the server. They would save the document in some textile-like format (say, StackOverflow's question's format), and would only verify permissions (ie users would only be allowed to add [1] (user-name) ... to the document body
).</p>
<p>That's the architecture and UI I had in mind, but I'm open to new suggestions.</p>
<p>Is there any similar component availible?</p>
http://stackoverflow.com/questions/621884/database-development-mistakes-made-by-app-developers120Database Development Mistakes Made by App Developers Charles Faiga2009-03-07T14:12:06Z2009-12-16T00:35:41Z
<p>What are common database development mistakes made by application developers? </p>
http://stackoverflow.com/questions/1910576/jquery-text-get-the-html-within-a-node-how-do-i-set-the-text-within-a-node0JQuery: .text() get the html within a node, how do I set the text within a node?Brettk2009-12-15T21:35:32Z2009-12-15T21:37:23Z
<p>Using JQuery, I can do the following to get the text within my <code>LI</code></p>
<pre><code>$("#listingTabs li").eq(2).text();
</code></pre>
<p>How do I <strong>set</strong> the text? Because the following doesn't work</p>
<pre><code>$("#listingTabs li").eq(2).text() = 'insert new text';
</code></pre>
http://stackoverflow.com/questions/1907131/c-interface-version-of-httpwebrequest-and-httpwebresponse0C++ interface version of HttpWebRequest and HttpWebResponse.Ramanand Bhat2009-12-15T12:33:27Z2009-12-15T20:46:38Z
<p>Hi All,</p>
<p>We are wondering how to use HttpWebRequest and HttpWebResponse .net framework Class in ATL c++ project is their any interface exposed for webrequest class in C++, currently we cannot have a c# project so we are looking for alternative interface.</p>
<p>Any help will be greatly appreciated.
Ramanand. </p>
http://stackoverflow.com/questions/1907250/should-i-wait-for-flash-player-10-1-or-go-with-flash-lite-3-to-develop-flash-cont0Should I wait for Flash Player 10.1 or go with Flash Lite 3 to develop Flash content for mobile phones and devicesundefined2009-12-15T12:52:57Z2009-12-15T20:40:40Z
<p>Adobe are launching Flash Player 10.1 in the first quarter of 2010, this will provide consistent runtime across desktops and mobile devices (so I assume if it was built for the web it will work on the mobile).</p>
<p>I am about to start developing an flash based application for mobile phones, should I look at using FLash Lite 3 or wait until Flash Player 10.1 comes out. I guess I could have my flash lite 3 app out there in a couple of months by which time Flash Player 10.1 will be coming very soon. Is it valid to say that the majority of handsets out there now support Flash Lite 3 and may not support Flash Player 10.1 or will all handsets be able to use Flash Player 10.1 when it comes out? What share of the market will this release affect?</p>
<p>I will still want to optimise my Flash 10 for web application to run on Flash Player 10.1 to make it perform better on a mobile browser so this is still potentially just as much work as building a standalone Flash Lite 3 app. Or do I not need to optimise at all - will Flash Player 10.1 deliver the same experience on a mobile browser?</p>
<p>Will Flash Player 10.1 offer the same feature set such as being able to browse files on a mobile and upload to the web?</p>
<p>anything else to consider here?</p>
http://stackoverflow.com/questions/1909641/nested-list-item-styles-with-empty-container-list-items0Nested list item styles (with empty container list items)Marijn2009-12-15T19:08:27Z2009-12-15T19:33:30Z
<p>I'm trying to make the following arrangement with lists:</p>
<pre><code>1. a. TextA
b. TextB
c. TextC
2. Text2
a. TextA
</code></pre>
<p>Ideally I wouldn't have to make a seperate class or markup for the first case. The problem is that currently it looks like this:</p>
<pre><code>1.
a. TextA
b. TextB
c. TextC
2. Text2
a. TextA
</code></pre>
<p>HTML code:</p>
<pre><code><ol>
<li>
<ol>
<li>TextA</li>
<li>TextB</li>
<li>TextC</li>
</ol>
</li>
<li>Text2
<ol>
<li>TextA</li>
</ol>
</li>
</ol>
</code></pre>
<p>Is it possible to do this with CSS? We only have to target FF3 fortunately so I was hoping for some advanced CSS selectors. However it seems that to "detect" the first case you have to see if there is any text in the first list item before the ol tag and I don't think you can do that with CSS. </p>
<p>I also noted that sometimes people put the nested ol below the li tag instead of inside of it, but I couldn't find any difference in the appearance.</p>
<p>Thanks in advance.</p>
<p>EDIT: I didn't mention something that has turned out to be very important to this problem. I need the numbers to align to the right instead of left. I found a solution for this on another stackoverflow question, the css I'm using is:</p>
<pre><code>li {
margin-bottom: .5em;
margin-left: 25px;
}
li:before {
display: inline-block;
content: counter(item) ".";
counter-increment: item;
width: 20px;
margin-left: -23px;
}
</code></pre>
<p>The last 7 lines make the lists behave like I outlined above, sorry for the confusion!</p>
http://stackoverflow.com/questions/1909514/html-how-does-a-browser-render-an-image-for-layout0HTML: How does a browser render an image for layout ?JasonK2009-12-15T18:47:10Z2009-12-15T18:59:19Z
<ol>
<li><p>How much layout space does a web-browser allocate when <em>initially</em> rendering:</p>
<p>< img src="image.jpg" /></p></li>
<li><p>How much layout space does a web-browser allocate when <em>initially</em> rendering:</p>
<p>< img src="image.jpg" style="max-height:100px; max-width:200px" /></p></li>
<li><p>How much layout space does a web-browser allocate when <em>initially</em> rendering:</p>
<p>< img src="image.jpg" style="min-height:50px; min-width:110px" /></p></li>
<li><p>How much layout space does a web-browser allocate when <em>initially</em> rendering:</p>
<p>< img src="image.jpg" height="97" width="134" /></p></li>
</ol>
<p><strong>Update:</strong></p>
<p>What I'm trying to determine is if the browser first allocates 0x0 and then scales up the layout once the dimension is obtained OR ... in the cases of using min/max-height/width - does the browser actually allocate that much space and then updates the layout once it has the actual dimensions.</p>
http://stackoverflow.com/questions/1885899/why-did-one-of-my-effects-stopped-working-after-adding-another-effect0Why did one of my effects stopped working after adding another effect?bgadoci2009-12-11T05:09:20Z2009-12-15T18:40:40Z
<p>I am new to all of this so sorry if this is a stupid question. </p>
<p>I had previously created a lightbox affect for my contact form and had it working great. Clicked contact, lightbox popped up with the contact form that kept in a separate html page. The script references were as follows:</p>
<pre><code><link rel="stylesheet" type="text/css" href="css/lightview.css" />
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/prototype/1.6.1/prototype.js'></script>
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.2/scriptaculous.js'></script>
<script type='text/javascript' src='js/lightview.js'></script>
</code></pre>
<p>Then, I went through a tutorial to add a coda-like slider box and got that all working adding the following scripts to the head:</p>
<pre><code><script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="js/jquery.scrollTo-1.4.2-min.js" type="text/javascript"></script>
<script src="js/jquery.localscroll-1.2.7-min.js" type="text/javascript"></script>
<script src="js/jquery.serialScroll-1.2.2-min.js" type="text/javascript"></script>
<script src="js/coda-slider.js" type="text/javascript" charset="utf-8"></script>
</code></pre>
<p>Once I completed that I found that my initial lightbox function stopped working and the link now just sent me to the html page. No lightbox. Here is the full head now:</p>
<p>
</p>
<pre><code><title>index</title>
<link rel="stylesheet" href="css/style.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/lightview.css" />
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/prototype/1.6.1/prototype.js'></script>
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/scriptaculous/1.8.2/scriptaculous.js'></script>
<script type='text/javascript' src='js/lightview.js'></script>
<script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="js/jquery.scrollTo-1.4.2-min.js" type="text/javascript"></script>
<script src="js/jquery.localscroll-1.2.7-min.js" type="text/javascript"></script>
<script src="js/jquery.serialScroll-1.2.2-min.js" type="text/javascript"></script>
<script src="js/coda-slider.js" type="text/javascript" charset="utf-8"></script>
</code></pre>
<p> </p>
<p>Here is my nav that sent to the light box:</p>
<pre><code> <a href="index.html">Overview</a> |
<a href="index.html">Client List</a> |
<a href="index.html">Reviews</a> |
<a href="index.html">News</a> |
<a href='hiddenforms/candidateform.html' class='lightview' title=" :: :: topclose: true, autosize: true">Candidates</a> |
<a href='hiddenforms/contactform.html' class='lightview' title=" :: :: topclose: true, autosize: true">Contact</a> |
<a href="candidate.html">Share</a>
</code></pre>
<p>I hope that helps. Can you have too much javascript on a page? How do I fix this?</p>
http://stackoverflow.com/questions/1909324/css-when-to-use-max-height-max-width-on-images1CSS: When to use max-height / max-width on images?JasonK2009-12-15T18:14:21Z2009-12-15T18:19:51Z
<p>When does it make sense to use <code>max-height</code> or <code>max-width</code> on an image?</p>
<p>Does it help if I don't specify the actual dimensions of the image because I don't know it.</p>
http://stackoverflow.com/questions/1908783/css-html-does-using-max-height-on-images-help-html-rendering2CSS/HTML: Does using max-height on images help HTML rendering?JasonK2009-12-15T16:51:06Z2009-12-15T18:09:27Z
<p>I just finished reading <a href="http://developer.yahoo.net/blog/archives/2009/04/yslow%5Fupdate.html" rel="nofollow">YSlow recommendation</a> to always define the image dimensions (height/width) to improve HTML rendering performance.</p>
<p>However, I don't know the image dimension I'm linking too.</p>
<p>What I do know is that the <code>height</code> will never be larger than 200px and the <code>width</code> will never be larger than 300px</p>
<p>Would I be a benefit if I defined (CSS) :</p>
<pre><code>img {max-height: 200px; max-width: 300px}
</code></pre>
<p>For HTML performance rendering?</p>
http://stackoverflow.com/questions/1908350/simple-and-good-css-html-ides-for-mac-os0Simple and good CSS/HTML IDEs for Mac OS?dehmann2009-12-15T15:51:20Z2009-12-15T16:56:27Z
<p>What are some good and simple IDEs for writing CSS/HTML code on the <strong>Mac</strong>? </p>
<p>I realize a similar question has been asked before (<a href="http://stackoverflow.com/questions/1227008/ide-for-web-development-css-html-javascript-and-etc">here</a>, for example), but most answers are about Windows tools.</p>
<p><a href="http://css-discuss.incutio.com/?page=CssEditors" rel="nofollow">This list</a> includes some CSS IDEs for Mac OS, but it would be good to know which ones are popular (and the list is probably not complete). </p>
<p>I'm looking for something simple that helps me write CSS code, e.g. pops up a list with possible attributes of an element as I type, does code completion etc.</p>
http://stackoverflow.com/questions/1870746/perlbal-reproxy-with-remote-host0Perlbal Reproxy with Remote Hostmatt2009-12-09T00:00:28Z2009-12-15T16:40:40Z
<p>why would perlbal's reproxying give me a <code>503</code> for any remote url?</p>
<pre><code>X-REPROXY-URL: /path/to/a/local/file.jpg = working
X-REPROXy-URL: http://a-public-file-in-an-s3-bucket.jpg = HTTP 503
</code></pre>
<p>my perlbal conf looks like:</p>
<pre><code>CREATE POOL test_pool
POOL test_pool ADD 127.0.0.1:8888
POOL test_pool ADD 127.0.0.1:8889
CREATE SERVICE balancer
SET listen = 0.0.0.0:80
SET role = reverse_proxy
SET pool = test_pool
SET persist_client = on
SET persist_backend = on
SET verify_backend = on
SET enable_reproxy = true
ENABLE balancer
</code></pre>
<p>and i know im setting the header properly, because, as i said, it works for local files and urls.</p>
http://stackoverflow.com/questions/1907460/php-why-many-types-of-string-types-and-multiple-implementations-of-functions0PHP: Why Many Types of String Types And Multiple Implementations Of functions?Sarfraz Ahmed2009-12-15T13:27:38Z2009-12-15T13:57:03Z
<p>Hello All,</p>
<blockquote>
<p>A number of people are unhappy with
the current implementation where there
are either too many different string
types (binary, string, unicode) or the
multiple implementations of many
internal engine functions and helper
functions.</p>
</blockquote>
<p><a href="http://www.php.net/~derick/meeting-notes.html#deprecated-behaviour" rel="nofollow">Minutes PHP6 Developer Meeting</a></p>
<p>This is for the PHP gurus. </p>
<p>Do we really need such functionality?<br>
Doesn't it create confusion?</p>
<p>When I started learning PHP, this definitely did create a lot of confusion for me
but this goes true even today !</p>
<p>So Why at all?</p>
<p>Expert PHP developers, please reply the with the logic behind that.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1905858/disable-events-triggered-on-html-select-control0Disable events triggered on HTML <SELECT> controlManav Sharma2009-12-15T08:00:41Z2009-12-15T13:24:44Z
<p>Is there a way to capture the events triggered on HTML controls before they are forwarded for default (generic) handling by the control itself. In my case, I want to prevent a element dropdown to open when a user clicks on the control. e.g. On this user click, OnClick() event gets fired and is handled by the default control which open the dropdown. I want to stop this from happening.</p>
<p>Can I attach a custom function to this event and redirect the event handling to this one instead of the default code that opens the dropdown?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/253673/recommended-hash-for-passwords-in-asp-classic0Recommended hash for passwords in ASP ClassicCory House2008-10-31T14:19:16Z2009-12-15T12:55:29Z
<p>What is the slowest (therefore best) hash algorithm for passwords in ASP Classic?</p>
<p>EDIT: For those unaware, when hashing passwords, slower hashes are preferred to faster to help slow rainbow table style attacks. </p>
<p>EDIT2: And yes, of course speed isn't the only valid concern for hash selection. My question assumes that <strong>All other things being equal</strong>, <a href="http://www.securityfocus.com/blogs/262" rel="nofollow">the slowest hash method is preferred</a> when hashing a password. Though collision/reverse engineering is of course a concern too, I'm prioritizing speed in this question since it is arguably the most critical factor to consider when comparing popular hash algorithms for use on passwords.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/1902792/javascript-and-flash-incompatibility-with-ie0JavaScript and Flash incompatibility with IENarek2009-12-14T18:55:37Z2009-12-15T11:45:17Z
<p>Hey!</p>
<p>I have a JavaScript Picture gallery. The arrows under the gallery make possible to move through all pictures of the gallery. When I have added to that page also a .SWF flash animation the gallery arrows stoped working properly in IE. But in other browsers like Mozilla, Google Chrome, Opera and so on it works! I have removed the .SWF and it is working in IE as well.</p>
<p>Here is the code where I have instantiated the .SW:</p>
<pre><code><embed src="ads/banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="770" height="180" style="margin:0px; padding:0px; border:0px hidden; outline:0px; overflow:hidden; background-color:#c2c6c9;"></embed>
</code></pre>
<p>Please help me to understand at this time what's wrong with IE. :)</p>
http://stackoverflow.com/questions/1253340/what-is-the-ecosystem-for-haskell-web-development16What is the ecosystem for Haskell web development?deceze2009-08-10T06:16:45Z2009-12-15T11:39:41Z
<p>Inspired by <a href="http://stackoverflow.com/questions/1253243/is-haskell-mature-enough-for-developing-commerical-web-applications">this</a> question and a recent <a href="http://www.xent.com/pipermail/fork/Week-of-Mon-20070219/044101.html" rel="nofollow">affair</a>, I'm wondering what's involved with Haskell web development.</p>
<ul>
<li>Are there any Haskell web frameworks or template engines? </li>
<li>How would hosting a Haskell site work, are there suitable web servers? </li>
<li>Is Haskell too complex for the usual rapid development and prototyping based workflow often used in web development? </li>
<li>Are there examples of existing Haskell web applications?</li>
</ul>
http://stackoverflow.com/questions/2648/what-php-framework-would-you-choose-for-a-new-application-and-why70What PHP framework would you choose for a new application and why?happyappa2008-08-05T18:16:08Z2009-12-15T11:25:38Z
<p>Over the course of your web development experience, what PHP framework(s) have you worked with? What strengths and weaknesses have you observed in those frameworks? Considering these, what framework would you recommend if beginning a new application?</p>
http://stackoverflow.com/questions/1905586/php-alternative-to-variables-passed-by-reference0PHP: Alternative to variables passed by reference?Sarfraz Ahmed2009-12-15T06:37:00Z2009-12-15T07:31:24Z
<p>Hello There,</p>
<p>In the minutes <a href="http://www.php.net/~derick/meeting-notes.html#deprecated-behaviour" rel="nofollow">php6 developer meeting</a>, i came across a point where it said that call-time-pass-by-reference is no longer there in PHP6. For example, following both are incorrect for PHP6:</p>
<pre><code><?php
$foo =& new StdClass();
?>
<?php
function &foo()
{
return new StdClass();
}
$f = foo();
?>
</code></pre>
<p>If we can't use something like this in PHP6:</p>
<pre><code>$foo =& new StdClass();
</code></pre>
<p>What is the alternative to that, is there any way to mimic that?</p>
<p><strong>EDIT:</strong></p>
<p>Ans what about variables in PHP6, can we do that for variables eg:</p>
<pre><code>$this->data =& $_SESSION;
</code></pre>
http://stackoverflow.com/questions/1905668/free-comment-reply-system-like-intensedebate0Free comment reply system like intensedebate?Prashant2009-12-15T07:06:06Z2009-12-15T07:18:44Z
<p>Is there any free script in PHP/MYSQL or in ASP.NET/SQL Server for comment reply system like intensedebate.com. In intensedebate we can reply to any comment or reply. I need the similar free script which I can modify according to my website needs.</p>
<p>Please let me know if anybody knows any system like this or if anyone has some concept which can guide me to create a system (db tables and script) like intensedebate.com have.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1905562/php-how-to-know-whether-arguments-are-passed-by-reference1PHP: How to know whether arguments are passed by reference?Sarfraz Ahmed2009-12-15T06:31:11Z2009-12-15T07:05:28Z
<p>Consider the following code:</p>
<pre><code>class myclass
{
function __construct(&$arg1, &$arg2)
{
echo $arg1;
echo $arg2;
}
}
</code></pre>
<p>How do I know that constructor above has arguments passed by reference through code?</p>
<p>Edit:</p>
<p>I am looking for detecting of they are passed by reference programatically something like this:</p>
<pre><code> is_passed_by_ref($arg1, etc);
</code></pre>
http://stackoverflow.com/questions/1889615/version-numbering-basics8Version numbering basics?coderex2009-12-11T17:31:37Z2009-12-15T05:09:31Z
<p>Hi,</p>
<p>Suppose I have a web application with some basic functions. I want to market it. So I would like to assign a version number - something like 0.0.1. What I want to know is are there any constraints that should apply to that numbering system?</p>
<p>Hope you understood my question, thanks in advance.</p>
http://stackoverflow.com/questions/1905147/javascript-scrolling-images0Javascript Scrolling Images...bgadoci2009-12-15T04:20:54Z2009-12-15T04:35:12Z
<p>I am new to javascript so go easy. I am trying to create a section of a web page to highlight a company's clients. Rather than list them all, I would like to create a auto scrolling effect. For instance, upon landing on the page a visitor sees two logos in the "clients" section, and two seconds later, that area auto displays two new logos. </p>
<p>Can anyone point me to a good source to implement this?</p>
<p>I hope that makes sense. I will be looking for an example in the meantime. </p>
http://stackoverflow.com/questions/1901632/msbuild-create-virtual-directory-on-xp-iis-5-10MSBuild Create Virtual Directory on XP (IIS 5.1)Burt2009-12-14T15:39:57Z2009-12-15T04:17:07Z
<p>Our process for creating a new development (get latest, setup db, setup IIS directories with permissions) environment has got a little complicated and I want to automate it.</p>
<p>The only bit I am stuck on is creating an IIS Virtual Directory for the WCF service layer. We develop with windows XP (IIS 5.1) but will be moving to Windows 7 (IIS 7) soon.</p>
<p>Can anyone help please?</p>
http://stackoverflow.com/questions/1900191/how-to-select-current-menu-in-master-pages1How to select current menu in master pages?Prashant2009-12-14T10:50:30Z2009-12-15T04:00:46Z
<p>In my web app (asp.net C#) I have menus as "All", "Education", "Fun", "Comedy". I want when I select All then it should be displayed as current menu, for which I have a CSS class current.</p>
<p>In case of WebUserControls I can do it easily by passing parameter of current page to select as below:</p>
<p>mywebpage.aspx</p>
<pre><code><uc:header ID="header1" runat="server" selectedMenu="comedy" />
</code></pre>
<p>header.ascx (code (c#))</p>
<pre><code>public string selectedMenu
{
get { return strSelected; }
set { strSelected = value; }
}
</code></pre>
<p>header.ascx (html)</p>
<pre><code><ul>
<li><a href="/all/" title="All Videos" <%if (strSelected == "all"){%>class="current"<%} %>><span>All</span></a></li>
<li><a href="/fun/" title="Fun Videos" <%if (strSelected == "fun"){%>class="current"<%} %>><span>Fun</span></a></li>
<li><a href="/comedy/" title="Comedy Videos" <%if (strSelected == "comedy"){%>class="current"<%} %>><span>Comedy</span></a></li>
</ul>
</code></pre>
<p>When I'll pass comedy from my webpage to usercontrol then it will select comedy menu. I want to implement the same kind of functionality in case of master pages, could anyone tell me how to achieve this type of facility for master pages.</p>
<p>One way what I feel is to pass a query string parameter <code>http://example.com/all/?select=all</code>, I'll check on master page_load function if select parameter is "all" or fun or comedy then select corresponding menu. But this is not good, because I don't want to add an extra query string parameter to my URLs.</p>
<p>Please tell me how to solve this issue.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1897763/best-practice-for-loading-necessary-json-data-jquerys-document-ready-hook2best practice for loading necessary JSON data: jquery's $(document).ready() hook? in the <HEAD> of page? laramichaels2009-12-13T21:13:08Z2009-12-15T01:50:21Z
<p>Hi everyone,</p>
<p>I have been reading <a href="http://developer.yahoo.com/performance/rules.html" rel="nofollow">Yahoo's Best Practices For Speeding Up Your Website</a>, but still have a question that I could really use your help with: </p>
<p>The very first page of my web app needs to display a bunch of data that is dependent on the city the user is in. On the first visit, the user is prompted to pick her city and I store a cookie in the browser recording which city to start with. On her following visits to the site, the Javascript code checks the cookie and retrieves the data for that city as JSON.</p>
<p>Given that this data is necessary to display the fundamental part of the page, where should I load it from? Currently I am doing it from the top of Jquery's $(document).ready(), but it occurred to me that by definition that only gets executed once the entire page has loaded.</p>
<p>Which is the correct way to do this? (Eg, will it improve matters if I instead put some Javascript in the that checks for the cookie and loads the JSON feed for the right city? Some other solution...?)</p>
<p>Thank you for any insight</p>
<p>lara</p>
http://stackoverflow.com/questions/1904517/php-voting-code-works-on-5-2-5-but-not-on-5-2-11-anymore0PHP voting code works on 5.2.5 but not on 5.2.11 anymoreTony C2009-12-15T00:32:46Z2009-12-15T00:48:42Z
<p>Ok so a little while back I had some help writing a php voting code, it worked just fine after I told my server to use the latest version of php. However now I have switched servers, and the php isn't as up to date as the other one. Anyways here's my code</p>
<pre><code><?php
if(!file_exists('vote/1u.txt')){
file_put_contents('vote/1u.txt', '+1');
}
if($_GET['click'] == 'up1'){
file_put_contents('vote/1u.txt', ((int) file_get_contents('vote/1u.txt')) + 1);
header('Location: ' . $_SERVER['SCRIPT_NAME']);
die;
}
?>
</code></pre>
<p>Execute and display:</p>
<pre><code><a href="?click=up1"><img src="images/thumbsup.jpg" width="40px"border="0"> </a><br>Votes: <?php echo file_get_contents('vote/up1.txt'); ?>
</code></pre>
<p>Now when on my other server this code worked great! php version 5.2.5, however on my new server the php version is 5.2.11, and because of this the code won't work. My question is, are there any ways to make this more compatible for an earlier version of php, or a completely new code that will work just like this one? Or is there a way to tell my servers to use php 5.2.5+? Using cPanel X admin panel. </p>
<p><em>I have set the text file permissions to 777 and still nothing!</em> </p>
http://stackoverflow.com/questions/1903943/web-application-testing-rig-what-do-you-use-any-suggestions1Web Application Testing Rig: What do you use? Any suggestions?Ev2009-12-14T22:24:48Z2009-12-14T23:49:17Z
<p>Hi guys,</p>
<p>I have recently inherited testing responsibility on a web application. A lot of our testing is related to specific operating systems and browsers. </p>
<p>Does anyone have suggestions on building a test rig? I am not talking about automated testing (that is a separate issue that I'm working on). This is more for confirming specific bugs. </p>
<p>I was thinking of getting a medium powered desktop machine and multi booting several versions of Windows, but that seems like quite a to-do. Is there a better solution? </p>
<p>I would be open to multiple Windows Desktop VPS machines, but I can't seem to find anything suitable. </p>
<p>Feel free to suggest anything!</p>