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/
Saturday, April 19, 2008
Write your own Greasemonkey script
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
Friday, October 5, 2007
Learn programming
Many people asked me before about web programing and how to learn to program, so here is a list of sites you can learn HTML, JavaScript, PHP and MySQL:
- HTML:
- http://www.w3schools.com/html/default.asp - Learn HTML from basic to advanced. The site includes online examples, quiz tests and references to make your learning easier.
- http://www.htmlgoodies.com - Another HTML learning site also with a support forum and some more advanced tutorials such as CSS, PHP and JS tutorials.
- JavaScript:
- http://www.w3schools.com/js/default.asp - Learn JavaScript from the same site you can learn HTML, W3schools, from basic to advanced.
- http://javascript.internet.com - Free scripts, tutorials, example codes, resources, reference and more, can be found in this great JS site.
- http://www.javascriptkit.com - A JS tutorial site with many useful tutorials and 400+ free javascripts.
- PHP and MySQL:
- http://helpguide.inmotionhosting.com/php_faq/ - A full PHP manual with everything you need to know - installing PHP, coding, debugging, etc.
- http://www.phpfreaks.com - A great PHP site with articles, tutorials, code library, manuals, forums
- http://www.hotscripts.com - A script site with PHP scripts such as forum systems, poll systems, cms, php and flash and much more! the site also includes scripts from many other languages.
- http://www.w3schools.com/php/default.asp - W3schools' PHP tutorial site, same as HTML and JS.
- http://www.goodphptutorials.com - A good site with a wide range of tutorials for everyone from beginner to advanced divided into categories.
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