2010-01-30 06:02:25 +00:00
|
|
|
<meta charset="utf-8" />
|
2010-06-30 02:41:11 +00:00
|
|
|
<meta name="viewport" content="width=device-width" />
|
2010-07-23 03:21:05 +00:00
|
|
|
<title><%=h [@item[:title], 'WezM.net'].compact.join(' - ') %></title>
|
2010-07-23 03:21:18 +00:00
|
|
|
<% if @item[:extra] %><meta name="description" content="<%=h @item[:extra] %>"><% end %>
|
|
|
|
<% if @item[:keywords] %><meta name="keywords" content="<%=h @item[:keywords].join(',') %>"><% end %>
|
2010-06-16 10:57:13 +00:00
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="/js/html5.js"></script>
|
|
|
|
<![endif]-->
|
2010-01-30 06:02:25 +00:00
|
|
|
<link rel="stylesheet" href="/css/reset.css" type="text/css" media="screen,projection" />
|
2010-06-16 10:19:03 +00:00
|
|
|
<link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen,projection" />
|
2010-06-30 02:41:11 +00:00
|
|
|
<link rel="stylesheet" href="/css/mobile.css" type="text/css" media="only screen and (max-device-width: 480px)" />
|
2010-08-04 02:52:47 +00:00
|
|
|
<link rel="stylesheet" href="/css/prettyPhoto.css" type="text/css" media="screen" charset="utf-8" />
|
2010-04-01 07:24:05 +00:00
|
|
|
<link rel="alternate" href="http://feeds.feedburner.com/wezm" type="application/atom+xml" title="WezM.net - All Articles" />
|
|
|
|
<link rel="alternate" href="http://feeds.feedburner.com/wezm-technical" type="application/atom+xml" title="WezM.net - Technical Articles" />
|
|
|
|
<link rel="alternate" href="http://feeds.feedburner.com/wezm-personal" type="application/atom+xml" title="WezM.net - Personal Articles" />
|
2010-06-30 02:26:30 +00:00
|
|
|
<script src="/js/jquery-1.4.2.min.js" type="text/javascript" charset="utf-8"></script>
|
2010-07-07 07:58:40 +00:00
|
|
|
<script src="/js/jquery.timers-1.1.2.js" type="text/javascript" charset="utf-8"></script>
|
2010-08-04 02:52:47 +00:00
|
|
|
<script src="/js/jquery.prettyPhoto.js" type="text/javascript" charset="utf-8"></script>
|
2010-06-30 02:26:30 +00:00
|
|
|
<script src="/js/application.js" type="text/javascript" charset="utf-8"></script>
|
2010-07-09 03:41:39 +00:00
|
|
|
<script type="text/javascript">
|
|
|
|
var _gaq = _gaq || [];
|
|
|
|
_gaq.push(['_setAccount', 'UA-199609-1']);
|
|
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
|
|
|
|
(function() {
|
|
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
|
|
})();
|
|
|
|
</script>
|