Posts Tagged ‘.Net’
Ajax Load Indicators – A few links
I have been looking for a while now, for a site where I could download some cool Ajax indicator images. All I had to do was use Google properly I guess! I found a couple of sites off of ScottGu’s article on ASP Alliance. Nice and slick images. Check’em out http://www.ajaxload.info/ http://mentalized.net/activity-indicators/
Image resizing while maintaining aspect ratio
While working on one of my projects, I had a requirement to resize user uploaded images before storing them to the web server. My prime concern while resizing an image was losing the aspect ratio. Since there isn’t anything readily available in the Framework, I decided to look around and I found Rufan Redi’s blog [...]
VS Add-In to locate unused files
I’m not sure any of you guys have faced this problem but this has been a major issue for me on many of my projects. The problem I’m talking about is when you have that one file that you excluded from your project but forgot to delete from your hard drive and it somehow makes [...]