Tuesday, February 12, 2008

Three common mistake while creating application with ajax

I have found a great article about developing a application with ajax enabled rich text website.

Here is the three mistakes we are making..

  • Page events still fire during partial postbacks.
  • UpdatePanel events fire, even when not updating.
  • Control event handlers fire after Load events
  • Dave has posted a very good article on above mistake.

    Here is the link for that..

    http://encosia.com/2007/10/24/are-you-making-these-3-common-aspnet-ajax-mistakes/

    Share:

    Copy Paste source as html- Visual Studio Add in

    If you blogging your code in your blogs post. You waste lots of time to format your code like in IDE. I have a  solution for that. I have a found a add in which will copy paste code as html. So you don't need to do anything.

    Here is the link for that..

    http://www.jtleigh.com/people/colin/software/CopySourceAsHtml/

    Share:

    Windwos Live Writer Directly writing Blogs from desktop

    If you are still logged in to blogger for writing yours blogs then here is the easy way to write blogs directly from your desktop.

    Windows live writer is a free application for writing blogs from your desktop. It supports lots of provider. You just have to setup a blog once then you don't need to do anything.

    here is the link to get live writer...

    http://get.live.com/writer/overview

    Happy programming....

    Share:
    Monday, February 11, 2008

    GetYear Function in Java Script is not working properly in firefox

    Hi Folks,

    I have found that some times in firefox getyear function is not working properly. For example.We define a date value with following.

    var dtTo = new Date("11-Feb-2007");

    Now if you do alert like

    Alert(dtTo.getYear());

    But in firefix year is displaying like 107.So to fix this issue. I have used getFullYear function like

    Alert(dtTo.getYear());

    And It's working fine...

    Share:

    Support this blog-Buy me a coffee

    Buy me a coffeeBuy me a coffee
    Search This Blog
    Subscribe to my blog

      

    My Mvp Profile
    Follow us on facebook
    Blog Archive
    Total Pageviews