<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>FVN Tech Blog</title>
	<link>http://blog.feuvan.net</link>
	<description>Coding or Programming in C#/PHP &#124; Linux or Windows Server Backend &#124;  New Media &#124; SNS &#124; Misc ...</description>
	<lastBuildDate>Thu, 04 Mar 2010 04:37:59 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Upgraded to WP 2.9.2</title>
		<description><![CDATA[and added WPtouch.
]]></description>
		<link>http://blog.feuvan.net/2010/03/04/213-upgraded-to-wp-2-9-2.html</link>
			</item>
	<item>
		<title>Upgraded to WP 2.9.1</title>
		<description><![CDATA[nth new.
added a new plugin: light-social to "insert a set of social share links at the bottom of each post, focused on technical blogs."
]]></description>
		<link>http://blog.feuvan.net/2010/02/08/210-upgraded-to-wp-2-9-1.html</link>
			</item>
	<item>
		<title>Let&#8217;s guess the trend of IT Tech in the next decade. Part.1</title>
		<description><![CDATA[Preface
I supposed to write this blog post by the end of the last year, but it was delayed.
These words are just IMHO. And you’ve already been familiar with these words.
XML
About 10 years ago, XML is considered to be one of top 10 technologies that most programmers should master. Today XML is still the most important [...]]]></description>
		<link>http://blog.feuvan.net/2010/01/05/206-lets-guess-the-trend-of-it-tech-in-the-next-decade-part-1.html</link>
			</item>
	<item>
		<title>upgraded to wordpress 2.9</title>
		<description><![CDATA[Nth happened, smooth upgrade.
There’re some bad news about CN Internet.
This post is just to let you know that the site is still alive and I’m alive.
I will post some technical thoughts by the end of the year.
]]></description>
		<link>http://blog.feuvan.net/2009/12/22/204-upgraded-to-wordpress-2-9.html</link>
			</item>
	<item>
		<title>FUCK MSN SPAMMER</title>
		<description><![CDATA[sammy_ios25@hotmail.com says:
 近来可好？我最近加入一个很不错的白领社区网站，结识了不少海外华人，和他们一起探讨问题、说秘密、玩游戏，简直是打发无聊、摧残寂寞的不二选择。
http://www.tinyhz.info?=bvhhki
]]></description>
		<link>http://blog.feuvan.net/2009/09/04/201-fuck-msn-spammer.html</link>
			</item>
	<item>
		<title>remove Intel GMA driver&#8217;s dummy &#8220;Graphics xxxx&#8221; context menu in shell integration</title>
		<description><![CDATA[run as Administrator:
regsvr32 /u C:\Windows\system32\igfxpph.dll
If you want the menu back, run the command again but remove "/u".
]]></description>
		<link>http://blog.feuvan.net/2009/08/31/199-remove-intel-gma-drivers-dummy-graphics-xxxx-context-menu-in-shell-integration.html</link>
			</item>
	<item>
		<title>idle bot</title>
		<description><![CDATA[Download: wowidlebot.cpp#define WIN32_LEAN_AND_MEAN
#include &#60;windows.h&#62;
#include &#60;stdio.h&#62;
#include &#60;stdlib.h&#62;
#include &#60;time.h&#62;
&#160;
&#160;
DWORD&#160;GenerateSleepMilliseconds()
{
&#160; &#160; unsigned&#160;int range_min = 5*60; // 5 minutes
&#160; &#160; unsigned&#160;int range_max = 8*60; // 8 minutes
&#160; &#160; DWORD&#160;u = (DWORD)(((double)rand() / (RAND_MAX + 1) * (range_max - range_min)&#160; + range_min)*1000);
&#160; &#160; return&#160;u;
}
&#160;
int&#160;main(int argc, TCHAR * argv[])
{
&#160; &#160; DWORD&#160;sleepms = 0;
&#160; &#160; HWND&#160;handle = FindWindow(NULL, TEXT(&#34;魔兽世界&#34;));
&#160; &#160; if&#160;(handle == [...]]]></description>
		<link>http://blog.feuvan.net/2009/08/23/188-idle-bot.html</link>
			</item>
	<item>
		<title>My web proxy is reloaded. Access now at http://bit.ly/pr0xy.</title>
		<description><![CDATA[It's still there http://us.feuvan.net/.
Or you may prefer this short url http://bit.ly/pr0xy.
It's now hosted on Linode.com.
Let's see when it will be suspended.
]]></description>
		<link>http://blog.feuvan.net/2009/08/13/184-my-web-proxy-is-reloaded-access-now-at-httpbit-lypr0xy.html</link>
			</item>
	<item>
		<title>A Wordpress broken link helper</title>
		<description><![CDATA[Just an example.
For wordpress ppl who changed their perm link.
Download: brokenlinkhelper.php&#60;?php
require_once(&#160;dirname(__FILE__) . '/wp-load.php' );
&#160;
global&#160;$wpdb;
&#160;
$uri = $_SERVER[&#34;REQUEST_URI&#34;];
$pattern = &#34;/^\/(\d{4})\/(\d{2})\/(\d{2})\/([^\d].*&#124;\d+[.^-]*).html$/&#34;;
if&#160;(preg_match($pattern, $uri, $match) == 1)
{
&#160; &#160; $year = $match[1];
&#160; &#160; $month = $match[2];
&#160; &#160; $mday = $match[3];
&#160; &#160; $post_name = $match[4];
&#160;
&#160; &#160; if&#160;((string)(int)$post_name == $post_name) {
&#160; &#160; &#160; &#160; $id = (int)$post_name;
&#160; &#160; &#160; &#160; $link = get_permalink($id);
&#160; [...]]]></description>
		<link>http://blog.feuvan.net/2009/01/20/178-a-wordpress-broken-link-helper.html</link>
			</item>
	<item>
		<title>2009: A dynamic future of C#</title>
		<description><![CDATA[70s coders learn C, Pascal, COBOL(one of the best IT jobs in economic crisis)
80s coders learn C
90s coders learn C++, Java, Delphi
21-century (long time no see this hot word during 1999-2001)  coders learn C#?
- A homemade rumor by anonymous craven
On PDC 2008, Anders, former architecture of Turbo Pascal, Delphi, Visual J++, currently the father of [...]]]></description>
		<link>http://blog.feuvan.net/2008/10/31/173-2009-a-dynamic-future-of-c.html</link>
			</item>
</channel>
</rss>
