-
All programming is Web Programming
Another interesting article on Coding Horror, I wonder how Jeff found so much to write about. “All Programming is Web Programming. I agree to Jeff and Michael both. Strange but true. I found lot of programmer doing web programming, and they do it for years, though they never learn What is OOPs or what is…
-
Twitter With WordPress
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 plugin.
-
Iframe Web Virus: How to Guide
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 website code has been modified and an Iframe got inserted in HTML code that link to some third party website which is actually distributing the…
-
Tech. Person with Bad computer
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 you spend 13-14 hrs a day, it will be hard for you to survive. I am lucky that I got backup computer to manage while…
-
Calling Path in ActionScript
var kLastSlash:Number = _root._url.lastIndexOf(‘/’); var baseUrl:String = _root._url.substr(0, kLastSlash+1);