Housebaked!

What's New :

The Quickest Introduction to CSS!

May 9, 2008

If you're new to CSS this is the place to start! Real life examples with complete descriptions and step-by-step instructions. read more

Pre-Planning a Website

Apr 21, 2008

Every person new to Web Development should have a peek at this article. In depth advice on the pre-planning of your website in six simple steps. read more

The Linux Guide - Update!

Apr 10, 2008

TLG has been updated after we've received contribution to the project. Thanks Hazel! read more

Win Friends and Make Them Think Like You

Apr 06, 2008

How can we change the way the people around us think? I explain just how human nature works and how we can all be happier. read more

My Weblog

Mar 29, 2008

Here's my Weblog for the little things which don’t fit here and is a place where I’ll enjoy myself rather than being too serious. Visit my Blog

Google Hack: Finding the files you want

Mar 10, 2008

Finding what you want on Google isn't always that easy. This little tutorial will show you how to find the mp3's you want right off Google as well as pretty much any other filetypes. In the search bar type the following, I'll explain what all of it means shortly.

intitle:"index.of" serj.tankian mp3 -htm -html -jsp -asp -php

Now search it, see the results? Google's feature, intitle"index.of", allows us to search the index of websites instead of the physical pages themselves and the search string comes right after it. The dot, between "serj" and "tankian" reflects either spaces, dashes or underscores. Thereafter we tell the search engine which filetype we're looking for with "mp3" and which filetypes to exclude, namely htm, html, jsp, asp and php pages. You can also add -jpg or anything else if you wish.

Next, I'm going to show you how to search particular sites, let's take some governments for example. They often have interesting PDF files so here's the trick:

site:.gov intitle:"index.of" aids pdf -htm -html -jsp -asp -php -txt

As you can see, it's really the same with the exception of the "site:.gov" prefix, you can replace .gov with any other internet TLD and notice that we've eliminated .txt files from our search as well.