Tags: | Categories: fun Posted by trocphunc on 31/07/2010 6:08 SA | Comments (0)
Tags: , | Categories: dev Posted by trocphunc on 28/07/2010 5:33 CH | Comments (0)
There are all sorts of different inline tags, and I haven't found a place that explains them all in one place, so here is the quick and dirty... [More]
Tags: , , | Categories: bug Posted by trocphunc on 27/07/2010 10:11 CH | Comments (0)
Nếu &ts=400 là 4000 sẽ sinh ra ảnh khoảng ~ 3 MB. Nếu request liên tục ít nhiều cũng là khó khăn cho server, dù server có khỏe đến đâu thì cũng không nên để như vậy Tương tự như vậy đã xảy ra với baodatviet... [More]
Tags: , | Categories: dev Posted by trocphunc on 22/07/2010 3:41 CH | Comments (0)
To someone who has used emacs or a basic text editor for programming, jumping into Visual Studio 2010 can seem like going from a Cessna to a fighter jet. That’s the experience I had last week starting out at Microsoft, and my goal with this post is to provide others taking the plunge into the Entity Framework – or considering taking the plunge – with a handy guide for what it takes to get up and running. I hope that my fresh perspective will help you in a way that an experienced expert cannot. [More]
Tags: | Categories: Linh tinh Posted by trocphunc on 20/07/2010 6:50 CH | Comments (0)
Categories: Linh tinh Posted by trocphunc on 20/07/2010 6:27 CH | Comments (0)
http://www.mediafire.com/freelosslessstress
Tags: , , | Categories: dev Posted by trocphunc on 19/07/2010 4:01 CH | Comments (0)
So you created that nice website or web application and would like to go a step further in optimizing the front-end loading time? With some great free tools you can easily optimize your javascript to load 2 or 3 times faster if you are willing to trade the regular way of embedding javascript file. [More]
Categories: dev Posted by trocphunc on 16/07/2010 8:35 CH | Comments (0)
One of the ways to ShutDown or Restart your system is to use WMI (Windows Management Interface). However it does require you to write a few lines of code. I have found that the simplest way to ShutDown or Restart your computer is to use the Process class in the System.Diagnostics namespace. Here... [More]
Tags: , , , | Categories: dev Posted by trocphunc on 16/07/2010 5:57 CH | Comments (0)
Wikipedia defines Load and Stress Testing as “Load testing is the process of putting demand on a system or device and measuring its response. Stress testing refers to tests that determine the robustness of software by testing beyond the limits of normal operation”. Due to budget con... [More]
Tags: , | Categories: dev Posted by trocphunc on 16/07/2010 5:54 CH | Comments (0)
‘Copy Text To Clipboard’ is a frequently requested feature. Different browsers have different security implications when it comes to manipulating the clipboard. For example Firefox by default, does not allow you to store data in the clipboard, although you can override this setting. ... [More]