Alec Tang

Professional Web Developer/ Web Designer

I build websites based on the latest web standards providing the best possible solution to your company

  • Home
  • About
  • Portfolio
  • Contact
  • Blog
Subscribe our RSS Feed Subscribe Feed
  • How to get QueryString using JavaScript

    Blog post about How to get QueryString using JavaScriptA very handy function to grab any query string using Javascript:

    Read on... Posted by: Alec On Saturday, 25 April 2009 - in
    • JavaScripts
  • Compress WebResource.axd in Client side HTML

    Blog post about Compress WebResource.axd in Client side HTMLA very handy tool to compress the annoying webresources.axd script. http://madskristensen.net/post/Compress-WebResourceaxd-in-ASPNET.aspx

    Read on... Posted by: Alec On Thursday, 16 April 2009 - in
    • ASP.NET C#
    • Tools
  • Use Enterprise Library for Data Access in one line code

    Blog post about Use Enterprise Library for Data Access in one line codeEnterprise 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).

    Read on... Posted by: Alec On Wednesday, 15 April 2009 - in
    • ASP.NET C#
    • Tools
  • Convert DataSet to XMLDocument

    Blog post about Convert DataSet to XMLDocumentHow to convert data to xml file? Here is a very useful command to convert dataset or datatable to an XML Document:

    Read on... Posted by: Alec On Tuesday, 07 April 2009 - in
    • ASP.NET C#
  • Object references between two different object scopes are not allowed

    Blog post about Object references between two different object scopes are not allowedWhen using ORM, should always keep in mind that only one object scope is used. The example came with the package doesn't really explain this well. Should always declare a page_init call which declares the object scope and store it in session and try to keep using it for any business operations:

    Read on... Posted by: Alec On Tuesday, 07 April 2009 - in
    • ASP.NET C#
    • Telerik
  • How to check if a method is overridable

    Blog post about How to check if a method is overridableFor a method or properties to be overridable, it must has a virtual property in its base class set as true as well, is final must be set as true. To determine whether a method is overridable, it is not sufficient to check that IsVirtual is true.

    Read on... Posted by: Alec On Thursday, 02 April 2009 - in
    • ASP.NET C#
  • Security Exception when running on IIS7

    Blog post about Security Exception when running on IIS7I stumbled upon an error when deploying a web application onto IIS7 running on Vista. After days of trying to solve, it's actually due to the fact that the application is set to medium trust but it actually needs Full Trust due to using Reflection in the code.

    Read on... Posted by: Alec On Wednesday, 01 April 2009 - in
    • ASP.NET C#
  • How to Customise RadUpload Appearances

    Blog post about How to Customise RadUpload AppearancesTelerik'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.

    Read on... Posted by: Alec On Wednesday, 18 March 2009 - in
    • Telerik
    • Tools
  • Adding Line break in Javascript string (Unterminated string)

    Blog post about Adding Line break in Javascript string (Unterminated string)Somehow Javascript complaint about Unterminated string constant when I tried to add a line break (\n) into a string variable. If viewed in source, it looks alright. After all, do something like that fix that problem:

    Read on... Posted by: Alec On Monday, 09 March 2009 - in
    • JavaScripts
  • Telerik: ORM - Using Generic Method to Add New Object

    Blog post about Telerik: ORM - Using Generic Method to Add New ObjectWhen using ORM, after we have setup the business objects, it's useful if we create some generic methods which can be used in many places.

    Read on... Posted by: Alec On Friday, 06 March 2009 - in
    • ASP.NET C#
    • Telerik
Previous1234567Next

Search

 

Latest Posts

  • List Attachments Open as Read Only
  • Website finally back up from Google's block
  • Sys.WebForms.PageRequestManagerParserErrorException
  • How Google treats Content Duplication
  • How to create HTML column in Sharepoint List View
  • How Sharepoint stores User Data
  • How to send email via Sharepoint
  • Malaysia Airlines launched iPhone Application: MHMobile
  • Intranet, the next big market
  • How to retrieve and update from a multi choice Checkboxlist ...

Categories

  • Browsers (1)
  • Projects (1)
  • Web Design (7)
  • Sharepoint (21)
  • Telerik (5)
  • Wordpress (1)
  • Internet (2)
  • SQL (5)
  • LINQ (3)
  • ASP.NET C# (34)
  • JavaScripts (3)
  • IIS (0)
  • Industry (1)
  • Tools (8)
  • SEO (5)

Archives

  • September 2010 (1)
  • August 2010 (1)
  • May 2010 (1)
  • April 2010 (3)
  • March 2010 (5)
  • February 2010 (4)
  • January 2010 (11)
  • November 2009 (3)
  • October 2009 (1)
  • September 2009 (9)
  • August 2009 (3)
  • July 2009 (4)
  • June 2009 (1)
  • May 2009 (2)
  • April 2009 (8)
  • March 2009 (6)
  • February 2009 (2)
© Copyright 2009 Alec Tang. All Rights Reserved.
This site is conform to W3C Standard XHTML & CSS