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 July 2009 Subscribe our RSS Feed Subscribe Feed
  • Creating a XML based Dynamic Sitemap

    Blog post about Creating a XML based Dynamic Sitemap Having a working sitemap in an ASP.NET application can't be anymore important. You can use it for navigations, breadcrumbs, etc. The default web.sitemap file is an XML file which provides the root node of the site, the SiteMapProvider used, and tracks the provider objects. System.Web.SiteMap inherits from System.Object. The default provider XMLSiteMapProvider works through the Web.sitemap. Besides being useful for site navigation, the sitemap also provides a easy way for search engines to look for pages on the site.

    Read on... Posted by: Alec On Wednesday, 15 July 2009 - in
    • ASP.NET C#
  • Make Firefox show fonts nicely as Internet Explorers

    Blog post about Make Firefox show fonts nicely as Internet ExplorersI found something very interesting to know this morning, that is Firefox's always shown fonts in web page a little differently than IE browsers. IE tends to show fonts more smooth and nice. There's actually a way to change the settings so that Firefox could show fonts and lines more nicely like Internet Explorer. To do that...

    Read on... Posted by: Alec On Tuesday, 14 July 2009 - in
    • Browsers
  • DataBinder.Eval: 'System.Data.DataRow' does not contain a property

    Blog post about DataBinder.Eval: 'System.Data.DataRow' does not contain a property For some reason, DataBinder.Eval(Container.DataItem, "id") will not work in li tag within the item template of a repeater. I had to use this: ((System.Data.DataRow)Container.DataItem)["id"].ToString()

    Read on... Posted by: Alec On Monday, 13 July 2009 - in
    • SQL
  • Doroton, Leading French Food Manufacturer Website Up

    Blog post about Doroton, Leading French Food Manufacturer Website UpDoroton, a leading adelaide based food manufacturer specialising in wholeselling french tarts & patisserie has contracted Xplore to power their website. The website will showcase their wide range of popular products for leads and enquiries.

    Read on... Posted by: Alec On Tuesday, 07 July 2009 - in
    • Projects
    • Web Design

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