Articles Archive for January 2010
Blogger Hacking »
In this small tutorial I’ll explain how to open all external links in new window automatically. There are many ways for it but now I’ll only explain two of them – with and without jQuery. So let’s start.
Tutorial First – With jQuery:
We are going to make sure you have jQuery active on your site, you can do this easily in WordPress, since it’s bundled with the latest installations. Use this code in your header: <?php wp_enqueue_script(‘jquery’); ?> then, below the wp_head add the following:
<script type="text/javacript">
var $j = jQuery.noConflict();
$j(document).ready(function() {
//external attribute
…
Hacking Windows »
computer sort of hangs for a while about 10 seconds whenever I right click on a file or folder. I checked Windows Task Manager and there isn’t any process that shows any high CPU usage during that 10 seconds. I didn’t think it was virus because I could not find any suspicious autostart entries.
Then I figured perhaps it was some shell extensions that is causing the problem. For example, if you install WinZip on your computer, you’ll see a special WinZip menu when you right-click on a Zip file. This …
GSM & CDMA Hacks, Headline, Mobile Phone Hacking »
This Tool is Opera Mini 5 beta 2 which is available for all of you to download. Yes, I know that this version of Opera mini can not be used for free GPRS. But I am going to give you a Modified version of Opera Mini 5 beta 2. This Modded version can be used for Free and Unlimited surfing by the Airtel Users. This may also work for other Providers but I have not checked it yet. I would like to get feedback from the users using other services.
Steps
1. …
