<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7077687476834057427</id><updated>2012-01-16T20:21:32.875-08:00</updated><category term='ruby'/><category term='active directory'/><category term='xsl'/><category term='installation'/><category term='tfs'/><category term='javascript'/><category term='icons'/><category term='tsql'/><category term='serialization'/><category term='regexp'/><category term='AOS'/><category term='datacontext'/><category term='threading'/><category term='Analysis Services'/><category term='c#'/><category term='csharp'/><category term='Xml'/><category term='ldap'/><category term='excel'/><category term='configuration'/><category term='powershell'/><category term='python'/><category term='rdp'/><category term='resources'/><category term='asp net web config'/><category term='FxCop'/><category term='bat'/><category term='tdd'/><category term='vim'/><category term='circular reference error'/><category term='actionscript'/><category term='vb.net'/><category term='chm'/><category term='wcf'/><category term='asp'/><category term='bowser'/><category term='bablo'/><category term='linq'/><category term='iis'/><category term='air'/><category term='xsd'/><category term='php'/><category term='ienumerable'/><category term='ajax'/><category term='dot.net'/><category term='transformation'/><category term='ssh'/><category term='join'/><category term='XmlDictionaryReaderQuotas'/><category term='links'/><category term='tam foundation server; control version'/><category term='text processing'/><category term='flex'/><category term='pdf'/><category term='ie'/><category term='sql server stored procedure'/><category term='AutoHotkey'/><category term='webservice'/><category term='jquery'/><category term='vb6'/><category term='android'/><category term='sql'/><category term='serviceModel'/><category term='H1B'/><category term='ssl'/><category term='GC'/><category term='asp.net'/><category term='fix'/><category term='fun'/><category term='command line'/><category term='blogging'/><category term='control version'/><category term='google'/><title type='text'>SourceField.blogspot.com</title><subtitle type='html'>dot.NET C#(CSharp)VB.NET C++ Visual Basic (VB) Transact-SQL (T-SQL) ASP ASP.NET VBScript JavaScript XML XSL XPATH WSDL C/C++ Ruby Python Visual Studio TFS Perl WebServices SOAP WCF WPF COM/DCOM MTS/COM+</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default?start-index=101&amp;max-results=100'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>367</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-4348459334107512288</id><published>2011-12-28T19:54:00.001-08:00</published><updated>2011-12-28T19:54:29.840-08:00</updated><title type='text'>sloniki</title><summary type='text'>"Слоники, слоники, рожеві слоники! Райдуги, маленькі гномики бігають наввипередки зі слониками по різнокольорових райдугах!".</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/4348459334107512288/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=4348459334107512288' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4348459334107512288'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4348459334107512288'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/12/sloniki.html' title='sloniki'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-122469907501683612</id><published>2011-12-22T09:14:00.001-08:00</published><updated>2011-12-22T09:14:59.253-08:00</updated><title type='text'>script create table</title><summary type='text'>It handles Identity columns, default values, and primary keys. It does not handle foreign keys, indexes, triggers, or any other clever stuff. It works on SQLServer 2000, 2005 and 2008.          declare @table varchar(100)set @table = 'MyTable' -- set table name heredeclare @sql table(s varchar(1000), id int identity)-- create statementinsert into  @sql(s) values ('create table [' + @table + '] ('</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/122469907501683612/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=122469907501683612' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/122469907501683612'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/122469907501683612'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/12/script-create-table.html' title='script create table'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-1733109246149161439</id><published>2011-12-20T14:20:00.001-08:00</published><updated>2011-12-28T19:56:46.069-08:00</updated><title type='text'>postback using javascript</title><summary type='text'>         &lt;asp:UpdatePanel runat="server"&gt;&lt;ContentTemplate&gt;    &lt;div&gt;        &lt;asp:Literal runat="server" ID="ChildWindowResult" /&gt;    &lt;/div&gt;    &lt;hr /&gt;    &lt;input type="button" value="Open Dialog" onclick="window.open('MyDialog.aspx', 'Dialog');" /&gt;    &lt;asp:Button ID="HiddenButtonForChildPostback"  runat="server"        OnClick="OnChildPostbackOccured" style="display: none;" /&gt;    &lt;asp:HiddenField </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/1733109246149161439/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=1733109246149161439' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1733109246149161439'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1733109246149161439'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/12/postback-using-javascript.html' title='postback using javascript'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-7253295385819937022</id><published>2011-12-20T14:17:00.001-08:00</published><updated>2011-12-20T14:17:27.204-08:00</updated><title type='text'>postback example in asp.net</title><summary type='text'>// On the button control, inside the event// Check if indicating to continue or intercept, open the popup,// and define the callback with the "sender" (the button itself)if (!(bool)Session["IsAllowed"]){        // Open popup to enter the password, and define a callback        Page.RegisterStartupScript(                "openwindow", "&lt;script&gt;window.open('http://myurl.aspx'" +                ",'</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/7253295385819937022/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=7253295385819937022' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7253295385819937022'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7253295385819937022'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/12/postback-example-in-aspnet.html' title='postback example in asp.net'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-7056547662409052965</id><published>2011-12-16T22:42:00.001-08:00</published><updated>2011-12-16T22:42:38.296-08:00</updated><title type='text'>scrum google spreadsheet</title><summary type='text'>Google Docs SCRUM  templates A simple example (ProductBacklog, Sprint Backlog and BurndownCharts) provided by Pyxis.A sample sheet (Product Backlog, Sprint Backlog, Burndown Charts, Impediments backlog) provided by Openbravo - and some more sheets at the end of this page.A basic Scrum template including a product backlog and sprint backlogs.A Scrum template inspired from Bas Vodde (see this blog </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/7056547662409052965/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=7056547662409052965' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7056547662409052965'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7056547662409052965'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/12/scrum-google-spreadsheet.html' title='scrum google spreadsheet'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-4645466781674340557</id><published>2011-12-15T07:55:00.001-08:00</published><updated>2011-12-15T07:55:42.583-08:00</updated><title type='text'>Total commander and Winmerge</title><summary type='text'>In order to use Winmerge as comparision tool add following line to wincmd.ini:CompareTool="d:\Program Files\WinMerge\WinMerge.exe"</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/4645466781674340557/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=4645466781674340557' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4645466781674340557'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4645466781674340557'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/12/total-commander-and-winmerge.html' title='Total commander and Winmerge'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-2723566995363285960</id><published>2011-12-08T11:36:00.001-08:00</published><updated>2011-12-08T11:36:39.551-08:00</updated><title type='text'>html5 mobile framework</title><summary type='text'>Titanium -Appcelerator Titanium is a free and open source framework to develop easily native mobile and desktop apps with web technologies. It provides developers with over 100 customizable UI controls for native tables, views, tabs, alerts, dialogs, buttons, support for geolocation, social networks and multimedia. Sencha Touch -Sencha Touch is a HTML5 mobile app framework that allows you to </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/2723566995363285960/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=2723566995363285960' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/2723566995363285960'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/2723566995363285960'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/12/html5-mobile-framework.html' title='html5 mobile framework'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-1445087540600652194</id><published>2011-12-08T05:37:00.001-08:00</published><updated>2011-12-08T05:37:08.008-08:00</updated><title type='text'>preventing double form submission</title><summary type='text'>Add this code , when btnSubmit form submittion buttonbtnSubmit.Attributes.Add("onclick", "this.disabled=true;");</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/1445087540600652194/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=1445087540600652194' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1445087540600652194'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1445087540600652194'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/12/preventing-double-form-submission.html' title='preventing double form submission'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-5734170919439892791</id><published>2011-12-05T09:42:00.001-08:00</published><updated>2011-12-05T09:42:42.958-08:00</updated><title type='text'>dotnetnuke user control inside user control problem with resx file</title><summary type='text'>to solve this problem create base class:public partial class BaseUserControl : DotNetNuke.Entities.Modules.PortalModuleBase{    // basically this will fix the localization issue     protected override void OnInit(EventArgs e)    {        base.OnInit(e);        string FileName = System.IO.Path.GetFileNameWithoutExtension(this.AppRelativeVirtualPath);        if (this.ID != null)            //this </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/5734170919439892791/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=5734170919439892791' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5734170919439892791'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5734170919439892791'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/12/dotnetnuke-user-control-inside-user.html' title='dotnetnuke user control inside user control problem with resx file'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-2729740193245536612</id><published>2011-12-02T12:50:00.001-08:00</published><updated>2011-12-02T12:54:46.380-08:00</updated><title type='text'>learn mobile development online</title><summary type='text'>Stanford University has released its mobile app development course online for free.The university notes that the two Stanford prerequisite courses, Programming Methodology [Link] and Programming Abstractions [Link], are also available on iTunes U.</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/2729740193245536612/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=2729740193245536612' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/2729740193245536612'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/2729740193245536612'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/12/learn-mobile-development-online.html' title='learn mobile development online'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-1543803913824175839</id><published>2011-11-30T09:53:00.000-08:00</published><updated>2011-11-30T09:54:00.846-08:00</updated><title type='text'>poznavatelno</title><summary type='text'>шаблон сайта, проданный 2.5k раз за год, принесший $50k создателю      Познавательно - вот этот (http://bit.ly/rttpQP) шаблон сайта принес авторам за год 50 килобаксов (при цене $20). Здорово, что дизайнеры могут зарабатывать так же, как и шароварщики - ничего не делая.</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/1543803913824175839/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=1543803913824175839' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1543803913824175839'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1543803913824175839'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/11/poznavatelno.html' title='poznavatelno'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-4885058112631756390</id><published>2011-11-17T05:35:00.001-08:00</published><updated>2011-11-17T05:35:46.200-08:00</updated><title type='text'>online lesson videos from stanford</title><summary type='text'>Artificial intelligence (http://ai-class.org).Databases (http://db-class.org)  Machine Learning (http://ml-class.org).  Computer Science 101: http://www.cs101-class.org/ Software Engineering for Software as a Service: http://www.saas-class.org/ Human-Computer Interfaces: http://www.hci-class.org/ Natural Language Processing: http://www.nlp-class.org/ Game Theory: http://game-theory-class.org </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/4885058112631756390/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=4885058112631756390' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4885058112631756390'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4885058112631756390'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/11/artificial-intelligence-httpai-class.html' title='online lesson videos from stanford'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-4536836493244039736</id><published>2011-11-14T13:32:00.001-08:00</published><updated>2011-11-14T13:32:13.783-08:00</updated><title type='text'>linq concatenate rows</title><summary type='text'>we can use Aggregate methods to concatenate fields in rows  as follow:        var profiles = (from b in invoiceContext.bills                        join p in invoiceContext.PaymentProfiles on 1 equals 1                       where  b.ProfileID == p.Id || b.ProfileType == p.Id                           select p.Name).ToList();        if (profiles.Count() &gt; 0)        {            </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/4536836493244039736/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=4536836493244039736' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4536836493244039736'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4536836493244039736'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/11/linq-concatenate-rows.html' title='linq concatenate rows'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-1737170525226606842</id><published>2011-11-04T10:39:00.001-07:00</published><updated>2011-11-04T10:39:41.680-07:00</updated><title type='text'>hgignore visual studio example</title><summary type='text'># use glob syntax.syntax: glob# c-sharp/bin/obj*.user*.suo_ReSharper.**.sln.cachebin/**bin/Debug/**obj/*</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/1737170525226606842/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=1737170525226606842' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1737170525226606842'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1737170525226606842'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/11/hgignore-visual-studio-example.html' title='hgignore visual studio example'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-116595762749136983</id><published>2011-11-04T09:26:00.001-07:00</published><updated>2011-11-04T10:40:56.773-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linq'/><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><category scheme='http://www.blogger.com/atom/ns#' term='csharp'/><title type='text'>linq join on multiple fields by OR sample</title><summary type='text'>Linq doesn't allow to do on  t1.field1=t2.field1 or t1.field2=t2.field2therefor it can be done by using OR in where statement:     var profiles = (from b in invoiceContext.bills        join p in invoiceContext.PaymentProfiles on 1 equals 1        where  b.ProfileID == p.Id || b.ProfileType == p.Id        select p.Name).ToList();</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/116595762749136983/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=116595762749136983' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/116595762749136983'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/116595762749136983'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/11/linq-join-on-multiple-fields-by-or.html' title='linq join on multiple fields by OR sample'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-6604974641682598990</id><published>2011-10-26T13:57:00.001-07:00</published><updated>2011-10-26T13:57:32.721-07:00</updated><title type='text'>resharper templates</title><summary type='text'>To add new user-template in resharper from top menu in visual studio click on Resharper / Live templates  select File Templates tab.Find "User templates" and click on new template in toolbar .Below is sample  of command template:Namespace variable will be  "Default namespace for the current file".Class variable will be  "Current file name without extension".         namespace $NAMESPACE$    {    </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/6604974641682598990/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=6604974641682598990' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/6604974641682598990'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/6604974641682598990'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/10/resharper-templates.html' title='resharper templates'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-1510362202169999757</id><published>2011-10-24T14:16:00.001-07:00</published><updated>2011-11-04T10:41:38.541-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='webservice'/><category scheme='http://www.blogger.com/atom/ns#' term='wcf'/><title type='text'>testing svc web service</title><summary type='text'>First you have to create test project in visual studio and add service reference, than you will be able to create test like this:              [Test]        public void BusinessWebserviceServiceTest01()        {            BusinessWebservice.ServiceClient client= new ServiceClient();            Debug.Write(client.getOpenInvoicesCount(1006469, 1, 1292071, "0"));        }</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/1510362202169999757/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=1510362202169999757' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1510362202169999757'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1510362202169999757'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/10/testing-svc-web-service.html' title='testing svc web service'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-3805288337350007141</id><published>2011-10-20T12:25:00.001-07:00</published><updated>2011-10-21T07:31:39.063-07:00</updated><title type='text'>isnumeric c#</title><summary type='text'>Following function works like analog to vb isNumeric function and checks that every character entered into myTextField is digit.if (myTextField.Text.All(Char.IsDigit)){// is numeric}else{// is not numeric}</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/3805288337350007141/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=3805288337350007141' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3805288337350007141'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3805288337350007141'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/10/isnumeric-c.html' title='isnumeric c#'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-1203204111670901915</id><published>2011-10-19T10:05:00.001-07:00</published><updated>2011-10-19T10:05:24.278-07:00</updated><title type='text'>resizable div in jquery-ui with error label in asp.net</title><summary type='text'>1.add links to jquery and css files.&lt;link type="text/css" href="../themes/start/jquery.ui.all.css" rel="stylesheet" /&gt;&lt;script type="text/javascript" src="../js/jquery-1.4.2.min.js "&gt;&lt;/script&gt;&lt;script type="text/javascript" src="../js/jquery-ui-1.8.2.custom.min.js"&gt;&lt;/script&gt;2. add in document initialisation &lt;script type="text/javascript"&gt; $(document).ready(function () {  $(" .resizable").resizable(</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/1203204111670901915/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=1203204111670901915' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1203204111670901915'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1203204111670901915'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/10/resizable-div-in-jquery-ui-with-error.html' title='resizable div in jquery-ui with error label in asp.net'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-5587164148029805576</id><published>2011-10-07T17:46:00.001-07:00</published><updated>2011-10-07T17:46:26.680-07:00</updated><title type='text'>software mistakes</title><summary type='text'>Don't bother with market research, because you just know lots of people are itching to buy your new product.Only release the product once it is perfect. However long that takes.Go into a market with very strong competition and compete with them head-on, because you only need a measly 1% of this market to get rich.Go into a market with no competition. How hard can creating a new market and </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/5587164148029805576/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=5587164148029805576' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5587164148029805576'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5587164148029805576'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/10/software-mistakes.html' title='software mistakes'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-3958707880547560523</id><published>2011-09-17T13:44:00.000-07:00</published><updated>2011-10-21T07:33:00.362-07:00</updated><title type='text'>My 7 principles to design the architecture for a software project</title><summary type='text'>My 7 principles to design the architecture for a software project.Making Good Software Software architecture is quite a grey area. It involves taking decisions that you are not likely to revisit in the future. These decisions usually involve frameworks, programming languages, application servers, databases, e.t.c.Software architecture is about coming up with the foundation from where developers </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/3958707880547560523/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=3958707880547560523' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3958707880547560523'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3958707880547560523'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/09/my-7-principles-to-design-architecture.html' title='My 7 principles to design the architecture for a software project'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-2711649496397064266</id><published>2011-09-16T10:36:00.001-07:00</published><updated>2011-09-16T10:36:35.129-07:00</updated><title type='text'>Cache Attibute</title><summary type='text'>  using System;using System.Reflection;using System.Text;using Microsoft.Practices.EnterpriseLibrary.Caching;using PostSharp.Aspects;namespace Business.Shared.Attributes{    [Serializable]    public sealed class CacheAttribute : OnMethodBoundaryAspect    {        // This field will be set by CompileTimeInitialize and serialized at build time,         // then deserialized at runtime.        </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/2711649496397064266/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=2711649496397064266' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/2711649496397064266'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/2711649496397064266'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/09/cache-attibute.html' title='Cache Attibute'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-7992186292172782989</id><published>2011-08-22T15:00:00.000-07:00</published><updated>2011-10-17T09:06:29.938-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bablo'/><title type='text'>primer</title><summary type='text'>ne moe :), vzjato otsjuda , prosto horoshij primer kak ljudi kalbasjat...est k 4emu stremico :)4 дня висим в Top Paid iPhone Apps USA на третьем месте. Позиции в Top Grossing Apps (топ приложений по прибыльности) неопределенные. Были и на 22 месте. Были и на 15. Похоже, что в самые ближайшие дни из топов не уйдем, что, конечно, радует.Удивляет некоторое количество камментов к игре, мол, это все </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/7992186292172782989/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=7992186292172782989' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7992186292172782989'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7992186292172782989'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/08/primer.html' title='primer'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-1916563373194147475</id><published>2011-08-18T08:05:00.000-07:00</published><updated>2011-08-22T15:04:18.566-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bablo'/><title type='text'>free to play</title><summary type='text'>Аналитическая компания Flurry продолжает открывать для себя (и прочей изумленной публики) чудесный мир монетизации фритуплейных игр. Их новый инсайт, полученный после изучения 57 миллионов внутриигровых покупок на платформах iOS и Android, таков: основные деньги пользователи тратят на расходники, то есть такие предметы, которые тратятся и исчезают в процессе использования – это, например, наши </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/1916563373194147475/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=1916563373194147475' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1916563373194147475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1916563373194147475'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/08/free-to-play.html' title='free to play'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-8821713401250425115</id><published>2011-08-15T13:44:00.001-07:00</published><updated>2011-08-15T13:44:55.458-07:00</updated><title type='text'>sqlite merge table</title><summary type='text'>C:\Development\Main\Common\SQLite&gt;sqlite3 c:\test\a.db3SQLite version 3.2.7Enter ".help" for instructionssqlite&gt; attach 'c:\test\b.db3' as toMerge;sqlite&gt; insert into AuditRecords select * from toMerge.AuditRecords;sqlite&gt; detach database toMerge;</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/8821713401250425115/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=8821713401250425115' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/8821713401250425115'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/8821713401250425115'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/08/sqlite-merge-table.html' title='sqlite merge table'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-3757332746924455394</id><published>2011-08-07T17:30:00.001-07:00</published><updated>2011-08-22T15:04:18.568-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bablo'/><title type='text'></title><summary type='text'>Свожу в один пост инфу по продажам касок за три дня:——-4 августа скачали 190 тысяч раз.- для айфона, 5 касок за $0.99 взяли 1108 раз,- для айфона, 15 касок за $1.99 взяли 514 раз,- для айпада, 5 касок за $0.99 взяли 35 раз,- для айпада, 15 касок за $1.99 взяли 40 раз.Итого, наши с издателем деньги – чуть меньше 1600 долларов.——-5 августа – 173 тысячи.- для айфона, 5 касок за $0.99 взяли 1234 раз,</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/3757332746924455394/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=3757332746924455394' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3757332746924455394'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3757332746924455394'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/08/4-190.html' title=''/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-7562031109418880253</id><published>2011-07-29T10:02:00.001-07:00</published><updated>2011-07-29T10:03:56.545-07:00</updated><title type='text'>Pomodoro technique timer - this one with the RPG game</title><summary type='text'>Pomodorium is a new pomodoro technique timer with embedded RPG game :)In this game for completing pomodoro you are receiving 25-gold, and you can spend it on buying weapons and armors and play from level 0 to 40 , travel through the map and free cities from monsters.Software requires Adobe AIR.here is link on Pomodorium website  </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/7562031109418880253/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=7562031109418880253' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7562031109418880253'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7562031109418880253'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/07/pomodoro-technique-timer-this-one-with.html' title='Pomodoro technique timer - this one with the RPG game'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-5852966039158622579</id><published>2011-07-20T10:40:00.001-07:00</published><updated>2011-10-21T07:35:50.590-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linq'/><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><title type='text'>linq subquery for in</title><summary type='text'>for example following sql select * from AccountTransactions  awherea.TransactionId =19687 ORa.TransactionId  in (select ChildId from AccountTransactionRelations where InvoiceId=19687)will have this equivalent in linq: var records = from t in odc.AccountTransactions	join r in odc.AccountTransactionRelations on t.TransactionId equals  r.InvoiceId into rel	where t.TransactionId == transactionId || </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/5852966039158622579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=5852966039158622579' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5852966039158622579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5852966039158622579'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/07/linq-subquery-for-in.html' title='linq subquery for in'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-2286724960965218331</id><published>2011-07-08T14:19:00.001-07:00</published><updated>2011-08-22T15:04:18.570-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bablo'/><title type='text'>application monetization</title><summary type='text'>Banners and ads :Theres CPM banners, which pay per ad displayed:Adbrite: www.adbrite.comAdSense www.Google.com/AdSense &lt; br&gt;Theres CPC banners, which pay per ad clicked:Zohark: www.facebook.com/applications/Zohark_Ads/18584639088Adchap: http://adchap.com/Theres CPAsystems, which pay per action,like surveys/offers: Peanutlabs: www.peanutlabs.comMillnicMedia: www.millnicmedia.com$uperRewards: http:</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/2286724960965218331/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=2286724960965218331' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/2286724960965218331'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/2286724960965218331'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/07/application-monetization.html' title='application monetization'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/-gIMsAbdqP_4/Thd0mCC4rSI/AAAAAAAAAEM/F4BMbfEJC4o/s72-c/farmville.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-4817406738850794786</id><published>2011-06-30T14:29:00.000-07:00</published><updated>2011-08-22T15:04:18.571-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bablo'/><title type='text'>banki</title><summary type='text'>здесь рядом обсуждали будущие флэш(забавные уважаемые люди =)**), а самое интересное оказалось о конкретно одном проекте - Танки Онлайн. А они приносят в месяц 750k$ - круто(Наверно это gross)*. Технические расходы - 30к$/месяц, еще 10к или 30к где то на поддержку уходят. Делали их вроде где то год, гдето 20-30 человек. Наверно 500к$-900к$ ушло на разработку, и еще на маркетинг несколько </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/4817406738850794786/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=4817406738850794786' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4817406738850794786'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4817406738850794786'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/06/banki.html' title='banki'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-4530861497045708646</id><published>2011-06-23T07:18:00.001-07:00</published><updated>2011-06-23T07:18:15.702-07:00</updated><title type='text'>connect skydrive to windows explorer</title><summary type='text'>  1.Go to http://skydrive.live.com/.  2.Log in with your Windows Live ID.  3.Copy of ID cid URL https://skydrive.live.com/?wa=wsignin1.0 # cid = 1234567890abcdef  4.Open Windows Explorer.  5.In the left pane, right-click on the Network (Network Neighborhood). Select Map network drive (Network Drive).  6.Enter the address URL: \ \ docs.live.net @ SSL \ 1234567890abcdef (1234567890abcdef replace </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/4530861497045708646/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=4530861497045708646' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4530861497045708646'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4530861497045708646'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/06/connect-skydrive-to-windows-explorer.html' title='connect skydrive to windows explorer'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-685042654245117860</id><published>2011-06-22T07:45:00.001-07:00</published><updated>2011-06-23T07:21:11.056-07:00</updated><title type='text'>change favicon blogger</title><summary type='text'>1.upload icon on  photobucket (hello senon:) )  et a link and add following to your blogger template after &lt;/head/&gt; tag:       &lt;link href='{image url}' rel='shortcut icon'/&gt;    &lt;link href='{image url}' rel='shortcut icon' type='image/vnd.microsoft.icon'/&gt;    &lt;link href='{image url}' rel='icon'/&gt;    &lt;link href='{image url}' rel='icon' type='image/vnd.microsoft.icon'/&gt;</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/685042654245117860/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=685042654245117860' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/685042654245117860'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/685042654245117860'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/06/change-favicon-blogger.html' title='change favicon blogger'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-4631897787157078421</id><published>2011-06-21T11:50:00.001-07:00</published><updated>2011-10-21T07:35:59.290-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><title type='text'>dday ical example</title><summary type='text'>         // #1: Monthly meetings that occur on the last Wednesday from 6pm - 7pm// Create an iCalendariCalendar iCal = new iCalendar();// Create the eventEvent evt = iCal.Create&lt;Event&gt;();evt.Summary = "Test Event";evt.Start = new iCalDateTime(2008, 1, 1, 18, 0, 0); // Starts January 1, 2008 @ 6:00 P.M.evt.Duration = TimeSpan.FromHours(1);// Add a recurrence pattern to the eventRecurrencePattern </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/4631897787157078421/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=4631897787157078421' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4631897787157078421'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4631897787157078421'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/06/dday-ical-example.html' title='dday ical example'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-6620755426499992953</id><published>2011-06-16T12:05:00.001-07:00</published><updated>2011-06-16T12:05:48.107-07:00</updated><title type='text'>plugin architecture in air</title><summary type='text'>links:http://stackoverflow.com/questions/344705/building-a-plugin-architecture-with-adobe-airhttp://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/modules/ModuleManager.htmlhttp://livedocs.adobe.com/flex/3/loading_applications.pdfhttp://livedocs.adobe.com/flex/3/html/help.html?content=18_Client_System_Environment_5.html#119371</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/6620755426499992953/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=6620755426499992953' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/6620755426499992953'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/6620755426499992953'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/06/plugin-architecture-in-air.html' title='plugin architecture in air'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-3738413907002460415</id><published>2011-06-13T07:47:00.001-07:00</published><updated>2011-10-21T07:36:31.279-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><title type='text'>get country name in winforms c#</title><summary type='text'>// return two letter iso number like :"ES", "SE", "CA", "BE", "DE", "AT", "NL", "NO", "CH", "FI", "FR", "IR", "LU", "SW", "AU", "UK",        public string getCountry()        {                return  RegionInfo.CurrentRegion.TwoLetterISORegionName.ToUpper();        }</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/3738413907002460415/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=3738413907002460415' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3738413907002460415'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3738413907002460415'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/06/get-country-name-in-winforms-c.html' title='get country name in winforms c#'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-8214069013995728528</id><published>2011-06-09T14:34:00.001-07:00</published><updated>2011-10-21T07:36:31.281-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><title type='text'>caching in .net system.runtime.caching example</title><summary type='text'> using System.Runtime.Caching;public class UseCacheSample {        private static void UseCacheSampleMethod()        {            Demo demo;            ObjectCache cache = MemoryCache.Default;            if (cache.Contains("demo"))            {                demo = (Demo)cache.Get("demo");            }            else            {                demo = new Demo();                demo.SetTimes();</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/8214069013995728528/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=8214069013995728528' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/8214069013995728528'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/8214069013995728528'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/06/caching-in-net-systemruntimecaching.html' title='caching in .net system.runtime.caching example'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-1203283074186947031</id><published>2011-06-08T13:21:00.001-07:00</published><updated>2011-06-08T13:21:08.419-07:00</updated><title type='text'>windows cannot connect to the domain vmware</title><summary type='text'>here is steps how to solve this :1. Log in as a local administrator to the VM2. Right click on Computer. Choose Properties3. Click Network ID4. Run through the Wizard - you will need a Domain level administrator password that is able to validate your domain login.</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/1203283074186947031/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=1203283074186947031' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1203283074186947031'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1203283074186947031'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/06/windows-cannot-connect-to-domain-vmware.html' title='windows cannot connect to the domain vmware'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-4805338514982315156</id><published>2011-06-07T10:41:00.001-07:00</published><updated>2011-08-15T14:19:50.961-07:00</updated><title type='text'>Are you solving a real problem?</title><summary type='text'>Has your customer got a ?bleeding neck?? Is your software solving a problem compelling enough that someone is going to download it, install it, evaluate it, buy it and then learn to use it, with the accompanying risks of credit card fraud and malware? It is hard to change people?s habits. They are going to keep doing what they are doing now (e.g. pen and paper or Excel) unless you can convince </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/4805338514982315156/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=4805338514982315156' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4805338514982315156'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4805338514982315156'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/06/are-you-solving-real-problem.html' title='Are you solving a real problem?'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-4029871046185846450</id><published>2011-05-27T14:03:00.001-07:00</published><updated>2011-05-27T14:03:55.633-07:00</updated><title type='text'>best mobile app ideas</title><summary type='text'>В течение моды и денег: разработка мобильных приложений Последнее время постоянно слышу о том, как знакомые начинают заниматься разработкой приложений для мобильных устройств. Их становится все больше и больше. Не понятно, откуда берутся эти команды? И где они находят разработчиков? Ответ один – это тренд и все хотят попасть в течение моды и денег.Немного подумав, я решила собрать советы для тех,</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/4029871046185846450/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=4029871046185846450' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4029871046185846450'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4029871046185846450'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/05/best-mobile-app-ideas.html' title='best mobile app ideas'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-3523512405605795952</id><published>2011-05-27T08:05:00.001-07:00</published><updated>2011-05-27T08:05:57.841-07:00</updated><title type='text'>flex urlencode</title><summary type='text'>use encodeURIComponent() for thatUrlParam = UrlParam + '&amp;name=' + encodeURIComponent(name.text) +  '&amp;business=' + encodeURIComponent(buisness.text);navigateToURL(new URLRequest(UrlParams),'_self');</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/3523512405605795952/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=3523512405605795952' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3523512405605795952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3523512405605795952'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/05/flex-urlencode.html' title='flex urlencode'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-6729364102725880870</id><published>2011-05-26T14:23:00.001-07:00</published><updated>2011-05-26T14:23:56.926-07:00</updated><title type='text'>flex replace all string</title><summary type='text'>here is example of code how to use flex replace function in order to get all replacements:var str:String = "test xxx test yyy";str.replace(/test/g, "WOW");// str is now "WOW xxx WOW yyy"</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/6729364102725880870/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=6729364102725880870' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/6729364102725880870'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/6729364102725880870'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/05/flex-replace-all-string.html' title='flex replace all string'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-7589194531593042161</id><published>2011-05-26T07:11:00.001-07:00</published><updated>2011-05-26T07:11:46.148-07:00</updated><title type='text'>flex grid refresh</title><summary type='text'>here refresh samples of posible grid refresh calls                private function refresh():void{                                MyDataProvider.MyDataArrayCollection.refresh();                                myGrid.data=MyDataProvider.MyDataArrayCollection;                                myGrid.invalidateList();                                myGrid.invalidateDisplayList();</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/7589194531593042161/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=7589194531593042161' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7589194531593042161'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7589194531593042161'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/05/flex-grid-refresh.html' title='flex grid refresh'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-3875947031561653850</id><published>2011-05-18T20:03:00.001-07:00</published><updated>2011-05-18T20:03:53.314-07:00</updated><title type='text'>convert ape to mp3</title><summary type='text'>with opensource software only, no installations required 1.Download ffmpg  http://ffmpeg.zeranoe.com/builds/ 2.Conver ape into Wav by ffmpeg.exe  -i file1.ape  file1.wav3.Download lame  http://lame.sourceforge.net/download.php  4.encode wav into mp3 with  lame file1.wav </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/3875947031561653850/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=3875947031561653850' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3875947031561653850'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3875947031561653850'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/05/convert-ape-to-mp3.html' title='convert ape to mp3'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-2932331445509699866</id><published>2011-05-18T07:21:00.001-07:00</published><updated>2011-10-21T07:36:31.284-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><title type='text'>singelton c# (thread safe, lazy initialization )</title><summary type='text'>       public sealed class Singleton{    Singleton()    {    }    public static Singleton Instance    {        get        {            return Nested.instance;        }    }    class Nested    {        // Explicit static constructor to tell C# compiler        // not to mark type as beforefieldinit        static Nested()        {        }        internal static readonly Singleton instance = new </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/2932331445509699866/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=2932331445509699866' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/2932331445509699866'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/2932331445509699866'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/05/singelton-c-thread-safe-lazy.html' title='singelton c# (thread safe, lazy initialization )'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-4223557053120406845</id><published>2011-05-13T14:27:00.000-07:00</published><updated>2011-05-13T14:28:24.029-07:00</updated><title type='text'>game sample OGS Mahjong 0.7</title><summary type='text'>OGS Mahjong 0.7 Не далее чем в августе прошлого года, я писал топик о разрабатываемой силами программиста kornerr и моими небольшой игре под названием OGS Mahjong.Будучи «проектом свободного времени», OGS Mahjong развивался медленно и неторопливо, однако за 9 месяцев его версия подросла до цифр 0.7.Видео новой версии:www.youtube.com/watch?v=rZ9RrAUGX7Ewww.youtube.com/watch?v=3u1sxg4K5sQЧто же </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/4223557053120406845/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=4223557053120406845' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4223557053120406845'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4223557053120406845'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/05/game-sample-ogs-mahjong-07.html' title='game sample OGS Mahjong 0.7'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-8422234100373983197</id><published>2011-05-02T13:13:00.001-07:00</published><updated>2011-10-21T08:33:30.390-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linq'/><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><title type='text'>distinct linq example</title><summary type='text'>1.Create IEqualityComparer  classpublic class DistinctTitle : IEqualityComparer&lt;SourceType&gt; {        public bool Equals(SourceType x, SourceType y) {            return x.title.Equals(y.title);        }        public int GetHashCode(SourceType obj) {            return obj.title.GetHashCode();        }}2. Comparer can be used as follows:var x = (from t in dc.table    where t.sourceId = 5    order </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/8422234100373983197/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=8422234100373983197' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/8422234100373983197'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/8422234100373983197'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/05/distinct-linq-example.html' title='distinct linq example'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-6403889136190341569</id><published>2011-05-02T07:20:00.000-07:00</published><updated>2011-10-21T07:36:59.235-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><title type='text'>links for learning dot.net/c#</title><summary type='text'>XNA RPG - изучение XNA на примере построения RPG-игры (руководство из 26 частей) (&lt;!--noindex--&gt;link&lt;!--/noindex--&gt;); Список событий в GLOBAL.ASAX (&lt;!--noindex--&gt;link&lt;!--/noindex--&gt;);Проект для ASP.NET- Git Web Access (&lt;!--noindex--&gt;link&lt;!--/noindex--&gt;); ASP.NET MVC ASP.NET MVC 3 для начинающих: добавляем ввод даты с помощью jQueryUI и NuGet (&lt;!--noindex--&gt;link&lt;!--/noindex--&gt;);Руководство по </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/6403889136190341569/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=6403889136190341569' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/6403889136190341569'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/6403889136190341569'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/05/links-for-learning-dotnetc.html' title='links for learning dot.net/c#'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-8958311638648070614</id><published>2011-04-28T07:27:00.001-07:00</published><updated>2011-04-28T07:28:39.292-07:00</updated><title type='text'>flex/air open link in new window of system browser</title><summary type='text'> &lt;mx:LinkButton label="Click here  " color="#0000FF" fontWeight="bold"                                           click='OpenUrl(event)'  x="55" y="140" width="254" textDecoration="underline"/&gt;       &lt;fx:Script&gt;                &lt;![CDATA[                        import flash.net.*;                        import flash.system.*;                                                protected function OpenUrl(</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/8958311638648070614/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=8958311638648070614' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/8958311638648070614'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/8958311638648070614'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/04/flexair-open-link-in-new-window-of.html' title='flex/air open link in new window of system browser'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-7598081167069869116</id><published>2011-04-15T13:09:00.001-07:00</published><updated>2011-10-21T08:33:24.697-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='linq'/><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><title type='text'>calculate lrc</title><summary type='text'>here is procedure how to claculate LRC for a string in c#            public static byte calculateLRC(byte[] ba, int offset, int length)            {                byte lrc = 0x0;                for (int i = offset; i &lt; length; i++)                    lrc ^= ba[i];                return lrc;            }            public static byte calculateLRC(string s, int offset, int length)            {</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/7598081167069869116/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=7598081167069869116' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7598081167069869116'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7598081167069869116'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/04/calculate-lrc.html' title='calculate lrc'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-819542194414076665</id><published>2011-04-15T12:32:00.001-07:00</published><updated>2011-04-15T13:04:55.227-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><category scheme='http://www.blogger.com/atom/ns#' term='csharp'/><title type='text'>binary serializer c</title><summary type='text'>below is binary serializer class sample, could be used for serialization objects into strings (not XML , fixed length string) and back. This class is good for creation network transport protocol layer classes.here is sample of object to serialize   using System; using System.Runtime.InteropServices;using System.Text; using System.Text.RegularExpressions; using CSharp.Core; using </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/819542194414076665/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=819542194414076665' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/819542194414076665'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/819542194414076665'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/04/binary-serializer-c.html' title='binary serializer c'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-114495344031746919</id><published>2011-04-15T12:30:00.001-07:00</published><updated>2011-04-15T13:05:56.164-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><category scheme='http://www.blogger.com/atom/ns#' term='csharp'/><title type='text'>binary serialize object c</title><summary type='text'>here's  sample of the object that could be serialized into string (binary not xml! ) and can be deserialized back.it useful for creation protocols layer classes and here is example of binary serializer . using System.Runtime.InteropServices;using System.Text;using CCLib.CCEngine.COMDATA;namespace CCLib.CCEngine{    namespace COMDATA    {        public class CApprovalCode        {            #</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/114495344031746919/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=114495344031746919' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/114495344031746919'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/114495344031746919'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/04/binary-serialize-object-c.html' title='binary serialize object c'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-5549114523700308379</id><published>2011-04-15T12:24:00.001-07:00</published><updated>2011-04-15T13:02:43.186-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><category scheme='http://www.blogger.com/atom/ns#' term='csharp'/><title type='text'>convert object to string</title><summary type='text'>  using System; using System.Runtime.InteropServices; using System.Text; using System.Text.RegularExpressions; using CSharp.Core; using CSharp.Core.Utility;            // serializing object into byte array            public static byte[] RawSerializeEx(object anything)            {                int rawsize = Marshal.SizeOf(anything);                byte[] rawdatas = new byte[rawsize];</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/5549114523700308379/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=5549114523700308379' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5549114523700308379'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5549114523700308379'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/04/convert-object-to-string.html' title='convert object to string'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-83198491373454322</id><published>2011-04-15T12:17:00.001-07:00</published><updated>2011-04-15T13:02:43.187-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><category scheme='http://www.blogger.com/atom/ns#' term='csharp'/><title type='text'>convert byte array to string c</title><summary type='text'> public string StrFromByte(byte[] des2)            {                ASCIIEncoding utf82 = new ASCIIEncoding();                string uf82 = utf82.GetString(des2);                return uf82;            } </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/83198491373454322/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=83198491373454322' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/83198491373454322'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/83198491373454322'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/04/convert-byte-array-to-string-c.html' title='convert byte array to string c'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-237805780085297837</id><published>2011-04-15T12:13:00.001-07:00</published><updated>2011-04-15T13:02:43.188-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><category scheme='http://www.blogger.com/atom/ns#' term='csharp'/><title type='text'>convert string into array</title><summary type='text'>byte[] s = Encoding.ASCII.GetBytes("convert this string into byte array");</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/237805780085297837/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=237805780085297837' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/237805780085297837'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/237805780085297837'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/04/convert-string-into-array.html' title='convert string into array'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-4844650023208255418</id><published>2011-04-15T12:09:00.001-07:00</published><updated>2011-04-15T13:02:57.663-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><category scheme='http://www.blogger.com/atom/ns#' term='wcf'/><category scheme='http://www.blogger.com/atom/ns#' term='csharp'/><title type='text'>the maximum array length quota 16384 has been exceeded while reading</title><summary type='text'>this is client-side error, below is  the correct way to call service:        		[Test]        public void CC_Test_HTTPS()        {            //var svc = new Service();                              //Console.WriteLine(svc.TransactionReport(args));            ServicePointManager.ServerCertificateValidationCallback = new RemoteCertificateValidationCallback(IgnoreCertificateErrorHandler);            </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/4844650023208255418/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=4844650023208255418' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4844650023208255418'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4844650023208255418'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/04/maximum-array-length-quota-16384-has.html' title='the maximum array length quota 16384 has been exceeded while reading'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-2629836015332722455</id><published>2011-04-11T12:09:00.000-07:00</published><updated>2011-04-11T12:11:32.872-07:00</updated><title type='text'></title><summary type='text'>http://changethis.com/manifesto/show/80.03.MicropreneurManifesto1. "Это трудно". Это в самом деле не просто и требует много размышлений, знаний, опыта, везения и усилий.2. "Работайте одни". Тут я не хочу соглашаться. Мне реально хочется разделить с кем нибудь хотя-бы программирование. Т.к. на него постоянно не хватает времени. У меня последний месяц на программирование осталось 5% от всего </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/2629836015332722455/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=2629836015332722455' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/2629836015332722455'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/2629836015332722455'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/04/httpchangethis.html' title=''/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-6795004439252870444</id><published>2011-03-22T12:24:00.001-07:00</published><updated>2011-03-22T12:25:16.870-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><category scheme='http://www.blogger.com/atom/ns#' term='csharp'/><title type='text'>constant array in c#</title><summary type='text'>        static readonly ArrayList  a = new ArrayList() { "1", "2", "3", "4", "5", "6", "7", "8" };        public bool CheckIfContains(uint i)        {            return a.Contains(""+i);        }</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/6795004439252870444/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=6795004439252870444' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/6795004439252870444'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/6795004439252870444'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/03/constant-array-in-c.html' title='constant array in c#'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-8438532352488254967</id><published>2011-03-17T18:31:00.001-07:00</published><updated>2011-04-15T13:03:12.283-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='bat'/><title type='text'>cut avi files (freeware , mac included)</title><summary type='text'>1.Download mcoder from developer site: or mencoder for MACOS 2.After unpacking mencoder run following command  in unpacked directory.(first time is start-time , second is duration.)&gt;mencoder -ss 00:08:57 -endpos 00:08:12 -ovc copy -oac copy file2cut.avi  -o result.avi</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/8438532352488254967/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=8438532352488254967' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/8438532352488254967'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/8438532352488254967'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/03/cut-avi-files-freeware-mac-included.html' title='cut avi files (freeware , mac included)'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-7310240053921657436</id><published>2011-03-15T12:27:00.001-07:00</published><updated>2011-04-15T13:03:32.720-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><category scheme='http://www.blogger.com/atom/ns#' term='csharp'/><title type='text'>template engine .net</title><summary type='text'> using System.Collections;namespace Business.CustomerServices{    public class SimpleTemplateEngine    {        public string ReadFile(string f)        {            System.IO.StreamReader file = new System.IO.StreamReader(f);            string testxmldata = file.ReadToEnd(); file.Close();            return testxmldata;        }        public string RenderFile(Hashtable values, string fileName)</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/7310240053921657436/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=7310240053921657436' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7310240053921657436'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7310240053921657436'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/03/template-engine-net.html' title='template engine .net'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-3041520032306851772</id><published>2011-03-09T14:23:00.001-08:00</published><updated>2011-04-15T13:03:32.721-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><category scheme='http://www.blogger.com/atom/ns#' term='csharp'/><title type='text'>cannot convert from 'string' to 'System.Xml.Linq.XElement'</title><summary type='text'>we can use   XElement.Parse(modeldetail); to convert string into XElement.</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/3041520032306851772/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=3041520032306851772' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3041520032306851772'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3041520032306851772'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/03/cannot-convert-from-to.html' title='cannot convert from &amp;#39;string&amp;#39; to &amp;#39;System.Xml.Linq.XElement&amp;#39;'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-6461232679315999122</id><published>2011-03-07T13:29:00.001-08:00</published><updated>2011-04-15T13:04:00.649-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><category scheme='http://www.blogger.com/atom/ns#' term='wcf'/><category scheme='http://www.blogger.com/atom/ns#' term='csharp'/><title type='text'>wcf test client visual studio 2010</title><summary type='text'>here is simple wcf service tester source:    using System;using System.ServiceModel;using System.Text;using System.Collections.Generic;using System.Linq;using Business.CustomerServices;using Business.WebService;using Microsoft.VisualStudio.TestTools.UnitTesting;using NUnit.Framework;namespace BusinessWeb.Tests{    [TestClass]    public class CreateAccountTester    {        [Test]        [</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/6461232679315999122/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=6461232679315999122' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/6461232679315999122'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/6461232679315999122'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/03/wcf-test-client-visual-studio-2010.html' title='wcf test client visual studio 2010'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-8967204955119432952</id><published>2011-03-03T08:09:00.001-08:00</published><updated>2011-04-15T13:04:05.769-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><category scheme='http://www.blogger.com/atom/ns#' term='csharp'/><title type='text'>ninject singleton behavior</title><summary type='text'>         using Ninject.Core;   [TestClass]    public class NinjectTestClass    {        [TestMethod]        public void NinjectTestMethod()        {            // ninject mapping          var module = new InlineModule(                m =&gt; m.Bind&lt;IDataProvider&gt;().To&lt;TestProvider&gt;().Using(new SingletonBehavior()),        //....</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/8967204955119432952/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=8967204955119432952' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/8967204955119432952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/8967204955119432952'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/03/ninject-singleton-behavior.html' title='ninject singleton behavior'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-9193824247455479527</id><published>2011-03-03T06:58:00.001-08:00</published><updated>2011-10-21T08:34:52.658-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><category scheme='http://www.blogger.com/atom/ns#' term='csharp'/><title type='text'>ninject example</title><summary type='text'>          using Ninject.Core;   [TestClass]    public class ChangePaymentSourceTest    {        [TestMethod]        public void PaymentSourceChange()        {            // ninject mapping             var module = new InlineModule(                m=&gt;m.Bind&lt;IDataProvider&gt;().To&lt;TestProvider&gt;(),                m=&gt;m.Bind&lt;IFeeCanceller&gt;().To&lt;FeeCanceller&gt;(),                m=&gt;m.Bind&lt;IFeeCreator&gt;().To&lt;</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/9193824247455479527/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=9193824247455479527' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/9193824247455479527'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/9193824247455479527'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/03/ninject-example.html' title='ninject example'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-3474643208197449783</id><published>2011-03-01T14:54:00.001-08:00</published><updated>2011-07-13T07:10:04.826-07:00</updated><title type='text'></title><summary type='text'>Я тут недавно прбежался по регистраторам. Самые дешевыеshareit4.9% + $1 или 8.9% (мин. $1)перевод на счет стоит $2пэйпро4.9% + $1перевод на счет стоит $21PayPro Globalфастспринг5.9% + $.95 или 8.9%.(Правда у фастспринга для неамериканских покупателей только карточки и paypal)FastSpringЕсть еще esellerate и swreg которые еще дешевле, но там как я понял на дешевой комиссии они будут extended </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/3474643208197449783/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=3474643208197449783' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3474643208197449783'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3474643208197449783'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/03/blog-post.html' title=''/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-1154322562636498758</id><published>2011-02-28T12:35:00.001-08:00</published><updated>2011-02-28T12:35:44.354-08:00</updated><title type='text'>air logging framework</title><summary type='text'>Using this simple logging for now:     package Pomodorium{import flash.filesystem.File;import flash.filesystem.FileMode;import flash.filesystem.FileStream;        public class Logger {                public static function Write(s:String): void {                        var file:File = File.applicationStorageDirectory.resolvePath('pomodorium.log');                        var fileStream:FileStream </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/1154322562636498758/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=1154322562636498758' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1154322562636498758'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1154322562636498758'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/02/air-logging-framework.html' title='air logging framework'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-1874559521397417014</id><published>2011-02-24T11:22:00.001-08:00</published><updated>2011-02-24T11:22:38.729-08:00</updated><title type='text'>the connection was interrupted</title><summary type='text'>I was working on moving certificates from one server to another, and when I was doing that over exporting certificates as .SST file I was getting "The connection was interrupted" error .I order to fix it I have to export certificates on-by-one as PFX file from another server and import them on new one.After this problem has been fixed.</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/1874559521397417014/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=1874559521397417014' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1874559521397417014'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1874559521397417014'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/02/connection-was-interrupted.html' title='the connection was interrupted'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-5620892367655485873</id><published>2011-02-23T13:57:00.001-08:00</published><updated>2011-02-23T13:57:49.283-08:00</updated><title type='text'>UnicodeDecodeError: 'ascii' codec can't decode byte</title><summary type='text'>This error can be fixed by adding this code on top of python script: import sysreload(sys)sys.setdefaultencoding("latin1")</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/5620892367655485873/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=5620892367655485873' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5620892367655485873'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5620892367655485873'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/02/unicodedecodeerror-codec-can-decode.html' title='UnicodeDecodeError: &amp;#39;ascii&amp;#39; codec can&amp;#39;t decode byte'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-7267617618532521196</id><published>2011-02-23T13:20:00.001-08:00</published><updated>2011-02-23T13:20:24.773-08:00</updated><title type='text'>create certificate for iis</title><summary type='text'>1.Downloaded and installed The IIS 6.0 Resource Kit Tools:http://support.microsoft.com/kb/840671download link :http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c894992.Created certificate by C:\Program Files\IIS Resources\SelfSSL\SelfSSL.exe  /N:CN=www.mysite.com /V:10003.Go to IIS Manager , add certificate for virtual server you will see certificate you have</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/7267617618532521196/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=7267617618532521196' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7267617618532521196'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7267617618532521196'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/02/create-certificate-for-iis.html' title='create certificate for iis'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-7571130689732707744</id><published>2011-02-16T12:17:00.001-08:00</published><updated>2011-10-21T08:34:52.660-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><category scheme='http://www.blogger.com/atom/ns#' term='csharp'/><title type='text'>linq Ilist select</title><summary type='text'>paymentApplicableTransaction  subcollection is List  here is how to get it:      var accountTransactions = from dataObject in objectsDataContext.AccountTransactions                    where                        (dataObject.TransactionId == transactionID || dataObject.ParentId == transactionID) &amp;&amp;                        dataObject.StatusId != deletedStatus                    select new </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/7571130689732707744/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=7571130689732707744' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7571130689732707744'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7571130689732707744'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/02/linq-ilist-select.html' title='linq Ilist select'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-3139324976917187796</id><published>2011-01-31T12:05:00.001-08:00</published><updated>2011-10-21T08:34:52.662-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='c#'/><category scheme='http://www.blogger.com/atom/ns#' term='csharp'/><title type='text'>csharp binary operators sample</title><summary type='text'>1. declaring values to be masked : all must be pow2 public enum EnumInvoiceFlags{    LateFeeApplied = 1,    DelinquencyApplied = 2,    Unfreezed = 4}applying masks: invoice.Flags = invoice.Flags | (int)EnumInvoiceFlags.DelinquencyApplied; checking if mask has specific value: if ((invoice.Flags &amp; (int)EnumInvoiceFlags.DelinquencyApplied) != (int)EnumInvoiceFlags.DelinquencyApplied)</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/3139324976917187796/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=3139324976917187796' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3139324976917187796'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3139324976917187796'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/01/csharp-binary-operators-sample.html' title='csharp binary operators sample'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-5740068791387153449</id><published>2011-01-31T11:54:00.001-08:00</published><updated>2011-01-31T11:54:22.312-08:00</updated><title type='text'>vb.net Teleric Recurrence rule parser with boolean operations</title><summary type='text'> Dim RecRule8 As RecurrenceRule = NothingIf RecurrenceRule.TryParse(dtSchedule.Rows(0)("RecurrenceRule").ToString(), RecRule8) Then    Dim days As RecurrenceDay = RecRule8.Pattern.DaysOfWeekMask  chkWeekDays.Items(0).Selected =  ((days And RecurrenceDay.Sunday) = RecurrenceDay.Sunday)  chkWeekDays.Items(1).Selected =  ((days And RecurrenceDay.Monday) = RecurrenceDay.Monday)  chkWeekDays.Items(2).</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/5740068791387153449/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=5740068791387153449' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5740068791387153449'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5740068791387153449'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/01/vbnet-teleric-recurrence-rule-parser.html' title='vb.net Teleric Recurrence rule parser with boolean operations'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-3188679289635665799</id><published>2011-01-25T13:40:00.000-08:00</published><updated>2011-03-16T07:33:04.515-07:00</updated><title type='text'>"Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive."</title><summary type='text'>If you use Visual Studio to open a Web project that was developed for the .NET Framework 2.0, the .NET Framework 3.0, or the .NET Framework 3.5, Visual Studio can automatically perform all the changes to Web.config files that are required to be able to run using .NET Framework version 4. If the project is a local IIS project and you are using IIS 7.0, Visual Studio can also reassign the </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/3188679289635665799/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=3188679289635665799' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3188679289635665799'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3188679289635665799'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/01/unrecognized-attribute-targetframework.html' title='&quot;Unrecognized attribute &apos;targetFramework&apos;. Note that attribute names are case-sensitive.&quot;'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-1681144708050747079</id><published>2011-01-20T14:57:00.001-08:00</published><updated>2011-01-20T14:57:04.269-08:00</updated><title type='text'>linq grouping (groupby subset enumeration)</title><summary type='text'> var grpOrderedFirstLetter = empList.GroupBy(employees =&gt;    new String(employees.FName[0], 1)).OrderBy(employees =&gt;    employees.Key.ToString());;foreach (var employee in grpOrderedFirstLetter){    Console.WriteLine("\n'Employees having First Letter {0}':",                      employee.Key.ToString());    foreach (var empl in employee)    {        Console.WriteLine(empl.FName);    }}	</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/1681144708050747079/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=1681144708050747079' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1681144708050747079'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1681144708050747079'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/01/linq-grouping-groupby-subset.html' title='linq grouping (groupby subset enumeration)'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-490415643515652447</id><published>2011-01-19T10:29:00.001-08:00</published><updated>2011-01-19T10:29:14.927-08:00</updated><title type='text'>rotate table word</title><summary type='text'>here are steps how to do that:1.Copy your entire table and just paste it into Excel.2.Select your table IN EXCEL and copy it. There is a good reason for copying it again, but in Excel.3.Go to a different sheet (or scroll down further so that you have a clean space) and select a cell (like A1)4.Go to the Edit menu --&gt; Paste Special and click on the box beside "Transpose" and press OK.5.Your entire</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/490415643515652447/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=490415643515652447' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/490415643515652447'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/490415643515652447'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/01/rotate-table-word.html' title='rotate table word'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-3073212457646287492</id><published>2011-01-13T13:09:00.001-08:00</published><updated>2011-01-18T14:31:06.414-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='flex'/><category scheme='http://www.blogger.com/atom/ns#' term='actionscript'/><category scheme='http://www.blogger.com/atom/ns#' term='air'/><title type='text'>actionscript save to file and read file</title><summary type='text'>         package Package  {import flash.display.Sprite;import flash.filesystem.File;import flash.filesystem.FileMode;import flash.filesystem.FileStream;import flash.net.registerClassAlias;import flash.text.StaticText;import flash.utils.ByteArray;public class Storage{        public static function writeObjectToFile(gh:GameChar, fname:String):void        {                var file:File = </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/3073212457646287492/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=3073212457646287492' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3073212457646287492'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3073212457646287492'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/01/actionscript-save-to-file-and-read-file.html' title='actionscript save to file and read file'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-1226860300486507574</id><published>2011-01-12T07:59:00.001-08:00</published><updated>2011-01-12T07:59:49.556-08:00</updated><title type='text'>javascript find string in string</title><summary type='text'>indexOf returns the position of the string in the other string. If not found, it will return -1.var s = "foo";alert(s.indexOf("oo") != -1);https://developer.mozilla.org/en/Core%5FJavaScript%5F1.5%5FReference/Objects/String/indexOf</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/1226860300486507574/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=1226860300486507574' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1226860300486507574'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1226860300486507574'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/01/javascript-find-string-in-string.html' title='javascript find string in string'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-8060722105814533752</id><published>2011-01-06T13:01:00.001-08:00</published><updated>2011-01-06T13:01:26.864-08:00</updated><title type='text'>tf diff format</title><summary type='text'>to get differences for local as text in old-fashioned unified format$&gt;tf diff /format:unified &lt;myfile&gt;</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/8060722105814533752/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=8060722105814533752' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/8060722105814533752'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/8060722105814533752'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2011/01/tf-diff-format.html' title='tf diff format'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-1169715679655659308</id><published>2010-12-30T22:45:00.000-08:00</published><updated>2011-01-12T14:43:02.638-08:00</updated><title type='text'>iphone applications source code</title><summary type='text'>1. ABC 123 – Простенькая игра на развитие памяти. ИспользуетCocos2D. (itunes link) (source code)2. Colloquy – Порт известного Mac IRС клиента на iPhone. (itunes link) (source code)3. Diceshaker — Симулятор броска кубиков (дайсов) для фанатов ролевых игр. (itunes link) (source code)4. Doom Classic — Классический 3Д-шутер.(itunes link) (source code) (build instructions)5. Freshbooks – Приложение, </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/1169715679655659308/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=1169715679655659308' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1169715679655659308'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1169715679655659308'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/12/iphone-applications-source-code.html' title='iphone applications source code'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-2788487877026203511</id><published>2010-12-23T12:28:00.001-08:00</published><updated>2011-01-13T13:28:04.336-08:00</updated><title type='text'>sites that sells</title><summary type='text'>http://akvis.com/en/index.php - photo processing http://www.facebook.com/MP3TagEditor  http://aquatra.com : http://automatic-password.com/ Backup Expert - http://backup-expert.com/ Disk Data Recovery - http://data-remedy.com/ DVD Blaster - http://dvd-blaster.com/ File Data Recovery - http://data-cure.com/ FTP Auto Sync - http://ftp-auto-sync.com/ MP3 Tag Editor - http://mp3-tag.com/ Remote </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/2788487877026203511/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=2788487877026203511' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/2788487877026203511'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/2788487877026203511'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/12/sites-that-sells.html' title='sites that sells'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-7285980653056837303</id><published>2010-12-23T10:40:00.000-08:00</published><updated>2010-12-23T10:42:03.180-08:00</updated><title type='text'>get country by ip</title><summary type='text'>Есть такая штука - http://www.maxmind.com/app/api , которая позволяет поIP вычислить принадлежность посетителя к стране.</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/7285980653056837303/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=7285980653056837303' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7285980653056837303'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7285980653056837303'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/12/get-country-by-ip.html' title='get country by ip'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-5735580498486845222</id><published>2010-12-22T14:52:00.001-08:00</published><updated>2011-01-13T13:13:53.990-08:00</updated><title type='text'>best online button generation</title><summary type='text'>http://jirox.net/AsButtonGen/генератор цветовой гаммы для сайта:http://www.colorjack.com/вот еще по кнопкам:http://www.freshgenerator.com/или вот:http://www.mycoolbutton.com/генерилка background-а:http://www.bgpatterns.com/background в стиле web 2.0http://www.stripegenerator.com/вот еще бэджики, может, пригодится,http://www.web20badges.com/генерация закгругленных блоков через CSShttp://</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/5735580498486845222/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=5735580498486845222' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5735580498486845222'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5735580498486845222'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/12/best-online-button-generation.html' title='best online button generation'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-668053568499134389</id><published>2010-12-21T11:34:00.001-08:00</published><updated>2010-12-21T11:34:41.729-08:00</updated><title type='text'>asp.net calling codebehind from JavaScript</title><summary type='text'>1.add this to javascript  __doPostback('GetPage', 'myargument1');2.Then in  OnLoad event I can add:    If Request.Form("__EVENTTARGET") = "GetPage" Then       MyFunction1(Request.Form("__EVENTARGUMENT")) 'myargument1 will be passed to MyFunction1    End If</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/668053568499134389/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=668053568499134389' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/668053568499134389'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/668053568499134389'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/12/aspnet-calling-codebehind-from.html' title='asp.net calling codebehind from JavaScript'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-5754945741630392990</id><published>2010-12-20T14:13:00.000-08:00</published><updated>2010-12-20T14:16:22.598-08:00</updated><title type='text'>as3 syntax reference</title><summary type='text'>.nobrtable1 br { display: none;overflow:scroll;height:200px}Concept/Language ConstructJava 5.0ActionScript 3.0Class library packaging.jar.swcInheritanceclass Employee extends Person{class Employee extends Person{Variable declaration and initializationString firstName=”John”;Date shipDate=new Date();int i;int a, b=10;double salary;var firstName:String=”John”;var shipDate:Date=new Date();var i:int;</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/5754945741630392990/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=5754945741630392990' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5754945741630392990'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5754945741630392990'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/12/as3-syntax-reference.html' title='as3 syntax reference'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-510671236481365647</id><published>2010-12-16T14:02:00.001-08:00</published><updated>2010-12-19T14:43:17.585-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='asp net web config'/><title type='text'>progstudios webcontrols dll</title><summary type='text'>I had problem with legacy application, it has an old progstudios Combobox and it wasn't working propely.So in order to setup this it's required :1.drop webctrl_client folder to your server root, it's requiresting it like /webctrl_client/progstudios/1_2/ 2.Add  add ProgStudios.HttpHandlers to IIS http handlers.For some reason IIS under Win7 ignore this line from web.config                &lt;</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/510671236481365647/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=510671236481365647' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/510671236481365647'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/510671236481365647'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/12/progstudios-webcontrols-dll.html' title='progstudios webcontrols dll'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_Gq0_PJbDGi4/TQqMxnc7_jI/AAAAAAAAAD0/5b9Hgzc6pX4/s72-c/handler-map.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-4383832086824849</id><published>2010-12-15T12:06:00.000-08:00</published><updated>2010-12-15T12:07:14.770-08:00</updated><title type='text'>Законы Мерфи для программистов.</title><summary type='text'>Любая работающая программа уже устарела.Любая программа обходится дороже и требует больше времени, чем казалось в начале.Если программа полезна, ее обязательно переделывают.Если программа бесполезна, ее тщательно документируют.Любая программа в конце концов занимает всю доступную память.   Cложность программы обычно растет до тех пор, пока не превысит способности программиста, призванного ее </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/4383832086824849/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=4383832086824849' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4383832086824849'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4383832086824849'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/12/blog-post.html' title='Законы Мерфи для программистов.'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-77757121210901043</id><published>2010-12-10T13:27:00.001-08:00</published><updated>2010-12-19T14:41:04.166-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='sql'/><category scheme='http://www.blogger.com/atom/ns#' term='python'/><title type='text'>sql convert date format</title><summary type='text'>CONVERT ( data_type [ ( length ) ] , expression [ , style ] )--T-sql convert datetime function example usage code to format date mm-dd-yyyySELECT CONVERT(nvarchar(30),getdate(),110)</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/77757121210901043/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=77757121210901043' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/77757121210901043'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/77757121210901043'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/12/sql-convert-date-format.html' title='sql convert date format'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-7949595409311258877</id><published>2010-12-05T18:40:00.001-08:00</published><updated>2010-12-10T13:32:26.737-08:00</updated><title type='text'>fibonacci sequence</title><summary type='text'>0  1  1  2  3  5  8  13  21  34  55  89  144  233  377  610  987  1597  2584  4181  6765  10946  17711  28657  46368  75025  121393  196418  317811  514229  832040  1346269  2178309  3524578  5702887  9227465  14930352  24157817  39088169  63245986  102334155  165580141  267914296  433494437  701408733  1134903170  1836311903  2971215073  4807526976  7778742049  </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/7949595409311258877/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=7949595409311258877' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7949595409311258877'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7949595409311258877'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/12/fibonacci-sequence.html' title='fibonacci sequence'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-5969958610065221829</id><published>2010-12-05T18:27:00.001-08:00</published><updated>2010-12-10T13:42:15.610-08:00</updated><title type='text'>golden ratio in gui version</title><summary type='text'>.nobrtable br { display: none }</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/5969958610065221829/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=5969958610065221829' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5969958610065221829'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5969958610065221829'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/12/golden-ratio-in-gui-version.html' title='golden ratio in gui version'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-8867553038420435741</id><published>2010-12-03T21:26:00.001-08:00</published><updated>2010-12-03T21:27:20.255-08:00</updated><title type='text'>robokill stats</title><summary type='text'>Оргазационные моменты сьели кучу времени - делали втроем(code,art,designer) все РедШторм игры. Первую часть, как я уже говорил - сделали за 20 дней, и это был почти-клон Робокилла. Над остальными работали кое-как кое-когда - от 2 до 4 месяцев в сумме. Сегодня выпустили 4ую часть - 'Red Storm Defense', которая наконец-то не клон ничего! =) своя, собственная игра, в моем любимом сеттинге - </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/8867553038420435741/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=8867553038420435741' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/8867553038420435741'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/8867553038420435741'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/12/robokill-stats.html' title='robokill stats'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-9180576442670258157</id><published>2010-12-01T21:26:00.001-08:00</published><updated>2010-12-01T21:30:59.083-08:00</updated><title type='text'>UnicodeDecodeError: 'ascii' codec can't decode byte in position</title><summary type='text'>possible solution will be to  eliminate non-ascii characters, here is function in python import stringdef n(self,myStr):    return filter(lambda x: x in string.printable, myStr)</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/9180576442670258157/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=9180576442670258157' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/9180576442670258157'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/9180576442670258157'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/12/unicodedecodeerror-codec-can-decode.html' title='UnicodeDecodeError: &amp;#39;ascii&amp;#39; codec can&amp;#39;t decode byte in position'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-7625163172074558867</id><published>2010-12-01T19:25:00.001-08:00</published><updated>2010-12-19T14:41:04.167-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='python'/><title type='text'>sqlite3.OperationalError: Could not decode to UTF-8 column</title><summary type='text'>to get rid of this error add following line after opening connection:db_connection = sqlite.connect('my.db')db_connection.text_factory = strmore about connections objects</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/7625163172074558867/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=7625163172074558867' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7625163172074558867'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7625163172074558867'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/12/sqlite3operationalerror-could-not.html' title='sqlite3.OperationalError: Could not decode to UTF-8 column'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-4995026251303991416</id><published>2010-11-18T14:37:00.001-08:00</published><updated>2010-11-24T19:35:09.956-08:00</updated><title type='text'>The certificate for omega.contacts.msn.com could not be validated. The certificate chain presented is invalid.</title><summary type='text'>2010-11-24 Update: Please download latest version of Pidgin, that has this problem fixed , no additional steps required.Here are 3 ways to fix this error:sorted from easier to harder,solution #1 works in most cases .If it doesn't you can try solution #2 or solution #3 , this will fix problem for sure. solution #1(easiest, try it first )remove file :c:\Documents and Settings\[your-username]\</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/4995026251303991416/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=4995026251303991416' title='32 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4995026251303991416'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/4995026251303991416'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/11/certificate-for-omegacontactsmsncom.html' title='The certificate for omega.contacts.msn.com could not be validated. The certificate chain presented is invalid.'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_Gq0_PJbDGi4/TOl-S1TXS6I/AAAAAAAAADs/sILLCV51zDQ/s72-c/pidgin-certificate-information.png' height='72' width='72'/><thr:total>32</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-5406137497390554091</id><published>2010-11-12T12:28:00.001-08:00</published><updated>2010-11-18T19:48:00.082-08:00</updated><title type='text'>The element has invalid child element. List of possible elements expected: .</title><summary type='text'>Error:The element 'Schedule' has invalid child element 'RecurrenceRule'. List of possible elements expected: 'Occurring'. To fix this  XSD problem:Theory:XSD gives  3 indicators: &lt;xs:all&gt;, &lt;xs:sequence&gt;, and &lt;xs:choice&gt;.xs:all allows the specified child elements to appear (or not) in any order in the containing element... except they can only appear once.xs:sequence requires the specified child </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/5406137497390554091/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=5406137497390554091' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5406137497390554091'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5406137497390554091'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/11/element-has-invalid-child-element-list.html' title='The element has invalid child element. List of possible elements expected: .'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-455294972352850587</id><published>2010-11-08T11:25:00.001-08:00</published><updated>2010-11-08T11:25:54.080-08:00</updated><title type='text'>how to keep ssh tunnel alive</title><summary type='text'>To keep ssh session alive Create ssh_config file in your home folder with this line:        ServerAliveInterval 5This will keep  ssh alive and open. </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/455294972352850587/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=455294972352850587' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/455294972352850587'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/455294972352850587'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/11/how-to-keep-ssh-tunnel-alive.html' title='how to keep ssh tunnel alive'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-7369980110668410353</id><published>2010-11-08T11:21:00.001-08:00</published><updated>2010-11-08T11:21:52.605-08:00</updated><title type='text'>remote logoff user windows</title><summary type='text'>1.Use quser command to load list of sessions   C:&gt;quser USERNAME              SESSIONNAME        ID  STATE   IDLE TIME  LOGON TIMEjohndoe               ica-tcp#966        10  Active          7  7/31/2008 3:04 PMaveragejoe            ica-tcp#969         1  Active          9  7/31/2008 3:30 PM2.Logoff session you need:  C:&gt;logooff 2</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/7369980110668410353/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=7369980110668410353' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7369980110668410353'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7369980110668410353'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/11/remote-logoff-user-windows.html' title='remote logoff user windows'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-5126844256039880530</id><published>2010-11-01T11:36:00.001-07:00</published><updated>2010-11-01T11:36:54.468-07:00</updated><title type='text'>focus popup window</title><summary type='text'>it can be done by this line : if (window.focus) { newwindow.focus() }   Here is an example:  	 &lt;script type="text/javascript"&gt; 	 function OpenNote(noteid,t) {	            var w1 = 550;	            var h1 = 500;	            var left = window.screenLeft + (screen.width / 2) - w1; //	            var top = window.screenTop + (screen.height / 2) - h1; //	            var newwindow = window.open('</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/5126844256039880530/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=5126844256039880530' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5126844256039880530'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5126844256039880530'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/11/focus-popup-window.html' title='focus popup window'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-3902351023569264864</id><published>2010-10-28T07:28:00.001-07:00</published><updated>2010-10-28T07:28:32.871-07:00</updated><title type='text'>port availability checker</title><summary type='text'>Used this simple portable software for testing port availability.Useful when quick network port testing is required.</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/3902351023569264864/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=3902351023569264864' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3902351023569264864'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/3902351023569264864'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/10/port-availability-checker.html' title='port availability checker'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_YBz1ZUtENW8/TMkXpscwFKI/AAAAAAAAAAQ/HqdDsdo6V8U/s72-c/Port+Tester.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-5394741394617523340</id><published>2010-10-27T13:32:00.001-07:00</published><updated>2010-10-27T13:32:23.595-07:00</updated><title type='text'>msbuild release configuration</title><summary type='text'>to build release from command line: msbuild  buildsrc\Test\Test.sln   /p:Configuration=Release </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/5394741394617523340/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=5394741394617523340' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5394741394617523340'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/5394741394617523340'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/10/msbuild-release-configuration.html' title='msbuild release configuration'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-7147704131874260662</id><published>2010-10-22T07:58:00.001-07:00</published><updated>2010-12-19T14:41:04.169-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='python'/><title type='text'>get python version number</title><summary type='text'>import sysprint  sys.version_info[:3]</summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/7147704131874260662/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=7147704131874260662' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7147704131874260662'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/7147704131874260662'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/10/get-python-version-number.html' title='get python version number'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7077687476834057427.post-1273619972321186655</id><published>2010-10-20T07:58:00.001-07:00</published><updated>2010-12-19T14:40:17.279-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='asp net web config'/><category scheme='http://www.blogger.com/atom/ns#' term='asp.net'/><title type='text'>C# bind dropdown to enum</title><summary type='text'>For example we have enumeration Enum1 and want to bind ddEnum1. here is how to do it in directly into html page , when GetEnum1 is function in codebehing , that will be getting SelectedValue for every record object (passign by parameter)     &lt;asp:TemplateField HeaderText="Type" ItemStyle-Width="5%" ItemStyle-Wrap=False HeaderStyle-HorizontalAlign=Center HeaderStyle-Wrap=False </summary><link rel='replies' type='application/atom+xml' href='http://sourcefield.blogspot.com/feeds/1273619972321186655/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7077687476834057427&amp;postID=1273619972321186655' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1273619972321186655'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7077687476834057427/posts/default/1273619972321186655'/><link rel='alternate' type='text/html' href='http://sourcefield.blogspot.com/2010/10/c-bind-dropdown-to-enum.html' title='C# bind dropdown to enum'/><author><name>root</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
