iStan

Stories kicked by iStan

37 More Shocking jQuery Plugins(team.sfi.vn)

submitted by ngocmanhhv722004ngocmanhhv722004(165) 2 years, 6 months ago

jQuery Plugins read more...

2 comments |category: |Views: 1110

tags: another

Get Countries Name in .Net(aghausman.net)

submitted by aghausmanaghausman(110) 2 years, 10 months ago

In this post, I will explain you how can we get the countries name filled in any collection using .net without using any database. It is a regular task, which we all as developers did some past day but the difference is we used database table or xml file to hold the country names. But .net framework provide us with all the countries information in Globalization namespace. read more...

2 comments |category: |Views: 489

tags: another

Free PowerShell EBook(kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 2 years, 10 months ago

Looking for something to do this weekend? Looking to master PowerShell? PowerShell MVP Dr. Tobias Weltner has released a free book just for you, Mastering Powershell! read more...

1 comment |category: |Views: 320

tags: another

Guilty as charged (Lessons learned)(reducingcomplexity.blogspot.com)

submitted by edindedind(95) 2 years, 10 months ago

This week I had to do some rather major changes to code that has not been touched in a while. Though the application had a number of design smell, the implementation of changes I had to make was not that hard... read more...

add a comment |category: |Views: 6

tags: another

50 Best jQuery plugins - June 2009(ajaxline.com)

submitted by iStaniStan(20) 2 years, 10 months ago

A collection of the 50 Best jQuery plugins dated June 2009. read more...

add a comment |category: |Views: 62

tags: another

Resharper Tip : To-do Explorer(programmer.brettveenstra.com)

submitted by brettveenstrabrettveenstra(125) 2 years, 10 months ago

Resharper provides a hidden gem for those of us who get bitten by "throw new NotImplementedException()". read more...

add a comment |category: |Views: 490

tags: another

A programmers secret weapon: the humble to-do list(richarddingwall.name)

submitted by rdingwallrdingwall(323) 2 years, 10 months ago

A while ago I wrote a post how to lose traction on a personal software project, based on mistakes I have made myself in the past that have slowed down or even completely stopped progress. Today I want to share a tip that has greatly improved my time management since I’ve started doing it, and helped combat many “programmer’s block” moments I am notorious for. read more...

add a comment |category: |Views: 12

tags: another

Better Password Inputs, iPhone Style(css-tricks.com)

submitted by developerbuzzdeveloperbuzz(145) 2 years, 10 months ago

Demonstration using jQuery to reproduce the iPhone password field effect. Showing the key pressed and/or the last character entered. read more...

add a comment |category: |Views: 35

tags: another

Profiling the Memory Usage of a .NET Application (simple-talk.com)

submitted by redgateredgate(155) 2 years, 10 months ago

Automatic memory management in .NET makes development a lot easier; however, it's still easy to introduce memory leaks into your application. For example, in a complex application, it's easy to forget to unregister event handlers, and these are notorious for holding on to objects which you don't need to keep in memory any more. This typically leads to an increase in memory usage which, if it remains unchecked and unresolved, can lead to your application exhibiting poor performance, or even running out of memory and crashing. This is where a memory profiler becomes necessary. read more...

add a comment |category: |Views: 434

tags: another

If At First You Don’t Succeed - Retrying Mail Operations in .NET(leedumond.com)

submitted by leedumondleedumond(2144) 2 years, 11 months ago

Mail sent from your application didn’t go through? Don’t give up so easily! The majority of mail server interruptions are very temporary in nature, lasting only a few seconds. Instead of failing right away, why not give your SMTP client another shot? read more...

1 comment |category: |Views: 258

tags: another