Format:
Recent snippets matching language of HTML
<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>
6 Views
no comments
<script type="text/javascript" src="http://www.debbiesdominicantravel.com/js/jquery.js"></script>
5 Views
no comments
type="text/javascript" src="<?php echo $this->config->item('cdn_location'); ?>jquery/1.4.2/jquery.min.js"></script>
5 Views
no comments
# <?php echo $this->partialLoop('article.phtml', array( # array('title'=>'Title', 'content'=>'My Content!'), # array('title'=>'Title2', 'content'=>'More Content!') # )) ?>
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">
13 Views
no comments
<a href="#" onclick="redirect(querySt('id'));">Get More Information</a>
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]; }
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">
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>
23 Views
no comments
[HandleError]
public class HomeController : Controller
{
public ActionResult Index()
{
ViewData["Message"] = "Welcome to ASP.NET MVC!";
return View();
}
51 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" />
109 Views
no comments
<div id="ContentPane" runat="server" ContainerType="G" ContainerName="_default" ContainerSrc="No Container.ascx" ></div>
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; }
54 Views
no comments
class PrimeService
def is_prime(number)
default_for_numbers = [0,1,2]
no_of_dividers = 0
if number < 0
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
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>
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>
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>
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"
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>
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)
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>
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;
51 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
