<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Каталог статей</title>
		<link>https://ghosti.ucoz.ru/publ/</link>
		<description>Каталог статей</description>
		<lastBuildDate>Mon, 08 Oct 2012 12:50:17 GMT</lastBuildDate>
		<generator>uCoz Web-Service</generator>
		<atom:link href="https://ghosti.ucoz.ru/publ/rss" rel="self" type="application/rss+xml" />
		
		<item>
			<title>Скрипт &quot;Вспышка сообщения&quot;</title>
			<description>&lt;script language=&quot;JavaScript1.2&quot;&gt;

//Translucent scroller- By Studio russany
//For full source code and more DHTML scripts, visit http://www.x-sd.ru
//This credit MUST stay intact for use

var scroller_width=&apos;150px&apos;
var scroller_height=&apos;155px&apos;
var bgcolor=&apos;#535386&apos;
var pause=3000 //SET PAUSE BETWEEN SLIDE (3000=3 seconds)

var scrollercontent=new Array()
//Define scroller contents. Extend or contract array as needed
scrollercontent[0]=&apos; &lt;b id=&quot;latest_news_text&quot;&gt;Выпущен новый движок для сайта PHP Free, добавлена более мощная и удобная в обращениии Админ панель&lt;/b&gt; &lt;a href=&quot;http://www.x-sd.ru/index.php?go=manager&quot;&gt;Подробнее...&lt;/a&gt;&apos;
scrollercontent[1]=&apos; &lt;b id=&quot;latest_news_text&quot;&gt;Фотоальбом с простой и удобной Админ панелью. Не требует установки, автоматически производит уменьшенный эскиз, использует Water Mark, красивый вывод на экран, свободно внедряется в дизайн сайта. Настройки: определите директорию, определите число в строке, высоту и ширину уменьшенного эскиза.&lt;/b&gt; &lt;a href=&quot;http://www.x-sd.ru/gallery.php&quot;&gt;Демонстрация...&lt;/a&gt;&apos;
scrollercontent[2]=&apos;&lt;b id=&quot;latest_news_text&quot;&gt;Доступны многократные пакеты языка для сайта PHP Free, Вы свободно можете перевести и установить свой файл языка &lt;/b&gt;&lt;a href=&quot;http://www.x-sd.ru/language.php&quot;&gt;Помощь перевода...&lt;/a&gt;&apos;


////NO need to edit beyond here/////////////

var ie4=document.all
var dom=document.getElementById&amp;&amp;navigator.userAgent.indexOf(&quot;Opera&quot;)==-1

if (ie4||dom)
document.write(&apos;&lt;div style=&quot;position:relative;width:&apos;+scroller_width+&apos;;height:&apos;+scroller_height+&apos;;overflow:hidden&quot;&gt;&lt;div id=&quot;canvas0&quot; style=&quot;position:absolute;background-color:&apos;+bgcolor+&apos;;width:&apos;+scroller_width+&apos;;height:&apos;+scroller_height+&apos;;top:&apos;+scroller_height+&apos;;filter:alpha(opacity=20);-moz-opacity:0.2;&quot;&gt;&lt;/div&gt;&lt;div id=&quot;canvas1&quot; style=&quot;position:absolute;background-color:&apos;+bgcolor+&apos;;width:&apos;+scroller_width+&apos;;height:&apos;+scroller_height+&apos;;top:&apos;+scroller_height+&apos;;filter:alpha(opacity=20);-moz-opacity:0.2;&quot;&gt;&lt;/div&gt;&lt;/div&gt;&apos;)
else if (document.layers){
document.write(&apos;&lt;ilayer id=tickernsmain visibility=hide width=&apos;+scroller_width+&apos; height=&apos;+scroller_height+&apos; bgColor=&apos;+bgcolor+&apos;&gt;&lt;layer id=tickernssub width=&apos;+scroller_width+&apos; height=&apos;+scroller_height+&apos; left=0 top=0&gt;&apos;+scrollercontent[0]+&apos;&lt;/layer&gt;&lt;/ilayer&gt;&apos;)
}

