Skip to content

Instantly share code, notes, and snippets.

View ammark's full-sized avatar
💭
Big boys code at night

Ammar Kalim ammark

💭
Big boys code at night
View GitHub Profile
@ammark
ammark / lopmonhoc.js.jsx
Created March 3, 2016 14:29 — forked from revskill10/lopmonhoc.js.jsx
Integrate Datatable with React.js
/** @jsx React.DOM */
var LopMonHoc = React.createClass({
getInitialState: function(){
return {data: []}
},
loadData: function(){
$.ajax({
url: '/daotao/lops',
success: function(data){
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
function createPhoneNumber(a) {
'use strict';
var React = require('react-native');
var {
Bundler,
StyleSheet,
Text,
TouchableHighlight,
View,
ScrollView,
@ammark
ammark / dabblet.html
Created June 21, 2012 09:12
Untitled
<table id="layout" border="1" cellspacing="0" cellpadding="0" width="600" style="margin: 10px auto; text-align: left;">
<tr>
<td id="noread" colspan="3" style="background-color: #d8d8d8;border-top: 0px none #ffffff;padding: 20px;font-size: 10px;color: #333333;line-height: 100%;font-family: Verdana;text-align: center;">
Email not displaying correctly in your browser. <a href="http://us1.campaign-archive2.com/?u=23f620a44d8cd8e6fc0e5e698&id=335032bca3&e=e272e0381b" class="adminText" style="color: #00aeff;text-decoration: underline;font-weight: normal;">View it here</a>
</td>
</tr>
<tr>
<td width="10" style="margin-bottom:-10px;"><img src="http://gallery.mailchimp.com/23f620a44d8cd8e6fc0e5e698/images/top_left_shadow.jpg" style="display: block;border-style: none;"></td>
<td width="580" id="header" style="margin-bottom:-10px;"><a href="http://ugmonk.com" border="0px" style="color: #00aeff;text-decor
<table width="100%" bgcolor="#fcf9ed" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="center" style="font-family:Verdana, Arial, Helvetica, sans-serif;" >
<table align="center" width="700" cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="topNote" align="left" valign="middle" style="font-family:Verdana, Arial, Helvetica, sans-serif;font-size:9px;line-height:14px;color:#383838;padding-top:10px;padding-bottom:8px;padding-right:0;padding-left:0;" >Having trouble reading this newsletter?<br>
<table id="layout" border="0" cellspacing="0" cellpadding="0" width="600" style="margin: 10px auto;text-align: left;">
<tr>
<td id="noread" colspan="3" style="background-color: #d8d8d8 ;border-top: 0px none #ffffff;padding: 20px;font-size: 10px;color: #333333;line-height: 100%;font-family: Verdana;text-align: center;">
Email not displaying correctly in your browser. <a href="http://us1.campaign-archive2.com/?u=23f620a44d8cd8e6fc0e5e698&id=335032bca3&e=[UNIQID]" class="adminText" style="color: #00aeff;text-decoration: underline;font-weight: normal;">View it here</a>
</td>
</tr>
@ammark
ammark / dabblet.html
Created May 25, 2012 21:39
Harley Davidson Newsletter
<html>
<head>
<title>Harley-Davidson</title>
</head>
<center>
<table cellspacing="0" cellpadding="0" width="100%" bgcolor="#333333"><tr><td bgcolor="#333333" align="center">
div {
width : 150px;
height: 150px;
background: #BADA29;
position: absolute;
}
ul > li {
font-weight: bold;
font-size: 14px;
background: #BAB;
}