Below are the top ranked snippets.

ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2  ...  49 50 51 52 53 54 55 56 57 Next »
4
Date Submitted Mon. Mar. 6th, 2006 5:03 AM
Revision 1
Scripter TimYates
Tags J2EE | JSP | no-cache
Comments 0 comments
This should stop your JSP page being cached by browsers and proxies.

It tries to cover all bases, just stick it at the top of any JSP page.

If your entire web application requires this, it would be much more economical to write a J2EE Filter, and run this code for each request before chaining on to the next filter..
4
Date Submitted Sat. Apr. 15th, 2006 12:37 AM
Revision 1
Syntax Master dannyboy
Tags Hostname | IP | VBSCRIPT
Comments 0 comments
find external IP and external hostname with vbscript
4
Date Submitted Sat. Apr. 15th, 2006 12:43 AM
Revision 1
Syntax Master dannyboy
Tags remote | services | VBSCRIPT
Comments 0 comments
List all services of a remote compute
4
Date Submitted Sat. Apr. 22nd, 2006 11:17 AM
Revision 4
Beginner Utsawin
Tags "ASP.NET 2.0" | combinations | factorials | math | permutations
Comments 3 comments
Go easy on me, my first snippet - plus I am new to VB.NET 2.0... with only basic knowledge of classic VB... Just want to mention that the Permutations function is not actually mine - found it online... (credit where credit's due)

Fairly simple stuff, but had me pulling my hair out - Even Excel has a COMBI function out of the box!
4
Date Submitted Fri. Jun. 9th, 2006 11:40 AM
Revision 1
Coder mattrmiller
Tags Array | find | PHP | search
Comments 0 comments
A simple search array example.
4
Date Submitted Fri. Aug. 4th, 2006 7:55 AM
Revision 1
Syntax Master sundaramkumar
Tags JavaScript
Comments 0 comments
This code snippet will validate an IP Address (IP v4).
return true if the ip address is valid. Else false.
4
Date Submitted Fri. Aug. 4th, 2006 9:48 AM
Revision 1
Syntax Master sundaramkumar
Tags XSL
Comments 0 comments
Alternate row coloring in xsl
4
Date Submitted Thu. Aug. 10th, 2006 2:03 AM
Revision 1
Syntax Master sundaramkumar
Tags JavaScript
Comments 1 comments
convert a string to intege
4
Date Submitted Sun. Aug. 13th, 2006 4:52 PM
Revision 1
Helper snowdonkey
Tags "css" | "Opera" | "stylesheets"
Comments 2 comments
Hide CSS styles from Opera by substituting Latin letter "r" for Unicode character 82 in the media attribute "screen" of the style tag.

Tested in browsers based on Netscape, Mozilla, and Internet Explorer for PC.
4
Removes every sub-directory in a directory tree that has its name equal to [string] or containing [string] starting from [initial_directory].
« Previous 1 2  ...  49 50 51 52 53 54 55 56 57 Next »