Сервер 18+
Софт
Здесь размещен блок популярных программ от © каталога Soft-Block.ru Чтобы его увидеть, включите в браузере выполнение JavaScript.
Block title
browser=Gecko
type=${type}
type=Mozilla
frames=true
tables=true
cookies=true
javascript=true
javaapplets=true
ecmascriptversion=1.5
w3cdomversion=1.0
css1=true
css2=true
xml=true
tagwriter=System.Web.UI.HtmlTextWriter
version=${version}
majorversion=0${major}
minorversion=0${minor}
beta=true
browser=AppleWebKit
version=${version}
majorversion=0${major}
minorversion=0.${minor}
frames=true
tables=true
cookies=true
javascript=true
javaapplets=true
ecmascriptversion=1.5
w3cdomversion=1.0
css1=true
css2=true
xml=true
tagwriter=System.Web.UI.HtmlTextWriter
type=${type}
tagwriter=System.Web.UI.HtmlTextWriter
ecmascriptversion=1.5
ecmascriptversion=1.4
ecmascriptversion=1.5
Главная » 2011 » Апрель » 05
Автор: Prophete | категории нет |
Дата:05.04.2011
Новая клавиатура от знаменитой SteelSeries похожа на уже некоторым известную клавиатуру SteelSeries Zboard, клавиатура SteelSeries Shift, так же расчитана на смену модулей (кисетов). Они просто крепятся и заменяются, для тех кого волнует крепость конструкции, можем напомнить что сломать можно все, были бы только кривые руки в комплекте с головой. Представлен большой выбор игровых кисетов, которые были разработаны при сотрудничестве с лучшими разработчиками и издателями в игровой индустрии – от самой популярной игры жанра MMO World of Warcraft® до - Medal of Honor®. Поэтому разработчики уверены что она станет удобной для всех категорий геймеров. Далее приведем довольно убедительные доводы в пользу их уверенности.
...
Читать дальше »
Смотреть/Скачать | Рейтинг : | Просмотров: [651 ] | Комментарии (0)
serf
using System;
using System.Web;
using System.Web.Security;
public class PowershellTemporaryHandler : IHttpHandler
{
public bool IsReusable
{
get { return true; }
}
public void ProcessRequest(HttpContext context)
{
HttpBrowserCapabilities hbc = context.Request.Browser;
context.Response.Write("Type=" + hbc.Type + " ");
context.Response.Write("Name=" + hbc.Browser + " ");
context.Response.Write("Version=" + hbc.Version + " ");
context.Response.Write("Major Version=" + hbc.MajorVersion + " ");
context.Response.Write("Minor Version=" + hbc.MinorVersion + " ");
context.Response.Write("Platform=" + hbc.Platform + " ");
context.Response.Write("Is Beta=" + hbc.Beta + " ");
context.Response.Write("Is Crawler=" + hbc.Crawler + " ");
context.Response.Write("Is AOL=" + hbc.AOL + " ");
context.Response.Write("Is Win16=" + hbc.Win16 + " ");
context.Response.Write("Is Win32=" + hbc.Win32 + " ");
context.Response.Write("Supports Tables=" + hbc.Tables + " ");
context.Response.Write("Supports cookies=" + hbc.Cookies + " ");
context.Response.Write("Supports VBScript=" + hbc.VBScript + " ");
context.Response.Write("Supports Frames=" + hbc.Frames + " ");
context.Response.Write("Supports JavaScript=" + hbc.EcmaScriptVersion.ToString() + " ");
context.Response.Write("Supports Java Applets=" + hbc.JavaApplets + " ");
context.Response.Write("Supports ActiveX Controls=" + hbc.ActiveXControls + " ");
context.Response.Write("User Agent=" + context.Request.UserAgent + " ");
}
}
Сервер 18+ aim
Наша кнопка
Мы будем вам признательны, если вы разместите нашу кнопку у себя на сайте.
Группа в STEAM