var curpos=scroller_height*(1)
var degree=10
var curcanvas=&quot;canvas0&quot;
var curindex=0
var nextindex=1

function moveslide(){
if (curpos&gt;0){
curpos=Math.max(curpos-degree,0)
tempobj.style.top=curpos+&quot;px&quot;
}
else{
clearInterval(dropslide)
if (crossobj.filters)
crossobj.filters.alpha.opacity=100
else if (crossobj.style.MozOpacity)
crossobj.style.MozOpacity=1
nextcanvas=(curcanvas==&quot;canvas0&quot;)? &quot;canvas0&quot; : &quot;canvas1&quot;
tempobj=ie4? eval(&quot;document.all.&quot;+nextcanvas) : document.getElementById(nextcanvas)
tempobj.innerHTML=scrollercontent[curindex]
nextindex=(nextindex&lt;scrollercontent.length-1)? nextindex+1 : 0
setTimeout(&quot;rotateslide()&quot;,pause)
}
}

function rotateslide(){
if (ie4||dom){
resetit(curcanvas)
crossobj=tempobj=ie4? eval(&quot;document.all.&quot;+curcanvas) : document.getElementById(curcanvas)
crossobj.style.zIndex++
if (crossobj.filters)
document.all.canvas0.filters.alpha.opacity=document.all.canvas1.filters.alpha.opacity=20
else if (crossobj.style.MozOpacity)
document.getElementById(&quot;canvas0&quot;).style.MozOpacity=document.getElementById(&quot;canvas1&quot;).style.MozOpacity=0.2
var temp=&apos;setInterval(&quot;moveslide()&quot;,50)&apos;
dropslide=eval(temp)
curcanvas=(curcanvas==&quot;canvas0&quot;)? &quot;canvas1&quot; : &quot;canvas0&quot;
}
else if (document.layers){
crossobj.document.write(scrollercontent[curindex])
crossobj.document.close()
}
curindex=(curindex&lt;scrollercontent.length-1)? curindex+1 : 0
}

function resetit(what){
curpos=parseInt(scroller_height)*(1)
var crossobj=ie4? eval(&quot;document.all.&quot;+what) : document.getElementById(what)
crossobj.style.top=curpos+&quot;px&quot;
}

function startit(){
crossobj=ie4? eval(&quot;document.all.&quot;+curcanvas) : dom? document.getElementById(curcanvas) : document.tickernsmain.document.tickernssub
if (ie4||dom){
crossobj.innerHTML=scrollercontent[curindex]
rotateslide()
}
else{
document.tickernsmain.visibility=&apos;show&apos;
curindex++
setInterval(&quot;rotateslide()&quot;,pause)
}
}

if (ie4||dom||document.layers)
window.onload=startit

&lt;/script&gt;</description>
			
			<link>https://ghosti.ucoz.ru/publ/1-1-0-117</link>
			<category>С миру по нитке</category><dc:creator></dc:creator>
			<guid>https://ghosti.ucoz.ru/publ/1-1-0-117</guid>
			<pubDate>Mon, 08 Oct 2012 12:50:17 GMT</pubDate>
		</item>
		<item>
			<title>Сервисы деактивации троянов-вымогателей</title>
			<description>&lt;table class=&quot;_reachbanner_&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;padding-right: 20px;&quot; valign=&quot;top&quot;&gt;&lt;style&gt;
 h2 {font-size: 12px;}
 &lt;/style&gt;
 &lt;span style=&quot;font-size: 10pt;&quot;&gt;Если акцентировать внимание на событиях прошедшего года, то особой
