<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://mullenstudio.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"><channel><title>Mullen Studio</title><link>http://mullenstudio.net/blogs/</link><description>A website shows the softwares Mullen developed, including tools and games.
Download is provieded for most of the tools.
There are some picture edited by Mullen, either.</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>How to build Windows API Code Pack / DirectX in Visual Studio 2010 Beta 2</title><link>http://mullenstudio.net/blogs/development/archive/2010/01/01/how-to-build-windows-api-code-pack-directx-in-visual-studio-2010-beta-2.aspx</link><pubDate>Sat, 02 Jan 2010 00:07:00 GMT</pubDate><guid isPermaLink="false">41673300-0604-4bd6-9b75-24e8790b8dc9:992</guid><dc:creator>Mullen</dc:creator><slash:comments>11</slash:comments><description>&lt;p&gt;&amp;nbsp;There is a bug in Visual Studio 2010 Beta 2, which make certain project from Visual Studio 2008 cannot build successfully, such as DirectX.sln fro Windows API Code Pack. Here is the solution&lt;/p&gt;
&lt;ol style="font-style:normal;margin-top:0in;unicode-bidi:embed;font-family:Calibri;direction:ltr;margin-bottom:0in;margin-left:0.375in;font-size:11pt;font-weight:normal;"&gt;
&lt;li style="margin-top:0px;margin-bottom:0px;vertical-align:middle;"&gt;&lt;span style="font-style:normal;font-family:Calibri;font-size:11pt;vertical-align:baseline;font-weight:normal;text-decoration:none;"&gt;DirectX Project Property Pages, Configuration Properties,&lt;span style="mso-spacerun:yes;"&gt;&amp;nbsp; &lt;/span&gt;C/C+, Command Line, Additional Options, add &amp;quot;/clr:nostdlib&amp;quot; (string between quotes).&lt;/span&gt;&lt;/li&gt;
&lt;li style="margin-top:0px;margin-bottom:0px;vertical-align:middle;"&gt;&lt;span style="font-style:normal;font-family:Calibri;font-size:11pt;vertical-align:baseline;font-weight:normal;text-decoration:none;"&gt;Configuration Properties, C/C++, General, Resolve #using References, add &amp;quot;$(FrameworkPathOverride)&amp;quot; (string between quotes).&lt;/span&gt;&lt;/li&gt;
&lt;li style="margin-top:0px;margin-bottom:0px;vertical-align:middle;"&gt;&lt;span style="font-style:normal;font-family:Calibri;font-size:11pt;vertical-align:baseline;font-weight:normal;text-decoration:none;"&gt;Configuration Properties, General, Target Name, change from &amp;quot;$(ProjectName)&amp;quot; to &amp;quot;Microsoft.WindowsAPICodePack.DirectX&amp;quot; (to match Linker, Output File).&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="margin-top:0px;margin-bottom:0px;vertical-align:middle;"&gt;&lt;span style="font-style:normal;font-family:Calibri;font-size:11pt;vertical-align:baseline;font-weight:normal;text-decoration:none;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;For the Samples, you need to change the properties of Direct3DX10 and Controls in the similar way, and Add $(DXSDK_DIR)Include and $(DXSDK_DIR)Lib\x86 (or x64) to Additional Include / Library Directories of Direct3DX10 Project.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;What more, you need to change all .net Project Target Framework to .net Framework 4.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;If being asked whether override already exists vcxproj file, select no unless you want to repeat above steps many times.&lt;/p&gt;
&lt;p style="margin:0in;font-family:Calibri;font-size:11pt;"&gt;If it says &amp;quot;xxx.dll&amp;quot; not found, which is an output of a C++ Project, rebuild the whole Solution.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mullenstudio.net/aggbug.aspx?PostID=992" width="1" height="1"&gt;</description><category domain="http://mullenstudio.net/blogs/development/archive/tags/Windows+API+Code+Pack/default.aspx">Windows API Code Pack</category><category domain="http://mullenstudio.net/blogs/development/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://mullenstudio.net/blogs/development/archive/tags/DirectX/default.aspx">DirectX</category></item><item><title>DropPermission</title><link>http://mullenstudio.net/blogs/software/archive/2009/12/31/droppermission.aspx</link><pubDate>Fri, 01 Jan 2010 01:27:00 GMT</pubDate><guid isPermaLink="false">41673300-0604-4bd6-9b75-24e8790b8dc9:991</guid><dc:creator>Mullen</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;You may always encounter such kind of situation: you want to delete a directory, but the system says you can&amp;#39;t because you don&amp;#39;t have the permission (even you disabled UAC or use administrator). It often happens on Windows Vista or Windows 7, sometime reinstalling system still can&amp;#39;t solve this problem.&lt;/p&gt;
&lt;p&gt;Maybe you know that by set ownership of the file or folder, and set corresponding permission can help you. But if there are hundreds of folders, and in certain situation you can only fix it one by one from the deepest folder, it is still frustrated.&lt;/p&gt;
&lt;p&gt;With DropPermission, you can fix batch of files and folders simply by drag &amp;amp; drop.&lt;/p&gt;
&lt;p&gt;You may need Administrator permission when prompted.&lt;/p&gt;
&lt;p&gt;Program depends on .net Framework 3.5. If not installed,&amp;nbsp;you can download it here. &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=AB99342F-5D1A-413D-8319-81DA479AB0D7&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=AB99342F-5D1A-413D-8319-81DA479AB0D7&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Program download is&amp;nbsp;here. &lt;a href="http://mullenstudio.net/media/p/990.aspx"&gt;http://mullenstudio.net/media/p/990.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Sourceforge Page: &lt;a href="http://sourceforge.net/projects/droppermission/"&gt;http://sourceforge.net/projects/droppermission/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;你可能进场遇到这样的情况：你希望删除一个目录，但是系统却说你不能删除，因为你没有权限（即便你禁用了UAC或者使用了管理员）。这种情况在Windows Vista和Windows 7上经常发生，有时候即使重装系统也解决不了。&lt;/p&gt;
&lt;p&gt;可能你知道通过设置文件或文件夹的创建者，并且设置相应权限可以解决。但是如果有上百个文件夹，并且在某些情况下你只能通过从最深层目录开始一个一个的修复它，那么还是很折腾人的。&lt;/p&gt;
&lt;p&gt;利用DropPermission，你可以简单的通过拖拽一次修复一批文件和目录。&lt;/p&gt;
&lt;p&gt;你可能在给出提示的时候需要提供管理员权限。&lt;/p&gt;
&lt;p&gt;程序下载在这里。&lt;a href="http://mullenstudio.net/media/p/990.aspx"&gt;http://mullenstudio.net/media/p/990.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;程序基于.net Framework 3.5。如果没有安装，你可以从这里下载。&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=AB99342F-5D1A-413D-8319-81DA479AB0D7&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=AB99342F-5D1A-413D-8319-81DA479AB0D7&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Sourceforge页面：&lt;a href="http://sourceforge.net/projects/droppermission/"&gt;http://sourceforge.net/projects/droppermission/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mullenstudio.net/aggbug.aspx?PostID=991" width="1" height="1"&gt;</description><category domain="http://mullenstudio.net/blogs/software/archive/tags/Permission/default.aspx">Permission</category><category domain="http://mullenstudio.net/blogs/software/archive/tags/DropPermission/default.aspx">DropPermission</category></item><item><title>Win7WallpaperFix</title><link>http://mullenstudio.net/blogs/software/archive/2009/12/30/win7wallpaperfix.aspx</link><pubDate>Thu, 31 Dec 2009 05:59:00 GMT</pubDate><guid isPermaLink="false">41673300-0604-4bd6-9b75-24e8790b8dc9:987</guid><dc:creator>Mullen</dc:creator><slash:comments>3</slash:comments><description>&lt;p&gt;Fix a bug in Windows 7 when using more than 2 monitors with different resolution, the size of the wallpaper will always wrong because all the monitors use the same size of wallpaper as the main monitor.&lt;/p&gt;
&lt;p&gt;For example, if you have 2 monitors, main monitor has a smaller resolution than 2nd monitor. If you set picture position as fill, fit or stretch, you will find a black border around the 2nd monitor&amp;#39;s wallpaper. This is because the 2nd monitor&amp;#39;s wallpaper use the same size as the main monitor, whose resolution is smaller. For tile or center, you cannot let the wallpaper&amp;#39;s size fits all monitors resolution. Vista doesn&amp;#39;t have such kind of bug.&lt;/p&gt;
&lt;p&gt;Since no fix yet and the requirement of this function is critical (otherwise you will always see the black border or only see the center part&amp;nbsp;of the wallpaper in&amp;nbsp;certain situation), I build this software. The software will generate a large wallpaper by putting selected wallpaper in different parts of the generate wallpaper&amp;nbsp;with different size&amp;nbsp;according to the current position / resolution&amp;nbsp;information of the monitors. Therefore,&amp;nbsp;you can use it by set the picture position in control panel as &amp;quot;tile&amp;quot; to make all monitors has correct size of wallpaper.&lt;/p&gt;
&lt;p&gt;The program is build on VS 2010 and use .net Framework 3.5. Since Windows 7 already has .net Framework 3.5, you can directly.&lt;/p&gt;
&lt;p&gt;Windows XP is also supported, but .net Framework 3.5 is required. Windows Vista doesn&amp;#39;t have such kind of bug.&lt;/p&gt;
&lt;p&gt;English &amp;amp; Simplified Chinese version included.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://mullenstudio.net/media/p/993.aspx"&gt;http://mullenstudio.net/media/p/993.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;修正Windows 7 下面的一个错误，当使用两个以上不同分辨率的显示器的时候，墙纸的大小永远是错误的，因为所有显示器都使用主显示器墙纸的大小。&lt;/p&gt;
&lt;p&gt;举例来说，假设你有两个显示器，主显示器的分辨率小于副显示器。如果你的图片位置设置为填充/适合/拉伸，你会发现副显示器的比值周围有黑边。这是由于副显示器的壁纸使用了和主显示器一样的大小，但是主显示器的分辨率更小造成的。对于平铺或者剧中，你也不能让壁纸的大小适合所有显示器的分辨率。Vista没有这个bug。&lt;/p&gt;
&lt;p&gt;由于目前还没有这个bug的修正，并且问题很恼人（要么你总是看到黑边要么只能看到壁纸中间的一部分），我写了这个软件。软件会自动生成一个大的壁纸，这个大的壁纸有许多不同大小和未知的壁纸根据当前显示器的位置和分辨率拼成。这样，你就可以通过控制面板中将图片位置设置为平铺，来始终这样大的壁纸，从而让所有显示器的壁纸大小正确。&lt;/p&gt;
&lt;p&gt;程序使用VS2010编译，基于.net Framework 3.5。由于Windows7自带了.net Framework 3.5，所以可直接使用。&lt;/p&gt;
&lt;p&gt;支持Windows XP，但需要.net Framework 3.5. Windows Vista本身没有这个bug。&lt;/p&gt;
&lt;p&gt;包括英文和简体中文版。&lt;/p&gt;
&lt;p&gt;&lt;a href="http://mullenstudio.net/media/p/993.aspx"&gt;http://mullenstudio.net/media/p/993.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mullenstudio.net/aggbug.aspx?PostID=987" width="1" height="1"&gt;</description><category domain="http://mullenstudio.net/blogs/software/archive/tags/Windows+7/default.aspx">Windows 7</category><category domain="http://mullenstudio.net/blogs/software/archive/tags/Win7WallpaperFix/default.aspx">Win7WallpaperFix</category></item><item><title>Twitter</title><link>http://mullenstudio.net/blogs/news/archive/2009/12/16/twitter.aspx</link><pubDate>Thu, 17 Dec 2009 03:09:00 GMT</pubDate><guid isPermaLink="false">41673300-0604-4bd6-9b75-24e8790b8dc9:942</guid><dc:creator>Mullen</dc:creator><slash:comments>3</slash:comments><description>&lt;p&gt;&lt;a href="http://twitter.com/MullenStudio"&gt;http://twitter.com/MullenStudio&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mullenstudio.net/aggbug.aspx?PostID=942" width="1" height="1"&gt;</description></item><item><title>Things to do</title><link>http://mullenstudio.net/blogs/sample_weblog/archive/2009/12/16/things-to-do.aspx</link><pubDate>Thu, 17 Dec 2009 02:43:00 GMT</pubDate><guid isPermaLink="false">41673300-0604-4bd6-9b75-24e8790b8dc9:941</guid><dc:creator>Mullen</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I recently try to develop a Visual Studio extension about HLSL language (highlight, auto complete, etc). I hope I can finish some basic functions that can help me and others for writing HLSL or CG codes.&lt;/p&gt;
&lt;p&gt;Encoding Utility and AppLoc Pro need to fix some bugs and finish some functions if I have time. &lt;/p&gt;
&lt;p&gt;The&amp;nbsp;program about&amp;nbsp;game EVE vX&amp;#39;s Chinese version is also restart. But there seems to be no timeline. The recorded video version came first.&lt;/p&gt;
&lt;p&gt;I have just create a Twitter Account. &lt;a href="http://twitter.com/MullenStudio"&gt;http://twitter.com/MullenStudio&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mullenstudio.net/aggbug.aspx?PostID=941" width="1" height="1"&gt;</description><category domain="http://mullenstudio.net/blogs/sample_weblog/archive/tags/AppLocale+Pro/default.aspx">AppLocale Pro</category><category domain="http://mullenstudio.net/blogs/sample_weblog/archive/tags/Game/default.aspx">Game</category><category domain="http://mullenstudio.net/blogs/sample_weblog/archive/tags/Software/default.aspx">Software</category><category domain="http://mullenstudio.net/blogs/sample_weblog/archive/tags/EVEvX/default.aspx">EVEvX</category><category domain="http://mullenstudio.net/blogs/sample_weblog/archive/tags/Encoding+Utility/default.aspx">Encoding Utility</category><category domain="http://mullenstudio.net/blogs/sample_weblog/archive/tags/HLSL/default.aspx">HLSL</category></item><item><title>AppLocale Pro</title><link>http://mullenstudio.net/blogs/software/archive/2009/03/15/applocale-pro.aspx</link><pubDate>Mon, 16 Mar 2009 00:21:00 GMT</pubDate><guid isPermaLink="false">41673300-0604-4bd6-9b75-24e8790b8dc9:5</guid><dc:creator>Mullen</dc:creator><slash:comments>430</slash:comments><description>&lt;p&gt;If you are experiencing problems with an application that worked correctly on an some localized version of Windows, or feeling Microsoft AppLocale is not convenient on current version of Windows, this&amp;nbsp;software helps you select a compatible language setting that may resolve those issues.&lt;/p&gt;
&lt;p&gt;如果你运行程序遇到问题，而这个程序可以在对应语言的Windows下正常运行；或者你觉得在当前版本Windows下使用Microsoft AppLocale不方便，那么这个程序可以帮助你选择兼容的语言设置并且解决这些问题。&lt;/p&gt;
&lt;p&gt;The software is an&amp;nbsp;enhancement of Microsoft AppLocale, it provieds following features:&lt;/p&gt;
&lt;p&gt;这个程序是Microsoft AppLocale的增强版，提供了如下功能&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Run non-unicode software correctly, such as running Chinese or Japanese software under English windows system. (Basic feature provided by Microsoft AppLocale)&lt;/li&gt;
&lt;li&gt;Fully support UAC, you can select whether run a program by administrator, or let this software decide automaticly. (New feature!)&lt;/li&gt;
&lt;li&gt;Run program with AppLocale Pro by right click the exe file and click the Menu &amp;quot;Run by AppLocale Pro&amp;quot; in Windows Explorer, the language be selected automaticly, and no additional dialog (New feature!)&lt;/li&gt;
&lt;li&gt;Save special information for each program, and use this information for context menu in Windows Explorer. (New feature!)&lt;/li&gt;
&lt;li&gt;Start program from saved informatioin. (New feature!)&lt;/li&gt;
&lt;li&gt;Run program with AppLocale Pro by right click the exe file and click the Menu &amp;quot;Run by AppLocale Pro...&amp;quot; in Windows Explorer to select the language and other arguments yourself. (New feature!)&lt;/li&gt;
&lt;li&gt;Advanced support for programs that requiring arguments. (Improved feature)&lt;/li&gt;
&lt;li&gt;More languages to select; Select Language by keyboard; Sort languages by LCID or name. (Improved feature)&lt;/li&gt;
&lt;li&gt;Help you install Microsoft AppLocale in Windows Vista with UAC. (Improved feature)&lt;/li&gt;
&lt;li&gt;Create shortcut for programs with locale information. (Improved feature)&lt;/li&gt;
&lt;li&gt;Large icon for Windows Vista (Improved feature)&lt;/li&gt;
&lt;li&gt;Support command line (Improved feature)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;正确运行非Unicode软件，例如在英文系统下运行中文或者日文软件。（Microsoft AppLocale提供的基本功能）&lt;/li&gt;
&lt;li&gt;完全支持UAC，你可以指定一个程序是否已管理员身份运行，或者让这个软件自动决定。（新功能！）&lt;/li&gt;
&lt;li&gt;通过在资源管理器右键菜单选择&amp;ldquo;通过AppLocale Pro运行&amp;rdquo;，可以自动以对应的语言运行程序，并且不会有附加对话框。(新功能！)&lt;/li&gt;
&lt;li&gt;可以为每个程序保存各自的信息，并且这些信息将会用到资源管理器的菜单中。（新功能！）&lt;/li&gt;
&lt;li&gt;通过保存的信息直接启动程序。（新功能！）&lt;/li&gt;
&lt;li&gt;通过在资源管理器右键菜单选择&amp;ldquo;通过AppLocale Pro运行&amp;hellip;&amp;hellip;&amp;rdquo;，可以自己选择语言或者其他参数。（新功能！）&lt;/li&gt;
&lt;li&gt;对需要参数的程序提供更好的支持。（改进的功能）&lt;/li&gt;
&lt;li&gt;可以选择更多的语言；通过键盘选择语言；根据LCID或者名称对语言排序。（改进的功能）&lt;/li&gt;
&lt;li&gt;帮助你在打开UAC的Windows Vista系统下安装Microsoft AppLocale。（改进的功能）&lt;/li&gt;
&lt;li&gt;建立带有语言信息的程序快捷方式。（改进的功能）&lt;/li&gt;
&lt;li&gt;Windows Vista下的超大图标。（改进的功能）&lt;/li&gt;
&lt;li&gt;支持命令行。（改进的功能）&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://mullenstudio.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/software/AppLocPro1.png"&gt;&lt;img border="0" src="http://mullenstudio.net/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/software/AppLocPro1.png" alt="" /&gt;&lt;/a&gt;&lt;a href="http://mullenstudio.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/software/AppLocPro2.png"&gt;&lt;img border="0" src="http://mullenstudio.net/resized-image.ashx/__size/550x0/__key/CommunityServer.Blogs.Components.WeblogFiles/software/AppLocPro2.png" alt="" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The program is under beta stage, please report any bugs in the forum.&lt;/p&gt;
&lt;p&gt;软件仍处于Beta阶段，请在论坛中汇报任何Bug。&lt;/p&gt;
&lt;p&gt;System requirement:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows Vista / XP, 32 &amp;amp; 64 bit&lt;/li&gt;
&lt;li&gt;.net Framework 2.0 or later (Can automaticly downloaded by installer)&lt;/li&gt;
&lt;li&gt;Microsoft AppLocale (Because of copyright issue, this program will only provides the link&amp;nbsp;of the software in Microsoft Download Center)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;系统需求&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows Vista / XP, 32或64位&lt;/li&gt;
&lt;li&gt;.net Framework 2.0或更高（可以在安装的时候自动下载）&lt;/li&gt;
&lt;li&gt;Microsoft AppLocale（由于版权原因，本程序只会提供在Microsft下载中心下载这个软件的连接）&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Remark&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Uninstall localized program is not supported currently&lt;/li&gt;
&lt;li&gt;If a program can&amp;#39;t run correctly by Microsoft AppLocale, it will be the same as by AppLocale Pro&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;注意&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;以对应语言运行卸载程序的功能尚不支持&lt;/li&gt;
&lt;li&gt;如果一个程序不能通过Microsoft AppLocale正确运行，那么AppLocale Pro也一样。&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Download&lt;/p&gt;
&lt;p&gt;32Bit&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://mullenstudio.net/media/p/6.aspx"&gt;http://mullenstudio.net/media/p/6.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;64Bit&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://mullenstudio.net/media/p/9.aspx"&gt;http://mullenstudio.net/media/p/9.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mullenstudio.net/aggbug.aspx?PostID=5" width="1" height="1"&gt;</description><category domain="http://mullenstudio.net/blogs/software/archive/tags/Localized/default.aspx">Localized</category><category domain="http://mullenstudio.net/blogs/software/archive/tags/AppLocale+Pro/default.aspx">AppLocale Pro</category><category domain="http://mullenstudio.net/blogs/software/archive/tags/Software/default.aspx">Software</category><category domain="http://mullenstudio.net/blogs/software/archive/tags/Non-Unicode/default.aspx">Non-Unicode</category></item><item><title>First post; 第一帖</title><link>http://mullenstudio.net/blogs/news/archive/2009/03/15/first-post.aspx</link><pubDate>Mon, 16 Mar 2009 00:07:00 GMT</pubDate><guid isPermaLink="false">41673300-0604-4bd6-9b75-24e8790b8dc9:4</guid><dc:creator>Mullen</dc:creator><slash:comments>444</slash:comments><description>&lt;p&gt;This is the first post of this site. Welcome, everyone.&lt;/p&gt;
&lt;p&gt;This site will provide the information of software developed by Mullen. In addition,&amp;nbsp;some other things such as computer and programming&amp;nbsp;skills, game information and so on will also be provided.&lt;/p&gt;
&lt;p&gt;Most of the posts will in two languages (Simplified Chinese and English). However, some posts may only contain one language.&lt;/p&gt;
&lt;p&gt;Most of the software will be in English initially, and Simplified Chinese or other&amp;nbsp;languages will be added later.&lt;/p&gt;
&lt;p&gt;The site is still under construction, And it may take a long time.&lt;/p&gt;
&lt;p&gt;If you have any questions about this site or my softwares, please ask in the forum. English and both Chinese languages are welcomed.&lt;/p&gt;
&lt;p&gt;Mullen&lt;/p&gt;
&lt;p&gt;这是我在这个网站的第一篇帖子，欢迎大家。&lt;/p&gt;
&lt;p&gt;这个网站将会提供Mullen开发的软件的信息。同时也会提供一些其他信息，包括电脑和开发的技巧，游戏信息等。&lt;/p&gt;
&lt;p&gt;大多数信息会以双语形式提供（简体中文和英文），当然也有一些只有一种语言的。&lt;/p&gt;
&lt;p&gt;大多数软件会在一开始只有英文版，中文或者其他语言的版本随后添加。&lt;/p&gt;
&lt;p&gt;网站仍在建设中，可能会要很长时间。&lt;/p&gt;
&lt;p&gt;如果对这个网站或者我的软件有任何问题，请在论坛中提问。接受英文和简繁体中文的问题。&lt;/p&gt;
&lt;p&gt;Mullen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mullenstudio.net/aggbug.aspx?PostID=4" width="1" height="1"&gt;</description><category domain="http://mullenstudio.net/blogs/news/archive/tags/Information/default.aspx">Information</category><category domain="http://mullenstudio.net/blogs/news/archive/tags/First+Post/default.aspx">First Post</category><category domain="http://mullenstudio.net/blogs/news/archive/tags/Annoucement/default.aspx">Annoucement</category></item><item><title>Welcome to Community Server Blogs!</title><link>http://mullenstudio.net/blogs/sample_weblog/archive/2009/02/19/My-First-Post.aspx</link><pubDate>Thu, 19 Feb 2009 12:02:25 GMT</pubDate><guid isPermaLink="false">41673300-0604-4bd6-9b75-24e8790b8dc9:2</guid><dc:creator>admin</dc:creator><slash:comments>2</slash:comments><description>
		&lt;p&gt;A weblog (blog) is an online journal you can use to share thoughts, ideas, gripes, project status, or anything else you want. Blogs allow you to be a contributor rather than just a bystander.&lt;/p&gt;
		&lt;p&gt;Postings are arranged chronologically and can be categorized depending upon how the administrator has configured the system. You can view a post by clicking on the title from the home page where all users' posts are collectively shown. Once viewing a blog you can read other posts by that person or provide comments on postings.&lt;/p&gt;
		&lt;p&gt;Creating new posts is quick and easy. If you have the ability to post you should see a link (usually on the left) on your weblog's home page: new post. Clicking on this link takes you into your blogs administration pages for creating new posts.&lt;/p&gt;
		&lt;p&gt;If you don't have the ability to post, contact the site administrator and ask for your own blog.&lt;/p&gt;
		&lt;p&gt;Happy Blogging!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://mullenstudio.net/aggbug.aspx?PostID=2" width="1" height="1"&gt;</description><category domain="http://mullenstudio.net/blogs/sample_weblog/archive/tags/Blogging/default.aspx">Blogging</category></item></channel></rss>