Lock ID means that your ID of Yahoo Messenger cannot be used anymore caused by someone who lock your ID. When you ID got locked, you will never be able to join or login to yahoo messenger. It mean, when you try to type your ID and type your password in chat client such as official chat client of yahoo messenger the error message will arise. Usually the error told that your password or username is incorrect.
You are being in chat room. Than suddenly, your got disconnected. When you try to login with your password and ID, the error that I told above appear. It may be you got locked. Lock ID work to lock you ID or username because you have a weak password, so whit a little iterations your password got locked. However, you will never got locked if you never online or login to yahoo messenger. Lock ID usually working if you are online.
How to unlock your ID if you got locked? You can find or search the software or tool to unlock your password again. However, if the ID or username not online, it usually the software not working that mean the unlocking doesn’t work.
For that reason, I will not share or give a link of download unlock ID software because, I am not guarantee the software work well. The best attempt to unlock your ID is, try to login not by yahoo messenger, but by mail of yahoo which has a same user name and password that been locked. Sometime, this step worked, but make sure after your login to yahoo mail and success, you have to change your password with new password, and then you can login to yahoo messenger with new password that you just been created. If you try to send a complain to the contact of yahoo messenger, It will useless. Yahoo doesn’t care what happen to your if you go locked.
To protect your ID or to prevent Lock ID, you must have a strong password. I will suggest you to not chat with your primary email in yahoo messenger. Sometime yahoo makes a prohibition to some of ID. This mean your ID can be banned by yahoo and your ID never be join to yahoo messenger or yahoo email again.
To create a strong password you must use all character who listed in your keyboard. Such as uppercase, number, and symbol. You must be create password which have not less 8 character or more. Here I give you an example a strong password: H4rP3 ^&* (with 3 space on it). To make a better password work well, you have to change your password frequently: 3 week or 3 month, depending how strong and important your password is.
Lock ID Yahoo Messenger: How to Unlock your Locked ID?
Make Internet Calls from Computer PC to Phone Free Services Include
Below is the list (Website and Tools) how you can make a call to phone including mobile phone or home phone that you can do from you computer just only using Internet. That means you don’t use a cellphone or handphone or any phone, you just use Internet Connection and you desktop  or Laptop or NoteBook or NetBook  computer
 
- Magic Jack - Most Call are Free .
 - Skype - PC to PC  aka skype to Skype Free Call, Need Charge for pc to Phone but cheaper that Phone to Phone
 - Yahoo! Voice - PC to PC Free using Yahoo Messenger Voice Talk, Need Charge for PC to Mobile Phone and else but in low cost
 - PalTalk - PC to PC and als PC to Phone
 - BuddyTalk
 - JaJah
 - DukaDial - North America Free Call
 - Voipcheap - Free Internet Calls (Limited)
 - sharpVoice
 - iConnectHere = PC to Pnone Calls
 - PC2Call - Prepaid Calls
 - YouTring - Free PC to PC, Cheap PC to Phone, International Calls available.
 - EvaPhone - Free VoiP Service PC to Cell Phone Home Phone all over the World
 - Net2Phone
 
How to get back your lost usb -USB Lost and Found
USB Lost and Found is a tool to setup your USB drive to keep unauthorized users from keeping your USB drive if it were to be lost. USB Lost and Found has two methods of telling unauthorized users to return it. The first method is the Message method which when the user tries to use your USB drive it comes up with a message box that tells them to return it, along with your contact information, and denies access to the USB drive. The second method, which only comes with the Pro version, is called Lock Down. Lock Down immediately locks the user's computer when the USB drive is accessed, covering the whole screen and denying access.           
· You can download the Free version here. (1.2MB file)
· You can buy the Pro version below
· Redesigned installer
· Redesigned unlocking system
· Fixed Pro version password on Message selection bug
· 1.0:
· Publicly Released
· Pro version has the Message method and the Lock Down method.
· Tricks users to not open it with AutoPlay and run Lock Down/Message.
· Double clicking the USB drive in My Computer causes Lock Down/Message to run.
· Fine with many Anti-viruses.
How to delete duplicate Wordpress posts
It can also used to delete the duplicate posts by wp-o-matic
I recently ran into trouble with a Wordpress installation of mine, where a homemade script went totally overboard, and never stopped running, adding posts to the database. Over a few days it added close to 9.000 posts, of which all were duplicates.
After a bit of searching I found the problem, but getting into the database to clean up was a bit of a problem, since the script was still running. I had to remove the script totally from my install in order to stop it!
After a bit of google search i found this trick its working 100% i tried with wordpress 2.6
login in to your  cpanel and go to the phpmyadmin  and select the your wordpress database and run this script in the  query window 
DELETE bad_rows.*
from wp_posts as bad_rows
inner join (
select post_title, MIN(id) as min_id
from wp_posts
group by post_title
having count(*) > 1
) as good_rows on good_rows.post_title = bad_rows.post_title
and good_rows.min_id <> bad_rows.idafter deleting the posts u can  prevent the  duplicate post by Wp-o-matic- Open up wp-includes/post.php in your favorite editor
 - at approx line 703 you will find the following line :
