<?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>Buy World Of Warcraft Gold</title>
	<atom:link href="http://www.nogayturk.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nogayturk.com</link>
	<description>Buy cheap WOW Gold instant delivery for sale</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:17:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[Reserved] enterprises to use script to update Microsoft Security Essentials</title>
		<link>http://www.nogayturk.com/archives/1299</link>
		<comments>http://www.nogayturk.com/archives/1299#comments</comments>
		<pubDate>Wed, 01 Feb 2012 15:17:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[definitionupdates]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[April 6, 2011 <br /> good use Powershell scripts u]]></description>
			<content:encoded><![CDATA[<p>April 6, 2011 <br /> good use Powershell scripts updated intranet Microsoft Security Essentials virus database methods. <br /> Xiao Zhao is a foreign company marketing manager, he found Interior computer anti-virus software and financial status of antivirus software is always red, so he consulted the enterprise IT Xiaoyuan <br /> Xiaoyuan as the IT department, he told the Finance Ministry and the Ministry of the Interior Xiao Zhao is not allowed on the computer outside the network, installed anti-virus software, Microsoft Genuine Microsoft Security Essentials, requires Internet connection to update. <br /> <img src = &#8220;http://s8.sinaimg.cn/middle/49d31834n896d7690ae57</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nogayturk.com/archives/1299/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SilverLight enterprise application framework designed picture frames [two]</title>
		<link>http://www.nogayturk.com/archives/1298</link>
		<comments>http://www.nogayturk.com/archives/1298#comments</comments>
		<pubDate>Wed, 01 Feb 2012 15:16:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[rowdefinition]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[January 4, 2012 <br /> the next frame on the scree]]></description>
			<content:encoded><![CDATA[<p>January 4, 2012 <br /> the next frame on the screen is divided into three <br /> a Grid control completed by the following layout <Grid x:Name="LayoutRoot"> <Grid . RowDefinitions> <RowDefinition Height="60"> </ RowDefinition> <RowDefinition Height="*"> </ RowDefinition> <RowDefinition Height="22"> </ RowDefinition> </ Grid.RowDefinitions> </ Grid> < br /> <br /> upper top menu area <br /> middle of the screen part of the sub-menus and business <br /> the lower status bar and copyright information for the area <br /> < br /> <img src = "http://images.cnblogs.com/cnblogs_com/liulun/201201/201201031623462922.png" onClick = "window.open ( ttp://images.cnblogs.com/cnblogs_com/liulun/ 201201/201201031623462922.png "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg " > <br /> Below we look at the three parts of the generated logic <br /> one: the top menu area <br /> XAML code as follows: <StackPanel x : Name = "TopMenuS" Orientation = "Horizontal" Background = "{StaticResource HeadBG}"> <Grid> <Grid.ColumnDefinitions> <ColumnDefinition Width="10"> </ ColumnDefinition> <ColumnDefinition Width="142"> </ ColumnDefinition> <ColumnDefinition Width="10"> </ ColumnDefinition> </ Grid.ColumnDefinitions> <Grid.RowDefinitions> <RowDefinition Height="3"> </ RowDefinition> <RowDefinition Height="18"> </ RowDefinition> < RowDefinition Height = "18"> </ RowDefinition> <RowDefinition Height="18"> </ RowDefinition> <RowDefinition Height="3"> </ RowDefinition> </ Grid.RowDefinitions> <TextBlock x: Name = "helloBlock" Grid.Column = "1" Grid.Row = "1" Text = "xxxx communication" /> <TextBlock x: Name = "UserName" Text = "Administrator" Grid.Column = "1" Grid.Row = "2" /> <TextBlock Text="欢迎使用xxx监控系统" Grid.Column="1" Grid.Row="3" /> </ Grid> <Rectangle Width="1" Fill="{StaticResource HeadSplitor}"> < / Rectangle> <StackPanel> <Button Style="{StaticResource ToolBtnStyle}" Content="全部关闭" Click="CloseAllClick"> </ Button> <Button Style = "{StaticResource ToolBtnStyle}" Content = "Close the current" Click = "CloseCurClick"> </ Button> <Button Style="{StaticResource ToolBtnStyle}" Content="关闭其他" Click="CloseOtherClick"> </ Button> </ StackPanel> <Rectangle Width = "1" Fill = "{StaticResource HeadSplitor }"></ Rectangle> <StackPanel> <Button Style="{StaticResource ToolBtnStyle}" Content="修改密码" Click="ChangePSWBtnClick"> </ Button> <Button Style = "{StaticResource ToolBtnStyle}" Content = " exit the system "Click =" LoginOutBtnClick "> </ Button> <Button Style="{StaticResource ToolBtnStyle}" Content="重新登录" Click="ReLoginBtnClick"> </ Button> </ StackPanel> <Rectangle Width =" 1 " Fill = "{StaticResource HeadSplitor }"></ Rectangle> </ StackPanel> <br /> top of the menu is divided into three parts </p>
<p> from left to right are <br /> welcome information (GRID) <br /> the top menu (dynamically created) <br /> commonly used buttons (StackPanel) <br /> container top menu is a StackPanel <br /> This container has a gradient background color, the style code below <! - head gradient background -> <LinearGradientBrush x: Key = "HeadBG" StartPoint = "0.5 0" EndPoint = "0.5 1"> <GradientStop Offset="0" Color="#FAFAFA"> </ GradientStop> <GradientStop Offset="0.5" Color="#D6D6D6"> </ GradientStop> </ LinearGradientBrush> <br /> This container has a Rectangle to each part of the split <br /> this Rectangle has a gradient background, the code below <! - separation of the head gradient background -> <LinearGradientBrush x: Key = "HeadSplitor" StartPoint = "0.5 0" EndPoint = "0.5 1"> <GradientStop Offset="0" Color="#FAFAFA"> </ GradientStop> <GradientStop Offset="1" Color="#000000"> </ GradientStop> </ LinearGradientBrush> <br /> popular button styles are as follows: <! - the head of the third column tool button style -> <br /> dynamically created at the top menu as follows (we do not get to the bottom before the data is how come, in a later chapter we will talk about the details of data exchange) var tops = Common.ViewUtility.AllMenu. Where (m => m.ParentId == Guid.Empty ). OrderByDescending (m => m.MenuOrder); foreach (var m in tops) {var topM = new HeadBtn (); topM.DataContext = m; topM.MouseLeftButtonUp   = new MouseButtonEventHandler (topM_MouseLeftButtonUp); TopMenuS.Children.Insert (2, topM);} <br /> HeadBtn created here is a custom control <br /> (each at the top of the menu is an instance of the control) <br /> < br /> The custom control XAML code as follows: <StackPanel Orientation="Horizontal" Cursor="Hand"> <Grid x:Name="btn" Width="90" Height="60"> <Grid.RowDefinitions> < RowDefinition> </ RowDefinition> <RowDefinition Height="20"> </ RowDefinition> </ Grid.RowDefinitions> <Image Source="../Images/module2.png" Height="30"> </ Image> <TextBlock Text = "{Binding MenuName}" Grid.Row = "1" FontSize = "12" VerticalAlignment = "Center" HorizontalAlignment = "Center"> </ TextBlock> </ Grid> <Rectangle Width = "1" Fill = "{ StaticResource HeadSplitor }"></ Rectangle> </ StackPanel> <br /> Note that ICO each top menu icon is not dynamic, friends, wanted him to become a dynamic, hands it on their own <br /> In order to achieve aesthetic results <br /> I define a custom control for this slide slide the mouse event private void UserControl_MouseEnter (object sender, MouseEventArgs e) {var color = Color.FromArgb (255,180, 180, 180); btn.Background = new SolidColorBrush (color);} private void UserControl_MouseLeave (object sender, MouseEventArgs e) {btn.Background = new SolidColorBrush (Colors.Transparent);} <br /> values ??of these colors, the style should be placed as a resource file, I did not do the deal here <br /> II: the bottom status bar area <br /> here for more <br /> simple code as follows: <StackPanel Width="Auto" Grid.Row="2" Background="#B5B5B5" Orientation="Horizontal" FlowDirection="RightToLeft"> <TextBlock VerticalAlignment = "Center" Text = "V1.0.0 Copy Right All Rights Reserved" /> <TextBlock VerticalAlignment="Center" Text="xxxx"/> </ StackPanel> <br /> 1. I do not state the content of information < br /> <br /> 2. version should get through Assambly <br /> three: the central region <br /> XAML code as <Border Grid.Row = "1" BorderBrush = " # B5B5B5 "BorderThickness =" 0 1 0 0 "> <Grid Background="#E8E8E8" Margin="0 1 0 0" Name="CenterGrid"> <Grid.ColumnDefinitions> <ColumnDefinition Width="160"> </ ColumnDefinition > <ColumnDefinition Width="*"> </ ColumnDefinition> </ Grid.ColumnDefinitions> <StackPanel> <sdk: Label Height = "26" Background = "# b5b5b5" Margin = "0 6 0 6" FontWeight = "Bold" FontSize = "12" x: Name = "lblMenuText" HorizontalAlignment = "Center" Width = "160" /> <ListBox SelectionChanged = "left_panel_SelectionChanged" ItemContainerStyle = "{StaticResource ListBoxItemStyleNew}" Grid.Column = "0" x: Name = "left_panel" Background = "# E8E8E8" BorderThickness = "0"> <ListBox.ItemTemplate> <DataTemplate> <ContentPresenter Content="{Binding MenuName}"> </ ContentPresenter> </ DataTemplate> </ ListBox.ItemTemplate> </ ListBox> </ StackPanel> <sdk:TabControl x:Name="tbControl" SelectionChanged="tbControl_SelectionChanged" Grid.Column="1" Margin="0 6 0 0"> </ sdk: TabControl> </ Grid> </ Border> <br /> Label control which displays the title for the top menu, which marks the top of the currently selected menu <br /> ListBox controls for the sub-menu <br /> TabControl for the business picture <br /> four regions: sub-menu area <br /> sub-menu style is relatively complicated <br /> style code below <! - - sub-menu style -> <br /> The style is mainly to achieve the following results <br /> sub-menu is very simple data binding <br /> (top menu The click event will bind sub-menu) <br /> code is as follows: void topM_MouseLeftButtonUp (object sender, MouseButtonEventArgs e) {var tBTN = sender as HeadBtn; var tMenu = tBTN.DataContext as MenuM; lblMenuText.Content = tMenu.MenuName; var subs = Common.ViewUtility.AllMenu. Where (m => m.ParentId == tMenu.Id). OrderBy (m => m.MenuOrder); left_panel.ItemsSource = subs;} <br /> < br /> V: Business <br /> screen area of ??the container frame business as TabControl <br /> each TabItem will carry a picture <br /> business primarily for the TabItem increase the Close button <br /> XAML code as follows: <sdk:TabItem.HeaderTemplate> <DataTemplate> <StackPanel Orientation="Horizontal" Width="auto" Margin="0 0 -2 -2"> <TextBlock x: Name = "tboxheader" Text = "{Binding}" /> <Button Cursor = "Hand" Click = "CloseBTN_Click" Style = "{StaticResource ListViewHeadBtnStyle}" Margin = "3, -3, -6,0" Content = "X"> </ Button> </ StackPanel> </ DataTemplate> </ sdk: TabItem.HeaderTemplate> </ sdk: TabItem> <br /> the Close button styles are special <! - Label button -> <br /> Close button style key in order to achieve the following results <br /> (mouse slide on the Close button background gray) <br /> <img src = "http://images.cnblogs.com/cnblogs_com/liulun/201201/20120104213123286.png" onClick = "window.open ( ttp://images.cnblogs.com/cnblogs_com/liulun/201201/20120104213123286.png "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "width = 216 height = 71 TYPE =" audio / mpeg "> <br /> button click event as follows private void CloseBTN_Click (object sender, RoutedEventArgs e) {var tc = this.Parent as TabControl; tc.Items.Remove (this);} </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nogayturk.com/archives/1298/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSE virus database offline update package</title>
		<link>http://www.nogayturk.com/archives/1297</link>
		<comments>http://www.nogayturk.com/archives/1297#comments</comments>
		<pubDate>Wed, 01 Feb 2012 15:16:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[definitionupdates]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[April 21, 2011 <br /> <strong> OneIsYou </ strong>]]></description>
			<content:encoded><![CDATA[<p>April 21, 2011 <br /> <strong> OneIsYou </ strong> <br /> <img src = "http://www.cnblogs.com/images/xml.gif "onClick =" window.open ( ttp://www.cnblogs.com/images/xml.gif "onerror =" this.src = ttp://cache.soso.com/img/blog/p1 . gif quot;onload =" addjustShoppingimg (this) "TYPE =" audio / mpeg "> <br /> http://download.microsoft.com/download/DefinitionU pdates / mpam-fe.exe <br /> <strong> </ strong> <strong> </ strong> Site Navigation: Home IT News blog garden garden of my flash programmer recruitment Bo asked <br /> <img src = " http://static.cnblogs.com/images/a4/china-pub_pod.jpg "onClick =" window.open ( ttp://static.cnblogs.com/images/a4/china-pub_pod.jpg " onerror = "this.src = ttp://cache.soso.com/img/blog/p1.gif quot; onload = "addjustimg (this)" TYPE = "audio / mpeg"> <br /> <br / > China-pub computer books online store! 65,000 varieties of 2-8 fold! <br /> China-Pub-demand printing services, computer print books <br /> simple layout: MSE virus database offline update package <br /> 2011 年 4 月 <br /> 3 4 5 6 9 <br /> 17 18 19 20 21 22 23 <br /> 1 2 3 4 5 6 7 <br /> < strong> Useful Links </ strong> <br /> package (1) <br /> VS2008 (1) <strong> essay file </ strong> <br /> < strong> Software </ strong> <br /> SDExplorer <br /> <strong> Web </ strong> SkyDrive <br /> 1.Re: [original] PDFCreator to save file name with no spaces, loss of extension solution <br /> Hello, &#8220;you can make a script or batch file, rename the reference to XLS PDF files&#8221; This does not come into contact, write software, I contacted rarely, it is estimated a little do not come, appears to be master of, ah, ah give a hint? Thank you <img src='http://www.nogayturk.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Oh! <br /> &#8211; xyz2009xyz <br /> 2.Re: [original] PDFCreator to save the file name with no spaces, loss of extension solution <br /> @ xyz2009xyz If you are to a directory &#8220;W231-70000J_ moments flowmeter specifications. XLS&#8221; so that XLS file the file name, print the PDF to another directory. Can make a script or batch file, refer to XLS rename &#8230; <br /> &#8211; OneIsYou <br /> 3.Re: [original] PDFCreator to save the file name with no spaces, loss of extension solution <br /> @ xyz2009xyz others have asked this question now, I have yet to find a solution. PDFCreator seems to be non-English file name support is not good. My approach is to ensure success for PDFCreator to generate a document for print preview. <br /> &#8211; OneIsYou <br /> 4.Re: [original] PDFCreator to save the file name with no spaces, loss of extension solution <br /> [b ] PDFCreator set the &#8220;Auto Save&#8221; the document title as the title is set to &#8220;auto save&#8221; when the title of the document defaults to the original title of the document file, I installed PDFCreator automatically save print out the document title, can only select a date and for &#8230; <br /> &#8211; xyz2009xyz <br /> 5.Re: [original] PDFCreator to save the file name with no spaces, loss of extension solution <br /> < br /> PDFCreator set up &#8220;auto save&#8221; the document title as the title is set to &#8220;auto save&#8221; when the title of the document defaults to the original title of the document file, I installed PDFCreator automatically save print out the document title, only Select the date and author, etc. &#8230; <br /> &#8211; xyz2009xyz <br /> 1. [Reserved] SQL SERVER 2005 database status is &#8220;suspicious&#8221; solution (1) <br /> 2.APK Download (0) <br /> 3.MSE virus database offline update package (0) </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nogayturk.com/archives/1297/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>silverlight blog template-wangyafei_it-Park</title>
		<link>http://www.nogayturk.com/archives/1296</link>
		<comments>http://www.nogayturk.com/archives/1296#comments</comments>
		<pubDate>Wed, 01 Feb 2012 15:16:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[rowdefinition]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[December 23, 2011 <br /> In fact, in Silverlight, ]]></description>
			<content:encoded><![CDATA[<p>December 23, 2011 <br /> In fact, in Silverlight, there is a very important part of that template, which is the most complex but also the most clever place, because you can make any template you want to to the controls, but this is the most complex parts of the template, because it is too flexible, the template below to see a ListBox settings: <ListBox Name = "lstProducts" HorizontalContentAlignment = "Stretch" <br /> SelectionChanged = &#8220;lstProducts_SelectionChanged&#8221;> <br /> <ListBox.ItemTemplate> <br /> <DataTemplate> <br /> <Border Margin = "5" BorderThickness = "1" BorderBrush = "SteelBlue" <br /> CornerRadius = &#8220;4&#8243;> <br /> <Grid Margin="3"> <br /> <Grid.RowDefinitions> <br /> <RowDefinition> </ RowDefinition> <br /> <RowDefinition> </ RowDefinition> <br /> </ Grid.RowDefinitions> <br /> <TextBlock FontWeight = "Bold" <br /> Text = &#8220;{Binding ModelNumber }&#8221;></ TextBlock> <br /> <TextBlock Grid.Row =" 1 "<br /> <br / > Text = &#8220;{Binding ModelName }&#8221;></ TextBlock> <br /> </ Grid> <br /> </ Border> <br /> </ DataTemplate> <br /> </ ListBox.ItemTemplate> <br /> </ ListBox> <br /> can see this ListBox.ItemTemplate (that is, the ListBox item template, which is display format for each item) contains a DataTemplate, the DataTemplate placed in a Grid, the Grid in place <br /> two TextBlock to display information. <br /> of course, can be placed into the Resource template in: <DataTemplate x:Key="listTemplate"> <br /> <Border Margin = "5" Width = "200" BorderBrush = "SteelBlue" BorderThickness = "1" CornerRadius = "5"> <br /> <Grid Margin="3"> <br /> <Grid.RowDefinitions> <br /> <br / > <RowDefinition Height="Auto"> </ RowDefinition> <br /> <RowDefinition Height="*"> </ RowDefinition> <br /> <RowDefinition Height="*"> < / RowDefinition> <br /> </ Grid.RowDefinitions> <br /> <TextBlock Grid.Row="0" Text="{Binding ProductName}"> </ TextBlock> <br / > <br /> <TextBlock Grid.Row="1" Text="{Binding Price}"> </ TextBlock> <br /> <Image Height = "100" Width = "100" ShoppingSource = " {Binding Picture, Converter = {StaticResource myImageConverter} }"></ Image> <br /> </ Grid> <br /> </ Border> <br /> < / DataTemplate> <br /> give ListBox.ItemPanel (ListBox item container) to develop a template: the style is as follows: in the ListBox and then use: <ListBox Name = "lstProducts" ScrollViewer.HorizontalScrollBarVisibility = "Disabled" Grid . Row = "0" Grid.Column = "0" Height = "400" ItemsPanel = "{StaticResource listItemPanelTemplate}" ItemTemplate = "{StaticResource listTemplate}" ItemContainerStyle = "{StaticResource ListBoxItemStyle}" HorizontalContentAlignment = "Stretch" SelectionChanged = " lstProducts_SelectionChanged "> <br /> </ ListBox> <br /> ItemsPanel can see to the development of the key is that we write for the listItemPanelTemplate (that is, ItemsPanelTemplate type) templates, ItemTemplate is listTemplate specified (that is, DataTemplate <br /> type of template), ItemContainerStyle specify a custom style. <br /> posted the complete code below: <br /> xmlns = &#8220;http://schemas.microsoft.com/winfx/2006/xaml/pre sentation&#8221; <br /> < br /> xmlns: x = &#8220;http://schemas.microsoft.com/winfx/2006/xaml&#8221; <br /> xmlns: d = &#8220;http://schemas.microsoft.com/expression/blend / 20 08 &#8220;<br /> xmlns: mc =&#8221; http://schemas.openxmlformats.org/markup-compati bility/2006 &#8220;<br /> xmlns: binding =&#8221; clr-namespace : ProSilverlight.DataBinding; assembl y = ProSilverlight &#8220;<br /> mc: Ignorable =&#8221; d &#8220;<br /> d: DesignHeight =&#8221; 300 &#8220;d: DesignWidth =&#8221; 400 &#8220;> </p>
<p> <binding:ImageConverter x:Name="myImageConverter"> </ binding: ImageConverter> </p>
<p> <DataTemplate x:Key="listTemplate"> <br /> <Border Margin="5" Width="200" BorderBrush="SteelBlue" BorderThickness="1" CornerRadius="5"> <br /> <Grid Margin = "3 "> <br /> <Grid.RowDefinitions> <br /> <RowDefinition Height="Auto"> </ RowDefinition> <br /> <RowDefinition Height =" * " > </ RowDefinition> <br /> <RowDefinition Height="*"> </ RowDefinition> <br /> </ Grid.RowDefinitions> <br /> <TextBlock Grid . Row = "0" Text = "{Binding ProductName }"></ TextBlock> <br /> <TextBlock Grid.Row="1" Text="{Binding Price}"> </ TextBlock> < br /> <br /> <Image Height="100" Width="100" Source="{Binding Picture, Converter={StaticResource myImageConverter} }"> </ Image> <br /> </ Grid > <br /> </ Border> <br /> </ DataTemplate> <br /> <ItemsPanelTemplate x:Key="listItemPanelTemplate"> <br /> <br / > <toolkit:WrapPanel Width="500"/> <br /> </ ItemsPanelTemplate> <br /> </ UserControl.Resources> <br /> <Grid x: Name = "LayoutRoot" Background = "White"> <br /> <Grid.RowDefinitions> <br /> <RowDefinition Height="Auto"> </ RowDefinition> <br /> </ Grid.RowDefinitions> <br /> <Grid.ColumnDefinitions> <br /> <ColumnDefinition Width="3*"> </ ColumnDefinition> <br /> <ColumnDefinition Width="5*"> </ ColumnDefinition> <br /> </ Grid.ColumnDefinitions> <br /> <ListBox Name = "lstProducts" ScrollViewer.HorizontalScrollBarVisibility = "Disabled" Grid . Row = "0" Grid.Column = "0" Height = "400" ItemsPanel = "{StaticResource listItemPanelTemplate}" ItemTemplate = "{StaticResource listTemplate}" ItemContainerStyle = "{StaticResource ListBoxItemStyle}" HorizontalContentAlignment = "Stretch" SelectionChanged = " lstProducts_SelectionChanged "> <br /> </ ListBox> <br /> </ Grid> <br /> </ UserControl> <br /> one of the < br /> <br /> to get a custom Image of Convert, the code is as follows: <br /> Convert method code is also very simple to get through HtmlPage.Document.Document.Uri the root of the current application directory, then put together to get the corresponding string in the web side of the picture (can also use this method <br /> to access the Web Image in other functions). <br /> using System; <br /> using System.Net; <br /> using System.Windows; <br /> using System.Windows.Controls; <br /> using System.Windows.Documents; <br /> using System.Windows.Ink; <br /> using System.Windows.Input; <br /> using System.Windows.Media ; <br /> using System.Windows.Media.Animation; <br /> using System.Windows.Shapes; <br /> using System.Windows.Data; <br /> using System.Windows.Browser; <br /> using System.Windows.Media.Imaging; <br /> namespace ProSilverlight.DataBinding <br /> {<br /> publicclass ImageConverter: IValueConverter <br /> {<br /> privatestring rootUri; <br /> / / / <summary> <br / > <br /> / / / run the program, said the root of the current path <br /> ///</ summary> <br /> publicstring RootUri <br /> {< br /> <br /> get; <br /> set; <br />} <br /> public ImageConverter () <br /> {< br /> <br /> / / get the current page address <br /> string uri = HtmlPage.Document.DocumentUri.ToString (); <br /> / / get the root of the current page catalog address <br /> rootUri = uri.Remove (uri.LastIndexOf ( , uri.Length &#8211; uri.LastIndexOf ( ); <br />} <br /> / / / <summary> <br /> / / / Element from the source to send data through the Convert method <br /> ///</ summary> <br /> / / /
<param name="value"> </ param> <br /> / / /
<param name="targetType"> </ param> <br /> / / /
<param name="parameter"> </ param> <br /> / / /
<param name="culture"> </ param> <br /> / / / <returns> </ returns> <br /> publicobject Convert (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) <br /> {<br /> string imageUri = rootUri   &#8220;/ Img /&#8221;   value.ToString (); <br /> returnnew BitmapImage (new Uri (imageUri)); <br />} <br /> / / / <summary> <br /> / / / From Element to submit data through the source of the Convert method <br /> ///</ summary> <br /> / / /
<param name="value"> </ param> <br /> / / /
<param name="targetType"> </ param> <br /> / / /
<param name="parameter"> </ param> <br /> / / /
<param name="culture"> </ param> <br /> / / / < returns> </ returns> <br /> publicobject ConvertBack (object value, Type targetType, object parameter, System.Globalization.CultureInfo culture) <br /> {<br /> returnnull; <br />} <br />} <br />} <br /> fact that white is the Template Element corresponding to the Template to modify the current portion of , respectively, the current case and ItemPanel modified the ItemTemplate template, the template can be placed in any of the Element, <br /> of course, the example is a very simple template modifications, you can see more complex MSDN Web site http : / / msdn.microsoft.com/zh-cn/library/cc278075% 2 8v = VS.95% 29.aspx </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nogayturk.com/archives/1296/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>goldwave 5.58 finished version, goldwave green version, goldwave finished version, goldwave.exe_goldwave Green Edition</title>
		<link>http://www.nogayturk.com/archives/1295</link>
		<comments>http://www.nogayturk.com/archives/1295#comments</comments>
		<pubDate>Fri, 16 Dec 2011 14:12:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[goldwave Chinese Version]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[September 13, 2011 <br /> <strong> goldwave 5.58 f]]></description>
			<content:encoded><![CDATA[<p>September 13, 2011 <br /> <strong> goldwave 5.58 finished version, goldwave green version, goldwave finished version, goldwave.exe </ strong> <br /> Click here to go to download: goldwave 5.58 finished version, goldwave green version, goldwave finished version, goldwave.exe, <br /> goldwave 5.58 finished version, goldwave green version, goldwave finished version, goldwave.exe, China Economic Net Beijing September 13 News (Zhang Meiqi) British &#8220;gold key machine defecate annual fee credit card consumers of the new rules Financial Times&#8221; reported that the Italian government is to China for help, hoping to buy China &#8220;considerable number&#8221; of Italian government bonds and launched a large Italian scale investment to help Italy out of the financial crisis as soon as possible. Reports that China Investment Corporation Lou Jiwei, chairman of the board last week led a delegation visited Rome, Italy, China Investment Corporation may invest in strategic industries. <br /> goldwave 5.58 finished version, goldwave green version, goldwave finished version, goldwave.exe, <br /> &#8220;Financial Times&#8221; reports that Italy is at a critical current moment, the Italian public debt in GDP is estimated that the proportion of up to 120%, second only to Greece in the euro area. As fears of debt crisis, the Italian public sector bond yields have been hitting new highs. Reports that the finished version of the Italian financial goldwave 5.58, goldwave green version, goldwave finished version, goldwave.exe, </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nogayturk.com/archives/1295/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoldWave 5.58 (Chinese Version)</title>
		<link>http://www.nogayturk.com/archives/1294</link>
		<comments>http://www.nogayturk.com/archives/1294#comments</comments>
		<pubDate>Fri, 16 Dec 2011 14:12:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[goldwave Chinese Version]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[February 22, 2011 <br /> GoldWave 5.58 (Chinese Ve]]></description>
			<content:encoded><![CDATA[<p>February 22, 2011 <br /> GoldWave 5.58 (Chinese Version) is a set of sound editing, playback, recording, and conversion of audio tools, compact, functional but not weak. Audio files can be opened quite a lot, including WAV, OGG, VOC, IFF, AIF, AFC, AU, SND, MP3, MAT, DWD, SMP, VOX, SDS, AVI, MOV, APE and other audio file formats, you can from a CD or VCD or DVD or other video files to extract the sound. Items within the annual fee credit card machine defecate new rules consumers rich audio processing effects, such as Doppler effects from the general, echo, reverb, noise reduction to high-level formula (using the formula can, in theory, any sound you want), the effect is a lot of convenient audio with Austrian cut yourself. . <br /> Download: http://www.onlinedown.net/soft/5236.htm </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nogayturk.com/archives/1294/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>goldwave tutorial, goldwave download, goldwave video tutorial</title>
		<link>http://www.nogayturk.com/archives/1293</link>
		<comments>http://www.nogayturk.com/archives/1293#comments</comments>
		<pubDate>Fri, 16 Dec 2011 14:12:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[goldwave Chinese Version]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[September 27, 2010 <br /> popular sound recording ]]></description>
			<content:encoded><![CDATA[<p>September 27, 2010 <br /> popular sound recording and post-processing software GoldWave tutorial <br /> Top view and download from a well-known, GoldWave is undoubtedly a leader in this area <br /> GoldWave v5.25 Chinese Version (extract directly used without installation) <br /> http://www.crsky.com/soft/1976.html <br /> a set of sound editing, playback, recording, and conversion of audio tools, compact, functional but not weak. Audio files can be opened quite a lot, including WAV, OGG, VOC, IFF, AIF, AFC, AU, SND, MP3, MAT, DWD, SMP, VOX, SDS, AVI, MOV and other audio file formats, you can from a CD or VCD or DVD or other video files to extract the sound. Contains a wealth of audio processing effects, from the general effects such as Doppler, echo, reverb, noise reduction to high-level formula (using the formula in theory can produce any sound you want), the effect a lot. <br /> GoldWave tutorial <br /> Section I: transcription <br /> our so-called transcription, in fact, talk about specific, is to open an existing audio file , and then re-save. Of course, we do not do pure general transcription, the process must include a number of existing audio processing. <br /> However, since the tutorial Well, we put into the back part of that process, take a look at pure &#8220;transcription&#8221; ~ <br /> save the file to open the first of course, is to open a file. Previously, we have seen GoldWave start interface will not repeat it here. <br /> click &#8220;Open&#8221; button, or &#8220;file&#8221; &#8211; &#8220;Open&#8221;, select a sound file <br /> = 700) window.open ( ttp://www .dreamkidland.cn / leadbbs / at tachment/Day_090421/2766_203_e8b8802db5e09a3.jpg ; &#8220;src =&#8221; http://www.dreamkidland.cn/leadbbs/attachment / Day_090421/2766_203_e8b8802db5e09a3.jpg &#8220;width = 700 onload =&#8221; if ( this.offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 this.height = 000 &#8220;border = 0> <br /> after decompression , to reproduce the process, an audio file was opened <br /> We see the main interface, and many would not choose the menu and button has been activated <br /> we open the is a stereo file, so GoldWave will show the two machines defecate annual fee credit card consumers of the new rules a channel waveform, the green part represents the left channel, red for right channel <br /> <br / > the main interface, status bar at the bottom of some of the current state of audio files, such as time, frequency, etc. <br /> = 700) window.open ( ttp://www.dreamkidland.cn/leadbbs/at tachment/Day_090421/2766_203_ccd09a379c27398.jpg ; &#8220;src =&#8221; http://www.dreamkidland.cn/leadbbs/attachment / Day_090421/2766_203_ccd09a379c27398.jpg &#8220;width = 700 onload =&#8221; if (this.offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 this.height = 000 &#8220;border = 0> <br /> we click on the right side of the controller in the&#8221; Play &#8221; button to start playing <br /> can see the main interface, there will be a translation of the gray line, which represents the current playback position <br /> controller can be seen in concrete wave, and the volume of left and right channels and other information &#8230;. <br /> = 700) window.open ( ttp://www.dreamkidland.cn/leadbbs/at tachment/Day_090421/2766_203_c0ac5daee22109a.jpg ; &#8220;src =&#8221; http://www.dreamkidland.cn/leadbbs/attachment / Day_090421/2766_203_c0ac5daee22109a.jpg &#8220;width = 700 onload =&#8221; if (this.offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 this.height = 000 &#8220;border = 0> <br /> Some people may ask why it has two play button on the controller the other button is what to do with it <br /> Good question, we introduce the characteristics of GoldWare, the first one is the &#8220;* intuitive, customizable user interface makes the operation more easy;&#8221; < br /> <br /> we click on the Properties button on the control panel, or press the shortcut key F11, you can open the controller property <br /> Here, we can adjust the playback properties, recording property, volume, visual properties, and sound equipment <br /> such as the first one, set playback, you can define the button to play all of the waveform, selected portions of the waveform, not selected parts of the waveform displayed in the window part of the waveform, and so on &#8230;.. <br /> Also, you can adjust the speed of fast forward and rewind. <br /> = 700) window.open ( ttp: / / www.dreamkidland.cn / leadbbs / at tachment/Day_090421/2766_203_5567d3a0d8d5487.jpg ; &#8220;src =&#8221; http://www.dreamkidland.cn/leadbbs/attachment / Day_090421/2766_203_5567d3a0d8d5487.jpg &#8220;width = 700 onload = &#8220;if (this.offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 this.height = 000 &#8221; border = 0> <br /> just said, we do not first consider how to edit, just pure introduce a &#8220;transcription&#8221; process, so once we skip all the editorial content directly save <br /> Select &#8220;File&#8221; &#8211; &#8221; Save as &#8230; &#8220;<br /> = 700) window.open ( ttp://www.dreamkidland.cn/leadbbs/at tachment/Day_090421/2766_203_6f92529dba0ea20.jpg ;&#8221; src = &#8221; http://www.dreamkidland.cn/leadbbs/attachment / Day_090421/2766_203_6f92529dba0ea20.jpg &#8220;width = 700 onload =&#8221; if (this.offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 this.height = 000 &#8220;border = 0> <br /> select the saved file name, path <br /> Note that the following&#8221; attributes &#8221; including compression ratio, the sampling frequency, sampling accuracy, the sampling frequency is, in fact, introduced just above the &#8220;frequency&#8221; <br /> higher the frequency, the larger the file, whereas the lower frequency, the smaller the file < br /> <br /> = 700) window.open ( ttp://www.dreamkidland.cn/leadbbs/at tachment/Day_090421/2766_203_97f2fdd9a6b6aed.jpg ; &#8220;src =&#8221; http://www.dreamkidland. cn / leadbbs / attachment / Day_090421/2766_203_97f2fdd9a6b6aed.jpg &#8220;width = 700 onload =&#8221; if (this.offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 this.height = 000 &#8220;border = 0> <br /> II: acquisition <br /> very simple introduction about the transcription, in fact, just to help you familiarize yourself with GoldWave interface, while learning open and save, and several important characteristics of sound &#8220;compression rate / sampling frequency / sampling precision&#8221; There is a simple to understand. <br /> Well, we immediately began a further introduction, here is the sound of the &#8220;capture&#8221; <br /> so-called acquisition, as if a number of professionals, in fact, plainly, what we usually say recording <br /> upper left corner of the main interface, click the &#8220;New&#8221; to create a new audio file <br /> In the dialog box which we can set some parameters of the new audio files, such as channel, sampling frequency, the length of the audio files and so on. <br /> sampling frequency is usually 44100 on already. If you have a special need, of course, according to their needs change. <br /> length depends on how long they have to record the voice of it, if you are not sure you choose a long point. <br /> After all the settings, click OK. <br /> = 700) window.open ( ttp://www.dreamkidland.cn/leadbbs/at tachment/Day_090421/2766_203_ccff2df84ec5921.jpg ; &#8220;src =&#8221; http://www.dreamkidland .cn / leadbbs / attachment / Day_090421/2766_203_ccff2df84ec5921.jpg &#8220;width = 700 onload =&#8221; if (this.offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 this.height = 000 &#8220;border = 0> <br /> good a new blank audio file, you can start recording a <br /> Hold down the ctrl key and click on the controller red dot (recording key) began collecting <br /> finished recording a sound, you can edit the selected part, the method is to determine the starting point of the left mouse button, right mouse button to determine the end point ~ <br /> < br /> = 700) window.open ( ttp://www.dreamkidland.cn/leadbbs/at tachment/Day_090421/2766_203_51016b38ca40ae3.jpg ; &#8220;src =&#8221; http://www.dreamkidland.cn/leadbbs/ attachment / Day_090421/2766_203_51016b38ca40ae3.jpg &#8220;width = 700 onload =&#8221; if (this.offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 this.height = 000 &#8220;border = 0> <br /> due to limitations, we can not have a professional studio that completely quiet environment, but, due to acquisition of equipment is not professional (eg microphone), we will find collection to the audio file very satisfactory results, this time you need to use a number above the &#8220;post processing&#8221; of the ~ <br /> together behind the introduction of specific, here only a basic, &#8220;down noise &#8220;<br /> We chose the&#8221; effect &#8220;-&#8221; filter &#8220;-&#8221; Noise Reduction &#8220;<br /> = 700) window.open ( ttp://www.dreamkidland .cn / leadbbs / at tachment/Day_090421/2766_203_17be6d4d3879548.jpg ; &#8220;src =&#8221; http://www.dreamkidland.cn/leadbbs/attachment / Day_090421/2766_203_17be6d4d3879548.jpg &#8220;width = 700 onload =&#8221; if (this. offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 this.height = 000 &#8220;border = 0> <br /> For most non-professional friends, we should not so much to study the professional terms, we need to do is just click OK <br /> Of course, if you can depending on the circumstances, to do a write set, of course, good ~ <br /> processing ING <br /> = 700) window.open ( ttp://www.dreamkidland.cn/leadbbs/at tachment/Day_090421/2766_203_73389a185e78f52.jpg ; &#8220;src =&#8221; http://www.dreamkidland.cn/leadbbs/attachment / Day_090421/2766_203_73389a185e78f52.jpg &#8220;onload =&#8221; if (this.offsetWidth> 00 this.width = 00 if (this. offsetHeight> 000 this.height = 000 &#8220;border = 0> <br /> try it again, all without the ambient noise (see the waveform also look out, a lot of neat ) <br /> If you are professional enough, you can record a noise to noise reduction as late samples, so the effect will be better <br /> way to open your recording equipment, as keep quiet, 10 seconds is sufficient <br /> = 700) window.open ( ttp://vod.sjtu.edu.cn/help/UploadFil es/200533085140371.gif ; &#8220;src =&#8221; http : / / vod.sjtu.edu.cn/help/UploadFiles/20053 3085140371.gif &#8220;onload =&#8221; if (this.offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 ) this.height = 000 &#8220;border = 0> <br /> which, in effect, there are many settings, such as the addition plosive other <br /> = 700) window.open ( ttp://www.dreamkidland.cn/leadbbs/at tachment/Day_090421/2766_203_d4a68c3707eab4d.jpg ; &#8220;src =&#8221; http://www.dreamkidland.cn/leadbbs/attachment / Day_090421/2766_203_d4a68c3707eab4d.jpg &#8220;width = 700 onload = &#8220;if (this.offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 this.height = 000 &#8221; border = 0> <br /> Finally, and above that, like, save <br /> You can choose to save as many different formats and different quality <br /> = 700) window . open ( ttp://www.dreamkidland.cn/leadbbs/at tachment/Day_090421/2766_203_6ffa56231e73fec.jpg ; &#8220;src =&#8221; http://www.dreamkidland.cn/leadbbs/attachment / Day_090421/2766_203_6ffa56231e73fec.jpg &#8220;width = 700 onload =&#8221; if (this.offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 this.height = 000 &#8220;border = 0> <br /> III: post-editing <br /> we say in front of the sound recording with GoldWave and open, whether to open an existing audio file or record a new audio file, I usually need to be such a door as the editing and production, the production, collectively referred to as &#8220;post-production &#8220;&#8230;. <br /> = 700) window.open ( ttp://vod.sjtu. edu.cn / help / UploadFil es/200533085431734.gif ; &#8220;src =&#8221; http://vod.sjtu.edu.cn/help/UploadFiles/20053 3085431734.gif &#8220;onload =&#8221; if (this.offsetWidth> 700 this.width = 00 if (this.offsetHeight> 000 this.height = 000 &#8220;border = 0> <br /> audio post-production, is actually a very complex process, many parts need some professional basis, in fact, for most of my friends, can be used to, are some simple, basic operations, let say, is the post-production of some simple, basic the operation. <br /> 1, the choice of audio files, cut, copy, paste, delete, and cut &#8230;.. <br /> audio file of choice <br /> with the just introduced, and the left mouse button the specified select Start, right end of the specified selection <br /> shown, select the period of the waveform <br /> we can see in Figure, selected waveform shown in blue background, not the selected waveform display with black background. <br /> = 700) window.open ( ttp://www.dreamkidland.cn/leadbbs/at tachment/Day_090421/2766_203_257ba31e1346133.jpg ; &#8220;src =&#8221; http://www.dreamkidland .cn / leadbbs / attachment / Day_090421/2766_203_257ba31e1346133.jpg &#8220;width = 700 onload =&#8221; if (this.offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 this.height = 000 &#8220;border = 0> <br /> select a waveform, this waveform we can deal with a variety of <br /> First Cut , paste and copy ~ <br /> and we are familiar WINDOIWS operations, the copy is to retain the current waveform, copied to another new location, and delete the current file will cut the equivalent of &#8220;a wave to move the new location &#8220;<br /> Note that, paste in here there are three different ways <br /> we can see the button, respectively named&#8221; Paste &#8220;,&#8221; sticky new &#8220;and&#8221; mixing &#8220;<br /> their difference is: <br /> Paste: to copy or cut part of the waveform of the selected insertion point is equal to adding a waveform <br /> sticky new: part of the waveform to copy or cut and paste into a new file, save to a new file is equal to <br /> mix: part of the copied or cut waveform, and the insertion point in the same wave length mixing <br /> and above there is a mix closer to the action, &#8220;replace&#8221; part of the waveform to copy or cut, replace the insertion point the beginning of the same length of waveform <br /> = 700) window.open ( ttp://www.dreamkidland.cn/leadbbs/at tachment/Day_090421/2766_203_c45f35f440e8a1c.jpg ; &#8220;src =&#8221; http : / / www.dreamkidland.cn / leadbbs / attachment / Day_090421/2766_203_c45f35f440e8a1c.jpg &#8220;onload =&#8221; if (this.offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 this.height = 000 &#8220;border = 0> <br /> removed and cut <br /> delete waveform: the waveform directly to delete a selected, rather than remain in the clip board. <br /> cut waveform: waveform and delete similar difference is to delete the segment is to delete the selected waveform, while not cutting the segment is to delete the selected waveform <br /> to describe in simple language, delete can be called the &#8220;Delete selected&#8221; cut is &#8220;Remove unselected&#8221; <br /> shown, cut the effect, automatically enlarge the remaining waveform Show <br /> = 700) window.open ( ttp://www.dreamkidland.cn/leadbbs/at tachment/Day_090421/2766_203_63bec912eb896d4.jpg ; &#8220;src =&#8221; http://www. dreamkidland.cn / leadbbs / attachment / Day_090421/2766_203_63bec912eb896d4.jpg &#8220;width = 700 onload =&#8221; if (this.offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 this. height = 000 &#8220;border = 0> <br /> simple operation for over, say roughly what part of the complex operation of it, which is the usual audio capture, processing often use to <br /> 1, compressor, expander <br /> For example, we record your own voice, more commonly, in the acquisition process, there are a few excessive force, sound recording came out distortion, while there are a few voices are too small to hear. <br /> this time, we need to use a compressor, expander, popular to say, is the treble &#8220;compression down&#8221; the bass &#8220;expansion up&#8221; the intensity of the sound to play a balanced role. <br /> select the &#8220;effect&#8221; &#8211; &#8220;compressor, expander&#8221; <br /> window as shown below < br /> <br /> = 700) window.open ( ttp://www.dreamkidland.cn/leadbbs/at tachment/Day_090421/2766_203_3f2d6cd3160dada.jpg ; &#8220;src =&#8221; http://www.dreamkidland. cn / leadbbs / attachment / Day_090421/2766_203_3f2d6cd3160dada.jpg &#8220;onload =&#8221; if (this.offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 this.height = 000 ; &#8220;border = 0> <br /> we need to know two concepts, threshold and increment threshold <br />: that we need to use the&#8221; compressor, expander &#8220;to compression and expansion of the critical point, beyond the value of the part to be compressed. <br /> increment size we can try to adjust, the rule is the larger the number the more natural transition to sound, sounds more fuzzy feeling; the contrary, the smaller the number the more blunt sound, but the more clear <br /> according to their own feelings and different audio files, they try to adjust <br /> 2, echo <br /> select the &#8220;effect&#8221; &#8211; &#8220;echo&#8221; <br /> talk about the role of several options <br /> delay: The higher the number, the sound duration is longer, the stronger <br /> volume: continuous echo of volume, not too large, otherwise affect the results <br /> Stereo, Reverb: As the name suggests, makes echo more realistic and have a sense of space, it is generally chosen <br /> = 700) window.open ( ttp://www.dreamkidland.cn/leadbbs/at tachment/Day_090421/2766_203_738ad7f48469cdc.jpg ; &#8220;src =&#8221; http://www.dreamkidland.cn/leadbbs/attachment / Day_090421 / 2766_203_738ad7f48469cdc.jpg &#8220;width = 700 onload =&#8221; if (this.offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 this.height = 000 &#8220;border = 0> <br /> 3, equalizer <br /> reasonable improvement is mainly the frequency structure of audio files, to achieve better sound effects. <br /> select &#8221; effect &#8220;-&#8221; filter &#8220;-&#8221; Equalizer &#8220;<br /> open GoldWave 10-band parametric equalizer, as shown <br /> and then adjust according to your needs can be < br /> <br /> = 700) window.open ( ttp://www.dreamkidland.cn/leadbbs/at tachment/Day_090421/2766_203_96e96adf42c7638.jpg ; &#8220;src =&#8221; http://www.dreamkidland. cn / leadbbs / attachment / Day_090421/2766_203_96e96adf42c7638.jpg &#8220;width = 700 onload =&#8221; if (this.offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 this.height = 000 &#8220;border = 0> <br /> IV: After the chapter on language <br /> so much to start with some brief <br /> audio now It is a lot of editing software, have announced the profession, what that simple, in fact, a lot of software, functions, and even the interface is very similar, so that a small, green audio editing software GoldWare, it is good choice <br /> it seems a bit like advertising &#8230;&#8230;. and then introduce some GoldWare audio processing functions outside the bar ~ <br /> 1, CD ripping < br /> <br /> select &#8220;Tools&#8221; &#8211; &#8220;CD Reader&#8221; <br /> Figure <br /> = 700) window.open ( ttp://www .dreamkidland.cn / leadbbs / at tachment/Day_090421/2766_203_52d103397705d79.jpg ; &#8220;src =&#8221; http://www.dreamkidland.cn/leadbbs/attachment / Day_090421/2766_203_52d103397705d79.jpg &#8220;width = 700 onload =&#8221; if ( this.offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 this.height = 000 &#8220;border = 0> <br /> select the CD Click Save directly can be saved as audio files you need <br /> Similarly, support for multiple file formats and various sound effects <br /> Figure <br /> = 700) window.open ( ttp://www.dreamkidland.cn/leadbbs/at tachment/Day_090421/2766_203_046bf8ff7ff0d61.jpg ; &#8220;src =&#8221; http://www.dreamkidland.cn/leadbbs/attachment / Day_090421/2766_203_046bf8ff7ff0d61.jpg &#8220;onload =&#8221; if (this.offsetWidth> 00 this.width = 00 if (this.offsetHeight> 000 this.height = 000 &#8220;border = 0 > <br /> 2, file format conversion batch <br /> Select &#8220;File&#8221; &#8211; &#8220;Batch&#8221; <br /> Figure <br /> In the top of the window to add the files you need to batch convert, for example, here I add 3 mp3 <br /> in the bottom of the &#8220;convert file format &#8230;&#8221; on tick <br /> <br / > can be saved for a variety of file formats, a variety of sound effects ~ <br /> = 700) window.open ( ttp://www.dreamkidland.cn/leadbbs/at tachment/Day_090421/2766_203_7fb859a51156307.jpg ; &#8220;src =&#8221; http://www.dreamkidland.cn/leadbbs/attachment / Day_090421/2766_203_7fb859a51156307.jpg &#8220;onload =&#8221; if (this.offsetWidth> 00 this.width = 00 if ( this.offsetHeight> 000 this.height = 000 &#8220;border = 0> <br /> goldwave software download address: http://www.duote.com/soft/1746.html < br /> <br /> GoldWave GoldWave Tutorial Tutorial CSDN download and ringtone download channel Goldwave audio production tutorial goldwave tutorial <br /> goldwave5.58 tutorial tutorial goldwave goldwave recorded songs mixing tutorial goldwave software download <br / > <br /> <img src = "http://b.bst.126.net/style/common/tuijian.png" onClick = "window.open ( ttp://b.bst.126.net/ style / common / tuijian.png "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nogayturk.com/archives/1293/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xara3d v6.0 Chinese Version</title>
		<link>http://www.nogayturk.com/archives/1292</link>
		<comments>http://www.nogayturk.com/archives/1292#comments</comments>
		<pubDate>Fri, 16 Dec 2011 14:12:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[goldwave Chinese Version]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[November 24, 2011 <br /> [introductory] <br /> old]]></description>
			<content:encoded><![CDATA[<p>November 24, 2011 <br /> [introductory] <br /> old 3D text animation tool, and the Friends of the Li Cool3D enjoy the same reputation. Interface is simple, function is very powerful, only few minutes you can make great professional dynamic 3D text, even a novice can quickly get started. The latest version adds a lot of animation and the font style and support style settings import, and also can be exported as a static image, animated GIF, Flash animations and even screen savers. Stronger feature requires you to discover. <br /> finished: The finished patch can only be used Xara 3D 6.00 download version of the finished (download version is about the size of 5.25M), can not be used for retail, the retail version will be made separately finished patch. Problems can pay attention to input Chinese characters in the program &#8220;a day&#8221;, there are instructions. http://www.duote.com/soft/5488.html designed to create 3d text animation is very good <br /> Currently, most of the film and television post-production materials are biased towards a particular software, Many people just stay in the teaching level, for their own development is very good. In fact, only a synthesis of software and non-linear editing software is not enough, the learning process also need to select some easy to learn and easy to use software for video post-production to provide high-quality images and audio. Commonly used teaching software. First, the image processing software Photoshop. The software is a film and television post-production basis. Second, the audio processing software GoldWave. And Sony Sound Forge, Adobe Audit unlimited commercial banks scramble for credit card charges on the cake of years compared to non-waiver ion, GoldWave is not advanced, but it is small, practical, with recording, playback, conversion, editing and other functions, contains a wealth of audio processing effects, such as audio processing for noise reduction used to provide good support. GoldWave Another significant advantage is ease of use is good, beginners can get started quickly and master the practical operation. Third, 3D text software Xara3D. Film and television post-production, the more important element is the titles, subtitles design credits. Use AE, Photoshop and other software is difficult to quickly generate high-quality 3D text. The Xara3D, for most users, almost no learning can create stunning 3D text. Users can select a different text style, text color, lighting, texturing, animation, etc., to generate smooth professional image, you can also generate video, flash animation and many other file formats, to meet the diverse needs of users. Fourth, audio video format conversion software FormatFactory. In practical applications, often encounter a lot of good audio and video material, while the AE and Premiere few file types that can be read, therefore, in a special format conversion tool is essential. FormatFactory is currently the most powerful conversion software of audio and video formats, ease of use is good. Of course, film and television post-production software, there are many individuals can be adjusted according to their specific study. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nogayturk.com/archives/1292/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoldWave (audio processing, production) Green finished version V5.58</title>
		<link>http://www.nogayturk.com/archives/1291</link>
		<comments>http://www.nogayturk.com/archives/1291#comments</comments>
		<pubDate>Fri, 16 Dec 2011 14:12:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[goldwave Chinese Version]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[September 9, 2011 <br /> important reminder: The s]]></description>
			<content:encoded><![CDATA[<p>September 9, 2011 <br /> important reminder: The system detects that your account may have stolen the risk, please see the risk warning as soon as possible, and immediately change your password. Close <br /> Netease blog security alert: The system detected that your current password is less secure, for your account security, we recommend that you change your password immediately amend the timely closure <br /> <strong > Kombo knows no boundaries &#8211; willow breeze </ strong> <br /> life can never please? Whether spicy bitter sweet and sour, are wonderful life! Software Description: <br /> <img src = "http://www.orsoon.com/Soft/UploadPic/2007-5/20075616121247905.jpg" onClick = "window.open ( ttp:// www.orsoon.com/Soft/UploadPic/2007-5/20075616121247905.jpg "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> is a set of sound editing, playback, recording, and conversion of audio tools, compact, functional but not weak. Audio files can be opened quite a lot, including WAV, OGG, VOC, IFF, AIF, AFC, AU, SND, MP3, MAT, DWD, SMP, VOX, SDS, AVI, MOV and other audio file formats, you can from a CD or VCD or DVD or other video files to extract the sound. CITIC Bank that pits father, buried by an annual fee to upgrade CITIC credit card trap contains a wealth of audio processing effects, from the general effects such as Doppler, echo, reverb, noise reduction to high-level formula (using the formula in theory can produce Any sound you want), the effect a lot. 5.08 version in the processing speed has been greatly improved, and can support dynamic compression to save MP3 file. <br /> Caution: <br /> 1. If the first time in your computer to run GoldWave, you will be prompted that the user is not correct. The workaround is to click on the &#8220;Options&#8221; in the various options and determine what is running on it. <br /> 2. Please do not run directly on the network GoldWave, so there will be some of the menu appear blank. Copy to the local hard disk to run GoldWave. <br /> Note: To install this software to run properly Direct8 above. <br /> update: <br /> Add &#8220;check for updates&#8221; option. <br /> upgrade WMA plug-in, support higher resolutions. <br /> FLAC plug-in upgrade to 1.1.4 version. <br /> add configuration scale in the status bar menu items. <br /> to add some information in the batch option. <br /> automatically crop to add more control options. <br /> Fixed: Start menu with the help of link errors, see the beginning of the specified error, XAC <br /> file sampling rate error, abort processing errors, CD data selection list of the scroll bar <br /> wrong error, save the CD tracks have a user account limit data error. <br /> update: <br /> increase voice conversion. <br /> free download <br /> <img src = "http://b.bst.126.net/newpage/images/microblog.png?1" onClick = "window. open ( ttp://b.bst.126.net/newpage/images/microblog.png?1 "onerror =" this.src = ttp://cache.soso.com/img/blog/p1 . gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> <img src =" http://b.bst.126.net/newpage/images/microblog . png? 1 "onClick =" window.open ( ttp://b.bst.126.net/newpage/images/microblog.png?1 "onerror =" this.src = ttp://cache .soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> <br /> <img src =" http://b.bst .126.net/style/common/tuijian.png "onClick =" window.open ( ttp://b.bst.126.net/style/common/tuijian.png "onerror =" this.src = ttp://cache.soso.com/img/blog/p1.gif "onload =" addjustimg (this) "TYPE =" audio / mpeg "> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nogayturk.com/archives/1291/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GoldWave</title>
		<link>http://www.nogayturk.com/archives/1290</link>
		<comments>http://www.nogayturk.com/archives/1290#comments</comments>
		<pubDate>Fri, 16 Dec 2011 14:12:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[goldwave Chinese Version]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[December 6, 2009 <br /> Software Name: GoldWave re]]></description>
			<content:encoded><![CDATA[<p>December 6, 2009 <br /> Software Name: GoldWave revision <br /> software version: 5.12 <br /> Software category: Media Production <br /> application platform: WIN9X/WINME/WIN2K / WINXP <br /> original: No <br /> License: Sharing <br /> finished Author: Zi <br /> is a set of sound editing, playback, recording, and conversion of audio tools, small size, <br /> function is not weak. Audio files can be opened quite a lot, including WAV, OGG, VOC, IFF, <br /> AIF, AFC, AU, SND, MP [original] credit card no annual fee for life can be? Bank is somewhat non-permissive _ Credit Card News 3 , MAT, DWD, SMP, VOX, SDS, AVI, MOV, etc. <br /> frequency audio file format, which you can from a CD or VCD or DVD or other video files to extract <br /> sound. Contains a wealth of audio processing effects, from the general effects such as Doppler, echo, reverb <br />, advanced noise reduction to be calculated (using the formula in theory can produce any sound you want <br /> ), the effect a lot. <br /> This version integrates a Winamp plug-in manager, so that you can use <br /> Winamp GoldWave audio effect plug-ins. <br /> Fixed format problem associated with the interface pretty, finished a finished version can not be finished before some of the effect name <br /> problems. But note: if you ever use the English version had the effect to retain the pre-<br /> set, you can not use this Chinese version with English editing of the presets you can only re-editing effects <br /> preset to use, the reason is stored in the registry because of the effect of pre-finished to <br /> Chinese name due. <br /> Caution: <br /> 1. If the first time in your computer to run GoldWave, you will be prompted to say <br /> is not the correct user. The workaround is to click on the &#8220;Options&#8221; in the various options and determine a <br /> run under it. <br /> 2. If you or win98 or winme users, be sure to install Directx 8.1 or <br /> later, or the software can not run. <br /> 2005 年 12 月 22 日 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.nogayturk.com/archives/1290/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

