Table of Contents
Development Links
Coding
- GeSHi = Generic Syntax Highlighter
MySQL
- MySQL 5.0 Reference Manual
→ http://dev.mysql.com/doc/refman/5.0/en/ - Storage Engines:
- Replication is one-way, asynchronous copy of master-db to (read-only) slave-db
- mysql.com Replication Howto
SQLite
- Perl hints → http://defindit.com/readme_files/sqlite.html
- SQL supported in SQLite → http://www.sqlite.org/lang.html
- SQLite3 in PHP5 is PDO → http://www.phpro.org/tutorials/Introduction-to-PHP-PDO.html
- PDO is based on SPL → http://www.phpro.org/tutorials/Introduction-to-SPL.html
Lighttpd
HTML
- HTML 4 Reference
→ http://htmlhelp.com/reference/html40/ - CSS Guide → http://htmlhelp.com/reference/css/
- About refresh etc → Redirect after Post
- HTML color pickter → http://html-color-codes.info/
Open Source en GPL
- Palamida tracks GPL v3 usage
→ http://gpl3.palamida.com/
Perl
- Perldoc cheatsheet → http://perldoc.perl.org/perlcheat.html
- NetAddr-IP → http://search.cpan.org/dist/NetAddr-IP/IP.pm
- Create a module instead of “Including files”
→ http://www.perlmonks.org/?node_id=393426
Perl Web Framework
- Object Relational Mapper (ORM)
→ http://www.perl.org/about/whitepapers/perl-database-orm.html
PHP
Eclipse
- Eclipsepedia (wiki) → http://wiki.eclipse.org/Main_Page
JDG IDE of choice for Remote/Web/Perl
- Eclipse on workstation → http://www.eclipse.org/
- EPIC (Perl Editor and IDE for Eclipse) → http://www.epic-ide.org/
- SFTP Plug-in for Eclipse → http://www.jcraft.com/eclipse-sftp/
Windows Installer
- NSIS (Nullsoft Scriptable Install System) → http://nsis.sourceforge.net/
- Inno Setup Script → http://www.jrsoftware.org/isinfo.php
- EclipseNSIS → http://eclipsensis.sourceforge.net/index.shtml
Regular Expressions
RRD - RRDtool
- RRDtool → http://oss.oetiker.ch/rrdtool/
- web based presentation front-end for RRDtool
→ http://web.taranis.org/drraw/ - CPAN RRDTool::Creator
syslog
- RFC 3164 = The BSD syslog Protocol