if ($post_name_check || in_array($post_name, $wp_rewrite->feeds) ) { - After this insert a new line of code :
return 0; - save (you did make a backup, right?).
 - All done.
 
Microsoft confirms that all versions of IE have critical new bug
It adds IE6 and IE8 Beta 2 to the list, recommends disabling .dll to stay safe
The unpatched bug in Internet Explorer 7 (IE7) that hackers are now exploiting also exists in older versions of the browser, including the still-widely-used IE6, Microsoft Corp. said late yesterday. Today, a Danish security researcher added that Microsoft's original countermeasure advice was insufficient and recommended that users take one of the new steps the company spelled out.In a revised security advisory, Microsoft said research confirmed that the bug is within all its browsers, including those it currently supports -- IE5.01, IE6 and IE7 -- as well as IE8 Beta 2, a preview version that the company doesn't support through normal channels.
Users running any of those browsers on Windows 2000, XP, Vista, Server 2003 or Server 2008 are at risk, Microsoft said.
Even so, the company continued to downplay the severity of the threat. "At this time, we are aware only of limited attacks that attempt to use this vulnerability against Windows Internet Explorer 7," said the advisory.
Microsoft also spelled out the root of the problem, saying that the bug is in IE's data binding functionality and, contrary to earlier reports by independent security researchers, not in the HTML rendering code.
"The vulnerability exists as an invalid pointer reference in the data-binding function of Internet Explorer," said Microsoft. "When data binding is enabled (which is the default state), it is possible under certain conditions for an object to be released without updating the array length, leaving the potential to access the deleted object's memory space. This can cause Internet Explorer to exit unexpectedly, in a state that is exploitable."
Microsoft also hinted that the "oledb32.dll" file contains the bug when it added a recommendation that users disable or cripple the .dll's function as a stopgap measure. Oledb32.dll is a component of Microsoft Data Access, a collection of technologies for accessing different types of data in a uniform fashion. "OLEDB" stands for "Object Linking and Embedding, Database."
Copenhagen-based Secunia APS claimed that its research, which it said has been passed along to Microsoft, identified the vulnerability's true nature. "After having published our initial advisory concerning this [zero-day exploit], one of my guys was therefore tasked with figuring out the exact nature of the problem," said Carsten Eiram, chief security specialist at Secunia, in a post to the security company's blog early Friday. "It turned out that a lot of available information and assumptions were wrong."
Among those, said Eiram, was the belief that the vulnerability existed only in IE7 and was related to XML processing -- as some, including Secunia, first thought.
Also incorrect, or at least partly so, is the idea that setting IE's Internet security zone to "High" and disabling scripting will keep one safe from attack, added Eiram. "Technically no ... it is still possible to trigger the vulnerability," he said. "However, it does make exploitation trickier as it protects against attacks using scripting."
source: computerworld
Google Chrome is now out of Beta
I know that most people arent really lining up to care about this but Google Chrome has finally come out of beta.  Now why is that really a big deal? Well thats because it seems like Google never takes anything out of beta. So why are they starting now. Also what is Google"s plan for this browser?  I really like potential for spyware protection and security but what else?
I have to admit after being out just 100 days of development and achieving 10 million active users around the globe, Google deserved to remove the “Beta” label from their software. I think we are just owed a bit of an explanation. I am sure that is what Mozilla Firefox is lookin for. If i was them I would be shaking right about now. The Chrome user base is probably made up of almost all Firefox users.
Some of the upcoming features that Gogole is working on includes RSS support, form auto-fill, extensions, bug fixes, security patches, etc. The adoption of the extension system by developers could also play a major role in eroding even more marketshare from Firefox. Lets see where Google goes now that Chrome is out of beta.
How to Use and Turn on GMail to send free SMS
Google is giving the whole SMS through Gmail thing a second try. The Gmail Labs feature that lets people send text messages to people's mobile phones was originally taken off of line because Google was not able to figure out some of the issues with the SMS gateway they were using. "A few weeks back, we ran into a few snags when we first started rolling this out, but starting today you can turn on text messaging for chat," said Leo Dirac, a Google product manager, in a blog post Wednesday.
Right now Google has decided to only treat the US crowd with the ability to send sms messages from inside of GMail, But I think that is just do to the logistics and trying to control the amount of load that the service will be generating. Google will not want to pull the service for a second time since people will most likely become frustrated with the service and adoption will be impeded.Just like all features that Google enables. They first must be enabled by going into the settings of your of your Gmail account.
Ok so the first thing that you have to do is enable the "Text Messaging in Chat" option inside of your Gmail account. Login to your Gmail account and then in the upper right hand corner click on the link that says "Settings". Now this will open up the settings tab for your account. Now click on the tab that says "Labs" which is right next to "Themes" and "Web Clips" in your Gmail account. Inside of the Labs section you are going to see a number of features that Google is releasing but I guess they don't feel is ready for primetime. Here is where you can enable the "Text Messaging in Chat Feature" Now this feature will be enabled on the left hand side inside of the window that you normally use when chatting. Pretty simple. Now you can send chat messages to your friends phones and they will be automatically converted to SMS messages. When they respond they show up inside your chat window. Same as any othe Google chat user.
Now your friends arent going to see your name inside of the message. Instead they are going to see a "406" area code number. This is a unique ID . So they can add it to there phone and text back to you whenever they want. Its is a great setup.





![[Image]](http://1.bp.blogspot.com/_JT7BiL7v2XY/SUV1I9rmxJI/AAAAAAAAAKk/mks4okS5Nbc/s320/gmail+logo_new.png)





