Yeah, this is dummy thing. The idea is simple: you need to redirect a page using jQuery, but didn’t know the syntax. And there will never any jQuery syntax provide redirection except using calls. Fortunately, there is default jaavscript function which can handle the redirection:

window.location.replace("http://masbuchin.com");

Make sure to replace masbuchin.com with your own page.

{ 0 comments }

Running WordPress on NearlyFreeSpeech, Resolving Permalink + Upgrade Issues

February 5, 2010

Previously I moved to NearlyFreeSpeech, and got some errors. I follow this tutorial but it didn’t solve my problem. But it helped me a lot to locate my problem.
- Install WordPress with famous 1 minute installation, if your blog is already installed, skip this step.
- ssh to the server using credentials given. You can view [...]

Read the full article →

Force MySQL Import to NearlyFreeSpeech.Net Host

February 4, 2010

I moved to nearlyfreespeech.net hsoting today. The decision is because I need a load balanced web hosting with a pay as you go features. Currently, cloud hosting is the solution, but not for my pocket.
I began to export my database and import that using shell. File transfer going smooth, but when I began import using [...]

Read the full article →

How to Create bootable Windows CD Instantly with NLite

July 17, 2009

if you don’t know how to create bootable windows CD then NLite is right for you.
Why bootable? In case your OS iscrashed, and you will need a bootable CD to restore everything up, you will need this CD.
The cool thing about nLite is able to attach the driver in the CD.
get the nLite.

Read the full article →

How to Crack Wifi in Windows using AirPcap, Cain amd Abel

July 15, 2009

Please note that Unauthorised access to an AP could land you in? jail. That’s not what this is about – it’s about being aware of security!
If you want to crack wifi on windows, this? cannot be done in Windows without AirPcap.
You need:
An AirPcap Tx adapterCain and Abel
You will need the AirPcap USB 802.11b/g Wireless Adapter [...]

Read the full article →

Get Rid Of Javascript dll Debug Error Once and For All

July 15, 2009

Internet Explorer comes with full of trouble. One of the annoying trouble if we use IE is “javascript error, would you like to debug?” question.
THis error usually comes when we see the page with not properly coded javascript. So, how we can get rid of this?
It’s simple. Open up:

Open IE
Go To TOOLS
Then Internet Options
You will [...]

Read the full article →

Kotaku.com: All About Kotaku

July 13, 2009

Here is all about kotaku:
Kotaku is a video games focused blog. It is part of Gawker Media’s “Gawker” network of sites, which also includes Gizmodo, Lifehacker.com and Jezebel.
Named to CNET News’ Blog 100,[2] Kotaku is consistently listed in the top 40 of Technorati’s Top 100.[3] Kotaku is currently edited by Brian D. Crecente. Contributing editors [...]

Read the full article →

Hostgator Disabled SSH Access Because OpenSSH Exploit

July 8, 2009

Hostgator removed SSH Access today. It seems because of the possible explout via OpenSSH. Hope it will be patched soon because I really rely on SSH for my hosting.
One of my website need to be moved to hostgator and I need the ssh to restore the DB quickly.
In response to a new possible OpenSSH exploit [...]

Read the full article →

301 Redirect with PHP

July 7, 2009

Redirection is common method to retrive the lost traffic, we canredirect old trafffic to the new one. Usually this can be done using .htaccess but if that can’t be done, PHP redirection is the alternative.
Code:

<?
header( “HTTP/1.1 301 Moved Permanently” );
header( “Location: http://www.new-url.com” );
?>
Why 301 redirect?  301 redirection is called permanent redirection, so your new URL [...]

Read the full article →

How to Unrar .rar Files in Linux (Tested on Dreamhost)

July 7, 2009

Sometimes we need to upload many files at once, usually it can be done by using zip archive. But if we get .rar files from esewhere, how we extract them?
Code:
rar x yourfilename.rar
That will extract your rar files in that directory. Gotcha!
Linux Classifieds | For Sale | For Rent

Read the full article →