New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching language of HTML
dfgdfg
Yesterday @ 3:18pm
Tags:
4 Views
no comments
 
<asp:Panel ID="pnlPopup" style="display:none;" runat="server">
<input id="hidStatus2" type="hidden" runat="server" value="False" />
<asp:HiddenField ID="hidStatus" Value="False" runat="server" />
<asp:UpdatePanel ID="UpdatePanel3" runat="server">
<ContentTemplate>        
    <asp:Panel ID="pnlWizard" style="position:relative; font-family:Tahoma; font-size:11px; background-color:#d4d0c8; border:solid 2px #8f8d88; width:650px; height:400px;" runat="server">
        <asp:Panel ID="pnlWizardHeader" style="position:absolute; width:650px; background-color:#fff; height:60px; border-bottom:solid 1px #8e8b85;" runat="server">
            <asp:Label ID="lblWizardHeaderTitle" runat="server"></asp:Label>
            <br />
            <asp:Label runat="server" Text="Paso"></asp:Label>
Yesterday @ 2:45am
Tags:
6 Views
no comments
 
<script type="text/javascript" src="http://www.debbiesdominicantravel.com/js/jquery.js"></script>
Thursday @ 2:33pm
Tags:
5 Views
no comments
 
type="text/javascript" src="<?php echo $this->config->item('cdn_location'); ?>jquery/1.4.2/jquery.min.js"></script>  
Thursday @ 2:32pm
Tags:
5 Views
no comments
 
# <?php echo $this->partialLoop('article.phtml', array(
# array('title'=>'Title', 'content'=>'My Content!'),
# array('title'=>'Title2', 'content'=>'More Content!')
# )) ?>
July 24, 2010 @ 4:29pm
Tags:
10 Views
no comments
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head>
        <title>Untitled Page</title>
        
    </head>
    <body>
        
    </body>
    
    <script type="text/javascript">
July 23, 2010 @ 1:38am
Tags:
13 Views
no comments
 
<a href="#" onclick="redirect(querySt('id'));">Get More Information</a>
July 22, 2010 @ 5:51am
Tags:
13 Views
no comments
 
<script type="text/javascript">
 
