Have you ever wanted to find something in Wikipedia while not connected to the internet? now you can with Wikipedia Offline, this is a feature of Greasemonkey and Google Gears together - aka Gearsmonkey.
For more details go to Google Code FAQ.
Sunday, April 20, 2008
Wikipedia Offline
Saturday, April 19, 2008
Write your own Greasemonkey script
I've found a site called Dive into Greasemonkey which has a full guide on how to write you own Greasemonkey script, you can write a script for you own needs and everything you need to know from how to install Greasemonkey to making complex scripts is here.
You can read it online here: http://diveintogreasemonkey.org/toc/
or download it here: http://diveintogreasemonkey.org/download/
Tuesday, April 15, 2008
Cheat sheets
If you're a programmer you might find moment in your life you forget some pretty basic stuff... so to help the programmers out there:
- HTML - http://www.ilovejackdaniels.com/html-cheat-sheet.png
- PHP - http://www.ilovejackdaniels.com/php_cheat_sheet.png
- MySQL - http://www.ilovejackdaniels.com/mysql_cheat_sheet.png
- ASP - http://www.ilovejackdaniels.com/asp_cheat_sheet.png
- JavaScript - http://www.ilovejackdaniels.com/javascript_cheat_sheet.png
- CSS - http://www.ilovejackdaniels.com/css_cheat_sheet.png
- RGB color chart - http://www.ilovejackdaniels.com/colourchart.png
Thursday, January 10, 2008
Listen and download music with Mp3Tube
I recently found Mp3tube, a site that lets you search music and listen online right away(I've posted other sites like this one on previous posts).
Here is the link: http://www.mp3tube.net/
I also found a Greasemonkey script that allows you to download the songs:
http://userscripts.org/scripts/show/10352
If you need a quick guide for using Greasemonkey: http://mythion.blogspot.com/2007/10/greasemonkey.html
Thursday, October 4, 2007
GreaseMonkey
GreaseMonkey is a Firefox addon i've been using for a while, i think it will be useful to everyone. GreaseMonkey lets you add a Javascript to a site or sites - changing/adding adjustments to the site that only you can see. For example you can add a script that lets you download DivX files from video sites like stage6.
To download GreaseMonkey(Firefox only):
http://www.greasespot.net
To download the DivX download script:
http://userscripts.org/scripts/show/12589
To install a script:
1. Install GreaseMonkey and restart Firefox.
2. Find a script you want to add and view it(in your browser, no need to download).
3. Go to Tools > Greasemonkey > New Script. Now a dialog will show, wait a few seconds and click on Install, if the script is installed you will see a message in the status bar that confirms the installation.
*4. Notice the monkey head icon on the bottom of your browser, if you click it you can enable and disable GreaseMonkey.
If you have questions just comment or send me an email: dscore@gmail.com