Log in
26
August

jQuery Tools

Written by Adnan Rashid. No comments Posted in: Design, Development
Tagged with , ,

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, [...]

23
August

Organize Usings

Written by Adnan Rashid. No comments Posted in: Development
Tagged with ,

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 [...]