популярностью среди мошенников стали пользоваться программы-вымогатели,
блокирующие доступ к компьютеру и требующие отправить дорогостоящие
SMS-сообщения на определенный номер для возврата к исходному состоянию
системы. Согласно &lt;a href=&quot;http://virusinfo.info/showthread.php?t=65966&quot;&gt;аналитическим сведениям&lt;/a&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: 10pt;&quot;&gt;специалистов антивирусного портала VirusInfo, удары эпидемических волн
троянских вымогателей пришлись на конец 2009 года, и следует быть
готовым к новым всплескам активности вредоносных приложений. &lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</description>
			
			<link>https://ghosti.ucoz.ru/publ/1-1-0-113</link>
			<category>С миру по нитке</category><dc:creator></dc:creator>
			<guid>https://ghosti.ucoz.ru/publ/1-1-0-113</guid>
			<pubDate>Fri, 05 Feb 2010 09:15:15 GMT</pubDate>
		</item>
		<item>
			<title>Памятка инсталлятору</title>
			<description>&lt;h2 style=&quot;text-align: justify;&quot;&gt;Идёт охота&lt;br&gt;&lt;/h2&gt;
&lt;p style=&quot;text-align: justify;&quot;&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Те, кто занимается ремонтом и настройкой компьютеров в России, сейчас очень сильно рискуют. Ежедневно &lt;b&gt;десятки&lt;/b&gt;
настройщиков-инсталляторов задерживаются милицией и отправляются под
суд по обвинению в нарушении авторских прав. Все они, все без
исключения не знали, что на них открыта &quot;охота&quot;, иначе не попались бы.&amp;nbsp;
Из тех, кто предварительно уведомлен об обстановке, не осужден никто.
На скамью подсудимых попадают исключительно неосведомленные, не
знающие, что такое &lt;i&gt;проверочная закупка&lt;/i&gt;, и как она проводится.&lt;/p&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; В настоящей памятке мы разъясним этот вопрос.&lt;/p&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
В стране развернута массовая кампания по борьбе с нарушениями авторских
прав. Как всегда, не обходится без перегибов. С милиции требуют
раскрываемость по ст.146 УК. И милиция ее дает, не слишком считаясь при
этом с законом (о справедливости лучше вообще молчать).&lt;/p&gt;&lt;/div&gt;</description>
			
			<link>https://ghosti.ucoz.ru/publ/1-1-0-112</link>
			<category>С миру по нитке</category><dc:creator>Valentin</dc:creator>
			<guid>https://ghosti.ucoz.ru/publ/1-1-0-112</guid>
			<pubDate>Fri, 13 Nov 2009 08:48:57 GMT</pubDate>
		</item>
		<item>
			<title>Китайские штучки. Июнь 2009 года</title>
			<description>&lt;i&gt;&lt;b&gt;Китайские машины
бороздят просторы наших улиц, китайскую одежду и обувь можно встретить
во многих магазинах, даже игрушки – и те делают китайцы. Думаете,
жители Поднебесной утопают в роскоши? Отнюдь, всё как раз наоборот. В
обычных мастерских, в трудных рабочих условиях эти простые работяги
снабжают товарами чуть ли не весь мир. Это в полной мере относится и к
мобильным телефонам. Не успел ваш покорный слуга и глазом моргнуть, а
великая китайская фабрика уже наштамповала целую подборку интереснейших
аппаратов. О них сегодня и поговорим.&lt;/b&gt;&lt;/i&gt;</description>
			
			<link>https://ghosti.ucoz.ru/publ/1-1-0-111</link>
			<category>С миру по нитке</category><dc:creator></dc:creator>
			<guid>https://ghosti.ucoz.ru/publ/1-1-0-111</guid>
			<pubDate>Fri, 24 Jul 2009 12:45:52 GMT</pubDate>
		</item>
		<item>
			<title>CeBIT 2009: ASUS показывает первый в мире автономный Skype-видеофон</title>
			<description>Компания &lt;a sp_eventwasset=&quot;on&quot; target=&quot;_blank&quot; href=&quot;http://www.asus.com/&quot;&gt;ASUS&lt;/a&gt; представила на выставке &lt;a sp_eventwasset=&quot;on&quot; target=&quot;_blank&quot; href=&quot;http://www.cebit.de/&quot;&gt;CeBIT 2009&lt;/a&gt;