function querySt(ji) {
hu = window.location.search.substring(1);
gy = hu.split("&");
for (i=0;i<gy.length;i++) {
ft = gy[i].split("=");
if (ft[0] == ji) {
return ft[1];
}
July 22, 2010 @ 5:50am
Tags:
13 Views
no comments
 
index.php:
 
unter:
 
<div id="header">
 
folgendes eifügen:
 
<div id="flashheader">
  <object width="983" height="125" type="application/x-shockwave-flash" data="header.swf">
July 13, 2010 @ 12:04pm
Tags:
15 Views
no comments
 
<html>
 
<head>
 
<meta name="Content-type" value="utf-8">
<script src="//ajax.googleapis.com/ajax/libs/prototype/1.6.1.0/prototype.js"></script> 
<!-- <script src="prototype.js"></script> -->
 
</head>
by Lavr   July 13, 2010 @ 2:15am
Tags:
23 Views
no comments
 
[HandleError]
public class HomeController : Controller
{
    public ActionResult Index()
    {
        ViewData["Message"] = "Welcome to ASP.NET MVC!";
 
        return View();
    }
by Glenn Block   July 11, 2010 @ 11:28pm
Tags:
51 Views
no comments
 
1
by fatkh   July 08, 2010 @ 11:59am
Tags:
18 Views
no comments
 
<Page
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    Title="Jerry Nixon">
  <Page.Resources>
 
   <Style TargetType="Border" x:Key="BorderStyle">
   
      <!-- Outer Border Style -->
      <Setter Property="Opacity" Value=".5" />
by Jerry Nixon   June 30, 2010 @ 10:06pm
109 Views
no comments
 
<div id="ContentPane" 
    runat="server" 
    ContainerType="G" 
    ContainerName="_default" 
    ContainerSrc="No Container.ascx" ></div>
by Joe Brinkman   June 25, 2010 @ 8:18am
64 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">
        .primary { background-color: green; }
        .secondary { background-color: blue; }
by jwwishart   June 16, 2010 @ 4:02pm
54 Views
no comments
 
 
class PrimeService
 
     def is_prime(number)
 
       default_for_numbers = [0,1,2]
 
       no_of_dividers = 0
 
       if number < 0
by AzamSharp   June 15, 2010 @ 2:48pm
Tags: ruby
68 Views
no comments
 
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
 
<!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 runat="server">
    <asp:ContentPlaceHolder ID="head" runat="server">
    </asp:ContentPlaceHolder>
 
 
    <title>YKS Tesis Yönetim Hizmetleri ERP Sistemi
June 09, 2010 @ 4:26am
Tags:
43 Views
no comments
 
<tr>
        <td>
                        <b><h3>Designing for Success: Why User Experience Matters for your App</h3></b>
                        As software developers, we love to solve problems.  Too often, however, we start mapping out solutions using our favourite patterns and technologies before we fully understand the goal, or we focus on functional requirements and lose sight of the big picture.  In this session we’ll cover the basics of what a User Experience approach brings to the table and how it can make a difference in the success of your application.<br><br>
                        <b>Track:</b> Developer Foundation<br>    
                        <b>Style:</b> Lecture<br>                    
                        <b>Speaker:</b> <i>David Alpert</i>
                <br><br>
                          
                        </td>
by David Alpert   June 01, 2010 @ 10:33am
Tags:
23 Views
no comments
 
<a href="http://uploading.com/files/c9397337/fr.ps.wluv.2010.R5rip.V2.iCopy.mkv.001/" target="_blank">http://uploading.com/files/c9397337/fr.ps.wluv.2010.R5rip.V2.iCopy.mkv.001/</a>
by iomega   May 19, 2010 @ 5:06am
Tags:
27 Views
no comments
 
 
<asp:Content ID="indexContent" ContentPlaceHolderID="MainContent" runat="server">
<div id="calendars">
<div id="calendar"></div>
<div id="minical" style="width:250px;" ></div>
</div>
 
 
<button id="test" type="button" ></button>
by Rob   May 18, 2010 @ 10:26am
Tags:
55 Views
no comments
 
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="RadGridEditing.ascx.cs" Inherits="TelerikRadGrid.RadGridEditing" %>
<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<telerik:RadGrid runat="server" ID="RadGrid1" AllowAutomaticDeletes="true" AllowAutomaticUpdates="true"
    AllowAutomaticInserts="true" OnItemDeleted="RadGrid1_ItemDeleted" AllowPaging="true"
    AllowSorting="true" OnItemCommand="RadGrid1_ItemCommand" AllowMultiRowSelection="true"
    AllowFilteringByColumn="true" DataSourceID="dsDuShops" AutoGenerateColumns="false"
    OnNeedDataSource="RadGrid1_NeedDataSource" OnEditCommand="RadGrid1_EditCommand"
    OnItemDataBound="RadGrid1_ItemDataBound" OnItemCreated="RadGrid1_ItemCreated">
    <PagerStyle Mode="NextPrevNumericAndAdvanced" AlwaysVisible="true" />
    <MasterTableView DataKeyNames="id" IsFilterItemExpanded="true" CommandItemDisplay="Top"
by zubair.net   May 15, 2010 @ 2:15am
Tags:
142 Views
no comments
 
<html>
<head>
    <title>Css Test</title>
</head>
<body>
    <div style="margin-left: 50px; float: left;">
        <label for="text">
            Label</label><br />
        <input type="text" />
    </div>
by Andrea Balducci   May 11, 2010 @ 3:43am
Tags: css, ie
53 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>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title> Artsy v2.0 </title>
        <!--<script language = "javascript" type = "text/javascript" src = "js.js"> </script>-->
        <link rel = "stylesheet" type = "text/css" href = "css.css" />
        
        <script type = "text/javascript">
            /*function loadText(url)
by Parvulescu Cosmin   April 05, 2010 @ 2:51am
Tags:
47 Views
1 comments
 
<script language="javascript" type="text/javascript" src="../inc/tinymce/tiny_mce.js"></script> 
   [java_vars]
   <script language="javascript" type="text/javascript" src="[dir]/_js/lib.js"></script>
   <script language="javascript" type="text/javascript" src="[dir]/_js/dzcp.js"></script>
by Dragonfire   April 01, 2010 @ 12:29pm
Tags:
61 Views
no comments
 
<div id="tableframe" style="width: 80%; padding: 120px;">
    <%var customers = (List<Customer>)ViewData["customers"]; %>
    
    <%=Html.Grid(customers).Columns(columns => {
            columns.For(x => x.CustomerID).Named("ID");
            columns.For(x => x.ContactName).Named("Name");
            columns.For(x => x.CompanyName).Named("Company");
            columns.For(x => x.Country).Named("Country");
        }).Attributes(new Dictionary<string, object>() { { "id", "customers" },{"width","100%"} }) %>
    <div id="leftpos" class="pos" style="width: 70px; height: 20px; position: absolute;
by Rob   March 26, 2010 @ 1:11pm
Tags:
51 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