My Blog
Multiple File Upload plugin for jQuery and Cancel button - November 20th, 2008
QuocKien here ask me to help him with Multiple File Upload plugin and cancel button
This the most easy way I think
it’s this simple js code (cancel button will work for second multi input file)
$(document).ready(function(){
$(’.multi’).MultiFile();
$(’.multi2′).MultiFile();
$("#cancel_but").click(function() {
$(".multi2").parent().find(’span a’).each(function() {
$(this).click();
});
})
});
where is .multi2 - it’s selector of your multi file input
simple html
<input type="file" class="multi" />
<input type="file" class="multi2" /><input type="button" value="cancel" id="cancel_but" />
I hope this help
Gmail Themes - November 20th, 2008
GMail have themes!!!!
Following the footsteps of Google’s personalized homepage, Gmail added themes. Once the new option is enabled in your account (as usually, Gmail’s new features are slowly rolled out), you’ll find a tab named "Themes" in the settings page and you’ll be able to choose from 30 themes. "We wanted to go beyond simple color customization, so out of the 30 odd themes we’re launching today, there’s a shiny theme with chrome styling, another one that turns your inbox into a retro notepad, nature themes that change scenery over time, weather driven themes that can rain on your mailbox, and fun characters to keep you in good company," mentions Gmail’s blog.
“Some dangerous trojan horses detected in your system. ” How to fix - September 29th, 2008
I have some troubles with my windows. Any time when I go to folder I have message.
"Some dangerous trojan horses detected in your system. Microsoft Windows XP files corrupted. This may lead to the destruction of important files in C:\WINDOWS. Download protection software now!"

And if you press Yes, you will download exe file if "no" page will open in your browser

I try to use many of Antiviruses but it’s did not help. BUT after surfing of internet I will find super solution
downloads.malwareteks.com/FixIEDef.exe
So after using this program I will have the log
!!! Files that have been deleted !!!
H:\WINDOWS\system32\c.ico
——————————————————————————–
!!! Directories that have been removed !!!
No malicious directories to be removed
——————————————————————————–
!!! Registry entries that have been removed !!!
HKEY_CURRENT_USER\SOFTWARE\Microsoft\bind "comment2"
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\BonParis
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\genaps.Bho
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{E402C66A-D5CB-441E-9F12-A5A864430AA2}
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{8B7C06A9-F03A-4766-A99D-364278272FD2}
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{9113117A-8879-4F1A-926A-B6EB70251755}
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects\{E402C66A-D5CB-441E-9F12-A5A864430AA2}
And thats all, no trojans found!
Zend Studio for Eclipse V6.1 - September 25th, 2008
Google 10th Birthday - September 25th, 2008
New google page www.google.com/tenthbirthday/
On this page you could find
Google Timeline.
Some facts :
- When Larry met Sergey - Summer 1995
- Google in 10 languages - 9 May 2000
- Search index: 1 billion pages - 26 June 2000
- Google Image Search - 28 July 2001
- Google Chrome browser - 1 September 2008
Project 10100 is a call for ideas to change the world by helping as many people as possible.
Amazing game advertise!! - September 24th, 2008
Go to this link: fr.youtube.com/experiencewii and look video to the end. Very cool idea!!
Tags: 



