Firefox: Things to watch out for...November 15th, 2004 I have enumerated some benefits and things to watch out for in the latest Firefox release.
Java Meets YouTube (Video on the web)January 10th, 2006 It was fun to watch Java software companies posting videos of their product demonstration on the web. Watching them however made me realize couple of important issues.
Other causes of failing DNS lookup on WindowsNovember 1st, 2004 After 8 months I restarted by old faithful PC with a new internet provider (Reliance). I found that I can access websites using their IP address, yet cannot access them using their name like www.yahoo.com.
Microsoft's iPod Competitor Headed by ex-iPod Development HeadJune 19th, 2006 Microsoft Corp. is developing a music and video device to compete with Apple's iPod and creating its own music service to rival Apple's iTunes, sources familiar with the plans said on Friday.
Java Framework To Create Java FrameworksJanuary 26th, 2006 I have seen way too many java frameworks, way beyond my limits of tolerance. And I have found a perfect solution.
Why Did I Create Simple Thoughts Blog?May 7th, 2007 Dean asked me:
Hello, im 21 looking to build a website for the first time. I've been looking into adsense and have been interested for a while.
Creating link files (.lnk ) files in windowsJanuary 12th, 2004 Creating link files are necessary for allowing users to easily execute Java programs on windows
Sample VB code to create link files is in http://wss.hypermart.net/vb/shortcut.html
Another option (simpler for the programmer) may be to just create a batch file (.bat) file which the users double-click to run the application (same as a lnk file). Creating it is much simpler.
Taslima Nasreen: Muslim Fundamentalism Rears Its Ugly HeadAugust 11th, 2007 It is a crying shame for India that in Hyderabad, famed internationally acclaimed Bengali writer Taslima Nasreen was attacked, with intention to kill, by muslim fundamentalists from MIM party which includes MLA (Member of Legislative Assembly) who stated that he was a muslim first and MLA later. His attempt to kill was derided by a rival MLA who stated that he should have actually killed her then and there (not that he left any stone unturned in his attempt to kill but was thwarted by the cops) to show respect for muslim sentiments!
She was in Hyderabad for the launch of her book Shodh in Telugu.Three MLAs (Members of Legislative Assembly) of the All India Majlis-e-Ittehadul Muslimeen were among those who physically attacked her with bouquets, flower pots and chairs, accusing of perceived "anti-Muslim" statements.Akbaruddin Owaisi, one of the MLA's, tried to justify the attacks by saying, "We are not bothered about our MLA status.
OpenSSL: How To Create Self-Signed CertificateNovember 9th, 2007 OpenSSL is a free, popular, robust, high quality, open source (Apache License) toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a full-strength general purpose cryptography library. It is available on multiple platforms (Linux, BSD & Windows).
Microsoft Ventures Into Robotics With Microsoft Robotics StudioJune 21st, 2006 Microsoft Robotics Studio aims to create common technological underpinnings for relatively fragmented robotics industry. It is intended for use with a wide range of robots, from those in factories to the growing number of consumer oriented robots.
LinkedIn To launch Subgroups featureJune 24th, 2009 Later this week LinkedIn is launching a long-requested feature for group managers: the ability to create subgroups. Subgroups are like a break-out session at a conference.
WordPress: How To Create Multiple Paged ArticlesMay 5th, 2006 Many of my posts have multiple pages. WordPress today doesn't provide a visible way to add multiple pages to your (single) article / post.
Reverse engineering Google thought process in developing Google Web AcceleratorMay 11th, 2005 An attempt to demonstrate how such brain-dead schemes gets approved in a corporate setting looking to maximize shareholder values.
Google's New App To Access Gmail Offline February 20th, 2009 The Web 2.0 technologies have taken the mobile usage to a new level. For the Apple iPhone 3G and Android users who have been accessing their Gmail accounts through Internet, can now do without internet.
Fixing - configure: error: C++ compiler cannot create executablesApril 5th, 2008 A common error while configuring (running ./configure) software in Linux systems is - error: C++ compiler cannot create executables. The solution, not surprisingly is simple:
Install the package which adds C++ support to the GNU Compiler Collection - gcc-c++.
February 1st, 2004 at 6:13 am
You know this also works for moz 1.5
February 2nd, 2004 at 3:40 am
Doesn’t work for me (Safari 1.1, Mac OS X 10.3.2).
Angsuman> Thanks for the info. Can you please tell me if it doesn’t behave as an URL (like it doesn’t show underline and/or doesn’t display http://www.microsoft.com in status bar and/or doesn’t go to http://www.taragana.com) or it doesn’t show http://www.microsoft.com in the address bar when clicked on the link and yet take you to http://www.taragana.com?
The later I expect to be working with only IE (displaying http://www.microsoft.com in address bar while actually loading http://www.taragana.com) as it exploits an IE specific bug.
The only reason I can think of the former not working is if CSS is not supported or javascript is not enabled.
Is either of them true in your browser settings?
March 17th, 2004 at 5:09 am
what I got by following the link on IE 6.0 is an error page with the following url in the address bar http://www.microsoft.com@www.taragana.com/ and both times I tried the link I got a virus infection warning by a virus called Exploit-URLSpoof.gen
How about that?
here is the virus info:
“Virus Characteristics
– Update Feb 02, 2004 –
Microsoft has released a patch for the vulnerability exploited by this threat. For more information visit:
http://www.microsoft.com/technet/treeview/?url=/technet/security/bulletin/MS04-004.asp
http://support.microsoft.com/?id833786
This detection covers HTML documents (such as web pages and HTML formatted email messages) that contain malformed hyperlinks, which exploit an Internet Explorer vulnerability. Such exploits result in Internet Explorer displaying one location in the Address bar, but actually loading the content from a different site. Such URL spoofing can result in attackers creating forged versions of legitimate sites in order to steal account information, personal information, etc.
Email spam is the most likely delivery method of such malicious hyperlinks, to lure users into updating account information.
On January 10, 2004 a mass-spamming by someone phishing for Citibank account information.
Other phishing attempts have targetted eBay, eGold, Paypal, online banking sites, and porno sites.
Users should be leery of email messages asking users to click a hyperlink to update account information. It’s best to navigate to the site in question by typing the main web address into your web browser, and manually navigating to the account details page.
There are no obvious symptoms of this exploit. Files detected as Exploit-URLSpoof are benign themselves. No system changes or damage occurs from accessing an Expliot-URLSpoof file. However, following an exploited hyperlink within a detected file can result in users being tricked to divulge personal information, install malicious software, etc.”
November 27th, 2004 at 1:00 pm
Is this an IE bug? This means that if I am gona use it on my pages, tomorow won’t work? no ?
November 27th, 2004 at 5:33 pm
> Is this an IE bug? This means that if I am gona use it on my pages, tomorow won’t work? no ?
Yep, that’s it. You never know when it will work and when it won’t
March 11th, 2005 at 5:14 pm
[...] page which open in multiple tabs Proper identification and warning for spoofed pages. See a demonstration of the famed IE bug with Firefox for an example. Watch out for Tabbed Interface In Fi [...]
August 31st, 2006 at 5:09 am
[...] [...]
October 25th, 2006 at 1:27 pm
my name is daniel looper,im 20 5″11.im just a nice guy ready for a relationship.im an orphan,i was adopted when i was 4yrs by an african american missionary couples,they took me to africa.they discovered i was gay at the age of 18 and threw me out of the house,i live on my own now.i read engineering in school and im loking for a way to get out here and start a new life.i need some help from gays in america
December 7th, 2008 at 12:09 pm
preciso com urgência montar um mini site ou uma página na internet gratis alguém saberia me informar como ou talvez até mesmo me ajudar?
Desde já agradeço