<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NEXT DESIGN</title>
	<atom:link href="http://hellonext.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hellonext.com</link>
	<description>What's going on at Next Design?</description>
	<lastBuildDate>Wed, 07 Oct 2009 19:00:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ads-t.ru/ads.js SQL injection attack</title>
		<link>http://hellonext.com/2009/10/07/ads-t-ruads-js-sql-injection-attack/</link>
		<comments>http://hellonext.com/2009/10/07/ads-t-ruads-js-sql-injection-attack/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 18:56:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://hellonext.com/?p=35</guid>
		<description><![CDATA[ASProx botnet is back to its old tricks of attacking vulnerable the ASP pages on IIS Servers trying to add a malicious javascript link to legitimate webpages by manipulating the underlying Microsoft SQL servers.
]]></description>
			<content:encoded><![CDATA[<p>Articles from : <a href="http://garwarner.blogspot.com/2009/10/cyber-security-awareness-month-day-one.html">GarWarner</a><br />
ASProx botnet is back to its old tricks of attacking vulnerable the ASP pages on IIS Servers trying to add a malicious javascript link to legitimate webpages by manipulating the underlying Microsoft SQL servers.</p>
<p>The main site which is hosting the malicious code right now is &#8220;ads-t.ru&#8221;. Sites which have been hacked by this attack tool will contain a tag which leads to the page &#8220;ads-t.ru/ads.js&#8221;. A quick Google search for this string will currently reveal more thousands of webpages which have had this code injected.</p>
<p>The Javascript causes an IFRAME to be loaded which causes the following file to be loaded:<br />
adtcp.ru/ad/index.php</p>
<p>That domain was registered on September 29th with the email address omit@blogbuddy.ru</p>
<p>I wasn&#8217;t sure if I should try my malware analysis VM 30,000 feet over Wichita Kansas, but I gave it a shot. The index.php file downloads a hostile Flash Player file:</p>
<p>/ad/spl/files/8628468724.swf</p>
<p>That file is only 797 bytes. VirusTotal has 1 of 41 detects for it, with Symantec calling it &#8220;Bloodhound.Exploit.266&#8243;. The MD5 is 148a8c05fb0b63f036f024e2104a6e4c</p>
<p>The index.php files also causes a malicious PDF file to be downloaded. When the PDF file is opened by an older version of Adobe Reader, the computer becomes infected with one of the &#8220;scareware&#8221; fake Anti-virus products.</p>
<p>The domain names involved in this scam are all Fast Flux hosted, meaning that machines belonging to a botnet are used to resolve the website addresses. The traffic is then proxied from those IP addresses to the &#8220;real&#8221; criminal server.</p>
<img src="http://hellonext.com/?ak_action=api_record_view&id=35&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hellonext.com/2009/10/07/ads-t-ruads-js-sql-injection-attack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ascii Table</title>
		<link>http://hellonext.com/2009/09/02/ascii-table/</link>
		<comments>http://hellonext.com/2009/09/02/ascii-table/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 20:06:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://hellonext.com/?p=33</guid>
		<description><![CDATA[Text ASCII Binary  n/a   chr(0)   00000000   n/a   chr(1)   00000001   n/a   chr(2)   00000010   n/a   chr(3)   00000011   n/a   chr(4)   00000100   n/a   chr(5)   00000101   n/a   chr(6)   00000110   n/a  ]]></description>
			<content:encoded><![CDATA[<table border="0">
<tbody>
<tr>
<td valign="top">
<table class="asciiTable" border="0">
<tbody>
<tr>
<th>Text</th>
<th>ASCII</th>
<th>Binary</th>
</tr>
<tr>
<td>n/a</td>
<td>chr(0)</td>
<td>00000000</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(1)</td>
<td>00000001</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(2)</td>
<td>00000010</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(3)</td>
<td>00000011</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(4)</td>
<td>00000100</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(5)</td>
<td>00000101</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(6)</td>
<td>00000110</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(7)</td>
<td>00000111</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(8)</td>
<td>00001000</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(9)</td>
<td>00001001</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(10)</td>
<td>00001010</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(11)</td>
<td>00001011</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(12)</td>
<td>00001100</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(13)</td>
<td>00001101</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(14)</td>
<td>00001110</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(15)</td>
<td>00001111</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(16)</td>
<td>00010000</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(17)</td>
<td>00010001</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(18)</td>
<td>00010010</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(19)</td>
<td>00010011</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(20)</td>
<td>00010100</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(21)</td>
<td>00010101</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(22)</td>
<td>00010110</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(23)</td>
<td>00010111</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(24)</td>
<td>00011000</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(25)</td>
<td>00011001</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(26)</td>
<td>00011010</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(27)</td>
<td>00011011</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(28)</td>
<td>00011100</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(29)</td>
<td>00011101</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(30)</td>
<td>00011110</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(31)</td>
<td>00011111</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(32)</td>
<td>00100000</td>
</tr>
<tr>
<td>!</td>
<td>chr(33)</td>
<td>00100001</td>
</tr>
<tr>
<td>&#8220;</td>
<td>chr(34)</td>
<td>00100010</td>
</tr>
<tr>
<td>#</td>
<td>chr(35)</td>
<td>00100011</td>
</tr>
<tr>
<td>$</td>
<td>chr(36)</td>
<td>00100100</td>
</tr>
<tr>
<td>%</td>
<td>chr(37)</td>
<td>00100101</td>
</tr>
<tr>
<td>&amp;</td>
<td>chr(38)</td>
<td>00100110</td>
</tr>
<tr>
<td>&#8216;</td>
<td>chr(39)</td>
<td>00100111</td>
</tr>
<tr>
<td>(</td>
<td>chr(40)</td>
<td>00101000</td>
</tr>
<tr>
<td>)</td>
<td>chr(41)</td>
<td>00101001</td>
</tr>
<tr>
<td>*</td>
<td>chr(42)</td>
<td>00101010</td>
</tr>
<tr>
<td>+</td>
<td>chr(43)</td>
<td>00101011</td>
</tr>
<tr>
<td>,</td>
<td>chr(44)</td>
<td>00101100</td>
</tr>
<tr>
<td>-</td>
<td>chr(45)</td>
<td>00101101</td>
</tr>
<tr>
<td>.</td>
<td>chr(46)</td>
<td>00101110</td>
</tr>
<tr>
<td>/</td>
<td>chr(47)</td>
<td>00101111</td>
</tr>
<tr>
<td>0</td>
<td>chr(48)</td>
<td>00110000</td>
</tr>
<tr>
<td>1</td>
<td>chr(49)</td>
<td>00110001</td>
</tr>
<tr>
<td>2</td>
<td>chr(50)</td>
<td>00110010</td>
</tr>
<tr>
<td>3</td>
<td>chr(51)</td>
<td>00110011</td>
</tr>
<tr>
<td>4</td>
<td>chr(52)</td>
<td>00110100</td>
</tr>
<tr>
<td>5</td>
<td>chr(53)</td>
<td>00110101</td>
</tr>
<tr>
<td>6</td>
<td>chr(54)</td>
<td>00110110</td>
</tr>
<tr>
<td>7</td>
<td>chr(55)</td>
<td>00110111</td>
</tr>
<tr>
<td>8</td>
<td>chr(56)</td>
<td>00111000</td>
</tr>
<tr>
<td>9</td>
<td>chr(57)</td>
<td>00111001</td>
</tr>
<tr>
<td>:</td>
<td>chr(58)</td>
<td>00111010</td>
</tr>
<tr>
<td>;</td>
<td>chr(59)</td>
<td>00111011</td>
</tr>
<tr>
<td>&lt;</td>
<td>chr(60)</td>
<td>00111100</td>
</tr>
<tr>
<td>=</td>
<td>chr(61)</td>
<td>00111101</td>
</tr>
<tr>
<td>&gt;</td>
<td>chr(62)</td>
<td>00111110</td>
</tr>
<tr>
<td>?</td>
<td>chr(63)</td>
<td>00111111</td>
</tr>
<tr>
<td>@</td>
<td>chr(64)</td>
<td>01000000</td>
</tr>
<tr>
<td>A</td>
<td>chr(65)</td>
<td>01000001</td>
</tr>
<tr>
<td>B</td>
<td>chr(66)</td>
<td>01000010</td>
</tr>
<tr>
<td>C</td>
<td>chr(67)</td>
<td>01000011</td>
</tr>
<tr>
<td>D</td>
<td>chr(68)</td>
<td>01000100</td>
</tr>
<tr>
<td>E</td>
<td>chr(69)</td>
<td>01000101</td>
</tr>
<tr>
<td>F</td>
<td>chr(70)</td>
<td>01000110</td>
</tr>
<tr>
<td>G</td>
<td>chr(71)</td>
<td>01000111</td>
</tr>
<tr>
<td>H</td>
<td>chr(72)</td>
<td>01001000</td>
</tr>
<tr>
<td>I</td>
<td>chr(73)</td>
<td>01001001</td>
</tr>
<tr>
<td>J</td>
<td>chr(74)</td>
<td>01001010</td>
</tr>
<tr>
<td>K</td>
<td>chr(75)</td>
<td>01001011</td>
</tr>
<tr>
<td>L</td>
<td>chr(76)</td>
<td>01001100</td>
</tr>
<tr>
<td>M</td>
<td>chr(77)</td>
<td>01001101</td>
</tr>
<tr>
<td>N</td>
<td>chr(78)</td>
<td>01001110</td>
</tr>
<tr>
<td>O</td>
<td>chr(79)</td>
<td>01001111</td>
</tr>
<tr>
<td>P</td>
<td>chr(80)</td>
<td>01010000</td>
</tr>
<tr>
<td>Q</td>
<td>chr(81)</td>
<td>01010001</td>
</tr>
<tr>
<td>R</td>
<td>chr(82)</td>
<td>01010010</td>
</tr>
<tr>
<td>S</td>
<td>chr(83)</td>
<td>01010011</td>
</tr>
<tr>
<td>T</td>
<td>chr(84)</td>
<td>01010100</td>
</tr>
<tr>
<td>U</td>
<td>chr(85)</td>
<td>01010101</td>
</tr>
<tr>
<td>V</td>
<td>chr(86)</td>
<td>01010110</td>
</tr>
<tr>
<td>W</td>
<td>chr(87)</td>
<td>01010111</td>
</tr>
<tr>
<td>X</td>
<td>chr(88)</td>
<td>01011000</td>
</tr>
<tr>
<td>Y</td>
<td>chr(89)</td>
<td>01011001</td>
</tr>
<tr>
<td>Z</td>
<td>chr(90)</td>
<td>01011010</td>
</tr>
<tr>
<td>[</td>
<td>chr(91)</td>
<td>01011011</td>
</tr>
<tr>
<td>\</td>
<td>chr(92)</td>
<td>01011100</td>
</tr>
<tr>
<td>]</td>
<td>chr(93)</td>
<td>01011101</td>
</tr>
<tr>
<td>^</td>
<td>chr(94)</td>
<td>01011110</td>
</tr>
<tr>
<td>_</td>
<td>chr(95)</td>
<td>01011111</td>
</tr>
<tr>
<td>`</td>
<td>chr(96)</td>
<td>01100000</td>
</tr>
<tr>
<td>a</td>
<td>chr(97)</td>
<td>01100001</td>
</tr>
<tr>
<td>b</td>
<td>chr(98)</td>
<td>01100010</td>
</tr>
<tr>
<td>c</td>
<td>chr(99)</td>
<td>01100011</td>
</tr>
<tr>
<td>d</td>
<td>chr(100)</td>
<td>01100100</td>
</tr>
<tr>
<td>e</td>
<td>chr(101)</td>
<td>01100101</td>
</tr>
<tr>
<td>f</td>
<td>chr(102)</td>
<td>01100110</td>
</tr>
<tr>
<td>g</td>
<td>chr(103)</td>
<td>01100111</td>
</tr>
<tr>
<td>h</td>
<td>chr(104)</td>
<td>01101000</td>
</tr>
<tr>
<td>i</td>
<td>chr(105)</td>
<td>01101001</td>
</tr>
<tr>
<td>j</td>
<td>chr(106)</td>
<td>01101010</td>
</tr>
<tr>
<td>k</td>
<td>chr(107)</td>
<td>01101011</td>
</tr>
<tr>
<td>l</td>
<td>chr(108)</td>
<td>01101100</td>
</tr>
<tr>
<td>m</td>
<td>chr(109)</td>
<td>01101101</td>
</tr>
<tr>
<td>n</td>
<td>chr(110)</td>
<td>01101110</td>
</tr>
<tr>
<td>o</td>
<td>chr(111)</td>
<td>01101111</td>
</tr>
<tr>
<td>p</td>
<td>chr(112)</td>
<td>01110000</td>
</tr>
<tr>
<td>q</td>
<td>chr(113)</td>
<td>01110001</td>
</tr>
<tr>
<td>r</td>
<td>chr(114)</td>
<td>01110010</td>
</tr>
<tr>
<td>s</td>
<td>chr(115)</td>
<td>01110011</td>
</tr>
<tr>
<td>t</td>
<td>chr(116)</td>
<td>01110100</td>
</tr>
<tr>
<td>u</td>
<td>chr(117)</td>
<td>01110101</td>
</tr>
<tr>
<td>v</td>
<td>chr(118)</td>
<td>01110110</td>
</tr>
<tr>
<td>w</td>
<td>chr(119)</td>
<td>01110111</td>
</tr>
<tr>
<td>x</td>
<td>chr(120)</td>
<td>01111000</td>
</tr>
<tr>
<td>y</td>
<td>chr(121)</td>
<td>01111001</td>
</tr>
<tr>
<td>z</td>
<td>chr(122)</td>
<td>01111010</td>
</tr>
<tr>
<td>{</td>
<td>chr(123)</td>
<td>01111011</td>
</tr>
<tr>
<td>|</td>
<td>chr(124)</td>
<td>01111100</td>
</tr>
<tr>
<td>}</td>
<td>chr(125)</td>
<td>01111101</td>
</tr>
<tr>
<td>~</td>
<td>chr(126)</td>
<td>01111110</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(127)</td>
<td>01111111</td>
</tr>
</tbody>
</table>
</td>
<td valign="top">
<table class="asciiTable" border="0">
<tbody>
<tr>
<th>Text</th>
<th>ASCII</th>
<th>Binary</th>
</tr>
<tr>
<td>n/a</td>
<td>chr(127)</td>
<td>01111111</td>
</tr>
<tr>
<td>€</td>
<td>chr(128)</td>
<td>10000000</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(129)</td>
<td>10000001</td>
</tr>
<tr>
<td>‚</td>
<td>chr(130)</td>
<td>10000010</td>
</tr>
<tr>
<td>ƒ</td>
<td>chr(131)</td>
<td>10000011</td>
</tr>
<tr>
<td>„</td>
<td>chr(132)</td>
<td>10000100</td>
</tr>
<tr>
<td>…</td>
<td>chr(133)</td>
<td>10000101</td>
</tr>
<tr>
<td>†</td>
<td>chr(134)</td>
<td>10000110</td>
</tr>
<tr>
<td>‡</td>
<td>chr(135)</td>
<td>10000111</td>
</tr>
<tr>
<td>ˆ</td>
<td>chr(136)</td>
<td>10001000</td>
</tr>
<tr>
<td>‰</td>
<td>chr(137)</td>
<td>10001001</td>
</tr>
<tr>
<td>Š</td>
<td>chr(138)</td>
<td>10001010</td>
</tr>
<tr>
<td>‹</td>
<td>chr(139)</td>
<td>10001011</td>
</tr>
<tr>
<td>Œ</td>
<td>chr(140)</td>
<td>10001100</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(141)</td>
<td>10001101</td>
</tr>
<tr>
<td>Ž</td>
<td>chr(142)</td>
<td>10001110</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(143)</td>
<td>10001111</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(144)</td>
<td>10010000</td>
</tr>
<tr>
<td>‘</td>
<td>chr(145)</td>
<td>10010001</td>
</tr>
<tr>
<td>’</td>
<td>chr(146)</td>
<td>10010010</td>
</tr>
<tr>
<td>“</td>
<td>chr(147)</td>
<td>10010011</td>
</tr>
<tr>
<td>”</td>
<td>chr(148)</td>
<td>10010100</td>
</tr>
<tr>
<td>•</td>
<td>chr(149)</td>
<td>10010101</td>
</tr>
<tr>
<td>–</td>
<td>chr(150)</td>
<td>10010110</td>
</tr>
<tr>
<td>—</td>
<td>chr(151)</td>
<td>10010111</td>
</tr>
<tr>
<td>˜</td>
<td>chr(152)</td>
<td>10011000</td>
</tr>
<tr>
<td>™</td>
<td>chr(153)</td>
<td>10011001</td>
</tr>
<tr>
<td>š</td>
<td>chr(154)</td>
<td>10011010</td>
</tr>
<tr>
<td>›</td>
<td>chr(155)</td>
<td>10011011</td>
</tr>
<tr>
<td>œ</td>
<td>chr(156)</td>
<td>10011100</td>
</tr>
<tr>
<td>n/a</td>
<td>chr(157)</td>
<td>10011101</td>
</tr>
<tr>
<td>ž</td>
<td>chr(158)</td>
<td>10011110</td>
</tr>
<tr>
<td>Ÿ</td>
<td>chr(159)</td>
<td>10011111</td>
</tr>
<tr>
<td></td>
<td>chr(160)</td>
<td>10100000</td>
</tr>
<tr>
<td>¡</td>
<td>chr(161)</td>
<td>10100001</td>
</tr>
<tr>
<td>¢</td>
<td>chr(162)</td>
<td>10100010</td>
</tr>
<tr>
<td>£</td>
<td>chr(163)</td>
<td>10100011</td>
</tr>
<tr>
<td>¤</td>
<td>chr(164)</td>
<td>10100100</td>
</tr>
<tr>
<td>¥</td>
<td>chr(165)</td>
<td>10100101</td>
</tr>
<tr>
<td>¦</td>
<td>chr(166)</td>
<td>10100110</td>
</tr>
<tr>
<td>§</td>
<td>chr(167)</td>
<td>10100111</td>
</tr>
<tr>
<td>¨</td>
<td>chr(168)</td>
<td>10101000</td>
</tr>
<tr>
<td>©</td>
<td>chr(169)</td>
<td>10101001</td>
</tr>
<tr>
<td>ª</td>
<td>chr(170)</td>
<td>10101010</td>
</tr>
<tr>
<td>«</td>
<td>chr(171)</td>
<td>10101011</td>
</tr>
<tr>
<td>¬</td>
<td>chr(172)</td>
<td>10101100</td>
</tr>
<tr>
<td>­</td>
<td>chr(173)</td>
<td>10101101</td>
</tr>
<tr>
<td>®</td>
<td>chr(174)</td>
<td>10101110</td>
</tr>
<tr>
<td>¯</td>
<td>chr(175)</td>
<td>10101111</td>
</tr>
<tr>
<td>°</td>
<td>chr(176)</td>
<td>10110000</td>
</tr>
<tr>
<td>±</td>
<td>chr(177)</td>
<td>10110001</td>
</tr>
<tr>
<td>²</td>
<td>chr(178)</td>
<td>10110010</td>
</tr>
<tr>
<td>³</td>
<td>chr(179)</td>
<td>10110011</td>
</tr>
<tr>
<td>´</td>
<td>chr(180)</td>
<td>10110100</td>
</tr>
<tr>
<td>µ</td>
<td>chr(181)</td>
<td>10110101</td>
</tr>
<tr>
<td>¶</td>
<td>chr(182)</td>
<td>10110110</td>
</tr>
<tr>
<td>·</td>
<td>chr(183)</td>
<td>10110111</td>
</tr>
<tr>
<td>¸</td>
<td>chr(184)</td>
<td>10111000</td>
</tr>
<tr>
<td>¹</td>
<td>chr(185)</td>
<td>10111001</td>
</tr>
<tr>
<td>º</td>
<td>chr(186)</td>
<td>10111010</td>
</tr>
<tr>
<td>»</td>
<td>chr(187)</td>
<td>10111011</td>
</tr>
<tr>
<td>¼</td>
<td>chr(188)</td>
<td>10111100</td>
</tr>
<tr>
<td>½</td>
<td>chr(189)</td>
<td>10111101</td>
</tr>
<tr>
<td>¾</td>
<td>chr(190)</td>
<td>10111110</td>
</tr>
<tr>
<td>¿</td>
<td>chr(191)</td>
<td>10111111</td>
</tr>
<tr>
<td>À</td>
<td>chr(192)</td>
<td>11000000</td>
</tr>
<tr>
<td>Á</td>
<td>chr(193)</td>
<td>11000001</td>
</tr>
<tr>
<td>Â</td>
<td>chr(194)</td>
<td>11000010</td>
</tr>
<tr>
<td>Ã</td>
<td>chr(195)</td>
<td>11000011</td>
</tr>
<tr>
<td>Ä</td>
<td>chr(196)</td>
<td>11000100</td>
</tr>
<tr>
<td>Å</td>
<td>chr(197)</td>
<td>11000101</td>
</tr>
<tr>
<td>Æ</td>
<td>chr(198)</td>
<td>11000110</td>
</tr>
<tr>
<td>Ç</td>
<td>chr(199)</td>
<td>11000111</td>
</tr>
<tr>
<td>È</td>
<td>chr(200)</td>
<td>11001000</td>
</tr>
<tr>
<td>É</td>
<td>chr(201)</td>
<td>11001001</td>
</tr>
<tr>
<td>Ê</td>
<td>chr(202)</td>
<td>11001010</td>
</tr>
<tr>
<td>Ë</td>
<td>chr(203)</td>
<td>11001011</td>
</tr>
<tr>
<td>Ì</td>
<td>chr(204)</td>
<td>11001100</td>
</tr>
<tr>
<td>Í</td>
<td>chr(205)</td>
<td>11001101</td>
</tr>
<tr>
<td>Î</td>
<td>chr(206)</td>
<td>11001110</td>
</tr>
<tr>
<td>Ï</td>
<td>chr(207)</td>
<td>11001111</td>
</tr>
<tr>
<td>Ð</td>
<td>chr(208)</td>
<td>11010000</td>
</tr>
<tr>
<td>Ñ</td>
<td>chr(209)</td>
<td>11010001</td>
</tr>
<tr>
<td>Ò</td>
<td>chr(210)</td>
<td>11010010</td>
</tr>
<tr>
<td>Ó</td>
<td>chr(211)</td>
<td>11010011</td>
</tr>
<tr>
<td>Ô</td>
<td>chr(212)</td>
<td>11010100</td>
</tr>
<tr>
<td>Õ</td>
<td>chr(213)</td>
<td>11010101</td>
</tr>
<tr>
<td>Ö</td>
<td>chr(214)</td>
<td>11010110</td>
</tr>
<tr>
<td>×</td>
<td>chr(215)</td>
<td>11010111</td>
</tr>
<tr>
<td>Ø</td>
<td>chr(216)</td>
<td>11011000</td>
</tr>
<tr>
<td>Ù</td>
<td>chr(217)</td>
<td>11011001</td>
</tr>
<tr>
<td>Ú</td>
<td>chr(218)</td>
<td>11011010</td>
</tr>
<tr>
<td>Û</td>
<td>chr(219)</td>
<td>11011011</td>
</tr>
<tr>
<td>Ü</td>
<td>chr(220)</td>
<td>11011100</td>
</tr>
<tr>
<td>Ý</td>
<td>chr(221)</td>
<td>11011101</td>
</tr>
<tr>
<td>Þ</td>
<td>chr(222)</td>
<td>11011110</td>
</tr>
<tr>
<td>ß</td>
<td>chr(223)</td>
<td>11011111</td>
</tr>
<tr>
<td>à</td>
<td>chr(224)</td>
<td>11100000</td>
</tr>
<tr>
<td>á</td>
<td>chr(225)</td>
<td>11100001</td>
</tr>
<tr>
<td>â</td>
<td>chr(226)</td>
<td>11100010</td>
</tr>
<tr>
<td>ã</td>
<td>chr(227)</td>
<td>11100011</td>
</tr>
<tr>
<td>ä</td>
<td>chr(228)</td>
<td>11100100</td>
</tr>
<tr>
<td>å</td>
<td>chr(229)</td>
<td>11100101</td>
</tr>
<tr>
<td>æ</td>
<td>chr(230)</td>
<td>11100110</td>
</tr>
<tr>
<td>ç</td>
<td>chr(231)</td>
<td>11100111</td>
</tr>
<tr>
<td>è</td>
<td>chr(232)</td>
<td>11101000</td>
</tr>
<tr>
<td>é</td>
<td>chr(233)</td>
<td>11101001</td>
</tr>
<tr>
<td>ê</td>
<td>chr(234)</td>
<td>11101010</td>
</tr>
<tr>
<td>ë</td>
<td>chr(235)</td>
<td>11101011</td>
</tr>
<tr>
<td>ì</td>
<td>chr(236)</td>
<td>11101100</td>
</tr>
<tr>
<td>í</td>
<td>chr(237)</td>
<td>11101101</td>
</tr>
<tr>
<td>î</td>
<td>chr(238)</td>
<td>11101110</td>
</tr>
<tr>
<td>ï</td>
<td>chr(239)</td>
<td>11101111</td>
</tr>
<tr>
<td>ð</td>
<td>chr(240)</td>
<td>11110000</td>
</tr>
<tr>
<td>ñ</td>
<td>chr(241)</td>
<td>11110001</td>
</tr>
<tr>
<td>ò</td>
<td>chr(242)</td>
<td>11110010</td>
</tr>
<tr>
<td>ó</td>
<td>chr(243)</td>
<td>11110011</td>
</tr>
<tr>
<td>ô</td>
<td>chr(244)</td>
<td>11110100</td>
</tr>
<tr>
<td>õ</td>
<td>chr(245)</td>
<td>11110101</td>
</tr>
<tr>
<td>ö</td>
<td>chr(246)</td>
<td>11110110</td>
</tr>
<tr>
<td>÷</td>
<td>chr(247)</td>
<td>11110111</td>
</tr>
<tr>
<td>ø</td>
<td>chr(248)</td>
<td>11111000</td>
</tr>
<tr>
<td>ù</td>
<td>chr(249)</td>
<td>11111001</td>
</tr>
<tr>
<td>ú</td>
<td>chr(250)</td>
<td>11111010</td>
</tr>
<tr>
<td>û</td>
<td>chr(251)</td>
<td>11111011</td>
</tr>
<tr>
<td>ü</td>
<td>chr(252)</td>
<td>11111100</td>
</tr>
<tr>
<td>ý</td>
<td>chr(253)</td>
<td>11111101</td>
</tr>
<tr>
<td>þ</td>
<td>chr(254)</td>
<td>11111110</td>
</tr>
<tr>
<td>ÿ</td>
<td>chr(255)</td>
<td>11111111</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<img src="http://hellonext.com/?ak_action=api_record_view&id=33&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hellonext.com/2009/09/02/ascii-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2008 FTP access Issue</title>
		<link>http://hellonext.com/2009/06/24/visual-studio-2008-ftp-access-issue/</link>
		<comments>http://hellonext.com/2009/06/24/visual-studio-2008-ftp-access-issue/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 16:09:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://hellonext.com/?p=31</guid>
		<description><![CDATA[Built-in caching that Visual Studio 2008 (or Visual Web Developer) does for FTP sites. Watch the bottom of the interface: do you see an indicator that it&#8217;s &#8220;getting file xxx from the web. Press ESC to cancel&#8221;? When you first open a remote FTP site, the entire remote directory is pulled down to your local [...]]]></description>
			<content:encoded><![CDATA[<p>Built-in caching that Visual Studio 2008 (or Visual Web Developer) does for FTP sites. Watch the bottom of the interface: do you see an indicator that it&#8217;s &#8220;getting file xxx from the web. Press ESC to cancel&#8221;? When you first open a remote FTP site, the entire remote directory is pulled down to your local machine, and stored in a temp directory on your machine with the name VWDWebCache (at least it was called that on my Visual Web Developer Express 2008 install). XP sp3 was stored in</p>
<p>C:\Documents and Settings\[MyNAME]\Local Settings\Temp\VWDWebCache\ftp_[domainname]_[rootdir]\</p>
<p>It also gets the entire cache at various other times. This can be painful for a large directory.</p>
<p>There are certainly no options for it in the property page for the FTP site in Solution Explorer.</p>
<p>Note that you can at least &#8220;press ESC to cancel&#8221;, to stop it downloading.</p>
<p>Note as well that when you edit a file, it&#8217;s pulled into that same cache, and if you do a &#8220;file>save as&#8221;, you&#8217;ll see that the file you&#8217;re editing is really now a local copy. That makes sense, of course, in that you could lose the connection to the remote server. At least you&#8217;d still have the local copy. When you do a save, the cache folder version of the file is actually pushed up to the FTP site.</p>
<img src="http://hellonext.com/?ak_action=api_record_view&id=31&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hellonext.com/2009/06/24/visual-studio-2008-ftp-access-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up NNTP Service</title>
		<link>http://hellonext.com/2009/06/18/setting-up-nntp-service/</link>
		<comments>http://hellonext.com/2009/06/18/setting-up-nntp-service/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 18:25:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://hellonext.com/2009/06/18/setting-up-nntp-service/</guid>
		<description><![CDATA[Install Internet Information Services and Microsoft NNTP Service
Because Microsoft NNTP Service depends on Microsoft Internet Information Services (IIS), IIS must be installed on your computer. To install IIS and Microsoft NNTP Service, follow these steps:
   1. Click Start, point to Settings, and then click Control Panel.
   2. In Control Panel, double-click [...]]]></description>
			<content:encoded><![CDATA[<p>Install Internet Information Services and Microsoft NNTP Service<br />
Because Microsoft NNTP Service depends on Microsoft Internet Information Services (IIS), IIS must be installed on your computer. To install IIS and Microsoft NNTP Service, follow these steps:</p>
<p>   1. Click Start, point to Settings, and then click Control Panel.<br />
   2. In Control Panel, double-click Add/Remove Programs.<br />
   3. Click Add/Remove Windows Components.<br />
   4. In the Windows Components Wizard, click Internet Information Services (IIS), and then click Details.<br />
   5. Click to select the following check boxes:<br />
      Common Files<br />
      Documentation<br />
      Internet Information Services Snap-In<br />
      Internet Services Manager (HTML)<br />
      NNTP Service<br />
      World Wide Web Server<br />
   6. Click OK, and then on the Windows Components page, click Next.<br />
   7. On the Completing the Windows Components Wizard page, click Finish.<br />
   8. In the Add/Remove Programs dialog box, click Close.</p>
<p>IIS and the NNTP service are now installed.</p>
<p>Back to the top<br />
Configure the NNTP Virtual Server<br />
The NNTP virtual server that is created when you install Microsoft NNTP Service is automatically configured with default settings that enable it to accept local client connections. You can either accept the default settings or change the NNTP virtual server configuration. There are many options available for you to configure the NNTP virtual server to meet your needs.</p>
<p>This section explains how to configure the following three (required) options:</p>
<p>    * Assign an Internet Protocol (IP) address<br />
    * Set the Authentication method<br />
    * Configure the Virtual Directory settings</p>
<p>Assign an IP Address<br />
To assign an IP address to your NNTP virtual server, follow these steps:</p>
<p>   1. Click Start, point to Programs, point to Administrative Tools, and then click Internet Services Manager. Or, open the Microsoft Management Console (MMC) that contains the IIS snap-in.<br />
   2. In the console tree, right-click Default NNTP Virtual Server, and then click Properties.<br />
   3. In the Default NNTP Virtual Server Properties dialog box, click the General tab.<br />
          * If you want the NNTP virtual server to respond to connection requests for all IP addresses configured on the computer, click (All Unassigned).</p>
<p>            This is the default setting.<br />
          * If you want to assign a specific IP address to the NNTP virtual server, click the IP address that you want to assign in the IP address box.<br />
          * If you want to assign additional IP addresses to the virtual server, click Advanced, and then click Add. In the Identification dialog box, specify the IP address and Transmission Control Protocol (TCP) and Secure Sockets Layer (SSL) port numbers. Note that the default TCP port is 119, and the default SSL port is 563. Click OK twice to return to the Default NNTP Virtual Server Properties dialog box.<br />
   4. Click OK to return to the Internet Information Services window.</p>
<p>The NNTP virtual server is now configured to accept connection requests from the IP address assigned to it.</p>
<p>Set the Authentication Method<br />
To specify the authentication methods that you want to set on the NNTP virtual server, follow these steps:</p>
<p>   1. Click Start, point to Programs, point to Administrative Tools, and then click Internet Services Manager. Or, open the MMC containing the IIS snap-in.<br />
   2. In the console tree, right-click Default NNTP Virtual Server, and then click Properties.<br />
   3. In the Default NNTP Virtual Server Properties dialog box, click the Access tab.<br />
   4. Under Access control, click Authentication.<br />
   5. Specify the authentication method (or methods) that you want.</p>
<p>      Click to select one or more of the following check boxes, and then click OK:<br />
      Allow anonymous<br />
      Basic authentication<br />
      Windows security package<br />
      Internet Services Manager<br />
      Enable SSL client authentication<br />
      NOTE: If you do not want to restrict access to a newsgroup, click to select the Allow anonymous check box to enable anonymous access. In addition, do not set any Windows 2000 Server folder permissions for the folder that contains the newsgroup.</p>
<p>   6. Click OK twice to return to the Internet Information Services window.</p>
<p>The authentication method (or methods) that you specified are now configured for the NNTP virtual server.</p>
<p>Configure the Virtual Directory Settings<br />
A virtual directory is a folder on a local or remote drive that stores newsgroup content. Each virtual directory represents a level of your newsgroup hierarchy. You can create as many virtual directories as needed to match the structure of your newsgroup hierarchy.</p>
<p>When an NNTP Virtual Server is created, two virtual directories, Control and Default, are created by default. The Control virtual directory stores all control processing content, and the Default directory stores newsgroup and article content.</p>
<p>To configure the virtual directory settings, follow these steps:</p>
<p>   1. Click Start, point to Programs, point to Administrative Tools, and then click Internet Services Manager. Or, open the custom MMC containing the IIS snap-in.<br />
   2. In the console tree, double-click Default NNTP Virtual Server to expand the container.<br />
   3. Click Virtual Directories.<br />
   4. In the Newsgroup Subtree pane, right-click the directory that you want (for example, Default), and then click Properties.<br />
   5. Under Virtual Directory Properties, click Contents. In the Directory Contents dialog box, specify the storage location that you want for the virtual directory&#8217;s contents, and then click OK.</p>
<p>      The default location for the home directory is Inetpub\Nntpfile\root. NOTE:</p>
<p>          * If you want to allow news clients to post articles to newsgroups in this directory, click to select the Allow posting check box under Access restrictions.<br />
          * To generate an access log for this directory in the IIS access log, click to select the Log access check box under Content control.</p>
<p>            NOTE: To turn on logging, you must also click to select the Enable logging check box on the General tab of the NNTP virtual server Properties dialog box. (In the console tree, right-click your virtual server, click Properties, and then click the General tab).<br />
          * To index the contents of the directory by using Microsoft Indexing Service, click to select the Index news content check box. By doing this, users can query the newsgroup articles for specific words or phrases.<br />
   6. Click OK to return to the Internet Information Services window.</p>
<p>The NNTP virtual server is now configured with the settings that you specified, and is ready to accept incoming requests from NNTP clients. After you define the newsgroup hierarchy structure and then create newsgroups, users can post articles to, and view the articles in, those newsgroups.</p>
<img src="http://hellonext.com/?ak_action=api_record_view&id=29&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hellonext.com/2009/06/18/setting-up-nntp-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Isao.TV</title>
		<link>http://hellonext.com/2009/06/02/isaotv/</link>
		<comments>http://hellonext.com/2009/06/02/isaotv/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 22:26:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://hellonext.com/?p=23</guid>
		<description><![CDATA[Redesigned Isao.TV
]]></description>
			<content:encoded><![CDATA[<p><a href="http://hellonext.com/2009/06/02/isaotv/isaotv/" rel="attachment wp-att-25"><img src="http://hellonext.com/wp-content/uploads/2009/06/isaotv.jpg" alt="isaotv" title="isaotv" width="125" height="125" class="alignnone size-full wp-image-25" /></a>Redesigned Isao.TV</p>
<img src="http://hellonext.com/?ak_action=api_record_view&id=23&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hellonext.com/2009/06/02/isaotv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CoRD: Remote Desktop for Mac OS X</title>
		<link>http://hellonext.com/2009/05/28/cord-remote-desktop-for-mac-os-x/</link>
		<comments>http://hellonext.com/2009/05/28/cord-remote-desktop-for-mac-os-x/#comments</comments>
		<pubDate>Thu, 28 May 2009 23:16:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[IIS Upload]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://hellonext.com/2009/05/28/cord-remote-desktop-for-mac-os-x/</guid>
		<description><![CDATA[Macs interact well with Windows, and with CoRD the experience is a bit smoother. Great for working on the office terminal server, administrating servers or any other time you&#8217;d like your PC to be a bit closer without leaving your Mac.

]]></description>
			<content:encoded><![CDATA[<p>Macs interact well with Windows, and with CoRD the experience is a bit smoother. Great for working on the office terminal server, administrating servers or any other time you&#8217;d like your PC to be a bit closer without leaving your Mac.<br />
<a href="http://cord.sourceforge.net/"><img src="http://hellonext.com/wp-content/uploads/2009/05/smallserver2003screencapture.png" alt="smallserver2003screencapture" title="smallserver2003screencapture" width="475" height="315" class="alignnone size-full wp-image-18" /></a></p>
<img src="http://hellonext.com/?ak_action=api_record_view&id=19&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hellonext.com/2009/05/28/cord-remote-desktop-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To edit the IIS metabase file without stopping IIS,</title>
		<link>http://hellonext.com/2009/05/28/to-edit-the-iis-metabase-file-without-stopping-iis/</link>
		<comments>http://hellonext.com/2009/05/28/to-edit-the-iis-metabase-file-without-stopping-iis/#comments</comments>
		<pubDate>Thu, 28 May 2009 20:21:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[IIS Upload]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://hellonext.com/2009/05/28/to-edit-the-iis-metabase-file-without-stopping-iis/</guid>
		<description><![CDATA[Applies To:
Microsoft Windows Server 2003
Background:
To edit the IIS metabase file without stopping IIS, you must enable Edit-While-Running.
Procedure:
To enable metabase edit-while-running using IIS Manager
   1. In IIS Manager, right-click the local computer, and then click Properties.
   2. Select the Enable Direct Metabase Edit check box.
]]></description>
			<content:encoded><![CDATA[<p>Applies To:<br />
Microsoft Windows Server 2003<br />
Background:<br />
To edit the IIS metabase file without stopping IIS, you must enable Edit-While-Running.<br />
Procedure:<br />
To enable metabase edit-while-running using IIS Manager</p>
<p>   1. In IIS Manager, right-click the local computer, and then click Properties.<br />
   2. Select the Enable Direct Metabase Edit check box.</p>
<img src="http://hellonext.com/?ak_action=api_record_view&id=16&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hellonext.com/2009/05/28/to-edit-the-iis-metabase-file-without-stopping-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS upload limit</title>
		<link>http://hellonext.com/2009/05/23/10/</link>
		<comments>http://hellonext.com/2009/05/23/10/#comments</comments>
		<pubDate>Sat, 23 May 2009 04:45:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[IIS Upload]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://hellonext.com/?p=10</guid>
		<description><![CDATA[When Windows Server 2003 was released was that when our clients attempted to upload media to our product, it was a bit hit and miss at times. What we discovered was a security precaution in IIS 6 limited the maximum file size that was up-loadable to 240Kb.
To resolve this issue, we increased the Maximum ASP [...]]]></description>
			<content:encoded><![CDATA[<p>When Windows Server 2003 was released was that when our clients attempted to upload media to our product, it was a bit hit and miss at times. What we discovered was a security precaution in IIS 6 limited the maximum file size that was up-loadable to 240Kb.<br />
To resolve this issue, we increased the Maximum ASP upload by running the following from the command line:</p>
<pre class="alt"><span>cscript C:\inetpub\adminscripts\adsutil.vbs set w3svc/ASPMaxRequestEntityAllowed 10484880

</span></pre>
<p>Finding the ASPMaxRequestEntityAllowed node, and changing the value.</p>
<p>With Windows Vista and Windows Server 2008, the way to set this changed again! To achieve the same setting, it can now be done via the IIS Administrative tool. To change do the following:</p>
<ul>
<li><img style="border: 0pt none;" src="http://hellonext.com/wp-content/uploads/2009/05/image-thumb2.png" border="0" alt="image" width="86" height="90" align="right" />Open <strong>IIS Manager</strong> from the <strong>Administrative Tools</strong></li>
<li>Select the Server from the tree structure on the left hand side</li>
<li>Double click on <strong>ASP</strong> in the right pane.</li>
<li>You will see a list of properties, Expand the <strong>Limits Properties</strong> and you will see <strong>Maximum Request Entity Body Limit</strong>. Set the value here in bytes to the upload limit you wish to set. Click <strong>Apply</strong>.</li>
</ul>
<ul>
<li><a href="http://hellonext.com/wp-content/uploads/2009/05/image-thumb3.png"><img style="border: 0pt none;" src="http://rosscify.files.wordpress.com/2008/07/image-thumb3.png?w=404&amp;h=163" border="0" alt="image" width="404" height="163" /></a></li>
</ul>
<p>There is a similar limit imposed in all flavours of ASP.net. This can be configured in the machine.config file of the machine or in the web.config for the application. Adding the following under the &lt;system.web&gt; tag in the will increase the ASP.net maximum upload to 10Mb in this example.</p>
<pre class="csharpcode"><span class="kwrd">&lt;</span><span class="html">system.web</span><span class="kwrd">&gt;</span>
      <span class="kwrd">&lt;</span><span class="html">httpRuntime</span> <span class="attr">maxRequestLength</span><span class="kwrd">="102400"</span> <span class="kwrd">/&gt;</span>
<span class="kwrd">&lt;/</span><span class="html">system.web</span><span class="kwrd">&gt;</span></pre>
<p>As you can see, it isn’t too difficult to resolve this issue, although the way to change the setting can be difficult at first to find.<br />
I hope this guide makes it a little easier for you.</p>
<img src="http://hellonext.com/?ak_action=api_record_view&id=10&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hellonext.com/2009/05/23/10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s going on at Next Design?</title>
		<link>http://hellonext.com/2009/05/21/whats-going-on-at-next-design/</link>
		<comments>http://hellonext.com/2009/05/21/whats-going-on-at-next-design/#comments</comments>
		<pubDate>Thu, 21 May 2009 18:04:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://hellonext.com/?p=3</guid>
		<description><![CDATA[We have lots of client with NDA.
]]></description>
			<content:encoded><![CDATA[<p>We have lots of client with NDA.</p>
<img src="http://hellonext.com/?ak_action=api_record_view&id=3&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hellonext.com/2009/05/21/whats-going-on-at-next-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
