Setting up a core framework for Sharepoint Webpart

Read more about Setting up a core framework for Sharepoint Webpart article

I was trying to create a web part with WSPBuilder installed on Visual Studio 2008, but had the problem of rendering a user control. Then I came across this blog post, which explains the steps in wrapping usercontrol with WSPBuilder solution. What's even greater is we can setup a structure which seperates the application presentation layer with the WSP project.

Tools to get started on Sharepoint Development

Read more about Tools to get started on Sharepoint Development article

I have been digging into SharePoint for awhile now and it seems to be more and more interesting and challenging, considering I already have experiences with so many different Content Management Systems. Suprisingly, SharePoint seems to work very similar to Helium, so that eased my process of going in and out of Sharepoint.

FCKEditor - Best Open Source WYSIWYG Editor

Read more about FCKEditor - Best Open Source WYSIWYG Editor article

Have been playing a lot with a number of WYSIWYG text editors, such as RadEditor and many other free ones, but the one that I liked the most would be FCKEditor, which is open source editor, written in Javascripts and support a wide number of languages like PHP, ASP, JAVA, .NET, CFM, etc. It's extremely easy to integrate, especially in .NET

Elegant Flexigrid for Your Web App

Read more about Elegant Flexigrid for Your Web App article

I have been playing around with a free datagrid control available, called FlexiGrid. It has to be one of the very best grid control available as open source. Having a very elegant user interface and very easy to integrate and customised codes, we could integrate FlexiGrid into any existing applications.

Compress WebResource.axd in Client side HTML

Read more about Compress WebResource.axd in Client side HTML article

A very handy tool to compress the annoying webresources.axd script. http://madskristensen.net/post/Compress-WebResourceaxd-in-ASPNET.aspx

Use Enterprise Library for Data Access in one line code

Read more about Use Enterprise Library for Data Access in one line code article

Enterprise Library is a very useful component developed by Microsoft to help developers solving many common tasks. One that I use a lot is the data access block, which allows you to run data access query in just one line of code! (Saves all the work in writing a command and pass to a reader, etc).

How to Customise RadUpload Appearances

Read more about How to Customise RadUpload Appearances article

Telerik's RadUpload control doesn't come with many documentation. The default comes with multiple file slots, with add and delete button but sometimes we might only need just one uploader.

RadControls Not Appearing In Toolbox

Read more about RadControls Not Appearing In Toolbox  article

Sometimes, somehow Telerik controls might suddenly not appear in Visual Studio's toolbox. A quick solution would be mouse hover to toolbox, add a new tab, and then choose items. Then point to the Telerik bin file (Telerik.Web.UI) and that should populate all controls into the toolbox.