Posted by: adnanrashid on: August 26, 2009
I recently came across a very nice jQuery control library called jQuery Tools. The library features the following JavaScript tools :
Tabs
Tooltips
Expose
Overlay
Scrollable
FlashEmbed
So now you are thinking “Whats so great about this? We already have tons of jQuery plugins for this…”. I thought so too.
The striking advantage of this library is that these tools can be combined, [...]
Posted by: adnanrashid on: August 23, 2009
During your development, you may notice that your code file contains using directives which are not required by your code. The Visual Studio IDE provides the Organize Usings option to remove/sort these using directives. To access this option, right-click anywhere within your code editor and select one of the sub-menu options for Organize Usings option.
Remove [...]