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
All Posts in January 2010 Subscribe our RSS Feed Subscribe Feed
  • ScriptResource.axd from Ajax getting Too Big

    Blog post about ScriptResource.axd from Ajax getting Too BigToday I was testing the loading time of my site, which I sometimes find it slow to access especially the first time loading. I knew there are a lot of images to be loaded especially those in portfolio sections but I also found that the biggest loading item seems to be ScriptResource.axd from Ajax. It was 330kb!

    Read on... Posted by: Alec On Thursday, 21 January 2010 - in
    • ASP.NET C#
    • SEO
  • Restore list form web part for EditForm

    Blog post about Restore list form web part for EditFormYesterday I spent the whole day finding on the Internet about how to restore the list form web part of my edit form as I accidentally deleted it and could never get it back from the Closed web parts, nor could I get it back by resetting the file to site definition in Sharepoint Designer.

    Read on... Posted by: Alec On Wednesday, 20 January 2010 - in
    • Sharepoint
  • Reading and Writing to Lookup Field in Sharepoint

    Blog post about Reading and Writing to Lookup Field in SharepointLookup field is a field which links a child class to a parent class, it is an association kind, which allows a list item to reference another item from another list. However, reading and writing to a lookup field is different from a normal field. We need to use the class SPFieldLookupValue to archieve this.

    Read on... Posted by: Alec On Monday, 18 January 2010 - in
    • ASP.NET C#
    • Sharepoint
  • Creating Update Panel in Code Behind Dynamically

    Blog post about Creating Update Panel in Code Behind DynamicallyCreating Update Panel in code behind dynamically can be a bit tricky, comparing to doing it at the front end. Here's a quick view of the code we write to do this.

    Read on... Posted by: Alec On Monday, 18 January 2010 - in
    • ASP.NET C#
  • Solution to Hotmail and Email Accounts being hacked

    Blog post about Solution to Hotmail and Email Accounts being hackedJust yesterday I realised suddenly I couldn't login to my Hotmail account. No matter what I tried, even the password reminder, etc didn't work. It seems as if something happened and then I realised my eBay account is not working too. Normally I would use iPhone to login to My Ebay, and strangely when I logged in via IPhone, my eBay account username was shown as someone else. Immediately I knew my accounts have been hacked.

    Read on... Posted by: Alec On Friday, 15 January 2010 - in
    • Internet
  • How to install a clean StatCounter Installation Code

    Blog post about How to install a clean StatCounter Installation CodeI have been using StatCounter, as my website tracking statistic provider for many many years, even after Google Analytic came out. I liked Google Analytics but there is just one thing that Google can't provide that StatCounter does and that is the most useful piece of information I get from the stat.

    Read on... Posted by: Alec On Thursday, 14 January 2010 - in
    • SEO
    • Web Design
  • Setting up a core framework for Sharepoint Webpart

    Blog post about Setting up a core framework for Sharepoint WebpartI 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.

    Read on... Posted by: Alec On Wednesday, 13 January 2010 - in
    • ASP.NET C#
    • Sharepoint
    • Tools
  • How to check Sharepoint fieldname with spaces?

    Blog post about How to check Sharepoint fieldname with spaces?One of the thing I hate most about Sharepoint is its naming. It does not tell the administrator what name it's actually storing a column field of, and this could always lead to errors.

    Read on... Posted by: Alec On Wednesday, 13 January 2010 - in
    • Sharepoint
  • How to kill database in use process for restoration?

    Blog post about How to kill database in use process for restoration?I recently installed SQL 2008 on my machine and once I tried to restore a database, it failed as it complaint as the database was currently in use. In SQL 2005, we normally go to activity monitor to kill the process but this is a little different in SQL 2008. The easiest solution now is to run this little query.

    Read on... Posted by: Alec On Tuesday, 12 January 2010 - in
    • SQL
  • Customise Advanced Search box in Sharepoint

    Blog post about Customise Advanced Search box in SharepointRecently I had the chance to customise the advanced search box of Sharepoint server portal, with own fields/ properties and defined a seperate scope for it. It was not hard, but needs some research and practical experiments.

    Read on... Posted by: Alec On Monday, 11 January 2010 - in
    • Sharepoint
  • Integrating Ajax into Sharepoint 2007

    Blog post about Integrating Ajax into Sharepoint 2007Recently, I had the chance to play around with ajaxifying Sharepoint server. As you would have probably known, Ajax is a great feature in .NET 3.5 but MOSS 2007 was shipped before Ajax was out. So, to use it, we just need some configurations done.

    Read on... Posted by: Alec On Tuesday, 05 January 2010 - in
    • ASP.NET C#
    • Sharepoint

Search

 

Latest Posts

  • 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 ...
  • Auto Complete returns giant list of undefined
  • Integrate Ajax Control Toolkit into Sharepoint

Categories

  • Browsers (1)
  • Projects (1)
  • Web Design (6)
  • Sharepoint (20)
  • Telerik (5)
  • Wordpress (1)
  • Internet (1)
  • SQL (5)
  • LINQ (3)
  • ASP.NET C# (33)
  • JavaScripts (3)
  • IIS (0)
  • Industry (1)
  • Tools (8)
  • SEO (4)

Archives

  • 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