- jQuery
function DeLight(dly,clr,eq)
{
setTimeout(function(){
$('li:eq('+eq+')').find('div').css('background',clr);
},dly);
}
function DeLight(dly,clr,eq)
{
setTimeout(function(){
$('li:eq('+eq+')').find('div').css('background',clr);
},dly);
}
RewriteEngine On | |
RewriteBase / | |
RewriteCond %{REQUEST_FILENAME} !-f | |
RewriteCond %{REQUEST_FILENAME} !-d | |
RewriteRule ^([a-zA-Z]*).html$ /?cat=$1 [L] | |
RewriteRule ^([a-zA-Z]*)/([a-zA-Z]*)\.html$ /?cat=$1&page=$2 [QSA,L] |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
<html> | |
<head> | |
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> | |
<title>test.loc</title> | |
</head> | |
<body> | |
<p>Список категорий</p> | |
<ul> | |
<!-- ВЫВОД ВСЕХ КАТЕГОРИЙ --> |
<?php | |
/* функция проверки является ли пользователь из Украины | |
* @param (string) ip - ip адрес пользователя | |
* @return (bool) - если пользователь из Украины вернет TRUE, если нет, то FALSE | |
*/ | |
function ipUA($uIp) | |
{ | |
$bytes = explode(".",$uIp); | |
using System; | |
using System.Collections.Generic; | |
using System.ComponentModel; | |
using System.Data; | |
using System.Drawing; | |
using System.Linq; | |
using System.Text; | |
using System.Windows.Forms; | |
using System.Text.RegularExpressions; | |
using System.IO; |
using System; | |
using System.Collections.Generic; | |
using System.ComponentModel; | |
using System.Data; | |
using System.Drawing; | |
using System.Linq; | |
using System.Text; | |
using System.Windows.Forms; | |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Windows.Forms; | |
using System.Drawing; | |
using System.Drawing.Imaging; | |
using System.Drawing.Printing; | |
using System; | |
using System.Collections.Generic; | |
using System.ComponentModel; | |
using System.Data; | |
using System.Drawing; | |
using System.Linq; | |
using System.Text; | |
using System.Windows.Forms; | |
namespace testimg |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text; | |
using System.Windows.Forms; | |
using System.Drawing; | |
using System.Drawing.Imaging; | |
using System.Drawing.Printing; | |
using System; | |
using System.Collections.Generic; | |
using System.ComponentModel; | |
using System.Data; | |
using System.Drawing; | |
using System.Globalization; | |
using System.Linq; | |
using System.Text; | |
using System.Windows.Forms; | |
using Microsoft.Practices.ServiceLocation; |