Detailed Comparison CSS and JS Minifiers
From past couple of days. I was researching on a css/js minifier. I started with css. Since, recently my company decided to use Telerik Rad Controls, but as expected they wanted to customize look and...
View ArticleSharp Architecture and Visual Studio 2010
I searched a lot, But was not able to find a bug tracking system based on ASP.Net MVC. So, I decided to build this as my learning project. I decided to use Sharp Architecture to start with.So, first...
View ArticlePerformance Tips for ASP.Net
Performance Tips from Microsoft Consulting Team UK.. http://blogs.msdn.com/b/mcsuksoldev/archive/2011/01/19/common-performance-issues-on-asp-net-web-sites.aspx
View ArticleLearn Pro PHP MySQL Jquery
This is my collection of Learning resources of php,mysql jQuery and all other open source stuff, I will keep on this one updating as and when I keep on finding new stuff PHP...
View ArticleSetting up PHP debugging for PHPStrom on Ubuntu using xdebug and Chrome
First Install xdebug apt-get install php-xdebug Verify Install using command line php -i | grep xdebug or phpinfo.php , save following in your webroot dir, by default /var/www/ (This is recommended,...
View Article