Dsoul开发的WP7QQ即将内测!!
经过很多时间,我们终于进行到DsoulQQ的尾声了!之前很多人都说我们多余,为什么专门搞一些官方对抗的!这是开发者们所不想接触的,因为即使你的很受欢迎,但是也会遭受到打击。当初我们猜想,按照腾讯的速度应该不会那么快就会出的,又考虑到很多人需要,于是我们就商量了决定去冒这个险。可惜,官方比我们预计还好快很多就出了WP7QQ。这让我们感到十分失望,团队里的人开始出现内讧,觉得不应该做这个QQ的,没有意思!确实,我们分配好任务,具体已经安排好了,却受到打击!但是,我们没有放弃,因为很多人看着我们,很多人期待我们开发的QQ!这就是给我们的鼓励,由于我们开发的版本是MEEGO版本的,跟腾讯比还是有点优势的!Dsoul的开发队长秀天下认为,这未必不是件好事。虽然我们冒着给腾讯封杀的路径,但是开发QQ也是一种挑战,更加可以看到我们团队的凝聚力!本来我们是打算同时进行其他几项开发的,目前全部停止,游戏也停止了!因为我们说过的就必须去完成它,即使遇到困难,我们也会去克服!因为我们就是Dsoul!
目前DsoulQQ已经接近尾声,等待对话界面和保持在线的几个程序,完善后就可以内测了,接着我们会优化QQ,做到让大家觉得不错,那么我们就满足了!接下来,我们就会全力开发还没有完善的项目!
在此感谢团队参与开发人员:秀天下(开发者),Aaron.Kresno(开发者),斌(设计师)


经过漫长的备案,www.D-Soul.com终于上线了。
这里是D-S团队的基地,也是我们WPer的家园。我们分享Windows Phone的相关技术贴,也发布团队官方的Windows Phone使用经验;我们分享WP上开发的关键教程,也发布团队官方项目的开发阶段介绍;我们提供了一个团队内部成员的展示平台,同时也欢迎有志于此的一起来加入我们。
我们是D-S,Dream-Soul Fighters。关注于Windows Phone 的使用和开发,并对此提供分享,且接受Windows Phone App的项目承包。关注我们,获取我们的经验分享;加入我们,为了实现共同的目标而拼搏。时间会带来成长,而我们将成为你成长中的养分和扎根的家园!
If you see this post it means that BlogEngine.NET 2.0 is running and the hard part of creating your own blog is done. There is only a few things left to do.
Write Permissions
To be able to log in to the blog and writing posts, you need to enable write permissions on the App_Data folder. If you’re blog is hosted at a hosting provider, you can either log into your account’s admin page or call the support. You need write permissions on the App_Data folder because all posts, comments, and blog attachments are saved as XML files and placed in the App_Data folder.
If you wish to use a database to to store your blog data, we still encourage you to enable this write access for an images you may wish to store for your blog posts. If you are interested in using Microsoft SQL Server, MySQL, SQL CE, or other databases, please see the BlogEngine wiki to get started.
Security
When you've got write permissions to the App_Data folder, you need to change the username and password. Find the sign-in link located either at the bottom or top of the page depending on your current theme and click it. Now enter "admin" in both the username and password fields and click the button. You will now see an admin menu appear. It has a link to the "Users" admin page. From there you can change the username and password. Passwords are hashed by default so if you lose your password, please see the BlogEngine wiki for information on recovery.
Configuration and Profile
Now that you have your blog secured, take a look through the settings and give your new blog a title. BlogEngine.NET 1.4 is set up to take full advantage of of many semantic formats and technologies such as FOAF, SIOC and APML. It means that the content stored in your BlogEngine.NET installation will be fully portable and auto-discoverable. Be sure to fill in your author profile to take better advantage of this.
Themes and Widgets
One last thing to consider is customizing the look of your blog. We have a few themes available right out of the box including two fully setup to use our new widget framework. The widget framework allows drop and drag placement on your side bar as well as editing and configuration right in the widget while you are logged in. Be sure to check out our home page for more theme choices and downloadable widgets to add to your blog.
Try Out New Features
BlogEngine now supports code syntax highlighting and HTML5 video out of the box. To add a video, click the "Insert video" button just above the post editor. Once your video is uploaded, use the following syntax to show it: [video src="be-sample.mp4"]. Make sure to add "video/mp4" as a MIME type to your IIS.
You can add formatted code by pressing the "Insert Code" button on the post editor toolbar. Here is a small sample:
// Hello1.cs
public class Hello1
{
public static void Main()
{
System.Console.WriteLine("Hello, World!");
}
}
On the web
You can find BlogEngine.NET on the official website. Here you'll find tutorials, documentation, tips and tricks and much more. The ongoing development of BlogEngine.NET can be followed at CodePlex where the daily builds will be published for anyone to download.
Good luck and happy writing.
The BlogEngine.NET team