OK, I have a website which I am developing for a client. This website is fairly basic, but one thing the client has identified is that when the user is scrolling down the page they want the menu to sc
How could you do the following inline conditional for a string[] array in C#. Based on a para开发者_StackOverflow中文版meter, I\'d like to include a set of strings...or not. This question is a followu
The code is 开发者_JAVA百科as follows var mailArchive = {0: \"Dear nephew, ... (mail number 1)\",
I am trying to specify two conditions as a part of a for loop. It seems like the second condition in the second for loop is not being considered. My code runs this way:
Is it possible to create custom conditions when I raise an exception? Consider the following example:
I have a PHP menu which I include simply via <?php include_once(\"includes/blog.php\") ?> I\'m trying to figure out how to reformat the link text in the menu if the linked page is being displ
I want to delete certain files of type [cue,jpg,png,m3u,etc.] but if and only if they are in a folder by themselves or other files of [cue,jpg,png,m3u,etc.] type. I already have a function that can ge
I\'m aware you can test if a file is a directory using: if(-d $filen开发者_如何转开发ame) but how can you test if it\'s not a directory?Have you thought of trying the following?
I am trying to get my website to request a product from a mysql database, but I have a flash animation displaying the product. This animation is c开发者_Go百科ontroled by an xml file.
I wrote a regex for a rewrite rule that includes a negative lookahead to replace the rewriteCond line, because WordPress only accepts two values: pattern -> substitution.