в Ганновере (Германия) ряд интересных новинок, в том числе первый в
мире автономный видеотелефон Eee Videophone, который будет
использоваться в сети &lt;a sp_eventwasset=&quot;on&quot; target=&quot;_blank&quot; href=&quot;http://www.skype.com/&quot;&gt;Skype&lt;/a&gt;.&lt;br&gt;На выставочном стенде ASUS также можно увидеть настольный
компьютер Eee Box PC B206 и многофункциональный ПК Eee Top ET1602 с
сенсорным дисплеем. Модель &lt;a sp_eventwasset=&quot;on&quot; target=&quot;_blank&quot; href=&quot;http://hard.compulenta.ru/405997/&quot;&gt;Eee Box PC B206&lt;/a&gt;,
по заявлениям разработчиков, является самым компактным в мире десктопом
с поддержкой стандартов HD.&lt;br&gt;</description>
			
			<link>https://ghosti.ucoz.ru/publ/1-1-0-109</link>
			<category>С миру по нитке</category><dc:creator></dc:creator>
			<guid>https://ghosti.ucoz.ru/publ/1-1-0-109</guid>
			<pubDate>Tue, 03 Mar 2009 17:03:48 GMT</pubDate>
		</item>
		<item>
			<title>Как заработать $100</title>
			<description>&lt;br&gt;&lt;a href=&quot;http://referal.begun.ru/partner.php?oid=119404245&quot;&gt;Как заработать $100 в месяц на своем сайте? Ответ здесь!&lt;/a&gt;</description>
			
			<link>https://ghosti.ucoz.ru/publ/1-1-0-108</link>
			<category>С миру по нитке</category><dc:creator></dc:creator>
			<guid>https://ghosti.ucoz.ru/publ/1-1-0-108</guid>
			<pubDate>Fri, 16 Jan 2009 09:28:24 GMT</pubDate>
		</item>
		<item>
			<title>ОТДОХНИ ПОИГРАЙ</title>
			<description>&lt;br&gt;&lt;a href=&quot;http://www.ghosti.ucoz.ru/superfishing.swf&quot; target=&quot;_blank&quot;&gt;Флеш игра &quot;Супер Рыбалка&lt;/a&gt;</description>
			
			<link>https://ghosti.ucoz.ru/publ/2-1-0-104</link>
			<category>С миру по нитке голому сайтик</category><dc:creator>Valentin</dc:creator>
			<guid>https://ghosti.ucoz.ru/publ/2-1-0-104</guid>
			<pubDate>Thu, 10 Jul 2008 10:56:38 GMT</pubDate>
		</item>
		<item>
			<title>Профилактика вирусов</title>
			<description>Важно знать</description>
			
			<link>https://ghosti.ucoz.ru/publ/2-1-0-99</link>
			<category>С миру по нитке голому сайтик</category><dc:creator>Valentin</dc:creator>
			<guid>https://ghosti.ucoz.ru/publ/2-1-0-99</guid>
			<pubDate>Thu, 26 Jun 2008 10:31:42 GMT</pubDate>
		</item>
		<item>
			<title>Hi-Tech Яндекс.Новости</title>
			<description>Hi-Tech</description>
			
			<link>https://ghosti.ucoz.ru/publ/2-1-0-96</link>
			<category>С миру по нитке голому сайтик</category><dc:creator>Valentin</dc:creator>
			<guid>https://ghosti.ucoz.ru/publ/2-1-0-96</guid>
			<pubDate>Sat, 26 Apr 2008 10:16:47 GMT</pubDate>
		</item>
		<item>
			<title>Заработок</title>
			<description>&lt;a href=&quot;http://www.liveclix.net/index.php?refid=108007&quot;&gt;Заработок для &lt;span lang=&quot;en-us&quot;&gt;web-&lt;/span&gt;мастеров -</description>
			
			<link>https://ghosti.ucoz.ru/publ/2-1-0-93</link>
			<category>С миру по нитке голому сайтик</category><dc:creator>Valentin</dc:creator>
			<guid>https://ghosti.ucoz.ru/publ/2-1-0-93</guid>
			<pubDate>Thu, 10 Apr 2008 08:41:14 GMT</pubDate>
		</item>
	</channel>
</rss>