Skip to content

Sumit Gupta

bookmarking my life

Year: 2009

Twitter With WordPress

September 25, 2009 by Sumit Gupta Other

Just found a cool plugin that tweet from Worpdress Blog to your tweeter account. This is a testing posting for same. Hope it works fine, and I can enjoy this…

Read More

Iframe Web Virus: How to Guide

September 19, 2009February 20, 2010 by Sumit Gupta Article, Programming

Recently I got more than 10 websites which got Bad site rating from google as Google crawler found that these sites are distributing malware. On investigation, we found that somehow…

Read More

Tech. Person with Bad computer

September 10, 2009 by Sumit Gupta Blog: My thoughts, Rants

Yesterday my laptop crash. It was second time it crash and go to service center in 30 days time span. Been a software developer if your machine crash on which…

Read More

Calling Path in ActionScript

August 28, 2009 by Sumit Gupta Action Script, Flash

var kLastSlash:Number = _root._url.lastIndexOf(‘/’);
var baseUrl:String = _root._url.substr(0, kLastSlash+1);

Read More

OpenXML : New office file format

August 18, 2009 by Sumit Gupta .NET, ASP.NET, C#.NET, Links, VB.NET/VB

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…

Read More

trace() function to work for Browser

July 26, 2009 by Sumit Gupta Action Script, Flash

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…

Read More

Replace Function for ActionScript 2.0

July 19, 2009 by Sumit Gupta Action Script, Flash

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

Read More

Posts pagination

← Previous 1 2 3 4 5 Next →

© 2026 Sumit Gupta // Powered by WordPress