The two latest comments on my blog article are abusive. Can you remove it?
Giorgi Dalakishvili
Posts
-
Abusive comments -
From zero to source code control in 4 minutesHere is a similar discussion: Are there advantages to using a DVCS for a solo developer?[^]
Giorgi Dalakishvili #region signature My Articles My Blog #endregion
-
From zero to source code control in 4 minutesYou do not even need SVN Server. You can simply access your repositories using file:// protocol: How to use SVN without a server?[^] By the way, you can also integrate SVN with your issue tracker and associate commits with issues which can be very useful in future. Another option is to use Kiln[^] which is free for single developer and integrates with their bug tracker (also free for single user)
Giorgi Dalakishvili #region signature My Articles My Blog #endregion
-
Want to take courses in MIT?There are courses from Stanford too: Summary of Stanford's online course offerings
Giorgi Dalakishvili #region signature My Articles My Blog #endregion
-
Add Source attribution metatag to the link in technical blogs.Republishing blog posts on Codeproject is a nice way to increase its reach but it can result in duplicate content and the original blog can get penalized by Google. To avoid it I suggest that rel="canonical" is added to the ' View entire blog here' links in technical blogs as suggested by Google: Handling legitimate cross-domain content duplication After asking a question about this topic it seems that a better option is to use Source attribution metatags.
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion
-
Exception When Accessing Process.StartTime, Exc:"Access is Denied"If you are getting the error on Vista or Windows 7 it can be caused by UAC. See this blog post for a workaround: Bugs in System.Diagnostics.Process Class
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion
-
Using Shell32.DLL Interface in C#Wow, what an old thread. Always happy to help you Luc!
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion
-
License for closed source softwares?License for freeware but closed source application[^]
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion
-
ASP.NET MVCWhy don't you use jQuery UI[^] instead of ASP.NET AJAX controls? As for the aspx did you look at Spark view engine?
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion
-
Tortoise SVN - has anyone ever got the explorer overlay icons to work propertly?Cleanup works but it's not recommended: The overlays show the wrong status[^]
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion
-
Wouldn't it be nice if...You can use MSBuild Launch Pad[^]
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion
-
Wouldn't it be nice if...Something like this? http://msbuildlaunchpad.codeplex.com/[^]
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion
-
how to send file with bluetooth with secket programingHere is a sample article: Exploring OBEX Devices Connected via Bluetooth[^]
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion
-
Remembering Gavin:rose:
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion
-
Who says you can't beat the compiler? [part 1 of 2]What about writing an article? It would be interesting to see how you inject it in your application.
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion
-
Who says you can't beat the compiler? [part 1 of 2]Sorry about stupid question but where does the Asm class come from?
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion
-
My first Microsoft Connect items.I have just finished submitting my first two issues to Microsoft Connect. Please vote for them if you think they should be fixed. Here are the issues: A Bug[^] and a suggestion[^]
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion
-
Not a busy day, going to try Chrome for a dayVersion 6 and still no rss reader?
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion
-
Is there any technique available for copying one object of class A to another object of class B ?You can use Binary Serialization[^]
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion
-
JQuery template pluginHave you seen Knockout ?[^]
Giorgi Dalakishvili #region signature My Articles Browsing xkcd in a windows 7 way[^] #endregion