Or Moneysupermarket Link Locating Yewtility.
Create a new bookmark with the below code in the 'location' field - Allows you to do a quick yahoo search to find if there are any pages on that site that already link to us.
javascript:var%20url=location.href;var%20word=url.split("/");window.open("http://uk.search.yahoo.com/search?vc=&p=site%3A"+word[2]+"+linkdomain%3Amoneysupermarket.com");history.go(0);
Wednesday, 29 September 2010
Thursday, 23 September 2010
Saturday, 11 September 2010
Monday, 6 September 2010
Length Checker
<head>
<SCRIPT language = JavaScript>
function calculate() {
C = document.frmOne.txtFirstNumber.value
D = C.length
document.frmOne.txtThirdNumber.value = D
}
</SCRIPT>
</head>
<center>
<FORM NAME = frmOne>
Text: <INPUT TYPE = Text NAME = txtFirstNumber SIZE = 100 value ="">
<P>
Length: <INPUT TYPE = Text NAME = txtThirdNumber SIZE = 5 value = "">
<P>
<Input Type = Button NAME = b1 VALUE = "Add Numbers" onClick = calculate()>
</FORM>
</center>
<SCRIPT language = JavaScript>
function calculate() {
C = document.frmOne.txtFirstNumber.value
D = C.length
document.frmOne.txtThirdNumber.value = D
}
</SCRIPT>
</head>
<center>
<FORM NAME = frmOne>
Text: <INPUT TYPE = Text NAME = txtFirstNumber SIZE = 100 value ="">
<P>
Length: <INPUT TYPE = Text NAME = txtThirdNumber SIZE = 5 value = "">
<P>
<Input Type = Button NAME = b1 VALUE = "Add Numbers" onClick = calculate()>
</FORM>
</center>
Monday, 16 August 2010
Tuesday, 10 August 2010
MeTiSeT
Or Meta Title Search Tool.
Instructions:
1: Copy this code:
2: Right click in Firefox's bookmarks toolbar and click 'New Bookmark'
3: Paste the above code into the 'location' box
4: In the name box, enter something like "Spann's ultra sexy, quick and intuitive meta title search for charming, handsome people" (Or "Page title search", if you're boring)
5: Hit "Add", and you're done!
Instructions:
1: Copy this code:
javascript:var%20title=document.title;var%20url=location.href;location.replace=url;history.go(0);window.open('http://www.google.co.uk/search?q='+title)
2: Right click in Firefox's bookmarks toolbar and click 'New Bookmark'
3: Paste the above code into the 'location' box
4: In the name box, enter something like "Spann's ultra sexy, quick and intuitive meta title search for charming, handsome people" (Or "Page title search", if you're boring)
5: Hit "Add", and you're done!
Subscribe to:
Posts (Atom)