Sumit Gupta

  • About Me
Illustration of a bird flying.
  • OpenXML : New office file format

    When I first heard that Microsoft change the file extension of MS Office Products and add “x” in them, I got surprised as that was not very common practise for me. But today when I word on that new file format, I really would say, it was a good move. Those who don’t know, Microsoft…

    August 18, 2009
  • trace() function to work for Browser

    http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/ I try this article and it actually works. Thanks to Fernando and Ernie, the Flash programmers, who told me about this article and some other great technique to program in ActionScripting.

    July 26, 2009
  • Replace Function for ActionScript 2.0

    function searchAndReplace(holder, searchfor, replacement) {  temparray = holder.split(searchfor);  holder = temparray.join(replacement);  return (holder); } Do I need to say anything else ?

    July 19, 2009
  • Adding Filters/effect on MovieClip through ActionScript

    How to enter the Filter effects on MovieClip using ActionScript, A developer way.

    July 9, 2009
  • How to write Error Free Code?

    Recently my staff member asked me, “How can I write a Error Free Code?”. hmm.. interesting question. I always ask them to write a error free code and I found that I don’t have any answer that fit in all situation and in cases. Even the biggest of programmer has done error in their code.…

    June 29, 2009
  • Pagination Query for SQL Server

    In recent past, we got few problem when we need to do Pagination with SQL Server. I specially got frustrated when I saw that MySQL server has “limit” word that does pagination work in MySQL in best known manner for me, BUT microsoft didn’t consider that option yet. But today I found a method for…

    June 17, 2009
  • Difference between Programmer and Coder

    Every word has it’s meaning. For me Coder and Programmer are two different word for some it maybe same. I always try to get a programmer but the truth is you get most candidates as Coder only. Now what does that mean? In simple word a Programmer can act as coder, but a coder can…

    June 8, 2009
←Previous Page
1 … 19 20 21 22 23 … 55
Next Page→

Sumit Gupta

Proudly powered by WordPress