CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets for: jwwishart
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Html Template</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
    <style type="text/css">
        .primary { background-color: green; }
        .secondary { background-color: blue; }
by jwwishart   June 16, 2010 @ 4:02pm
778 Views
no comments
 
 ;(function($){
    $.fn.pluginName = function(options) {
        var settings = $.extend($.fn.pluginName.defaults
            , options);
                
        return this.each(function(i, el) {
            // Do your stuff here.
        });
    };
 
by jwwishart   March 03, 2010 @ 3:12pm
Tags:
196 Views
2 comments
 
<tr style="font-size: 0.8em; color: red; text-align:center">
    <td style="width: 100px; height: 25px" valign="top"></td>
    <td colspan="2">
        <div style="padding: 5px; border: 1px solid red; background-color: pink; font-weight: bold">
        Latest Patch: #5</div>
    </td>
</tr>
by jwwishart   February 10, 2010 @ 2:01pm
Tags:
150 Views
no comments
 
 
jQuery.fn.formtip = function() {
    return this.each(function(i, el) {
        var item = jQuery(el);
        var title = item.attr("title");
        
        if (title == undefined) {
            return true;
        } else {
            item.hover(
by jwwishart   January 18, 2010 @ 4:07pm
240 Views
no comments
 
<% for (int i = 0; i < 10; i++) { %>
    <div class="emailAddress">
        <label>jimbo@example.com</label>
        <%= Html.Hidden("asdf", Guid.NewGuid()) %>
        <a href="javascript:void(0);">Delete</a>
    </div>
<% } %>
    
    
<script type="text/javascript">
by jwwishart   January 13, 2010 @ 9:31pm
Tags:
240 Views
no comments
 
C#
using System;
 
using System.Security.Cryptography;
 
using System.IO;
 
using System.Text;
 
public class CompareFileAndMD5
by jwwishart   December 11, 2009 @ 4:35am
353 Views
no comments
 
C#
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Resources;
using System.Text;
using System.Threading;
using System.Globalization;
by jwwishart   November 12, 2009 @ 7:04pm
387 Views
no comments
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Html Template</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 
    <style type="text/css">
    
    </style>
    
by jwwishart   November 04, 2009 @ 7:32pm
389 Views
3 comments
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Redirect Link Using jQuery</title>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> 
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>
    <script type="text/javascript">
        
        // Custom Library Function
        var Library = {
by jwwishart   November 04, 2009 @ 5:34pm
382 Views
no comments
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>Simle Html Template</title>
 
    <script type="text/javascript">
        /*
         * jQuery JavaScript Library v1.3.2
         * http://jquery.com/
         *
by jwwishart   November 03, 2009 @ 9:01pm
498 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate