SgDotNet
Singapore Professional .NET User Group -For Cool Developers

Browse Site by Tags

Showing related tags and posts across the entire site.
  • Silverlight and Javascript optimisations being done

    hi everyone, I wonder what the implication of recent optimisations being done on Javascript (SquirrelFish with Apple's Safari, Google's Chrome V8 and Mozilla's TraceMonkey engine) will be on Silverlight development? Will their optimisations lead to faster Silverlight (1.0) performance, and...
    Posted to ASP.NET by cruizer on 09-29-2008
  • Get callerId

    I am working in a project for Fast-Food shops and i want to get the incoming call number. Is there a way to get the caller's id number and use it to an application? Any help please? Thanks in advance!!!!
    Posted to ASP.NET by adch.sg on 07-16-2007
  • JavaScript - Hide status panel on mouseover asp.net button, hyperlinks, etc

    My friend just asked me on last weekend on how to hide the status of Internet Explorer 7 (this doesn't happen in FireFox) when he "mouse over" on an ASP.NET button, Hyperlinks or pure html <a> links. I had never noticed about it since then. So I did a bit of research online and tested...
    Posted to Wen Ching's Blog by chuawenching on 06-11-2007
    Filed under: Javascript, ASP.Net 2.0
  • Enable JavaScript Save As "Webpage Complete"

    If you do the normal way to show the SaveAs dialog box from JavaScript like below, you are limited to what you can save. “document.execCommand” is the API that you should used. function doSaveAs(){ if (document.execCommand){ if (isReady){ document.execCommand ("SaveAs", true);}...
    Posted to Wen Ching's Blog by chuawenching on 06-01-2007
    Filed under: Javascript
  • writing javascript in asp.net server side.

    how do i generate javascript on the code behind file? i read something abt page.clientscript.registerstartupscript. but its not working.. i need a variable from DB to pass on to javascript.. thank you..
    Posted to ASP.NET by aaronlzw21 on 05-28-2007
  • ASP.NET 1.1 to ASP.NET 2.0 Migration #11

    This is a life saving tip. Well of course you can find in google about this, but it saves me a lot today. Basically this method is use to register Javascripts. If you don't deal with this, won't be useful for you. It is worthfile to notice it. .NET 1.1 Page.RegisterStartupScript( "StartupTitle"...
    Posted to Wen Ching's Blog by chuawenching on 12-01-2006
    Filed under: Asp.Net, Javascript
Page 1 of 1 (20 items)
Copyright SgDotNet 2004-2008
Powered by Community Server (Commercial Edition), by Telligent Systems